@charset "UTF-8";
@font-face {
  font-family: "Futura Book";
  src: url(/assets/fonts/57a6731b-fa5c-4c8a-bea8-e2f1a287f309.eot?#iefix);
  src: local("\263A"), url(/assets/fonts/57a6731b-fa5c-4c8a-bea8-e2f1a287f309.eot?#iefix) format("eot"), url(/assets/fonts/4d0e252c-d811-4a5d-a7f3-6ad72c6b76f2.woff) format("woff"), url(/assets/fonts/54250d43-02be-4ff9-b802-a4ea104a0611.ttf) format("truetype"), url(/assets/fonts/15c556fc-4608-4b01-8a0d-9c8631c8bd74.svg#15c556fc-4608-4b01-8a0d-9c8631c8bd74) format("svg"); }

@font-face {
  font-family: "Minion Regular";
  src: url(/assets/fonts/35d9d14d-a31d-4d9b-a998-00ffc9bd46a4.eot?#iefix);
  src: local("\263A"), url(/assets/fonts/35d9d14d-a31d-4d9b-a998-00ffc9bd46a4.eot?#iefix) format("eot"), url(/assets/fonts/62100580-a2d1-4d98-bb14-d4c4c3f1a5ba.woff) format("woff"), url(/assets/fonts/7ae8e168-1c29-4fcb-bb59-0043c943df3b.ttf) format("truetype"), url(/assets/fonts/cfa664d4-e518-4a49-b8a3-fccec93c29c1.svg#cfa664d4-e518-4a49-b8a3-fccec93c29c1) format("svg"); }

@font-face {
  font-family: "Minion";
  font-style: italic;
  src: url(/assets/fonts/0d708c6f-d31c-49ad-b92e-ea37b7ba762b.eot?#iefix);
  src: local("\263A"), url(/assets/fonts/0d708c6f-d31c-49ad-b92e-ea37b7ba762b.eot?#iefix) format("eot"), url(/assets/fonts/e364b06d-aac3-4a54-84ff-4b3a2860debb.woff) format("woff"), url(/assets/fonts/6346c02d-13da-4d5c-ab2e-13e40d7f24c2.ttf) format("truetype"), url(/assets/fonts/053df916-a2a4-406d-9ee3-f5b49a3932d5.svg#053df916-a2a4-406d-9ee3-f5b49a3932d5) format("svg"); }

@font-face {
  font-family: "Minion Italic";
  src: url(/assets/fonts/0d708c6f-d31c-49ad-b92e-ea37b7ba762b.eot?#iefix);
  src: local("\263A"), url(/assets/fonts/0d708c6f-d31c-49ad-b92e-ea37b7ba762b.eot?#iefix) format("eot"), url(/assets/fonts/e364b06d-aac3-4a54-84ff-4b3a2860debb.woff) format("woff"), url(/assets/fonts/6346c02d-13da-4d5c-ab2e-13e40d7f24c2.ttf) format("truetype"), url(/assets/fonts/8cda8fb2-6a3e-4e20-b063-4fbfca0025e5.svg#8cda8fb2-6a3e-4e20-b063-4fbfca0025e5) format("svg"); }

@font-face {
  font-family: "icomoon";
  src: url(/assets/fonts/icomoon.eot);
  src: local("\263A"), url(/assets/fonts/icomoon.eot) format("eot"), url(/assets/fonts/icomoon.woff) format("woff"), url(/assets/fonts/icomoon.ttf) format("truetype"), url(/assets/fonts/icomoon.svg) format("svg"); }

@font-face {
  font-family: "Avenir";
  src: url(/assets/fonts/Avenir-Book-01.eot?#iefix);
  src: local("\263A"), url(/assets/fonts/Avenir-Book-01.eot?#iefix) format("eot"), url(/assets/fonts/Avenir-Book-01.woff) format("woff"), url(/assets/fonts/Avenir-Book-01.ttf) format("truetype"), url(/assets/fonts/Avenir-Book-01.svg#Avenir-Book-01) format("svg"); }

@font-face {
  font-family: "Cormorant";
  src: url(/assets/fonts/Cormorant.eot?#iefix);
  src: local("\263A"), url(/assets/fonts/Cormorant.eot?#iefix) format("eot"), url(/assets/fonts/Cormorant.woff) format("woff"), url(/assets/fonts/Cormorant.ttf) format("truetype"), url(/assets/fonts/Cormorant.svg#Cormorant) format("svg"); }

@font-face {
  font-family: "Futura LT Pro";
  font-style: normal;
  font-weight: normal;
  src: local("Futura LT Pro"), url(/assets/fonts/FuturaLTProLight.otf) format("opentype"); }

@font-face {
  font-family: "MyanmarMN";
  font-style: normal;
  font-weight: normal;
  src: local("Futura LT Pro"), url(/assets/fonts/MyanmarMN.ttf) format("truetype"); }
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
}
.is-searchable.is-open > .Select-control {
  cursor: text;
}
.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}
.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
.PresetDateRangePicker_panel {
  padding: 0 22px 11px
}
.PresetDateRangePicker_button {
  position: relative;
  height: 100%;
  text-align: center;
  background: 0 0;
  border: 2px solid #00a699;
  color: #00a699;
  padding: 4px 12px;
  margin-right: 8px;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  overflow: visible;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer
}
.PresetDateRangePicker_button:active {
  outline: 0
}
.PresetDateRangePicker_button__selected {
  color: #fff;
  background: #00a699
}
.SingleDatePickerInput {
  display: inline-block;
  background-color: #fff
}
.SingleDatePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb
}
.SingleDatePickerInput__rtl {
  direction: rtl
}
.SingleDatePickerInput__disabled {
  background-color: #f2f2f2
}
.SingleDatePickerInput__block {
  display: block
}
.SingleDatePickerInput__showClearDate {
  padding-right: 30px
}
.SingleDatePickerInput_clearDate {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.SingleDatePickerInput_clearDate__default:focus,
.SingleDatePickerInput_clearDate__default:hover {
  background: #dbdbdb;
  border-radius: 50%
}
.SingleDatePickerInput_clearDate__small {
  padding: 6px
}
.SingleDatePickerInput_clearDate__hide {
  visibility: hidden
}
.SingleDatePickerInput_clearDate_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle
}
.SingleDatePickerInput_clearDate_svg__small {
  height: 9px
}
.SingleDatePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px
}
.SingleDatePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle
}
.SingleDatePicker {
  position: relative;
  display: inline-block
}
.SingleDatePicker__block {
  display: block
}
.SingleDatePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute
}
.SingleDatePicker_picker__rtl {
  direction: rtl
}
.SingleDatePicker_picker__directionLeft {
  left: 0
}
.SingleDatePicker_picker__directionRight {
  right: 0
}
.SingleDatePicker_picker__portal {
  background-color: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}
.SingleDatePicker_picker__fullScreenPortal {
  background-color: #fff
}
.SingleDatePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2
}
.SingleDatePicker_closeButton:focus,
.SingleDatePicker_closeButton:hover {
  color: darken(#cacccd,10%);
  text-decoration: none
}
.SingleDatePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}
.DayPickerKeyboardShortcuts_buttonReset {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  font-size: 14px
}
.DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0
}
.DayPickerKeyboardShortcuts_show {
  width: 33px;
  height: 26px;
  position: absolute;
  z-index: 2
}
.DayPickerKeyboardShortcuts_show::before {
  content: "";
  display: block;
  position: absolute
}
.DayPickerKeyboardShortcuts_show__bottomRight {
  bottom: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__bottomRight::before {
  border-top: 26px solid transparent;
  border-right: 33px solid #00a699;
  bottom: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
  border-right: 33px solid #008489
}
.DayPickerKeyboardShortcuts_show__topRight {
  top: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__topRight::before {
  border-bottom: 26px solid transparent;
  border-right: 33px solid #00a699;
  top: 0;
  right: 0
}
.DayPickerKeyboardShortcuts_show__topRight:hover::before {
  border-right: 33px solid #008489
}
.DayPickerKeyboardShortcuts_show__topLeft {
  top: 0;
  left: 0
}
.DayPickerKeyboardShortcuts_show__topLeft::before {
  border-bottom: 26px solid transparent;
  border-left: 33px solid #00a699;
  top: 0;
  left: 0
}
.DayPickerKeyboardShortcuts_show__topLeft:hover::before {
  border-left: 33px solid #008489
}
.DayPickerKeyboardShortcuts_showSpan {
  color: #fff;
  position: absolute
}
.DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: 5px
}
.DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: 5px
}
.DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: 5px
}
.DayPickerKeyboardShortcuts_panel {
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  margin: 33px;
  text-align: left
}
.DayPickerKeyboardShortcuts_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0
}
.DayPickerKeyboardShortcuts_list {
  list-style: none;
  padding: 0;
  font-size: 14px
}
.DayPickerKeyboardShortcuts_close {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2
}
.DayPickerKeyboardShortcuts_close:active {
  outline: 0
}
.DayPickerKeyboardShortcuts_closeSvg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}
.DayPickerKeyboardShortcuts_closeSvg:focus,
.DayPickerKeyboardShortcuts_closeSvg:hover {
  fill: #82888a
}
.CalendarDay {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  text-align: center
}
.CalendarDay:active {
  outline: 0
}
.CalendarDay__defaultCursor {
  cursor: default
}
.CalendarDay__default {
  border: 1px solid #e4e7e7;
  color: #484848;
  background: #fff
}
.CalendarDay__default:hover {
  background: #e4e7e7;
  border: 1px solid #e4e7e7;
  color: inherit
}
.CalendarDay__hovered_offset {
  background: #f4f5f5;
  border: 1px double #e4e7e7;
  color: inherit
}
.CalendarDay__outside {
  border: 0;
  background: #fff;
  color: #484848
}
.CalendarDay__outside:hover {
  border: 0
}
.CalendarDay__blocked_minimum_nights {
  background: #fff;
  border: 1px solid #eceeee;
  color: #cacccd
}
.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
  background: #fff;
  color: #cacccd
}
.CalendarDay__highlighted_calendar {
  background: #ffe8bc;
  color: #484848
}
.CalendarDay__highlighted_calendar:active,
.CalendarDay__highlighted_calendar:hover {
  background: #ffce71;
  color: #484848
}
.CalendarDay__selected_span {
  background: #66e2da;
  border: 1px double #33dacd;
  color: #fff
}
.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
  background: #33dacd;
  border: 1px double #33dacd;
  color: #fff
}
.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: #00a699;
  border: 1px double #00a699;
  color: #fff
}
.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
  background: #b2f1ec;
  border: 1px double #80e8e0;
  color: #007a87
}
.CalendarDay__hovered_span:active {
  background: #80e8e0;
  border: 1px double #80e8e0;
  color: #007a87
}
.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a
}
.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
  background: #fff;
  border: 1px solid #e4e7e7;
  color: #cacccd
}
.CalendarDay__hovered_start_first_possible_end {
  background: #eceeee;
  border: 1px double #eceeee
}
.CalendarDay__hovered_start_blocked_min_nights {
  background: #eceeee;
  border: 1px double #e4e7e7
}
.CalendarMonth {
  background: #fff;
  text-align: center;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0
}
.CalendarMonth_verticalSpacing {
  border-collapse: separate
}
.CalendarMonth_caption {
  color: #484848;
  font-size: 18px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 37px;
  caption-side: initial
}
.CalendarMonth_caption__verticalScrollable {
  padding-top: 12px;
  padding-bottom: 7px
}
.CalendarMonthGrid {
  background: #fff;
  text-align: left;
  z-index: 0
}
.CalendarMonthGrid__animating {
  z-index: 1
}
.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px
}
.CalendarMonthGrid__vertical {
  margin: 0 auto
}
.CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto;
  overflow-y: scroll
}
.CalendarMonthGrid_month__horizontal {
  display: inline-block;
  vertical-align: top;
  min-height: 100%
}
.CalendarMonthGrid_month__hideForAnimation {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none
}
.CalendarMonthGrid_month__hidden {
  visibility: hidden
}
.DayPickerNavigation {
  position: relative;
  z-index: 2
}
.DayPickerNavigation__horizontal {
  height: 0
}
.DayPickerNavigation__verticalDefault {
  position: absolute;
  width: 100%;
  height: 52px;
  bottom: 0;
  left: 0
}
.DayPickerNavigation__verticalScrollableDefault {
  position: relative
}
.DayPickerNavigation_button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  margin: 0
}
.DayPickerNavigation_button__default {
  border: 1px solid #e4e7e7;
  background-color: #fff;
  color: #757575
}
.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover {
  border: 1px solid #c4c4c4
}
.DayPickerNavigation_button__default:active {
  background: #f2f2f2
}
.DayPickerNavigation_button__disabled {
  cursor: default;
  border: 1px solid #f2f2f2
}
.DayPickerNavigation_button__disabled:focus,
.DayPickerNavigation_button__disabled:hover {
  border: 1px solid #f2f2f2
}
.DayPickerNavigation_button__disabled:active {
  background: 0 0
}
.DayPickerNavigation_button__horizontalDefault {
  position: absolute;
  top: 18px;
  line-height: .78;
  border-radius: 3px;
  padding: 6px 9px
}
.DayPickerNavigation_leftButton__horizontalDefault {
  left: 22px
}
.DayPickerNavigation_rightButton__horizontalDefault {
  right: 22px
}
.DayPickerNavigation_button__verticalDefault {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
  position: relative;
  display: inline-block;
  text-align: center;
  height: 100%;
  width: 50%
}
.DayPickerNavigation_nextButton__verticalDefault {
  border-left: 0
}
.DayPickerNavigation_nextButton__verticalScrollableDefault {
  width: 100%
}
.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a;
  display: block
}
.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #484848
}
.DayPickerNavigation_svg__disabled {
  fill: #f2f2f2
}
.DayPicker {
  background: #fff;
  position: relative;
  text-align: left
}
.DayPicker__horizontal {
  background: #fff
}
.DayPicker__verticalScrollable {
  height: 100%
}
.DayPicker__hidden {
  visibility: hidden
}
.DayPicker__withBorder {
  box-shadow: 0 2px 6px rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.07);
  border-radius: 3px
}
.DayPicker_portal__horizontal {
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%
}
.DayPicker_portal__vertical {
  position: initial
}
.DayPicker_focusRegion {
  outline: 0
}
.DayPicker_calendarInfo__horizontal,
.DayPicker_wrapper__horizontal {
  display: inline-block;
  vertical-align: top
}
.DayPicker_weekHeaders {
  position: relative
}
.DayPicker_weekHeaders__horizontal {
  margin-left: 9px
}
.DayPicker_weekHeader {
  color: #757575;
  position: absolute;
  top: 62px;
  z-index: 2;
  text-align: left
}
.DayPicker_weekHeader__vertical {
  left: 50%
}
.DayPicker_weekHeader__verticalScrollable {
  top: 0;
  display: table-row;
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
  margin-left: 0;
  left: 0;
  width: 100%;
  text-align: center
}
.DayPicker_weekHeader_ul {
  list-style: none;
  margin: 1px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px
}
.DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center
}
.DayPicker_transitionContainer {
  position: relative;
  overflow: hidden;
  border-radius: 3px
}
.DayPicker_transitionContainer__horizontal {
  -webkit-transition: height .2s ease-in-out;
  -moz-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out
}
.DayPicker_transitionContainer__vertical {
  width: 100%
}
.DayPicker_transitionContainer__verticalScrollable {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll
}
.DateInput {
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  display: inline-block;
  width: 130px;
  vertical-align: middle
}
.DateInput__small {
  width: 97px
}
.DateInput__block {
  width: 100%
}
.DateInput__disabled {
  background: #f2f2f2;
  color: #dbdbdb
}
.DateInput_input {
  font-weight: 200;
  font-size: 19px;
  line-height: 24px;
  color: #484848;
  background-color: #fff;
  width: 100%;
  padding: 11px 11px 9px;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid transparent;
  border-left: 0;
  border-radius: 0
}
.DateInput_input__small {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: .2px;
  padding: 7px 7px 5px
}
.DateInput_input__regular {
  font-weight: auto
}
.DateInput_input__readOnly {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.DateInput_input__focused {
  outline: 0;
  background: #fff;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #008489;
  border-left: 0
}
.DateInput_input__disabled {
  background: #f2f2f2;
  font-style: italic
}
.DateInput_screenReaderMessage {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.DateInput_fang {
  position: absolute;
  width: 20px;
  height: 10px;
  left: 22px;
  z-index: 2
}
.DateInput_fangShape {
  fill: #fff
}
.DateInput_fangStroke {
  stroke: #dbdbdb;
  fill: transparent
}
.DateRangePickerInput {
  background-color: #fff;
  display: inline-block
}
.DateRangePickerInput__disabled {
  background: #f2f2f2
}
.DateRangePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb
}
.DateRangePickerInput__rtl {
  direction: rtl
}
.DateRangePickerInput__block {
  display: block
}
.DateRangePickerInput__showClearDates {
  padding-right: 30px
}
.DateRangePickerInput_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #484848
}
.DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: #484848;
  height: 24px;
  width: 24px
}
.DateRangePickerInput_clearDates {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.DateRangePickerInput_clearDates__small {
  padding: 6px
}
.DateRangePickerInput_clearDates_default:focus,
.DateRangePickerInput_clearDates_default:hover {
  background: #dbdbdb;
  border-radius: 50%
}
.DateRangePickerInput_clearDates__hide {
  visibility: hidden
}
.DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle
}
.DateRangePickerInput_clearDates_svg__small {
  height: 9px
}
.DateRangePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px
}
.DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle
}
.DateRangePicker {
  position: relative;
  display: inline-block
}
.DateRangePicker__block {
  display: block
}
.DateRangePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute
}
.DateRangePicker_picker__rtl {
  direction: rtl
}
.DateRangePicker_picker__directionLeft {
  left: 0
}
.DateRangePicker_picker__directionRight {
  right: 0
}
.DateRangePicker_picker__portal {
  background-color: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}
.DateRangePicker_picker__fullScreenPortal {
  background-color: #fff
}
.DateRangePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2
}
.DateRangePicker_closeButton:focus,
.DateRangePicker_closeButton:hover {
  color: darken(#cacccd,10%);
  text-decoration: none
}
.DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    overflow: hidden;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: left;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/assets/images/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/assets/fonts/slick.eot);
    src: url(/assets/fonts/slick.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/slick.woff) format('woff'), url(/assets/fonts/slick.ttf) format('truetype'), url(/assets/fonts/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\2190';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2192';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\2192';
}
[dir='rtl'] .slick-next:before
{
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
button,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

li,
ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote::before, blockquote::after {
  content: none; }

q::before, q::after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

div[style="box-sizing: border-box; font-family: sans-serif; position: fixed; padding: 10px; top: 0px; left: 0px; bottom: 0px; right: 0px; width: 100%; background: rgb(204, 0, 0); color: white; z-index: 2147483647; text-align: left; font-size: 16px; line-height: 1.2; overflow: auto;"] {
  background-color: #900021 !important; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 760px; } }
  @media (min-width: 992px) {
    .container {
      width: 980px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1250px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -20px;
  margin-right: -20px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

[dir=rtl] body {
  width: 100%; }

[dir=rtl] li {
  text-align: right; }

[dir=rtl] .slick-slider {
  direction: ltr; }
  [dir=rtl] .slick-slider .slick-slide {
    direction: rtl; }
  [dir=rtl] .slick-slider .cardCarousel {
    text-align: right; }

[dir=rtl] .heroCarouselThumbnails-thumbnail {
  /* stylelint-disable-next-line */
  text-align: right !important; }

[dir=rtl] .Select-arrow {
  direction: ltr; }

html {
  --var-font-main-display: "Minion Regular", Georgia, serif;
  --var-font-main-display-italic: "Minion Italic", Georgia, serif;
  --var-font-main-display-italic-style: initial; }

html:lang(tr),
html:lang(ru) {
  --var-font-main-display: "Minion Pro", Georgia, serif;
  --var-font-main-display-italic: "Minion Pro", Georgia, serif;
  --var-font-main-display-italic-style: italic; }

h1 {
  color: #000;
  font-family: var(--var-font-main-display);
  font-size: 2.8rem;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 3.5rem; } }

h2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--var-font-main-display-italic);
  font-style: var(--var-font-main-display-italic-style);
  font-size: 2.2rem;
  line-height: 1.45; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 3.2rem;
      line-height: 1.25; } }

h3 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #171717;
  font-family: var(--var-font-main-display-italic);
  font-style: var(--var-font-main-display-italic-style);
  font-size: 2rem;
  line-height: 1.3; }
  h3 a {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #867050;
    font-family: var(--var-font-main-display-italic);
    font-style: var(--var-font-main-display-italic-style);
    font-size: 2rem;
    line-height: 1.3; }

h4 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  line-height: 1.45;
  text-transform: uppercase; }

h5 {
  color: #171717;
  font-family: var(--var-font-main-display);
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 1.14;
  text-transform: uppercase; }

blockquote {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--var-font-main-display-italic);
  font-style: var(--var-font-main-display-italic-style);
  font-size: 2.2rem;
  line-height: 1.45; }
  @media screen and (min-width: 768px) {
    blockquote {
      font-size: 3.2rem;
      line-height: 1.25; } }

body {
  color: #4a4a4a;
  font-family: "Futura Book", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.6; }

.caption {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
  font-style: italic;
  color: #4a4a4a;
  line-height: 1.5; }

.small-text {
  font-size: 1.2rem;
  color: #171717;
  letter-spacing: 0;
  line-height: 1.66; }

.error {
  color: #961928;
  letter-spacing: 0;
  line-height: 1.6; }

.hidden {
  display: none !important;
  /* stylelint-disable */ }

.invisible {
  position: absolute;
  width: 1px;
  height: 1px;
  left: -5000px;
  display: none;
  overflow: hidden; }

.disableAccessibility {
  visibility: hidden; }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  background-color: #fff;
  box-sizing: border-box;
  overflow-x: hidden; }

a {
  color: #867050;
  text-decoration: none; }
  a:focus-visible {
    outline: 2px solid #5c95eb;
    outline-offset: -2px;
    /* stylelint-disable */
    /* stylelint-ensable */ }

@-moz-document url-prefix() {
  a:focus-visible {
    outline: 2px solid #89b2f1; } }

a.aBeforeImg,
.aBeforeImg a {
  display: inline-block;
  width: 100%;
  height: 100%;
  /* stylelint-disable */
  /* stylelint-ensable */ }

@-moz-document url-prefix() {
  a.aBeforeImg:focus,
  .aBeforeImg a:focus {
    outline-width: 3px; } }

img:focus-visible {
  margin: 2px;
  outline: 2px solid #5c95eb;
  outline-offset: -2px;
  /* stylelint-disable */
  /* stylelint-ensable */ }

@-moz-document url-prefix() {
  img:focus-visible {
    outline: 2px solid #89b2f1; } }

button {
  background: none;
  border: 0;
  cursor: pointer; }
  button:focus {
    outline: 0; }
  button:focus-visible {
    outline: 2px solid #5c95eb;
    outline-offset: -2px;
    /* stylelint-disable */
    /* stylelint-ensable */ }

@-moz-document url-prefix() {
  button:focus-visible {
    outline: 2px solid #89b2f1; } }
  button::-moz-focus-inner {
    border: 0; }

input:focus-visible,
input:active,
select:focus-visible,
select:active,
[tabindex="0"]:focus-visible,
[tabindex="0"]:active,
[tabindex="1"]:focus-visible,
[tabindex="1"]:active {
  outline: 2px solid #5c95eb;
  outline-offset: -2px;
  /* stylelint-disable */
  /* stylelint-ensable */ }

@-moz-document url-prefix() {
  input:focus-visible,
  input:active,
  select:focus-visible,
  select:active,
  [tabindex="0"]:focus-visible,
  [tabindex="0"]:active,
  [tabindex="1"]:focus-visible,
  [tabindex="1"]:active {
    outline: 2px solid #89b2f1; } }
  input:focus-visible img,
  input:active img,
  select:focus-visible img,
  select:active img,
  [tabindex="0"]:focus-visible img,
  [tabindex="0"]:active img,
  [tabindex="1"]:focus-visible img,
  [tabindex="1"]:active img {
    margin: 2px;
    outline: 2px solid #5c95eb;
    outline-offset: -2px;
    /* stylelint-disable */
    /* stylelint-ensable */ }

@-moz-document url-prefix() {
  input:focus-visible img,
  input:active img,
  select:focus-visible img,
  select:active img,
  [tabindex="0"]:focus-visible img,
  [tabindex="0"]:active img,
  [tabindex="1"]:focus-visible img,
  [tabindex="1"]:active img {
    outline: 2px solid #89b2f1; } }

.focusOutline:focus-visible {
  outline: 2px solid #5c95eb;
  outline-offset: -2px;
  /* stylelint-disable */
  /* stylelint-ensable */ }

@-moz-document url-prefix() {
  .focusOutline:focus-visible {
    outline: 2px solid #89b2f1; } }

.richText {
  display: block; }
  .richText ul {
    padding: 2rem 1rem; }
    .richText ul li {
      margin-bottom: 1.5rem;
      padding: 0 3rem;
      position: relative;
      vertical-align: top; }
      .richText ul li::before {
        content: "\25CF\A0";
        left: 0;
        position: absolute; }
  .richText ul,
  .richText ol {
    padding: 1rem; }
    .richText ul li,
    .richText ol li {
      margin-bottom: 0; }
  .richText b,
  .richText .paragraph,
  .richText strong {
    font-weight: bold; }
  .richText i {
    font-style: italic; }
  .richText ol li {
    list-style: decimal; }
  .richText address {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1.2rem;
    font-style: italic;
    color: #4a4a4a;
    line-height: 1.5; }
  .richText a {
    text-decoration: underline; }
    .richText a:hover, .richText a:focus {
      text-decoration: none; }
  .richText em {
    font-style: italic; }

.copySuccess {
  position: fixed;
  padding: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: #867050 solid 1px;
  animation: fade-ease-out 3s forwards;
  z-index: 200; }

.implement {
  color: #867050;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border-bottom: 1px dashed;
  white-space: nowrap; }
  .implement .inner-des {
    position: absolute;
    top: 0;
    visibility: hidden;
    white-space: normal;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
    color: #4a4a4a;
    width: 310px;
    max-width: 80vw;
    z-index: 2;
    will-change: transform;
    transform: translate3d(-87px, 28px, 0); }
  .implement:hover .inner-des {
    visibility: visible; }
  .implement:hover::before {
    content: "";
    width: 0;
    height: 0;
    top: 21px;
    left: calc(50% - 5px);
    z-index: 3;
    border-bottom: 10px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    position: absolute; }

.display-none {
  display: none; }

.visual-hidden {
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  visibility: hidden; }

li [dir=rtl] .richText ul::before, li
[dir=rtl] .richText ol::before {
  right: 0;
  left: auto; }

.lili-theme {
  background-color: #0e0e0e;
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: "Avenir", Arial, sans-serif; }
  .lili-theme .featureSection {
    background-color: transparent; }
  .lili-theme h1,
  .lili-theme h2,
  .lili-theme footer {
    font-family: "Futura Book", Arial, sans-serif; }

[tabindex="-1"] {
  outline: 0; }

.reality-flow {
  height: .1px; }

.hex-pagination {
  margin-bottom: 50px; }
  .hex-pagination .slick-dots::before {
    position: absolute;
    top: 0;
    content: "";
    width: 50%;
    border-bottom: 1px #ad9d83 solid;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: .3; }
  .hex-pagination .slick-dots button::before {
    content: "\E90E";
    font-family: icomoon;
    font-size: 20px;
    color: #867050; }
  .hex-pagination .slick-dots li.slick-active button::before {
    color: #867050;
    content: "\E913"; }

.l-offscreen {
  opacity: 0;
  position: absolute;
  left: -9999px; }

@supports (not (-ms-accelerator: true)) and (not (-moz-appearance: none)) {
  [dir=rtl] .l-offscreen {
    left: 0;
    right: -9999px; } }

.skip-links-nav .l-offscreen {
  text-decoration: none;
  font-family: "Futura Book", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #ae9364;
  background: #000;
  font-size: 16px; }
  .skip-links-nav .l-offscreen:focus {
    opacity: 1;
    top: 2px;
    left: 2px;
    z-index: 99; }

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  position: static !important;
  width: auto !important;
  white-space: normal !important; }

.padding-top-0 {
  padding-top: 0 !important; }

.padding-top-80 {
  padding-top: 80px !important; }

.padding-top-60 {
  padding-top: 60px !important; }

.padding-bottom-0 {
  padding-bottom: 0 !important; }

.padding-bottom-30 {
  padding-bottom: 30px !important; }

.padding-bottom-80 {
  padding-bottom: 80px !important; }

.padding-bottom-60 {
  padding-bottom: 60px !important; }

[class^="icon-"]::before,
[class*=" icon-"]::before {
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-left::before {
  content: "\E901";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-arrow-right::before {
  content: "\E902";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-burger::before {
  content: "\E903";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-calendar::before {
  content: "\E91A";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-chevron-down::before {
  content: "\E904";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-chevron-left::before {
  content: "\E905";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-chevron-right::before {
  content: "\E906";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-chevron-up::before {
  content: "\E907";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-close-large::before {
  content: "\E908";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-close-small::before {
  content: "\E909";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-cross::before {
  content: "\E90A";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-dash::before {
  content: "\E90B";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-email::before {
  content: "\E900";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-facebook::before {
  content: "\E90C";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-gallery::before {
  content: "\E90D";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-hexagon::before {
  content: "\E90E";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-hexagon-filled::before {
  content: "\E913";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-info::before {
  content: "\E90F";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-instagram::before {
  content: "\E910";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-language::before {
  content: "\E911";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-pinterest::before {
  content: "\E91C";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-play::before {
  content: "\E91B";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-refresh::before {
  content: "\E912";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-share::before {
  content: "\E914";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-tick::before {
  content: "\E916";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-tripadvisor::before {
  content: "\E917";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-twitter::before {
  content: "\E918";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-weibo::before {
  content: "\E915";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-youtube::before {
  content: "\E919";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-question::before {
  content: "\E92A";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-wechat::before {
  content: "\E91D";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-Download::before {
  content: "\E91E";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-copylink::before {
  content: "\E91F";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-earth::before {
  content: "\E921";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-play2::before {
  content: "\EA15";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-pause::before {
  content: "\EA16";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-shakey-hands::before {
  content: "\E922";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

.icon-search::before {
  content: "\E923";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line */
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050; }

@media screen and (max-width: 767px) {
  .desktopOnly {
    /* stylelint-disable-next-line */
    display: none !important; } }

@media screen and (min-width: 768px) {
  .lowerSm {
    display: none; } }

@media screen and (max-width: 767px) {
  .upperSm {
    display: none; } }

.icon-primary g {
  fill: #867050; }

.lili-theme .icon-primary g {
  fill: #fff; }

.icon-secondary g {
  fill: #fff; }

.accordion {
  position: relative; }
  .accordion .accordionContent-expanded,
  .accordion .accordionContent-collapsed {
    overflow: hidden; }
  .accordion .accordionContent-bottomBorder {
    border-top: 1px solid #d4d4d4; }
  .accordion .accordionContent-expanded {
    height: auto; }
  .accordion .accordionContent-collapsed {
    height: 0; }
    .accordion .accordionContent-collapsed:not(.isExpanding) {
      visibility: hidden; }
  .accordion .stable-expanded {
    overflow: visible; }
  .accordion h3.h3-button {
    font-family: inherit; }
  .accordion.chevron .buttonExpandCollapse i[class^="icon-"] {
    position: absolute;
    right: 3px;
    margin-top: 3px; }
    .accordion.chevron .buttonExpandCollapse i[class^="icon-"]::before {
      font-size: 11px; }
  .accordion.chevron .buttonExpandCollapse .icon-dash::before {
    content: "\E907"; }
  .accordion.chevron .buttonExpandCollapse .icon-cross::before {
    content: "\E904"; }

@media screen and (min-width: 992px) {
  .attributesList {
    display: flex; } }

.attributesList .attributesList-item {
  border-bottom: 1px solid #d4d4d4;
  display: inline-block;
  min-height: 3rem;
  padding-bottom: 1rem;
  padding-top: .5rem;
  position: relative;
  vertical-align: top; }
  .attributesList .attributesList-item:last-of-type {
    border: 0; }
  @media screen and (max-width: 991.5px) {
    .attributesList .attributesList-item {
      width: 100%; } }
  @media screen and (min-width: 992px) {
    .attributesList .attributesList-item {
      border: 0; }
      .attributesList .attributesList-item::after {
        background: #d4d4d4;
        content: "";
        height: 90px;
        position: absolute;
        left: -2rem;
        top: 0;
        width: 1px; }
      .attributesList .attributesList-item:first-child::after {
        content: none; } }

.attributesList .attributesList-item-1,
.attributesList .attributesList-item-2,
.attributesList .attributesList-item-3,
.attributesList .attributesList-item-4,
.attributesList .attributesList-item-5,
.attributesList .attributesList-item-6 {
  width: 100%; }

@media screen and (min-width: 992px) {
  .attributesList .attributesList-item-1 {
    width: 100%; }
  .attributesList .attributesList-item-2 {
    width: 50%; }
  .attributesList .attributesList-item-3 {
    padding-right: 5rem;
    width: 33.33%; }
  .attributesList .attributesList-item-4 {
    padding-right: 5rem;
    width: 25%; }
  .attributesList .attributesList-item-5 {
    padding-right: 5rem;
    width: 20%; }
  .attributesList .attributesList-item-6 {
    padding-right: 2rem;
    width: 16.6%; } }

.attributesList .attributesList-title {
  display: inline-block;
  margin-top: 8px;
  vertical-align: top;
  margin-right: 8%;
  width: 30%;
  word-wrap: break-word;
  color: #5a5b5e;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 1px;
  text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    .attributesList .attributesList-title {
      display: block;
      margin-top: 0;
      margin-bottom: 1rem;
      width: 100%; } }

.attributesList .attributesList-description {
  display: inline-block;
  width: 60%; }
  @media screen and (min-width: 992px) {
    .attributesList .attributesList-description {
      display: block;
      width: 100%; } }

.attributesList .attributesList-cta {
  margin-top: .5rem; }
  .attributesList .attributesList-cta .linkCTA-label {
    text-align: left; }

.attributesList .horRichText ul {
  padding: 0; }

.attributesList .horRichText li {
  margin-bottom: 0;
  padding: 0 1.7rem; }

.attributesList .modal-ctn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.attributesTable .attributesTable-name {
  margin: 4rem 0 3rem; }

.attributesTable table {
  text-align: left;
  width: 100%; }

.attributesTable th,
.attributesTable td {
  border-bottom: 1px solid #e9e8e8;
  padding: 1.5rem 1rem;
  width: 15%; }

.attributesTable th {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--var-font-main-display);
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 1px;
  text-transform: uppercase; }

.attributesTable .attributesTable-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.6rem;
  color: #171717; }

.button--fullwidth {
  width: 100%; }

.button--centered {
  display: block;
  margin: 0 auto;
  text-align: center; }

.button-primary,
.button-secondary {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #ae9364;
  padding: 1.4rem 3rem;
  transition: 0.4s background, 0.4s color; }

.button-primary--wide,
.button-secondary--wide {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #ae9364;
  padding: 1rem 3rem;
  transition: 0.4s background, 0.4s color; }
  @media screen and (min-width: 376px) {
    .button-primary--wide,
    .button-secondary--wide {
      padding: 1.5rem 5rem; } }
  @media screen and (max-width: 375px) {
    .button-primary--wide,
    .button-secondary--wide {
      padding: 1rem 4rem; } }

.button-primary,
.button-primary--wide {
  color: #867050; }
  .button-primary:hover, .button-primary:enabled:hover,
  .button-primary--wide:hover,
  .button-primary--wide:enabled:hover {
    background: #867050;
    color: #fff; }
    .button-primary:hover .icon::before,
    .button-primary:hover .icon-refresh::before, .button-primary:enabled:hover .icon::before,
    .button-primary:enabled:hover .icon-refresh::before,
    .button-primary--wide:hover .icon::before,
    .button-primary--wide:hover .icon-refresh::before,
    .button-primary--wide:enabled:hover .icon::before,
    .button-primary--wide:enabled:hover .icon-refresh::before {
      color: #fff; }
  .button-primary:focus-visible, .button-primary:enabled:focus-visible,
  .button-primary--wide:focus-visible,
  .button-primary--wide:enabled:focus-visible {
    background: #867050;
    color: #fff;
    outline: 2px solid #5c95eb;
    outline-offset: -2px;
    /* stylelint-disable */
    /* stylelint-ensable */ }

@-moz-document url-prefix() {
  .button-primary:focus-visible, .button-primary:enabled:focus-visible,
  .button-primary--wide:focus-visible,
  .button-primary--wide:enabled:focus-visible {
    outline: 2px solid #89b2f1; } }
    .button-primary:focus-visible .icon::before,
    .button-primary:focus-visible .icon-refresh::before, .button-primary:enabled:focus-visible .icon::before,
    .button-primary:enabled:focus-visible .icon-refresh::before,
    .button-primary--wide:focus-visible .icon::before,
    .button-primary--wide:focus-visible .icon-refresh::before,
    .button-primary--wide:enabled:focus-visible .icon::before,
    .button-primary--wide:enabled:focus-visible .icon-refresh::before {
      color: #fff; }

.featureSection-dark .button-primary,
.featureSection-dark .button-primary--wide {
  color: #5e4c36; }
  .featureSection-dark .button-primary:hover,
  .featureSection-dark .button-primary--wide:hover {
    color: #fff; }

.button-secondary,
.button-secondary--wide {
  background: linear-gradient(180deg, #7f7159 0%, #67553c 100%) no-repeat;
  color: #fff; }
  .button-secondary:enabled:hover,
  .button-secondary--wide:enabled:hover {
    background: #fff;
    color: #867050; }
  .button-secondary:enabled:focus,
  .button-secondary--wide:enabled:focus {
    background: #fff;
    color: #867050; }

.button-primary:disabled {
  cursor: default;
  opacity: .5; }

.button-secondary:disabled {
  cursor: default;
  opacity: .5; }

.buttonBack {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #67553c;
  display: inline-block;
  padding: 0; }
  .buttonBack .icon-arrow-left {
    display: inline-block;
    font-size: 2rem;
    margin-right: 1rem;
    vertical-align: text-top; }
  .buttonBack .buttonBack-label {
    display: inline-block; }

.buttonClose {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #67553c;
  display: inline-block;
  padding: 0; }
  .buttonClose .icon-close-small {
    display: inline-block;
    font-size: 1rem;
    margin-right: 1rem;
    vertical-align: baseline; }
    .buttonClose .icon-close-small::before {
      content: "\E909";
      display: inline-block;
      padding: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* stylelint-disable-next-line */
      font-family: "icomoon" !important;
      font-size: 1.5rem;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      color: #867050; }
  .buttonClose .buttonClose-label {
    display: inline-block; }

.buttonExpandCollapse {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #67553c;
  display: inline-block;
  text-align: left; }
  .buttonExpandCollapse .icon-cross,
  .buttonExpandCollapse .icon-dash {
    font-size: 1rem;
    margin-right: .5rem; }
  .buttonExpandCollapse .icon-dash::before {
    content: "\E90B";
    display: inline-block;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* stylelint-disable-next-line */
    font-family: "icomoon" !important;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    color: #867050; }
  .buttonExpandCollapse .icon-cross::before {
    content: "\E90A";
    display: inline-block;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* stylelint-disable-next-line */
    font-family: "icomoon" !important;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    color: #867050; }
  .buttonExpandCollapse .buttonExpandCollapse-label {
    display: inline-block; }
  .buttonExpandCollapse .buttonExpandCollapse-icon {
    display: inline-block;
    height: 25px;
    margin-top: -2px;
    vertical-align: middle; }
    .buttonExpandCollapse .buttonExpandCollapse-icon g {
      fill: #ae9364; }

.buttonViewMore {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #67553c;
  display: inline-block;
  padding: 0; }
  .buttonViewMore .icon-chevron-up,
  .buttonViewMore .icon-chevron-down {
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: middle; }
  .buttonViewMore .icon-chevron-up::before {
    content: "\E907";
    display: inline-block;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* stylelint-disable-next-line */
    font-family: "icomoon" !important;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    color: #867050; }
  .buttonViewMore .icon-chevron-down::before {
    content: "\E904";
    display: inline-block;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* stylelint-disable-next-line */
    font-family: "icomoon" !important;
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    color: #867050; }
  .buttonViewMore .buttonViewMore-label {
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle; }

[dir=rtl] .buttonViewMore {
  direction: ltr; }

figcaption {
  /* Featured Above - Gra Copy: */
  font-size: 1.2rem;
  color: #828387;
  letter-spacing: 0;
  line-height: 18px; }

.cardArticle {
  background: #fff;
  display: inline-block;
  width: 100%; }
  .cardArticle.twoByTwo .cardArticle-text {
    padding: 2rem; }
    @media screen and (min-width: 768px) {
      .cardArticle.twoByTwo .cardArticle-text {
        padding: 3rem 3rem 1rem;
        height: 26rem; } }
    @media screen and (min-width: 992px) {
      .cardArticle.twoByTwo .cardArticle-text {
        height: 25rem; } }
  @media screen and (min-width: 768px) {
    .cardArticle.threeTiles .cardArticle-text {
      height: 15.5rem; } }
  @media screen and (min-width: 992px) {
    .cardArticle.threeTiles .cardArticle-text {
      height: 15rem; } }
  .cardArticle .cardArticle-text {
    padding: 1rem 2rem 2rem; }
    @media screen and (min-width: 768px) {
      .cardArticle .cardArticle-text {
        height: 16rem; } }
    @media screen and (min-width: 992px) {
      .cardArticle .cardArticle-text {
        height: 20rem;
        overflow: hidden; } }
  .cardArticle .cardArticle-title {
    margin: 1rem 0; }
  .cardArticle .cardArticle-headline {
    margin-bottom: 1rem; }
  .cardArticle .cardArticle-caption,
  .cardArticle .cardArticle-description {
    margin-bottom: 1.5rem; }
  .cardArticle .cardArticle-caption {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1.2rem;
    font-style: italic;
    color: #4a4a4a;
    line-height: 1.5; }

.cardAttribute {
  margin-bottom: 1rem; }
  .cardAttribute .cardAttribute-label {
    color: #5a5b5e;
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    min-width: 4rem;
    padding-right: 1rem;
    display: inline-block; }
  .cardAttribute .cardAttribute-wysiwygContent {
    display: inline-block;
    vertical-align: top; }

.cardCampaign .cardCampaign-title {
  margin-bottom: .5rem; }

.cardCampaign .cardCampaign-headline {
  margin-bottom: 1rem; }
  @media screen and (max-width: 991.5px) {
    .cardCampaign .cardCampaign-headline h2 {
      font-size: 2.2rem; } }

.cardCampaign .cardCampaign-link {
  margin-top: 2rem; }

.cardCampaign .cardCampaign-cta {
  max-width: 30rem;
  margin: 2rem auto 0; }

.cardCampaign .cardCampaign-wysiwygContent p:not(:last-of-type) {
  margin-bottom: 1rem; }

.cardCarousel {
  margin: 2rem;
  position: relative;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .cardCarousel {
      margin: inherit; } }
  .cardCarousel .cardCarousel-label {
    left: 10px;
    position: absolute;
    top: 0; }
  .cardCarousel .cardCarousel-image {
    padding-top: 15px; }
  .cardCarousel .cardCarousel-cta {
    margin-top: 1rem; }
  .cardCarousel .cardCarousel-paragraph {
    margin: .5rem 0 1rem; }
    .cardCarousel .cardCarousel-paragraph p {
      margin-bottom: 1rem; }
  .cardCarousel .cardCarousel-text {
    padding: 1.5rem 0;
    position: relative; }
    .cardCarousel .cardCarousel-text a {
      display: inline-block; }

.cardContainerless {
  border-bottom: 1px solid #d4d4d4;
  display: block;
  padding-bottom: 2rem;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .cardContainerless {
      display: inline-block; } }
  .cardContainerless .cardContainerless-desc {
    min-height: 72px;
    margin: 2rem 0; }
  .cardContainerless .cardContainerless-text {
    padding-top: 2rem; }
  .cardContainerless .cardContainerless-title {
    -webkit-font-smoothing: antialiased;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
    line-height: 1.45;
    text-transform: uppercase; }
  .cardContainerless .cardContainerless-title,
  .cardContainerless .cardContainerless-headline {
    margin-bottom: .5rem; }
  @media screen and (min-width: 768px) {
    .cardContainerless .cardContainerless-headline {
      height: 6rem; } }
  .cardContainerless .linkCTA {
    margin-top: .5rem; }

.cardEmployee .cardEmployee-content {
  background: #fff;
  padding: 1rem 2rem 0;
  text-align: left;
  height: 18rem;
  overflow: hidden; }
  .cardEmployee .cardEmployee-content > * {
    margin-top: .5rem; }

.cardEmployee h3 {
  color: #867050; }

.cardEmployee h6 {
  color: #6d6e71;
  font-size: 1.3rem;
  margin-bottom: 2rem;
  margin-top: 1rem; }

[dir=rtl] .cardEmployee,
[dir=rtl] .cardEmployee .cardEmployee-content {
  text-align: right; }

.cardFeaturedType1 {
  background-color: #fff;
  margin: 2rem; }
  @media screen and (min-width: 768px) {
    .cardFeaturedType1 {
      background-color: inherit;
      border: 0;
      box-shadow: none; } }
  .cardFeaturedType1 .cardFeaturedType1-card {
    margin-left: -20px;
    margin-right: -20px;
    padding: 4rem 0;
    position: relative; }
    .cardFeaturedType1 .cardFeaturedType1-card::after {
      content: "";
      display: table;
      clear: both; }
    .cardFeaturedType1 .cardFeaturedType1-card::before {
      border: 10px solid rgba(134, 112, 80, 0.1);
      box-sizing: border-box;
      content: "";
      display: inline-block;
      height: 100%;
      left: -3rem;
      position: absolute;
      right: auto;
      top: 0;
      width: 100%;
      pointer-events: none; }
    @media screen and (min-width: 768px) {
      .cardFeaturedType1 .cardFeaturedType1-card {
        padding: 5rem 0; }
        .cardFeaturedType1 .cardFeaturedType1-card::before {
          display: inline-block;
          left: auto;
          right: -3rem;
          top: 0;
          width: 96%;
          max-height: 650px; } }
  @media screen and (min-width: 768px) {
    .cardFeaturedType1 .cardFeaturedType1-content {
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .cardFeaturedType1 .cardFeaturedType1-content {
      float: left;
      width: 41.66667%; } }
  @media screen and (min-width: 768px) and (min-width: 992px) {
    .cardFeaturedType1 .cardFeaturedType1-content {
      float: left;
      width: 33.33333%; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .cardFeaturedType1 .cardFeaturedType1-content {
      float: left;
      width: 25%; } }
  @media screen and (min-width: 768px) {
    .cardFeaturedType1 .cardFeaturedType1-media {
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .cardFeaturedType1 .cardFeaturedType1-media {
      float: left;
      width: 58.33333%; } }
  @media screen and (min-width: 768px) and (min-width: 992px) {
    .cardFeaturedType1 .cardFeaturedType1-media {
      float: left;
      width: 66.66667%; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .cardFeaturedType1 .cardFeaturedType1-media {
      float: left;
      width: 75%; } }
  .cardFeaturedType1 .cardFeaturedType1-text {
    padding: 3rem 5.5rem 0 2rem; }
    .cardFeaturedType1 .cardFeaturedType1-text h3 {
      color: #867050; }
    .cardFeaturedType1 .cardFeaturedType1-text h3,
    .cardFeaturedType1 .cardFeaturedType1-text p {
      margin-bottom: 1.5rem; }
    .cardFeaturedType1 .cardFeaturedType1-text a {
      text-decoration: underline; }
    @media screen and (min-width: 768px) {
      .cardFeaturedType1 .cardFeaturedType1-text {
        padding: 0; } }
  .cardFeaturedType1 .cardFeaturedType1-headline,
  .cardFeaturedType1 .cardFeaturedType1-paragraph,
  .cardFeaturedType1 .cardFeaturedType1-title {
    margin-bottom: 1.5rem; }
  @media screen and (min-width: 768px) {
    .cardFeaturedType1 .cardFeaturedType1-title {
      margin-top: 0; } }
  .cardFeaturedType1 .cardFeaturedType1-cta {
    margin-bottom: 2rem;
    margin-top: 2rem; }
  @media screen and (max-width: 767px) {
    .cardFeaturedType1 .imageWrapper {
      margin-right: 2rem; } }

.cardFeaturedType1WithChildren {
  background-color: #fff;
  margin: 2rem; }
  @media screen and (min-width: 768px) {
    .cardFeaturedType1WithChildren {
      background-color: inherit;
      border: 0;
      box-shadow: none; } }
  .cardFeaturedType1WithChildren .cardFeaturedType1WithChildren-card {
    margin-left: -20px;
    margin-right: -20px;
    padding: 4rem 0;
    position: relative; }
    .cardFeaturedType1WithChildren .cardFeaturedType1WithChildren-card::after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 768px) {
      .cardFeaturedType1WithChildren .cardFeaturedType1WithChildren-card::before {
        border: 10px solid rgba(134, 112, 80, 0.1);
        box-sizing: border-box;
        content: "";
        display: inline-block;
        height: 100%;
        left: -3rem;
        position: absolute;
        right: auto;
        top: 0;
        width: 92%; } }
    @media screen and (min-width: 768px) {
      .cardFeaturedType1WithChildren .cardFeaturedType1WithChildren-card {
        padding: 5rem 0; }
        .cardFeaturedType1WithChildren .cardFeaturedType1WithChildren-card::before {
          display: inline-block;
          left: auto;
          right: -3rem;
          top: 0;
          width: 96%; } }
  @media screen and (min-width: 768px) {
    .cardFeaturedType1WithChildren .cardFeaturedType1WithChildren-content {
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .cardFeaturedType1WithChildren .cardFeaturedType1WithChildren-content {
      float: left;
      width: 41.66667%; } }
  @media screen and (min-width: 768px) and (min-width: 992px) {
    .cardFeaturedType1WithChildren .cardFeaturedType1WithChildren-content {
      float: left;
      width: 33.33333%; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .cardFeaturedType1WithChildren .cardFeaturedType1WithChildren-content {
      float: left;
      width: 25%; } }
  .cardFeaturedType1WithChildren .cardFeaturedType1WithChildren-media {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .cardFeaturedType1WithChildren .cardFeaturedType1WithChildren-media {
        float: left;
        width: 58.33333%; } }
    @media (min-width: 992px) {
      .cardFeaturedType1WithChildren .cardFeaturedType1WithChildren-media {
        float: left;
        width: 66.66667%; } }
    @media (min-width: 1200px) {
      .cardFeaturedType1WithChildren .cardFeaturedType1WithChildren-media {
        float: left;
        width: 75%; } }
  .cardFeaturedType1WithChildren .cardFeaturedType1WithChildren-text {
    padding: 3rem 10rem 3rem 2rem; }
    @media screen and (min-width: 768px) {
      .cardFeaturedType1WithChildren .cardFeaturedType1WithChildren-text {
        padding: 0; } }
  .cardFeaturedType1WithChildren .cardFeaturedType1WithChildren-headline,
  .cardFeaturedType1WithChildren .cardFeaturedType1WithChildren-paragraph,
  .cardFeaturedType1WithChildren .cardFeaturedType1WithChildren-title {
    margin-bottom: 1.5rem; }
  @media screen and (min-width: 768px) {
    .cardFeaturedType1WithChildren .cardFeaturedType1WithChildren-title {
      margin-top: 4rem; } }
  .cardFeaturedType1WithChildren .cardFeaturedType1WithChildren-cta {
    margin-bottom: 6rem;
    margin-top: 3rem; }

.cardFeaturedType2 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff; }
  .cardFeaturedType2::after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 992px) {
    .cardFeaturedType2 {
      background-color: inherit; } }
  .cardFeaturedType2 .cardFeaturedType2-card {
    margin-left: -20px;
    margin-right: -20px;
    overflow: visible;
    position: relative; }
    .cardFeaturedType2 .cardFeaturedType2-card::after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 992px) {
      .cardFeaturedType2 .cardFeaturedType2-card {
        min-height: 41rem; }
        .cardFeaturedType2 .cardFeaturedType2-card::before {
          background-color: #fff;
          content: "";
          display: inline-block;
          position: absolute;
          right: 20px;
          top: 4rem;
          min-height: calc(100% - 4.6rem);
          width: 90%; } }
    @media screen and (min-width: 1200px) {
      .cardFeaturedType2 .cardFeaturedType2-card {
        min-height: 49rem; } }
  @media screen and (min-width: 992px) {
    .cardFeaturedType2 .cardFeaturedType2-content {
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 70px; } }
  @media screen and (min-width: 992px) and (min-width: 992px) {
    .cardFeaturedType2 .cardFeaturedType2-content {
      float: left;
      width: 33.33333%; } }
  @media screen and (min-width: 992px) {
    .cardFeaturedType2 .cardFeaturedType2-media {
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 992px) and (min-width: 992px) {
    .cardFeaturedType2 .cardFeaturedType2-media {
      float: left;
      width: 66.66667%; } }
  .cardFeaturedType2 .cardFeaturedType2-media .virtualWrapper {
    position: static; }
  .cardFeaturedType2 .cardFeaturedType2-text {
    padding: 2rem; }
    @media screen and (min-width: 768px) and (max-width: 991.5px) {
      .cardFeaturedType2 .cardFeaturedType2-text {
        min-height: 29rem; } }
    @media screen and (min-width: 992px) {
      .cardFeaturedType2 .cardFeaturedType2-text {
        padding: 0 4rem 0 0; }
        .cardFeaturedType2 .cardFeaturedType2-text .cardHeadline {
          font-size: 2rem; } }
    @media screen and (max-width: 480px) {
      .cardFeaturedType2 .cardFeaturedType2-text {
        padding-top: 1rem; } }
  .cardFeaturedType2 .cardFeaturedType2-headline {
    margin-bottom: 1rem; }
  .cardFeaturedType2 .cardFeaturedType2-title {
    margin-bottom: 1.5rem; }
    .cardFeaturedType2 .cardFeaturedType2-title .title {
      font-size: 1.4rem; }
  .cardFeaturedType2 .cardFeaturedType2-description {
    margin-bottom: 1rem; }
    .cardFeaturedType2 .cardFeaturedType2-description .richText {
      display: inline-block; }
  .cardFeaturedType2 .cardFeaturedType2-disclaimer {
    display: none; }
    @media screen and (min-width: 992px) {
      .cardFeaturedType2 .cardFeaturedType2-disclaimer {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 1rem; } }
  .cardFeaturedType2 .cardFeaturedType2-destination {
    width: 100%;
    padding-bottom: 1rem; }
    .cardFeaturedType2 .cardFeaturedType2-destination .select-label {
      color: #867050; }
  @media screen and (max-width: 991.5px) {
    .cardFeaturedType2 .cardFeaturedType2-attribute:last-of-type .cardAttribute {
      margin-bottom: 0; } }
  .cardFeaturedType2 .cardFeaturedType2-cta {
    margin-top: 2rem; }
    @media screen and (min-width: 992px) {
      .cardFeaturedType2 .cardFeaturedType2-cta {
        margin-top: inherit; } }

@media screen and (max-width: 991.5px) {
  .shadow .cardFeaturedType2 {
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #d4d4d4; } }

@media screen and (min-width: 992px) {
  .shadow .cardFeaturedType2-card::before {
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #d4d4d4; } }

.cardFeaturedType3 {
  margin: 2rem 1rem 2rem 2rem; }
  @media screen and (max-width: 767px) {
    .cardFeaturedType3 {
      left: -10px;
      position: relative; } }
  @media screen and (min-width: 768px) {
    .cardFeaturedType3 {
      background-color: inherit;
      border: 0;
      box-shadow: none;
      margin: 2rem 5rem 2rem 2rem; } }
  .cardFeaturedType3 .button-primary--wide {
    text-decoration: none; }
  .cardFeaturedType3 .cardFeaturedType3-card {
    margin-left: -20px;
    margin-right: -20px;
    padding: 3rem 0 0;
    margin-left: -10px;
    margin-right: 10px;
    position: relative; }
    .cardFeaturedType3 .cardFeaturedType3-card::after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 768px) {
      .cardFeaturedType3 .cardFeaturedType3-card {
        padding: 4rem 0; } }
    .cardFeaturedType3 .cardFeaturedType3-card::before {
      border: 10px solid rgba(134, 112, 80, 0.1);
      box-sizing: border-box;
      content: "";
      display: inline-block;
      height: 100%;
      left: -1rem;
      position: absolute;
      right: auto;
      top: 0;
      width: 111%; }
      @media screen and (max-width: 767px) {
        .cardFeaturedType3 .cardFeaturedType3-card::before {
          border-left-width: 0;
          z-index: 0; } }
    @media screen and (min-width: 768px) {
      .cardFeaturedType3 .cardFeaturedType3-card {
        padding: 5rem 0; }
        .cardFeaturedType3 .cardFeaturedType3-card::before {
          display: inline-block;
          left: auto;
          right: -3rem;
          top: 0;
          width: 96%;
          max-height: 650px; } }
  .cardFeaturedType3 figcaption {
    margin-top: 20px;
    margin-bottom: -25px;
    padding-left: 15px; }
    @media screen and (max-width: 767px) {
      .cardFeaturedType3 figcaption {
        display: none; } }
  .cardFeaturedType3 .cardFeaturedType3-content {
    user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    position: relative; }
    @media screen and (min-width: 768px) {
      .cardFeaturedType3 .cardFeaturedType3-content {
        position: relative;
        min-height: 1px;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        min-height: 1px;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        min-height: 1px;
        padding-left: 20px;
        padding-right: 20px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .cardFeaturedType3 .cardFeaturedType3-content {
      float: left;
      width: 41.66667%; } }
  @media screen and (min-width: 768px) and (min-width: 992px) {
    .cardFeaturedType3 .cardFeaturedType3-content {
      float: left;
      width: 33.33333%; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .cardFeaturedType3 .cardFeaturedType3-content {
      float: left;
      width: 25%; } }
  @media screen and (min-width: 768px) {
    .cardFeaturedType3 .cardFeaturedType3-media {
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .cardFeaturedType3 .cardFeaturedType3-media {
      float: left;
      width: 58.33333%; } }
  @media screen and (min-width: 768px) and (min-width: 992px) {
    .cardFeaturedType3 .cardFeaturedType3-media {
      float: left;
      width: 66.66667%; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .cardFeaturedType3 .cardFeaturedType3-media {
      float: left;
      width: 75%; } }
  @media screen and (max-width: 767px) {
    .cardFeaturedType3 .cardFeaturedType3-media .media {
      margin-right: 2rem; } }
  .cardFeaturedType3 .cardFeaturedType3-media .virtualWrapper {
    position: inherit; }
  .cardFeaturedType3 .cardFeaturedType3-text {
    padding: 3rem 3rem 4rem 2rem; }
    .cardFeaturedType3 .cardFeaturedType3-text h3 {
      color: #867050; }
    .cardFeaturedType3 .cardFeaturedType3-text h3,
    .cardFeaturedType3 .cardFeaturedType3-text p {
      margin-bottom: 1.5rem; }
    .cardFeaturedType3 .cardFeaturedType3-text a {
      text-decoration: underline; }
    @media screen and (min-width: 768px) {
      .cardFeaturedType3 .cardFeaturedType3-text {
        padding: 0; } }
    @media screen and (min-width: 992px) {
      .cardFeaturedType3 .cardFeaturedType3-text .cardHeadline {
        font-size: 2rem; } }
    .cardFeaturedType3 .cardFeaturedType3-text .linkCTA {
      position: relative;
      z-index: 2; }
  .cardFeaturedType3 .cardFeaturedType3-headline,
  .cardFeaturedType3 .cardFeaturedType3-title {
    margin-bottom: 1.5rem; }
  .cardFeaturedType3 .cardFeaturedType3-description {
    user-select: text; }
  @media screen and (min-width: 768px) {
    .cardFeaturedType3 .cardFeaturedType3-cta {
      margin-top: 2rem; } }
  @media screen and (max-width: 767px) {
    .cardFeaturedType3 .imageWrapper {
      margin-right: 2rem; } }

.slick-active + .slick-slide .cardFeaturedType3-media {
  margin-left: -20px;
  margin-right: 20px; }

.cardFeaturedType4 {
  margin: 2rem; }
  @media screen and (max-width: 767px) {
    .cardFeaturedType4 {
      position: relative; } }
  @media screen and (min-width: 768px) {
    .cardFeaturedType4 {
      background-color: inherit;
      border: 0;
      box-shadow: none;
      margin: 2rem 5rem 2rem 0; } }
  .cardFeaturedType4 .cardFeaturedType4-card {
    margin-left: -20px;
    margin-right: -20px;
    padding: 4rem 0 0;
    position: relative; }
    .cardFeaturedType4 .cardFeaturedType4-card::after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 768px) {
      .cardFeaturedType4 .cardFeaturedType4-card {
        padding: 4rem 0; } }
    .cardFeaturedType4 .cardFeaturedType4-card::before {
      border: 10px solid rgba(134, 112, 80, 0.1);
      box-sizing: border-box;
      content: "";
      display: inline-block;
      height: 100%;
      left: -3rem;
      position: absolute;
      right: auto;
      top: 0;
      width: 92%;
      z-index: 0; }
      @media screen and (max-width: 767px) {
        .cardFeaturedType4 .cardFeaturedType4-card::before {
          border-left-width: 0; } }
    @media screen and (min-width: 768px) {
      .cardFeaturedType4 .cardFeaturedType4-card {
        padding: 5rem 0; }
        .cardFeaturedType4 .cardFeaturedType4-card::before {
          display: inline-block;
          left: auto;
          right: -3rem;
          top: 0;
          width: 96%; } }
  .cardFeaturedType4 figcaption {
    font-size: 1.3rem;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: -25px; }
    @media screen and (max-width: 767px) {
      .cardFeaturedType4 figcaption {
        display: none; } }
  .cardFeaturedType4 .cardFeaturedType4-content {
    position: relative; }
    @media screen and (min-width: 768px) {
      .cardFeaturedType4 .cardFeaturedType4-content {
        position: relative;
        min-height: 1px;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        min-height: 1px;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        min-height: 1px;
        padding-left: 20px;
        padding-right: 20px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .cardFeaturedType4 .cardFeaturedType4-content {
      float: left;
      width: 100%; } }
  @media screen and (min-width: 768px) and (min-width: 992px) {
    .cardFeaturedType4 .cardFeaturedType4-content {
      float: left;
      width: 50%; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .cardFeaturedType4 .cardFeaturedType4-content {
      float: left;
      width: 66.66667%; } }
  @media screen and (min-width: 768px) {
    .cardFeaturedType4 .cardFeaturedType4-media {
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .cardFeaturedType4 .cardFeaturedType4-media {
      float: left;
      width: 100%; } }
  @media screen and (min-width: 768px) and (min-width: 992px) {
    .cardFeaturedType4 .cardFeaturedType4-media {
      float: left;
      width: 50%; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .cardFeaturedType4 .cardFeaturedType4-media {
      float: left;
      width: 33.33333%; } }
  .cardFeaturedType4 .cardFeaturedType4-text h3 {
    color: #867050; }
  .cardFeaturedType4 .cardFeaturedType4-text h3,
  .cardFeaturedType4 .cardFeaturedType4-text p {
    margin-bottom: 1.5rem; }
  .cardFeaturedType4 .cardFeaturedType4-text a {
    text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .cardFeaturedType4 .cardFeaturedType4-text {
      padding: 3rem 0 20px 2rem;
      width: calc(92% - 50px); } }
  @media screen and (min-width: 768px) {
    .cardFeaturedType4 .cardFeaturedType4-text {
      padding: 3rem 0 20px 80px; } }
  @media screen and (min-width: 992px) {
    .cardFeaturedType4 .cardFeaturedType4-text {
      padding: 0; } }
  .cardFeaturedType4 .cardFeaturedType4-headline,
  .cardFeaturedType4 .cardFeaturedType4-paragraph,
  .cardFeaturedType4 .cardFeaturedType4-title {
    margin-bottom: 1.5rem; }
  .cardFeaturedType4 .cardFeaturedType4-title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
    line-height: 1.45;
    text-transform: uppercase;
    margin-top: 0; }
  .cardFeaturedType4 .cardFeaturedType4-description {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #171717;
    font-family: var(--var-font-main-display-italic);
    font-style: var(--var-font-main-display-italic-style);
    font-size: 2rem;
    line-height: 1.3; }
  .cardFeaturedType4 .cardFeaturedType4-cta a {
    text-decoration: none; }
  @media screen and (min-width: 768px) {
    .cardFeaturedType4 .cardFeaturedType4-cta {
      margin-top: 1rem; } }
  @media screen and (max-width: 767px) {
    .cardFeaturedType4 .imageWrapper {
      margin-right: 2rem; } }
  @media screen and (max-width: 991.5px) {
    .cardFeaturedType4.centerAlign .cardFeaturedType4-content {
      height: 280px; }
      .cardFeaturedType4.centerAlign .cardFeaturedType4-content .overlap {
        max-height: 80px; }
      .cardFeaturedType4.centerAlign .cardFeaturedType4-content .toggleLines {
        display: none; } }
  .cardFeaturedType4.centerAlign .cardFeaturedType4-title,
  .cardFeaturedType4.centerAlign .cardFeaturedType4-description,
  .cardFeaturedType4.centerAlign .cardFeaturedType4-cta {
    text-align: center; }
  .cardFeaturedType4.centerAlign .card4-description-link {
    text-decoration: none;
    color: #867050; }
    .cardFeaturedType4.centerAlign .card4-description-link:focus, .cardFeaturedType4.centerAlign .card4-description-link:hover {
      text-decoration: underline; }
    .cardFeaturedType4.centerAlign .card4-description-link:focus .cardFeaturedType4-description {
      outline: 2px solid #5c95eb;
      outline-offset: -2px;
      /* stylelint-disable */
      /* stylelint-ensable */ }

@-moz-document url-prefix() {
  .cardFeaturedType4.centerAlign .card4-description-link:focus .cardFeaturedType4-description {
    outline: 2px solid #89b2f1; } }
  .cardFeaturedType4.centerAlign .cardFeaturedType4-description {
    font-size: 32px; }
    @media screen and (max-width: 767px) {
      .cardFeaturedType4.centerAlign .cardFeaturedType4-description {
        font-size: 22px; } }
  .cardFeaturedType4.centerAlign .richText {
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    min-height: 50px;
    font-family: var(--var-font-main-display-italic);
    font-style: var(--var-font-main-display-italic-style); }
  .cardFeaturedType4.centerAlign .toggleLines {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  @media screen and (min-width: 992px) {
    .cardFeaturedType4.centerAlign .cardFeaturedType4-cta {
      position: absolute;
      bottom: -25px;
      left: 0;
      right: 0; } }

.CardFeaturedType5 {
  margin: 2rem 1rem 2rem 2rem; }
  @media screen and (max-width: 767px) {
    .CardFeaturedType5 {
      left: -10px;
      position: relative; } }
  @media screen and (min-width: 768px) {
    .CardFeaturedType5 {
      background-color: inherit;
      border: 0;
      box-shadow: none;
      margin: 2rem 5rem 2rem 0; } }
  .CardFeaturedType5 .CardFeaturedType5-card {
    margin-left: -20px;
    margin-right: -20px;
    padding: 4rem 0 0;
    position: relative; }
    .CardFeaturedType5 .CardFeaturedType5-card::after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 768px) {
      .CardFeaturedType5 .CardFeaturedType5-card {
        padding: 4rem 0; } }
    .CardFeaturedType5 .CardFeaturedType5-card::before {
      border: 10px solid rgba(134, 112, 80, 0.1);
      box-sizing: border-box;
      content: "";
      display: inline-block;
      height: 100%;
      left: -3rem;
      position: absolute;
      right: auto;
      top: 0;
      width: 92%; }
      @media screen and (max-width: 767px) {
        .CardFeaturedType5 .CardFeaturedType5-card::before {
          border-left-width: 0;
          z-index: 0; } }
    @media screen and (min-width: 768px) {
      .CardFeaturedType5 .CardFeaturedType5-card {
        padding: 5rem 0; }
        .CardFeaturedType5 .CardFeaturedType5-card::before {
          display: inline-block;
          left: auto;
          right: -3rem;
          top: 0;
          width: 96%; } }
  .CardFeaturedType5 figcaption {
    margin-top: 20px;
    margin-bottom: -25px;
    padding-left: 15px; }
    @media screen and (max-width: 767px) {
      .CardFeaturedType5 figcaption {
        display: none; } }
  @media screen and (min-width: 768px) {
    .CardFeaturedType5 .CardFeaturedType5-content {
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .CardFeaturedType5 .CardFeaturedType5-content {
      float: left;
      width: 41.66667%; } }
  @media screen and (min-width: 768px) and (min-width: 992px) {
    .CardFeaturedType5 .CardFeaturedType5-content {
      float: left;
      width: 33.33333%; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .CardFeaturedType5 .CardFeaturedType5-content {
      float: left;
      width: 25%; } }
  @media screen and (min-width: 768px) {
    .CardFeaturedType5 .CardFeaturedType5-media {
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .CardFeaturedType5 .CardFeaturedType5-media {
      float: left;
      width: 58.33333%; } }
  @media screen and (min-width: 768px) and (min-width: 992px) {
    .CardFeaturedType5 .CardFeaturedType5-media {
      float: left;
      width: 66.66667%; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .CardFeaturedType5 .CardFeaturedType5-media {
      float: left;
      width: 75%; } }
  @media screen and (max-width: 767px) {
    .CardFeaturedType5 .CardFeaturedType5-media .media {
      margin-right: 2rem; } }
  .CardFeaturedType5 .CardFeaturedType5-text {
    padding: 3rem 8rem 4rem 2rem; }
    .CardFeaturedType5 .CardFeaturedType5-text h3 {
      color: #867050; }
    .CardFeaturedType5 .CardFeaturedType5-text h3,
    .CardFeaturedType5 .CardFeaturedType5-text p {
      margin-bottom: 1.5rem; }
    .CardFeaturedType5 .CardFeaturedType5-text a {
      text-decoration: underline; }
    @media screen and (min-width: 768px) {
      .CardFeaturedType5 .CardFeaturedType5-text {
        padding: 2rem 0 0; } }
  .CardFeaturedType5 .CardFeaturedType5-headline,
  .CardFeaturedType5 .CardFeaturedType5-title {
    margin-bottom: 1.5rem; }
  @media screen and (min-width: 768px) {
    .CardFeaturedType5 .CardFeaturedType5-cta {
      margin-top: 3rem; } }
  @media screen and (max-width: 767px) {
    .CardFeaturedType5 .imageWrapper {
      margin-right: 2rem; } }

.cardImageCarousel {
  position: relative; }
  @media screen and (max-width: 767px) {
    .cardImageCarousel.cardImageCarousel-centerMode .media {
      margin-right: 3rem;
      margin-left: -1rem; }
    .cardImageCarousel.cardImageCarousel-centerMode .cardImageCarousel-item {
      transition: opacity .3s ease;
      opacity: 1; }
      .cardImageCarousel.cardImageCarousel-centerMode .cardImageCarousel-item:not(.slick-center) {
        opacity: .2; }
    .cardImageCarousel.cardImageCarousel-centerMode .cardImageCarousel-overlay,
    .cardImageCarousel.cardImageCarousel-centerMode .cardImageCarousel-pagination {
      display: none; } }
  .cardImageCarousel.cardImageCarousel-centerMode .slick-center .cardImageCarousel-item {
    opacity: 1; }
  .cardImageCarousel img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .cardImageCarousel .cardImageCarousel-overlay {
      position: absolute;
      width: 100%;
      height: 3.5rem;
      bottom: 0;
      background-image: linear-gradient(transparent, #000 150%);
      pointer-events: none; } }
  .cardImageCarousel .cardImageCarousel-caption {
    display: none; }
    @media screen and (min-width: 992px) {
      .cardImageCarousel .cardImageCarousel-caption {
        display: block;
        margin-top: 2rem; } }
  .cardImageCarousel .cardImageCarousel-pagination {
    position: absolute;
    right: -.1rem;
    bottom: 1rem; }
    @media screen and (min-width: 768px) {
      .cardImageCarousel .cardImageCarousel-pagination {
        bottom: 0; } }
    @media screen and (min-width: 992px) {
      .cardImageCarousel .cardImageCarousel-pagination.upper {
        bottom: 0; } }
    .cardImageCarousel .cardImageCarousel-pagination span {
      color: #fff;
      margin-right: 1rem;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-size: 1.3rem;
      letter-spacing: 1px;
      text-transform: uppercase; }
      @media screen and (min-width: 768px) {
        .cardImageCarousel .cardImageCarousel-pagination span {
          display: none; } }
    .cardImageCarousel .cardImageCarousel-pagination .pagination-icons {
      display: none; }
      @media screen and (min-width: 768px) {
        .cardImageCarousel .cardImageCarousel-pagination .pagination-icons {
          display: flex;
          background: #fff; } }
    .cardImageCarousel .cardImageCarousel-pagination .pagination-icon--prev,
    .cardImageCarousel .cardImageCarousel-pagination .pagination-icon--next {
      width: 2rem;
      height: 2rem;
      margin: 1rem; }
  .cardImageCarousel .virtualWrapper {
    position: inherit; }
  .cardImageCarousel .cardImageCarousel-wrapper {
    padding: 28.125% 0;
    position: absolute;
    top: 0;
    right: 0; }
  .cardImageCarousel .slick-list {
    font-size: 0; }
  .cardImageCarousel a:focus-visible,
  .cardImageCarousel img:focus-visible {
    border: 2px solid #5c95eb;
    box-sizing: border-box; }

[dir=rtl] .pagination-icons {
  direction: ltr; }

.cardInfo {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  margin: 2rem 0 0 0;
  padding: 3rem 2rem 1rem;
  position: relative;
  background-color: #fff; }
  .cardInfo .cardInfo-label {
    left: 20px;
    position: absolute;
    top: -15px; }
  .cardInfo .cardInfo-item {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 1rem;
    padding: 1rem 0; }
    .cardInfo .cardInfo-item h4 {
      margin-bottom: 1rem; }
    .cardInfo .cardInfo-item:last-child {
      border: 0; }

[dir=rtl] .cardInfo .cardInfo-label {
  left: auto;
  right: 20px; }

.cardInfoCTA h3 {
  color: #4a4a4a;
  font-family: inherit;
  line-height: inherit; }

@media screen and (min-width: 992px) {
  .cardInfoCTA {
    padding: 4rem 3rem;
    margin-top: 1rem;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5); } }

.cardInfoCTA .cardInfo-item {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }
  @media screen and (min-width: 992px) {
    .cardInfoCTA .cardInfo-item {
      border: 0; } }

.cardInfoCTA .cardInfoCTA-title {
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1rem;
  margin-right: 8%;
  padding-top: .9rem;
  vertical-align: top;
  width: 30%; }
  @media screen and (min-width: 992px) {
    .cardInfoCTA .cardInfoCTA-title {
      padding-top: 0;
      width: 100%; } }
  .cardInfoCTA .cardInfoCTA-title .icon-question {
    margin-left: .3rem;
    vertical-align: middle;
    position: relative; }
    .cardInfoCTA .cardInfoCTA-title .icon-question::before {
      content: "\E92A";
      display: inline-block;
      padding: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* stylelint-disable-next-line */
      font-family: "icomoon" !important;
      font-size: 1.3rem;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      color: #867050; }
    .cardInfoCTA .cardInfoCTA-title .icon-question .dressCtn {
      position: absolute;
      height: auto;
      top: 2rem;
      left: 2rem;
      font-family: var(--var-font-main-display-italic);
      font-style: var(--var-font-main-display-italic-style);
      margin-top: -50px;
      margin-left: 12px;
      padding: 20px;
      background: #fff;
      width: 180px;
      color: #828387;
      opacity: 0;
      filter: alpha(opacity=0);
      font-size: 1.3rem;
      /* stylelint-disable */
      -moz-transition: opacity .3s linear;
      -webkit-transition: opacity .3s linear;
      transition: opacity .3s linear;
      display: none;
      -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
      -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12); }
    .cardInfoCTA .cardInfoCTA-title .icon-question:hover {
      cursor: pointer; }
      .cardInfoCTA .cardInfoCTA-title .icon-question:hover .dressCtn {
        opacity: 1;
        display: block; }

.cardInfoCTA .cardInfoCTA-info {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  display: inline-block;
  vertical-align: sub;
  width: 60%; }
  @media screen and (min-width: 992px) {
    .cardInfoCTA .cardInfoCTA-info {
      width: 100%; } }

.cardInfoCTA .cardInfoCTA-link {
  display: block; }

.cardInfoCTA .cardInfoCTA-cta,
.cardInfoCTA .cardInfoCTA-callButton {
  text-align: center; }
  .cardInfoCTA .cardInfoCTA-cta a,
  .cardInfoCTA .cardInfoCTA-callButton a {
    display: block; }

@media screen and (max-width: 991.5px) {
  .cardInfoCTA .cardInfoCTA-number {
    display: block; } }

.cardInfoCTA .cardInfoCTA-callButton {
  margin-bottom: 1rem; }
  @media screen and (min-width: 992px) {
    .cardInfoCTA .cardInfoCTA-callButton {
      display: none; } }

.cardLabel-primary {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  line-height: 1.45;
  text-transform: uppercase;
  background-color: #89b2f1;
  color: #fff;
  display: inline-block;
  padding: .75rem 1.5rem;
  color: #171717; }

.cardLabel-secondary {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  line-height: 1.45;
  text-transform: uppercase;
  background-color: #867050;
  color: #fff;
  display: inline-block;
  padding: .75rem 1.5rem; }

.cardMedium {
  border: 1px solid #d4d4d4;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
  margin: 2rem; }
  .cardMedium .imageWrapperLimit1 img {
    height: auto; }
  @media screen and (min-width: 768px) {
    .cardMedium {
      margin: inherit; } }
  .cardMedium .cardMedium-label {
    left: 10px;
    position: absolute;
    top: -20px; }
  .cardMedium .cardMedium-cta {
    margin-top: 1rem;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap; }
    .cardMedium .cardMedium-cta a:not(:last-child) {
      margin-right: 15px; }
  .cardMedium .cardMedium-paragraph {
    margin: 1rem 0;
    max-height: 144px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .cardMedium .cardMedium-text {
    background-color: #fff;
    padding: 3.5rem 2rem 2rem;
    position: relative; }
    @media screen and (min-width: 768px) {
      .cardMedium .cardMedium-text {
        height: 18.7rem;
        padding: 1.8rem 2rem 2rem; } }
    @media screen and (min-width: 992px) {
      .cardMedium .cardMedium-text {
        height: 26rem;
        padding: 3.5rem 2rem 2rem; } }
    @media screen and (min-width: 1200px) {
      .cardMedium .cardMedium-text {
        height: 23.5rem; } }
  .cardMedium .cardHeadline {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 5rem; }

[dir=rtl] .cardMedium-label {
  right: 20px;
  left: auto; }

.cardMini {
  background: #f2f2f3;
  text-align: left;
  position: relative;
  margin-top: 3rem; }
  .cardMini .cardMini-label {
    left: 10px;
    position: absolute;
    top: -10px; }
  .cardMini .cardMini-title,
  .cardMini .cardMini-headline {
    margin-top: 1rem; }
  .cardMini .cardMini-cta {
    margin-top: 2rem; }
  .cardMini .cardMini-text {
    padding: 2.5rem 2rem 4rem; }
  .cardMini .cardHeadline {
    color: #5e4c36; }

[dir=rtl] .cardMini {
  text-align: right; }

.cardMontage .imageWrapper {
  overflow: hidden; }

.cardMontage .backgroundStyle {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.cardMontage img {
  transition: transform 0.4s ease-in;
  transform: scale(1); }
  @media screen and (max-width: 767px) {
    .cardMontage img {
      transform: translate(-50%, -50%) scale(1); } }

.cardMontage a:hover img,
.cardMontage .imageWrapper:hover img {
  transition: transform 0.4s ease-in;
  transform: scale(1.2); }
  @media screen and (max-width: 767px) {
    .cardMontage a:hover img,
    .cardMontage .imageWrapper:hover img {
      transform: translate(-50%, -50%) scale(1.2); } }

.cardMontage a:hover i,
.cardMontage .imageWrapper:hover i {
  display: block;
  opacity: 1; }

.cardMontage a:hover .cardMontage-label,
.cardMontage .imageWrapper:hover .cardMontage-label {
  transform: translateY(-5px);
  transition: transform 0.4s ease-in; }

.cardMontage::after {
  content: "";
  position: absolute;
  display: block;
  border: 1px solid #ae9364;
  left: calc((100% - 40px) / 10 + 40px/2);
  width: calc((100% - 40px) / 10 * 8);
  top: 10%;
  height: 80%;
  pointer-events: none; }

.cardMontage .cardMontage-overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: calc(100% - 40px);
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 20px; }

.cardMontage .cardMontage-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }
  .cardMontage .cardMontage-content i {
    transition: opacity 0.4s ease-in;
    opacity: 0;
    display: none; }

.cardMontage .cardMontage-label {
  font-size: 1.3rem;
  letter-spacing: .1rem;
  line-height: 1.6rem;
  color: #fff;
  transform: translateY(5px);
  transition: transform 0.4s ease-in; }

@media screen and (max-width: 767px) {
  .cardMontage .only-desktop {
    /* stylelint-disable-next-line */
    display: none !important; } }

@media screen and (min-width: 768px) {
  .cardMontage .only-mobile {
    /* stylelint-disable-next-line */
    display: none !important; } }

.cardMontageClear::after {
  content: "";
  border: 0; }

.montage-flex {
  padding: 20px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .montage-flex::after {
    content: "";
    position: absolute;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .6;
    transition: .3s ease-in-out;
    background-image: linear-gradient(-180deg, transparent 0%, #000 100%);
    z-index: 5; }
  .montage-flex .montage-flex-content {
    color: #fff;
    z-index: 6; }
    .montage-flex .montage-flex-content .montage-flex-caption {
      text-transform: uppercase;
      font-size: 1.2rem;
      letter-spacing: 1.4px; }
    .montage-flex .montage-flex-content .montage-flex-text {
      overflow: hidden;
      max-height: 0;
      opacity: 0;
      font-family: var(--var-font-main-display-italic);
      font-style: var(--var-font-main-display-italic-style);
      font-size: 20px;
      color: #fff;
      letter-spacing: 0;
      line-height: 26px;
      visibility: hidden;
      -webkit-font-smoothing: antialiased; }
  .montage-flex .icon-arrow-right {
    position: absolute;
    right: 0;
    color: #fff;
    bottom: 20px;
    opacity: 0;
    transition: .3s ease-in-out;
    z-index: 7; }
    @media screen and (min-width: 992px) {
      .montage-flex .icon-arrow-right {
        bottom: 24px; } }
    .montage-flex .icon-arrow-right::before {
      color: #fff;
      font-size: 20px; }
  .montage-flex:hover::after, .montage-flex:active::after, .montage-flex:focus::after {
    opacity: 1; }
  .montage-flex:hover .montage-flex-text, .montage-flex:active .montage-flex-text, .montage-flex:focus .montage-flex-text {
    animation: textHover .4s ease-in-out;
    animation-fill-mode: forwards; }
  .montage-flex:hover .icon-arrow-right, .montage-flex:active .icon-arrow-right, .montage-flex:focus .icon-arrow-right {
    right: 10px;
    opacity: 1; }

@keyframes textHover {
  0% {
    visibility: hidden; }
  1% {
    visibility: visible; }
  100% {
    max-height: 150px;
    opacity: 1;
    visibility: visible; } }

/**
 * TODO: We might have to look into, accessibility wise,
 * the TEL property on href. Should this be available on
 * desktop -> mobile etc.
 */
.cardRestaurant {
  background: #fff;
  display: inline-block;
  width: 100%;
  font-size: 0; }
  .cardRestaurant img {
    max-width: 100%; }
  .cardRestaurant h3 {
    color: #867050; }
  .cardRestaurant .cardRestaurant-text-container {
    font-size: 12px;
    padding: 20px 20px 31px; }
    @media screen and (min-width: 768px) {
      .cardRestaurant .cardRestaurant-text-container {
        padding: 24px 24px 36px; } }
    @media screen and (min-width: 992px) {
      .cardRestaurant .cardRestaurant-text-container {
        padding: 36px 40px 40px; } }
    .cardRestaurant .cardRestaurant-text-container h4 {
      color: #828387;
      font-weight: 500;
      line-height: 16px;
      letter-spacing: 1.4px;
      word-wrap: break-word;
      margin-bottom: 4px; }
    .cardRestaurant .cardRestaurant-text-container .cardRestaurant-groups-container {
      display: flex;
      flex-wrap: wrap;
      gap: 17px;
      padding: 17px 0; }
      @media screen and (min-width: 992px) {
        .cardRestaurant .cardRestaurant-text-container .cardRestaurant-groups-container {
          gap: 14px; } }
      .cardRestaurant .cardRestaurant-text-container .cardRestaurant-groups-container .cardRestaurant-group-info {
        width: 100%; }
        @media screen and (min-width: 992px) {
          .cardRestaurant .cardRestaurant-text-container .cardRestaurant-groups-container .cardRestaurant-group-info {
            width: calc(50% - 7px); } }
        .cardRestaurant .cardRestaurant-text-container .cardRestaurant-groups-container .cardRestaurant-group-info.is-full-width {
          width: 100%; }
          .cardRestaurant .cardRestaurant-text-container .cardRestaurant-groups-container .cardRestaurant-group-info.is-full-width .cardRestaurant-description {
            margin-bottom: 0; }
        .cardRestaurant .cardRestaurant-text-container .cardRestaurant-groups-container .cardRestaurant-group-info .cardRestaurant-description {
          color: #000;
          font-size: 12px;
          font-weight: 500;
          line-height: 16px;
          letter-spacing: 1px; }
        .cardRestaurant .cardRestaurant-text-container .cardRestaurant-groups-container .cardRestaurant-group-info .cardRestaurant-link {
          color: #867050;
          font-family: "Futura Book";
          font-weight: 500;
          text-decoration: underline; }
      .cardRestaurant .cardRestaurant-text-container .cardRestaurant-groups-container .linkCTA {
        margin: 17px 0 0; }
  .cardRestaurant .cardRestaurant-title {
    margin: 1rem 0; }
  .cardRestaurant .cardRestaurant-headline,
  .cardRestaurant .cardRestaurant-description {
    margin-bottom: 1.5em; }
  .cardRestaurant .cardRestaurant-caption {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1.2rem;
    font-style: italic;
    color: #4a4a4a;
    line-height: 1.5;
    margin-bottom: 2rem; }
  .cardRestaurant .button--hidden {
    visibility: hidden; }
  .cardRestaurant .cardRestaurant-cta {
    margin-top: 18px; }
    .cardRestaurant .cardRestaurant-cta a:focus,
    .cardRestaurant .cardRestaurant-cta a:active,
    .cardRestaurant .cardRestaurant-cta a:focus {
      background: #867050;
      color: #fff; }
    @media screen and (min-width: 992px) {
      .cardRestaurant .cardRestaurant-cta {
        margin-top: 29px; } }

.cardRoomDetails {
  overflow: hidden; }
  .cardRoomDetails.large .cardRoomDetails-content {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 992px) {
      .cardRoomDetails.large .cardRoomDetails-content {
        float: left;
        width: 33.33333%; } }
    @media screen and (min-width: 768px) {
      .cardRoomDetails.large .cardRoomDetails-content {
        min-height: 35rem;
        height: 35rem; } }
    @media screen and (min-width: 992px) {
      .cardRoomDetails.large .cardRoomDetails-content {
        background: transparent;
        padding-top: 8rem;
        padding-right: 4rem;
        z-index: 1; } }
  .cardRoomDetails.large .cardRoomDetails-gallery {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 992px) {
      .cardRoomDetails.large .cardRoomDetails-gallery {
        float: left;
        width: 66.66667%; } }
    @media screen and (max-width: 991.5px) {
      .cardRoomDetails.large .cardRoomDetails-gallery {
        padding: 0; } }
    @media screen and (min-width: 992px) {
      .cardRoomDetails.large .cardRoomDetails-gallery {
        z-index: 1; }
        .cardRoomDetails.large .cardRoomDetails-gallery::after {
          content: "";
          display: block;
          position: absolute;
          top: 4rem;
          left: 2rem;
          width: 100%;
          height: 100%;
          background: #fff;
          z-index: -1;
          transform: translate(45%, 10px); } }
  @media screen and (min-width: 992px) {
    .cardRoomDetails.large .cardRoomDetails-offer {
      top: 3.5rem;
      left: 68%; } }
  @media screen and (min-width: 768px) {
    .cardRoomDetails.venue .cardRoomDetails-content {
      min-height: 35rem;
      height: 35rem; } }
  @media screen and (min-width: 992px) {
    .cardRoomDetails.venue .cardRoomDetails-content {
      min-height: 35rem; } }
  .cardRoomDetails.venue .cardHeadline {
    display: -webkit-box;
    /* stylelint-disable-next-line */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
  .cardRoomDetails.venue .cardRoomDetails-intro {
    display: -webkit-box;
    /* stylelint-disable-next-line */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }
  .cardRoomDetails.venue .cardRoomDetails-cta {
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .cardRoomDetails.venue .cardRoomDetails-cta {
        position: absolute;
        left: 2rem;
        right: 2rem;
        bottom: 4rem; } }
    @media screen and (min-width: 992px) {
      .cardRoomDetails.venue .cardRoomDetails-cta {
        left: 4rem;
        right: 4rem; } }
  .cardRoomDetails .cardRoomDetails-offer {
    position: absolute;
    top: -1rem;
    left: 2rem;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .cardRoomDetails .cardRoomDetails-offer {
        left: 4rem; } }
  .cardRoomDetails .cardRoomDetails-content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    padding-top: 2rem;
    padding-bottom: 3rem; }
    @media screen and (min-width: 768px) {
      .cardRoomDetails .cardRoomDetails-content {
        padding: 3rem 2rem 4rem;
        min-height: 35rem;
        height: 35rem; } }
    @media screen and (min-width: 992px) {
      .cardRoomDetails .cardRoomDetails-content {
        padding-left: 4rem;
        padding-right: 4rem; } }
  .cardRoomDetails .cardRoomDetails-intro {
    display: none;
    margin-bottom: 2rem; }
    @media screen and (min-width: 992px) {
      .cardRoomDetails .cardRoomDetails-intro {
        display: block; } }
  .cardRoomDetails .cardRoomDetails-disclaimer {
    margin-top: 2rem;
    margin-bottom: 1.5rem; }
    .cardRoomDetails .cardRoomDetails-disclaimer .number {
      display: none; }
      @media screen and (min-width: 768px) {
        .cardRoomDetails .cardRoomDetails-disclaimer .number {
          display: inline-block; } }
  .cardRoomDetails .cardRoomDetails-checkbox {
    display: none; }
    @media screen and (min-width: 768px) {
      .cardRoomDetails .cardRoomDetails-checkbox {
        display: flex; } }
    .cardRoomDetails .cardRoomDetails-checkbox input {
      opacity: 0;
      position: absolute; }
      .cardRoomDetails .cardRoomDetails-checkbox input:checked + .checkbox::before {
        content: "\E916";
        display: inline-block;
        padding: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /* stylelint-disable-next-line */
        font-family: "icomoon" !important;
        font-size: 1.6;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        speak: none;
        text-transform: none;
        color: #867050; }
      .cardRoomDetails .cardRoomDetails-checkbox input:focus + .checkbox {
        background-color: rgba(174, 147, 100, 0.4); }
    .cardRoomDetails .cardRoomDetails-checkbox i.checkbox {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 2rem;
      height: 2rem;
      border: 1px solid #ae9364;
      margin-right: 1rem; }
    .cardRoomDetails .cardRoomDetails-checkbox label {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-size: 1.3rem;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #67553c;
      display: inline-block; }
  @media screen and (min-width: 768px) {
    .cardRoomDetails .cardRoomDetails-callButton {
      display: none; } }
  .cardRoomDetails .cardRoomDetails-link {
    margin-bottom: 2rem; }
  .cardRoomDetails .cardRoomDetails-name {
    margin-bottom: 1rem; }
  .cardRoomDetails .cardRoomDetails-cta a:focus,
  .cardRoomDetails .cardRoomDetails-cta a:active,
  .cardRoomDetails .cardRoomDetails-cta a:hover {
    background: #867050;
    color: #fff; }
  @media screen and (min-width: 768px) {
    .cardRoomDetails .cardRoomDetails-cta {
      margin-bottom: 3rem; } }
  .cardRoomDetails .virtualWrapper {
    position: inherit; }

.cardRoomDetailsFull {
  overflow: hidden; }
  .cardRoomDetailsFull hr {
    background-color: #d4d4d4;
    border: 0;
    height: 1px;
    margin: 2rem 0; }
  .cardRoomDetailsFull.large .cardRoomDetailsFull-content {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .cardRoomDetailsFull.large .cardRoomDetailsFull-content {
        float: left;
        width: 41.66667%; } }
    @media (min-width: 992px) {
      .cardRoomDetailsFull.large .cardRoomDetailsFull-content {
        float: left;
        width: 33.33333%; } }
    @media screen and (min-width: 768px) {
      .cardRoomDetailsFull.large .cardRoomDetailsFull-content {
        background: transparent;
        padding-top: 8rem;
        padding-right: 4rem;
        z-index: 1; } }
  .cardRoomDetailsFull.large .cardRoomDetailsFull-gallery {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .cardRoomDetailsFull.large .cardRoomDetailsFull-gallery {
        float: left;
        width: 58.33333%; } }
    @media (min-width: 992px) {
      .cardRoomDetailsFull.large .cardRoomDetailsFull-gallery {
        float: left;
        width: 66.66667%; } }
    @media screen and (max-width: 767px) {
      .cardRoomDetailsFull.large .cardRoomDetailsFull-gallery {
        padding: 0; } }
    @media screen and (min-width: 768px) {
      .cardRoomDetailsFull.large .cardRoomDetailsFull-gallery {
        z-index: 1; }
        .cardRoomDetailsFull.large .cardRoomDetailsFull-gallery::after {
          content: "";
          display: block;
          position: absolute;
          top: 4rem;
          left: 2rem;
          width: 100%;
          height: 100%;
          background: #fff;
          z-index: -1;
          transform: translate(63%); } }
    @media screen and (min-width: 992px) {
      .cardRoomDetailsFull.large .cardRoomDetailsFull-gallery::after {
        transform: translate(45%); } }
  @media screen and (min-width: 768px) {
    .cardRoomDetailsFull.medium .cardImageCarousel-pagination {
      bottom: -.1rem; } }
  .cardRoomDetailsFull .cardRoomDetailsFull-gallery {
    position: relative; }
    @media screen and (max-width: 767px) {
      .cardRoomDetailsFull .cardRoomDetailsFull-gallery {
        padding: 0; } }
  .cardRoomDetailsFull .cardRoomDetailsFull-content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .cardRoomDetailsFull .cardRoomDetailsFull-attribute .attribute-label {
    color: #5a5b5e;
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 1rem;
    padding-top: .6rem;
    vertical-align: top;
    width: 10rem; }
  .cardRoomDetailsFull .cardRoomDetailsFull-attribute p {
    display: inline-block; }
  .cardRoomDetailsFull .cardRoomDetailsFull-intro {
    display: none; }
    @media screen and (min-width: 992px) {
      .cardRoomDetailsFull .cardRoomDetailsFull-intro {
        display: -webkit-box;
        line-height: 2.5rem;
        margin-bottom: 1rem; } }
  .cardRoomDetailsFull .cardRoomDetailsFull-disclaimer {
    margin-top: 2rem;
    margin-bottom: 1rem; }
    .cardRoomDetailsFull .cardRoomDetailsFull-disclaimer .number {
      display: none; }
      @media screen and (min-width: 768px) {
        .cardRoomDetailsFull .cardRoomDetailsFull-disclaimer .number {
          display: inline-block; } }
  .cardRoomDetailsFull .cardRoomDetailsFull-checkbox {
    display: none; }
    @media screen and (min-width: 768px) {
      .cardRoomDetailsFull .cardRoomDetailsFull-checkbox {
        background: #fff;
        bottom: 0;
        display: flex;
        padding: 1rem .5rem;
        position: absolute;
        right: 0; } }
    .cardRoomDetailsFull .cardRoomDetailsFull-checkbox input {
      opacity: 0;
      position: absolute; }
      .cardRoomDetailsFull .cardRoomDetailsFull-checkbox input:checked + .checkbox::before {
        content: "\E916";
        display: inline-block;
        padding: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /* stylelint-disable-next-line */
        font-family: "icomoon" !important;
        font-size: 1.6;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        speak: none;
        text-transform: none;
        color: #867050; }
      .cardRoomDetailsFull .cardRoomDetailsFull-checkbox input:focus + .checkbox {
        background-color: rgba(174, 147, 100, 0.4); }
    .cardRoomDetailsFull .cardRoomDetailsFull-checkbox i.checkbox {
      align-items: center;
      border: 1px solid #ae9364;
      display: flex;
      height: 2rem;
      justify-content: center;
      margin-right: 1rem;
      width: 2rem; }
    .cardRoomDetailsFull .cardRoomDetailsFull-checkbox label {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-size: 1.3rem;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #67553c;
      display: inline-block; }
  @media screen and (min-width: 768px) {
    .cardRoomDetailsFull .cardRoomDetailsFull-callButton {
      display: none; } }
  .cardRoomDetailsFull .cardRoomDetailsFull-link,
  .cardRoomDetailsFull .cardRoomDetailsFull-name {
    margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .cardRoomDetailsFull .cardRoomDetailsFull-cta {
      margin: 2rem 0; } }
  .cardRoomDetailsFull .button--centered {
    text-align: center; }

.cardSmall {
  border: 1px solid #d4d4d4;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
  margin: 2rem;
  background: #fff;
  position: relative; }
  @media screen and (min-width: 768px) {
    .cardSmall {
      margin: inherit; } }
  .cardSmall .cardSmall-headline {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 4.8rem; }
  .cardSmall .cardSmall-description {
    margin-top: 1.5rem; }
  .cardSmall .cardSmall-label {
    left: 10px;
    position: absolute;
    top: -20px; }
  .cardSmall .cardSmall-intro {
    margin-bottom: 1.5rem; }
  .cardSmall .cardSmall-cta {
    margin-top: 2rem; }
  .cardSmall .cardSmall-text {
    padding: 2rem 2rem 2rem;
    position: relative;
    height: 21rem; }

[dir=rtl] .cardSmall-label {
  left: auto;
  right: 20px; }

.cardSmall {
  border: 1px solid #d4d4d4;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1);
  margin: 2rem;
  background: #fff;
  position: relative; }
  @media screen and (min-width: 768px) {
    .cardSmall {
      margin: inherit; } }
  .cardSmall .cardSmall-headline {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 4.8rem; }
  .cardSmall .cardSmall-description {
    margin-top: 1.5rem; }
  .cardSmall .cardSmall-label {
    left: 10px;
    position: absolute;
    top: -20px; }
  .cardSmall .cardSmall-intro {
    margin-bottom: 1.5rem; }
  .cardSmall .cardSmall-cta {
    margin-top: 2rem; }
  .cardSmall .cardSmall-text {
    padding: 2rem 2rem 2rem;
    position: relative;
    height: 21rem; }

[dir=rtl] .cardSmall-label {
  left: auto;
  right: 20px; }

.wellness-feature .cardLabel-primary {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1.4px;
  color: #fff; }

.wellness-feature .cardSmall .cardSmall-text {
  height: 142px; }

.wellness-feature .cardSmall .cardSmall-headline {
  color: #867050; }

.wellness-feature .cardSmall .cardSmall-cta {
  position: absolute;
  left: 20px;
  bottom: 32px; }

.wellness-feature .cardSmall .linkCTA {
  color: #867050; }
  .wellness-feature .cardSmall .linkCTA .linkCTA-label {
    margin-right: 18px;
    line-height: 16px; }

.cardWellnessGallery {
  background: #fff;
  position: relative;
  word-break: break-word; }
  @media screen and (min-width: 992px) {
    .cardWellnessGallery {
      margin-bottom: 1.94444vw; } }
  @media screen and (min-width: 1441px) {
    .cardWellnessGallery {
      margin-bottom: 28px; } }
  .cardWellnessGallery .cardWellnessGallery-media {
    position: relative;
    font-size: 0; }
    .cardWellnessGallery .cardWellnessGallery-media img {
      width: 100%;
      height: 100%; }
  .cardWellnessGallery .cardWellnessGallery-headline {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 4.8rem; }
  .cardWellnessGallery .cardWellnessGallery-description {
    margin-top: 16px;
    height: 72px;
    color: #4a4a4a; }
    @media screen and (min-width: 992px) {
      .cardWellnessGallery .cardWellnessGallery-description {
        margin-top: 0.55556vw;
        height: 3.33333vw; } }
    @media screen and (min-width: 1441px) {
      .cardWellnessGallery .cardWellnessGallery-description {
        margin-top: 8px;
        height: 48px; } }
  .cardWellnessGallery .cardWellnessGallery-cta {
    margin-top: 16px;
    font-size: 13px;
    line-height: 16px; }
    @media screen and (min-width: 992px) {
      .cardWellnessGallery .cardWellnessGallery-cta {
        margin-top: 1.11111vw;
        font-size: 0.90278vw;
        line-height: 1.11111vw; } }
    .cardWellnessGallery .cardWellnessGallery-cta .icon-arrow-right::before {
      font-size: 16px; }
  .cardWellnessGallery .cardWellnessGallery-text {
    position: relative;
    padding: 22px 16px;
    height: auto;
    background: #f2f2f3; }
    @media screen and (min-width: 768px) {
      .cardWellnessGallery .cardWellnessGallery-text {
        padding: 29px 20px 19px; } }
    @media screen and (min-width: 992px) {
      .cardWellnessGallery .cardWellnessGallery-text {
        font-size: 1.04167vw;
        padding: 2.08333vw 1.66667vw 1.66667vw;
        height: 19.02778vw; } }
    @media screen and (min-width: 1441px) {
      .cardWellnessGallery .cardWellnessGallery-text {
        font-size: 15px;
        padding: 30px 24px 24px;
        height: 274px; } }
    .cardWellnessGallery .cardWellnessGallery-text .cardLabel-primary {
      background: transparent;
      height: 52px;
      padding: 0;
      color: #867050;
      font-family: "Minion";
      font-size: 20px;
      line-height: 26px;
      letter-spacing: 2px;
      text-transform: none; }
      @media screen and (min-width: 992px) {
        .cardWellnessGallery .cardWellnessGallery-text .cardLabel-primary {
          font-size: 1.38889vw;
          line-height: 1.80556vw;
          letter-spacing: 0.13889vw;
          height: 3.61111vw; } }
      @media screen and (min-width: 1441px) {
        .cardWellnessGallery .cardWellnessGallery-text .cardLabel-primary {
          font-size: 20px;
          line-height: 26px;
          letter-spacing: 2px;
          height: 52px; } }
    .cardWellnessGallery .cardWellnessGallery-text .cardWellnessGallery-bluetags,
    .cardWellnessGallery .cardWellnessGallery-text .cardWellnessGallery-tags {
      position: absolute;
      top: -14px;
      padding: 6px 14px;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 1.4px;
      background: #f2f2f3;
      color: #867050; }
      @media screen and (min-width: 992px) {
        .cardWellnessGallery .cardWellnessGallery-text .cardWellnessGallery-bluetags,
        .cardWellnessGallery .cardWellnessGallery-text .cardWellnessGallery-tags {
          top: -0.97222vw;
          padding: 0.41667vw 0.97222vw;
          font-size: 0.83333vw;
          line-height: 1.11111vw;
          letter-spacing: 0.09722vw; } }
      @media screen and (min-width: 1441px) {
        .cardWellnessGallery .cardWellnessGallery-text .cardWellnessGallery-bluetags,
        .cardWellnessGallery .cardWellnessGallery-text .cardWellnessGallery-tags {
          top: -14px;
          padding: 6px 14px;
          font-size: 12px;
          line-height: 16px;
          letter-spacing: 1.4px; } }
    .cardWellnessGallery .cardWellnessGallery-text .cardWellnessGallery-bluetags {
      background: #89b2f1;
      color: #fff;
      left: auto;
      right: 20px; }
      @media screen and (min-width: 992px) {
        .cardWellnessGallery .cardWellnessGallery-text .cardWellnessGallery-bluetags {
          right: 1.38889vw; } }
      @media screen and (min-width: 1441px) {
        .cardWellnessGallery .cardWellnessGallery-text .cardWellnessGallery-bluetags {
          right: 20px; } }
  .cardWellnessGallery .playButton {
    display: flex;
    align-items: center; }
    .cardWellnessGallery .playButton .icon-play::before {
      font-size: 50px;
      text-shadow: 1px 2px 4px #000; }
    .cardWellnessGallery .playButton .icon-copy {
      font-size: 30px;
      margin-left: 5px;
      color: #fff;
      text-shadow: 1px 2px 4px #000; }
  .cardWellnessGallery .sworkit-category {
    font-family: "Futura Book";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #4a4a4a;
    margin-right: 5px;
    margin-top: 24px;
    margin-bottom: 16px; }
    .cardWellnessGallery .sworkit-category img {
      margin-left: 6px;
      max-height: 13px;
      max-width: 13px; }

[dir=rtl] .cardWellnessGallery-label {
  left: auto;
  right: 20px; }

.cardStore {
  background: #fff;
  display: inline-block;
  padding-bottom: 2rem;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .cardStore {
      height: 41rem; } }
  @media screen and (min-width: 992px) {
    .cardStore {
      height: 32rem; } }
  @media screen and (min-width: 1200px) {
    .cardStore {
      height: 34rem; } }
  .cardStore .cardStore-text {
    padding: 1rem 2rem; }
    .cardStore .cardStore-text .paragraph {
      margin-bottom: .25rem; }
  .cardStore .cardStore-description {
    margin-bottom: .5em;
    margin-top: 1em; }
  .cardStore .cardStore-phoneNumber {
    color: #4a4a4a; }

.CardSuit {
  background: #fff;
  padding: 2rem;
  width: 80%;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: auto; }
  .CardSuit .CardSuit-content {
    margin: auto;
    display: table; }
    .CardSuit .CardSuit-content h2 {
      font-family: "Minion Pro";
      font-size: 1.5rem;
      text-transform: uppercase;
      margin-bottom: 1.5rem;
      letter-spacing: .2rem; }
    .CardSuit .CardSuit-content .info {
      font-size: 0; }
      .CardSuit .CardSuit-content .info .email {
        display: inline-block;
        width: 100%;
        font-size: 1.4rem;
        font-family: "Futura Book";
        text-align: center !important; }
        .CardSuit .CardSuit-content .info .email:nth-child(1) {
          color: #867050; }
      .CardSuit .CardSuit-content .info .title {
        font-size: 1.2rem;
        margin-right: 1rem;
        color: #4a4a4a; }
      .CardSuit .CardSuit-content .info .content {
        display: inline-block;
        font-size: 1.5rem; }
        .CardSuit .CardSuit-content .info .content:nth-child(1) {
          color: #867050; }
    @media screen and (max-width: 991.5px) {
      .CardSuit .CardSuit-content .info .email {
        display: block; } }
  @media screen and (max-width: 991.5px) {
    .CardSuit {
      width: 90%; } }

.dining-card {
  padding-bottom: 4px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .dining-card::after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 767px) {
    .dining-card {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 992px) {
    .dining-card .dining-card-container {
      margin-left: -20px;
      margin-right: -20px;
      position: relative; }
      .dining-card .dining-card-container::after {
        content: "";
        display: table;
        clear: both; }
      .dining-card .dining-card-container::before {
        background-color: #fff;
        content: "";
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 40px;
        min-height: calc(100% - 46px);
        width: 90%;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); } }
  @media screen and (min-width: 992px) {
    .dining-card .dining-card-media {
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 992px) and (min-width: 992px) {
    .dining-card .dining-card-media {
      float: left;
      width: 58.33333%; } }
  @media screen and (min-width: 992px) {
    .dining-card .dining-card-content {
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 65px;
      padding-bottom: 80px;
      padding-right: 40px;
      padding-left: 0;
      min-height: 370px; } }
  @media screen and (min-width: 992px) and (min-width: 992px) {
    .dining-card .dining-card-content {
      float: left;
      width: 41.66667%; } }
  @media screen and (max-width: 991.5px) {
    .dining-card .dining-card-content {
      padding: 20px 15px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); } }
  .dining-card .dining-card-content .dining-card-dining,
  .dining-card .dining-card-content .dining-card-description-label,
  .dining-card .dining-card-content .dining-card-description,
  .dining-card .dining-card-content .dining-card-cta {
    margin-top: 10px; }
  .dining-card .dining-card-dining {
    display: flex; }
    @media screen and (min-width: 768px) {
      .dining-card .dining-card-dining li {
        display: inline-block;
        text-align: center;
        padding: 5px 30px; }
        .dining-card .dining-card-dining li:first-child {
          padding-left: 0; }
        .dining-card .dining-card-dining li:last-child {
          padding-right: 0; } }
    @media screen and (max-width: 767px) {
      .dining-card .dining-card-dining {
        display: block; }
        .dining-card .dining-card-dining .dining-card-dining-label,
        .dining-card .dining-card-dining .dining-card-dining-text {
          display: inline-block;
          min-width: 100px; } }
    .dining-card .dining-card-dining .dining-card-dining-label {
      font-size: 1.1rem;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #828387;
      font-size: 1.2rem;
      -webkit-font-smoothing: auto;
      -moz-osx-font-smoothing: auto; }
    .dining-card .dining-card-dining .dining-card-dining-text {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      color: #67553c;
      font-family: var(--var-font-main-display-italic);
      font-style: var(--var-font-main-display-italic-style);
      font-size: 2rem;
      line-height: 1.3;
      text-transform: capitalize;
      font-size: 1.6rem;
      color: #867050;
      margin-top: 6px; }
    .dining-card .dining-card-dining a.dining-card-dining-text {
      text-decoration: underline; }
  .dining-card .dining-card-description-label {
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #828387;
    font-size: 1.2rem;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto; }
  .dining-card .dining-card-description {
    color: #4a4a4a;
    min-height: 72px; }
    @media screen and (min-width: 992px) {
      .dining-card .dining-card-description {
        min-height: auto; } }
  @media screen and (min-width: 992px) {
    .dining-card .dining-card-cta {
      position: absolute;
      bottom: 30px; } }
  .dining-card .dining-card-cta-btn .button-secondary {
    padding-left: 60px;
    padding-right: 60px; }
    @media screen and (max-width: 767px) {
      .dining-card .dining-card-cta-btn .button-secondary {
        width: 100%;
        text-align: center; } }
  @media screen and (max-width: 991.5px) {
    .dining-card .dining-card-cta-btn {
      margin-top: 10px; } }
  @media screen and (min-width: 992px) {
    .dining-card .dining-card-cta-btn {
      position: absolute;
      bottom: 20px;
      right: 40px; } }

.carouselPagination {
  font-family: var(--var-font-main-display);
  font-size: 2rem; }
  .carouselPagination.carouselPagination--right {
    text-align: right; }
  .carouselPagination.carouselPagination--center {
    text-align: center; }
  .carouselPagination .carouselPagination-icon g {
    fill: #ae9364; }
  .carouselPagination .carouselPagination-icon--next {
    display: inline-block;
    margin-left: 2rem; }
  .carouselPagination .carouselPagination-icon--prev {
    display: inline-block;
    margin-right: 2rem; }

[dir=rtl] .carouselPagination {
  direction: ltr; }

.careersTable {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .careersTable {
      float: left;
      width: 100%; } }
  .careersTable .careersTable-headline {
    margin-bottom: 2rem; }
    @media screen and (min-width: 768px) {
      .careersTable .careersTable-headline {
        margin-bottom: 5rem; } }
  .careersTable table {
    width: 100%;
    text-align: left; }
  .careersTable tbody tr:last-of-type td {
    border-bottom: 0; }
  .careersTable th,
  .careersTable td {
    border-bottom: 1px solid #e9e8e8;
    padding: 1.5rem 1rem; }
    @media screen and (min-width: 768px) {
      .careersTable th:first-of-type,
      .careersTable td:first-of-type {
        width: 40%; } }
  .careersTable .careersTable-link {
    text-align: right;
    padding-right: 5rem; }

.btn-read {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #67553c;
  display: inline-block;
  padding: 0;
  outline: none;
  margin: auto;
  display: block;
  text-align: center; }
  .btn-read .icon-chevron-up,
  .btn-read .icon-chevron-down {
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: middle; }
  .btn-read .buttonViewMore-label {
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle; }

[dir=rtl] .btn-read {
  direction: ltr; }

[dir=rtl] .careersTable table {
  text-align: right; }

.calendar--focusedEnd .DateRangePicker_picker {
  transform: translateY(50px); }

.DateRangePicker {
  font-size: 1.1rem; }
  .DateRangePicker .DateRangePickerInput {
    border: 0;
    background: transparent; }
    .DateRangePicker .DateRangePickerInput .DateInput,
    .DateRangePicker .DateRangePickerInput input[type=text] {
      background: transparent; }
      .DateRangePicker .DateRangePickerInput .DateInput::-webkit-input-placeholder,
      .DateRangePicker .DateRangePickerInput input[type=text]::-webkit-input-placeholder {
        color: #4a4a4a; }
      .DateRangePicker .DateRangePickerInput .DateInput::-moz-placeholder,
      .DateRangePicker .DateRangePickerInput input[type=text]::-moz-placeholder {
        color: #4a4a4a; }
      .DateRangePicker .DateRangePickerInput .DateInput:-ms-input-placeholder,
      .DateRangePicker .DateRangePickerInput input[type=text]:-ms-input-placeholder {
        color: #4a4a4a; }
      .DateRangePicker .DateRangePickerInput .DateInput:-moz-placeholder,
      .DateRangePicker .DateRangePickerInput input[type=text]:-moz-placeholder {
        color: #4a4a4a; }
  .DateRangePicker .DateInput_input__focused {
    border-bottom: 0;
    border: 2px solid #5c95eb; }
  .DateRangePicker .CalendarDay__hovered_span,
  .DateRangePicker .CalendarDay__hovered_span:hover {
    background: #d4d4d4;
    border: 1px double #d4d4d4;
    color: #fff; }
  .DateRangePicker .DayPickerNavigation path {
    fill: #867050; }
  .DateRangePicker .DayPickerKeyboardShortcuts_buttonReset {
    display: none; }
  .DateRangePicker .CalendarDay__default {
    vertical-align: middle; }
  .DateRangePicker .CalendarDay__selected,
  .DateRangePicker .CalendarDay__selected:active,
  .DateRangePicker .CalendarDay__selected:hover {
    background-color: #867050;
    border-color: #ad9d83; }
  .DateRangePicker .CalendarDay__selected_span {
    background: #ae9364;
    border-color: #ad9d83; }
    .DateRangePicker .CalendarDay__selected_span:active, .DateRangePicker .CalendarDay__selected_span:hover {
      background: #ad9d83;
      border-color: #ad9d83; }
  .DateRangePicker .CalendarDay__blocked_out_of_range,
  .DateRangePicker .CalendarDay__blocked_out_of_range:active,
  .DateRangePicker .CalendarDay__blocked_out_of_range:hover,
  .DateRangePicker .CalendarDay__blocked_calendar,
  .DateRangePicker .CalendarDay__blocked_calendar:active,
  .DateRangePicker .CalendarDay__blocked_calendar:hover {
    color: #d4d4d4;
    background: #fff;
    border: 1px solid #e9e8e8; }
  .DateRangePicker .DayPickerKeyboardShortcuts_show__bottomRight {
    border-right-color: #867050; }
    .DateRangePicker .DayPickerKeyboardShortcuts_show__bottomRight:hover {
      border-right-color: #7f7159; }
  .DateRangePicker .DayPickerNavigation_button__default {
    border: 0; }
  .DateRangePicker .CalendarMonth_caption {
    font-family: var(--var-font-main-display);
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1.08px;
    padding-bottom: 47px; }

/*
  Floating label
*/
.floating-label {
  position: relative; }

.floating-label input {
  padding: 20px 12px 4px; }

/** Turn the label $gold on focus */
.floating-label input:focus + label {
  color: #867050;
  opacity: 1; }

/** Float the label on focus and when text is entered */
.floating-label input:focus + label,
.floating-label.using-placeholder-shown input:not(:placeholder-shown) + label,
.floating-label.using-valid input:valid + label {
  left: 12px;
  top: 6px;
  font-size: 1.2rem;
  font-weight: bold;
  opacity: 1; }

/** By default, make the label look like a placeholder */
.floating-label label {
  color: #000;
  text-transform: capitalize;
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1.5rem;
  opacity: .7;
  pointer-events: none;
  transition: all .2s ease-in-out; }

.employeeCardList .employeeCardList-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  .employeeCardList .employeeCardList-container .cardEmployee {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 4rem; }
    @media (min-width: 768px) {
      .employeeCardList .employeeCardList-container .cardEmployee {
        float: left;
        width: 33.33333%; } }
    @media (min-width: 992px) {
      .employeeCardList .employeeCardList-container .cardEmployee {
        float: left;
        width: 25%; } }
  @media screen and (max-width: 767px) {
    .employeeCardList .employeeCardList-container {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      white-space: nowrap;
      display: block; }
      .employeeCardList .employeeCardList-container::-webkit-scrollbar {
        display: none; }
      .employeeCardList .employeeCardList-container * {
        white-space: normal; }
      .employeeCardList .employeeCardList-container .cardEmployee {
        max-width: 85vw;
        display: inline-block; } }

.employeeCardList-modal {
  max-width: 992px;
  overflow: auto; }
  .employeeCardList-modal .employeeCardList-modalImage {
    display: inline-block;
    vertical-align: top;
    width: 30%; }
  .employeeCardList-modal .employeeCardList-modalCopy {
    display: inline-block;
    padding-left: 5rem;
    width: 70%; }
    .employeeCardList-modal .employeeCardList-modalCopy h3 {
      color: #867050; }
    .employeeCardList-modal .employeeCardList-modalCopy h6 {
      color: #6d6e71;
      font-size: 1.3rem;
      margin-bottom: 2rem;
      margin-top: 1rem; }

.employeeCardList-modalCloseBtn {
  position: absolute;
  right: 2rem;
  top: 2rem; }

.featureContent-content {
  margin: 0 auto;
  max-width: 1250px; }

.featureContent-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .featureContent-container::after {
    content: "";
    display: table;
    clear: both; }

.featureContent-row {
  margin-left: -20px;
  margin-right: -20px; }
  .featureContent-row::after {
    content: "";
    display: table;
    clear: both; }

@media screen and (min-width: 992px) and (max-width: 1440px) {
  .lili-theme .featureContent-content {
    max-width: 74%; } }

.featureColumn {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .featureColumn {
      float: left;
      width: 100%; } }

.featureColumn-half {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .featureColumn-half {
      float: left;
      width: 50%; } }

.featureColumn-third-xs {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }

@media screen and (min-width: 768px) {
  .featureColumn-half-block {
    margin-right: 50%; } }

.featureColumn-font-zero {
  font-size: 0; }

.featureColumn-disabled {
  opacity: .5; }
  .featureColumn-disabled::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 100; }

.featureSection {
  background-color: transparent;
  display: block;
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .featureSection {
      padding-bottom: 80px;
      padding-top: 80px; } }
  .featureSection:not(.featureSection-dark) + .featureSection:not(.featureSection-dark) {
    padding-top: 0; }

.featureSection-dark {
  background-color: #f2f2f3; }
  .featureSection-dark + .featureSection-dark {
    padding-top: 0; }

.featureSection-darkGrey {
  background-color: #4a4a4a; }
  .featureSection-darkGrey + .featureSection-darkGrey {
    padding-top: 0; }

.featureSection--hero {
  margin-top: calc(150px + 2.6rem); }
  @media screen and (max-width: 991.5px) {
    .featureSection--hero {
      margin-top: 95px; } }

@media screen and (max-width: 991.5px) {
  .featureSection--newsroom--hero {
    margin-top: 51px; } }

.featureSection--flushBottom {
  padding-bottom: 0; }

.featureSection--flushTop {
  padding-top: 0; }

.featureSection--flushTop--news {
  padding-top: 0;
  margin-top: -30px; }

.featureSection--topline {
  border-top: 1px solid #d4d4d4; }
  .featureSection--topline .paragraph:first-child {
    margin-top: 3.2rem; }

.featureSection--overflowVisible {
  overflow: visible; }

.featureSection--tetheredBottom::after {
  background: #867050;
  bottom: -1px;
  content: "";
  height: 43px;
  left: 50%;
  position: absolute;
  width: 1px; }

.featureSection--tetheredTop::before {
  background: #867050;
  content: "";
  height: 43px;
  left: 50%;
  position: absolute;
  top: -1px;
  width: 1px; }

.footer {
  background: #867050; }
  .footer footer {
    margin: 0 auto;
    max-width: 1250px; }

.checkboxGroup {
  padding-top: 10px;
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox button */
  /* Create a custom checkbox button */
  /* On mouse-over, add a grey background color */
  /* When the checkbox button is checked, add a blue background */
  /* Invalid checkbox */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */ }
  .checkboxGroup .checkboxContainer {
    display: inline-block;
    line-height: 25px;
    position: relative;
    padding-left: 35px;
    margin-right: 40px;
    cursor: pointer;
    user-select: none; }
  .checkboxGroup .checkboxContainer input {
    position: absolute;
    opacity: 0; }
    .checkboxGroup .checkboxContainer input:focus + .checkmark {
      box-shadow: 0 0 5px #4d90fe; }
  .checkboxGroup .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px #5a5b5e solid; }
  .checkboxGroup .checkboxContainer:hover input ~ .checkmark {
    background-color: #fff; }
  .checkboxGroup .checkboxContainer input:checked ~ .checkmark {
    background-color: #fff; }
  .checkboxGroup .checkboxContainer input:invalid ~ .checkmark.error-checkbox {
    border: 1px #961928 solid; }
  .checkboxGroup .checkmark::after {
    content: "";
    position: absolute;
    display: none; }
  .checkboxGroup .checkboxContainer input:checked ~ .checkmark::after {
    display: block; }
  .checkboxGroup .checkboxContainer .checkmark::after {
    top: 2px;
    left: 2px;
    width: 19px;
    height: 19px;
    background: #867050; }
  .checkboxGroup li {
    list-style: decimal;
    margin-left: 2rem; }

.checkboxGroupMulti .checkboxGroup {
  display: inline-block; }

.checkboxGroupMulti.align-checkbox {
  display: flex;
  flex-wrap: wrap; }
  .checkboxGroupMulti.align-checkbox .checkboxGroup {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .checkboxGroupMulti.align-checkbox .checkboxGroup {
        width: 50%; } }
    @media screen and (min-width: 992px) {
      .checkboxGroupMulti.align-checkbox .checkboxGroup {
        width: 33%; } }
    @media screen and (min-width: 1200px) {
      .checkboxGroupMulti.align-checkbox .checkboxGroup {
        width: 25%; } }

.align-checkbox-full .checkboxGroup {
  width: 100%; }

.dateMonthYear {
  display: table;
  width: 100%; }
  .dateMonthYear .selectContainer {
    display: table-cell;
    width: 33%; }
    .dateMonthYear .selectContainer:first-child {
      padding-right: 20px; }
    .dateMonthYear .selectContainer:nth-child(2) {
      padding-left: 10px;
      padding-right: 10px; }
    .dateMonthYear .selectContainer:last-child {
      padding-left: 20px; }

.Date_Picker .SingleDatePicker,
.Date_Picker .SingleDatePickerInput {
  display: block; }

.Date_Picker .DateInput {
  display: block;
  width: 100%; }

.Date_Picker .DateInput_input {
  border: 1px solid #4a4a4a;
  height: 5rem; }
  .Date_Picker .DateInput_input:focus {
    box-shadow: 0 0 5px #4d90fe; }

.Date_Picker .DateInput .DateInput_input__focused {
  border-bottom: 1px solid #4a4a4a; }

.Date_Picker .CalendarMonth_caption {
  padding-bottom: 48px; }

.Date_Picker .SingleDatePicker_picker {
  z-index: 2; }

.Date_Picker .CalendarDay__default {
  vertical-align: middle; }

.DayPickerNavigation path {
  fill: #867050; }

.fileUpload .fileUpload-fileNameDisplay {
  width: 65%; }
  @media screen and (max-width: 767px) {
    .fileUpload .fileUpload-fileNameDisplay {
      width: 55%; } }

.fileUpload .fileUpload-uploadWidget {
  width: 30%;
  float: right;
  position: relative; }
  @media screen and (max-width: 767px) {
    .fileUpload .fileUpload-uploadWidget {
      width: 40%; } }
  .fileUpload .fileUpload-uploadWidget .input {
    width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .fileUpload .fileUpload-uploadWidget .button-primary {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    cursor: pointer; }
    .fileUpload .fileUpload-uploadWidget .button-primary:hover {
      background: #fff;
      color: #867050; }

.input {
  color: #4a4a4a;
  font-family: "Futura Book", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  background: #fff;
  height: 5rem;
  line-height: 3.5;
  text-indent: 20px;
  width: 100%;
  border: 1px solid #4a4a4a; }

.radioGroup {
  padding-top: 10px;
  /* Customize the label (the container) */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */ }
  .radioGroup .radioContainer {
    display: inline-block;
    line-height: 25px;
    position: relative;
    padding-left: 35px;
    margin-right: 40px;
    cursor: pointer;
    user-select: none; }
  .radioGroup .radioContainer input {
    position: absolute;
    opacity: 0; }
    .radioGroup .radioContainer input:focus + .checkmark {
      box-shadow: 0 0 5px #4d90fe; }
  .radioGroup .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px #5a5b5e solid; }
  .radioGroup .radioContainer:hover input ~ .checkmark {
    background-color: #fff; }
  .radioGroup .radioContainer input:checked ~ .checkmark {
    background-color: #fff; }
  .radioGroup .checkmark::after {
    content: "";
    position: absolute;
    display: none; }
  .radioGroup .radioContainer input:checked ~ .checkmark::after {
    display: block; }
  .radioGroup .radioContainer .checkmark::after {
    top: 2px;
    left: 2px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #867050; }

.select {
  height: 5rem;
  position: relative; }
  .select select {
    appearance: none;
    border: 0;
    border-radius: 0;
    display: inline-block;
    height: 100%;
    letter-spacing: 0;
    opacity: 0;
    text-align-last: right;
    text-indent: -10px;
    width: 100%; }
    .select select:focus + .select-label {
      box-shadow: 0 0 5px #4d90fe; }
  .select .select-label {
    color: #4a4a4a;
    font-family: "Futura Book", Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.6;
    background: #fff;
    border: 1px solid #4a4a4a;
    height: 100%;
    left: 0;
    line-height: 3.5;
    padding-right: 40px;
    pointer-events: none;
    position: absolute;
    text-indent: 20px;
    top: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .select.select-quarter {
    width: 25%; }
  .select.select-third {
    width: 33%; }
  .select.select-short {
    width: 150px; }
  .select .icon-chevron-down::before {
    position: absolute;
    top: 20px;
    right: 9px;
    font-size: 11px;
    color: #555555; }

/*stylelint-disable*/
.react-accessible-select .ras-main {
  width: auto;
  position: relative; }

.react-accessible-select .ras-label-hide {
  width: 0;
  height: 0;
  display: none;
  overflow: hidden;
  visibility: hidden; }

.react-accessible-select .ras-button {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  line-height: 34px;
  padding: 0 20px 0 10px; }

.react-accessible-select .ras-placeholder {
  color: #aaa; }

.react-accessible-select .ras-ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 1;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }

.react-accessible-select .ras-li {
  cursor: pointer;
  padding: 8px 10px; }

.react-accessible-select.ras-active .ras-ul {
  display: block; }

.react-accessible-select .ras-focused {
  color: red; }

.react-accessible-select .ras-selected {
  background-color: antiquewhite; }

.react-accessible-select .ras-arrow {
  position: absolute;
  top: 8px;
  right: 5px;
  display: block;
  border-width: 0;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  background: transparent; }

.react-accessible-select.ras-active .ras-arrow {
  transform: rotate(135deg); }

.select .select-label--heading3 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #171717;
  font-family: var(--var-font-main-display-italic);
  font-style: var(--var-font-main-display-italic-style);
  font-size: 2rem;
  line-height: 1.3;
  font-family: var(--var-font-main-display-italic) !important;
  border: 0; }

.select {
  padding-left: 38px; }
  .select .wellness-select-options {
    display: none;
    position: absolute;
    width: 165px;
    right: 4px;
    background: #fff;
    padding: 6px 20px 20px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 9; }
    .select .wellness-select-options li {
      font-family: "Minion";
      font-size: 16px;
      line-height: 21px;
      letter-spacing: 1px;
      border-bottom: 1px solid #d8d8d8;
      padding: 14px 0; }
  .select.expanded .wellness-select-options {
    display: block; }

.submitGroup {
  margin-top: 32px;
  text-align: right; }
  .submitGroup .error,
  .submitGroup .pending,
  .submitGroup .succeed {
    margin-bottom: 20px; }
  .submitGroup .linkCTA {
    margin-right: 20px;
    display: inline-block; }
    .submitGroup .linkCTA .icon-arrow-right {
      display: none; }
  @media screen and (max-width: 767px) {
    .submitGroup {
      text-align: center; } }
  .submitGroup .text-transform-normal {
    text-transform: none; }

.successMessage > * {
  margin-bottom: 20px; }

.textarea {
  color: #4a4a4a;
  font-family: "Futura Book", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  background: #fff;
  height: 15rem;
  line-height: 2;
  text-indent: 20px;
  width: 100%;
  resize: none;
  border: 1px solid #4a4a4a; }

.form,
form {
  position: relative; }
  .form .form-spinner,
  form .form-spinner {
    animation: animate-in .3s;
    background: rgba(255, 255, 255, 0.75);
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }

@keyframes animate-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .form .formField,
  form .formField {
    position: relative; }
    .form .formField.has-error input,
    .form .formField.has-error .select .select-label,
    .form .formField.has-error textarea,
    form .formField.has-error input,
    form .formField.has-error .select .select-label,
    form .formField.has-error textarea {
      border: 1px #961928 solid; }
    .form .formField.has-error .formField-label,
    form .formField.has-error .formField-label {
      color: #961928; }
    .form .formField.no-label .formField-field,
    form .formField.no-label .formField-field {
      padding-top: 0; }
    .form .formField.has-footLabel .formField-field,
    form .formField.has-footLabel .formField-field {
      padding-bottom: 5rem; }
  .form .formField-field,
  form .formField-field {
    padding: 4rem 0 3rem 0; }
  .form .formField-label,
  form .formField-label {
    top: 1.4rem;
    font-size: 1.3rem;
    position: absolute;
    text-transform: uppercase;
    line-height: 1; }
  .form .formField-error,
  .form .formField-footLabel,
  form .formField-error,
  form .formField-footLabel {
    top: calc(100% - 2.7rem);
    font-size: 1.3rem;
    position: absolute; }
  .form .formField-footLabel,
  form .formField-footLabel {
    color: #828387;
    top: calc(100% - 4.7rem); }
  .form .form-response--error,
  form .form-response--error {
    display: block;
    background: #961928; }
  .form .form-response--success,
  form .form-response--success {
    display: block;
    background: #867050;
    animation: appear-in .3s; }

@keyframes appear-in {
  0% {
    opacity: 0;
    max-height: 0; }
  100% {
    opacity: 1;
    max-height: 200px; } }
  .form .form-disabled,
  form .form-disabled {
    opacity: .8;
    pointer-events: none; }
  .form .disclaimer,
  .form .articleHeadline,
  form .disclaimer,
  form .articleHeadline {
    padding: 20px 0; }
  .form .divider,
  form .divider {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .form .buttonExpandCollapse,
  form .buttonExpandCollapse {
    margin-left: 20px;
    margin-bottom: 20px; }
  .form input[disabled],
  form input[disabled] {
    background-color: #d4d4d4;
    border: 0; }
  .form .accordion,
  form .accordion {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .form .accordion,
      form .accordion {
        float: left; } }
    @media screen and (max-width: 767px) {
      .form .accordion,
      form .accordion {
        position: relative;
        z-index: 1; } }

.london-form-section {
  background-color: #f2f2f3;
  padding-top: 25px;
  padding-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .london-form-section {
      padding-top: 48px;
      padding-bottom: 48px; } }

.london-form-container {
  padding-bottom: 40px;
  width: 100%;
  max-width: 482px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center; }
  .london-form-container .formField {
    text-align: left; }
    @media screen and (min-width: 768px) {
      .london-form-container .formField {
        text-align: center; } }
    .london-form-container .formField .formField-label {
      font-size: 1.2rem; }
    .london-form-container .formField .field-validation-error {
      color: #961928;
      font-size: 13px;
      line-height: 20.8px;
      float: left;
      text-align: left; }
    .london-form-container .formField input:invalid,
    .london-form-container .formField textarea:invalid {
      border: 1px #961928 solid; }
  .london-form-container .icon-chevron-down::before {
    content: "\E904";
    display: inline-block;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "icomoon";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 3.5;
    speak: none;
    text-transform: none;
    color: #4a4a4a;
    position: absolute;
    top: 4.5rem;
    left: 14.7rem;
    z-index: 9999;
    pointer-events: none; }
    @media screen and (min-width: 768px) {
      .london-form-container .icon-chevron-down::before {
        left: 28.2rem; } }
  .london-form-container .checkboxContainer {
    margin-right: 0; }
    .london-form-container .checkboxContainer p.msg-checkbox {
      padding-bottom: 0; }
  .london-form-container input {
    text-indent: 15px; }
  .london-form-container input[type=submit] {
    text-indent: initial;
    margin-top: 32px;
    width: 148px; }
    @media screen and (min-width: 768px) {
      .london-form-container input[type=submit] {
        width: 262px; } }

h3.london-form {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.2px;
  padding-top: 24px;
  padding-bottom: 24px; }

p.london-form {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1px;
  padding-bottom: 20px; }

p.msg-checkbox {
  color: #4a4a4a;
  font-weight: 400;
  text-align: left;
  padding-bottom: 22px; }

p.error-msg-checkbox {
  display: none;
  color: #961928;
  padding-top: 10px;
  padding-bottom: 0; }

select.london-form {
  appearance: none;
  color: #4a4a4a;
  font-family: "Futura Book", Arial, sans-serif;
  font-size: 1.5rem;
  background: #fff;
  height: 5rem;
  text-indent: 20px;
  width: 170px;
  padding-left: 15px;
  border: 1px solid #4a4a4a; }

.london-form + .button-secondary {
  font-family: "Futura Book", Arial, sans-serif;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.4px;
  transition: none;
  width: 148px;
  height: 50px; }
  @media screen and (min-width: 768px) {
    .london-form + .button-secondary {
      width: 262px; } }

.split-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .split-fields {
      gap: 24px;
      flex-direction: row; } }
  .split-fields div {
    flex: 138; }
  .split-fields div:last-child {
    flex: 282; }

.formField input:invalid,
.formField input[type=checkbox],
.formField textarea:invalid {
  border: 1px #961928 solid; }

input.input-validation-error {
  border: 1px #961928 solid; }

.newsletterSubscription-iframe {
  min-height: 1800px; }
  @media screen and (min-width: 768px) {
    .newsletterSubscription-iframe {
      min-height: 1460px; } }

.filterBar .select .icon-chevron-down::before {
  top: 11px; }

.filterBar .filterBar-desktop {
  display: none; }
  @media screen and (min-width: 992px) {
    .filterBar .filterBar-desktop {
      display: inline-block; } }
  .filterBar .filterBar-desktop .filterBar-filterLabel {
    display: inline-block;
    margin-right: 3rem;
    vertical-align: text-bottom; }
  .filterBar .filterBar-desktop .filterBar-filters {
    display: inline-block; }
  .filterBar .filterBar-desktop .filterBar-filter {
    border-right: 1px solid #d4d4d4;
    display: inline-block;
    margin-right: 2.8rem;
    margin-top: 2rem;
    padding-right: 2.8rem; }
    .filterBar .filterBar-desktop .filterBar-filter:last-child {
      border: 0;
      margin-bottom: 20px; }

.filterBar .filterBar-touch {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media screen and (min-width: 992px) {
    .filterBar .filterBar-touch {
      display: none; }
      .filterBar .filterBar-touch::after {
        position: absolute;
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        right: -1rem;
        top: 2rem;
        bottom: 20px;
        background: #e9e9e9; } }
  .filterBar .filterBar-touch .filterBar-label {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1.3rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    line-height: 32px; }
  .filterBar .filterBar-touch .filterBar-select {
    display: inline-block;
    text-align: right;
    width: 75%;
    vertical-align: middle; }
    .filterBar .filterBar-touch .filterBar-select .select {
      height: auto; }
    .filterBar .filterBar-touch .filterBar-select select {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      color: #171717;
      font-family: var(--var-font-main-display-italic);
      font-style: var(--var-font-main-display-italic-style);
      font-size: 2rem;
      line-height: 1.3;
      opacity: 0;
      letter-spacing: 0;
      appearance: none;
      background: #d4d4d4 url("data:image/svg+xml;utf8,<svg focusable='false' xmlns='http://www.w3.org/2000/svg' width='20px' height='7px' fill='#867050'><polygon points='10.567498 0.499925726 6.00008989 4.54435421 1.43268178 0.499925726 0.5 1.63149669 5.533749 6.08796259 5.99991011 6.5 6.466251 6.08796259 11.5 1.63149669' /></svg>") no-repeat 100% 55%;
      border: 0;
      border-radius: 0;
      display: inline-block;
      text-align-last: right;
      text-indent: -10px;
      width: 100%;
      position: absolute;
      left: 0;
      right: 0; }
    .filterBar .filterBar-touch .filterBar-select .select-label {
      background: none;
      position: relative;
      color: #4a4a4a; }

.filterBar.filterBar-center-style {
  text-align: center; }
  @media screen and (max-width: 991.5px) {
    .filterBar.filterBar-center-style .filterBar-filterLabel {
      margin-right: 0;
      margin-top: 10px;
      display: block; }
    .filterBar.filterBar-center-style .filterBar-filters {
      text-align: left;
      padding: 2rem; } }
  .filterBar.filterBar-center-style .filterBar-filter {
    border-right: 0; }
  .filterBar.filterBar-center-style .filterBar-filterLabel {
    margin-right: 5rem; }
    @media screen and (max-width: 991.5px) {
      .filterBar.filterBar-center-style .filterBar-filterLabel {
        margin-right: 0;
        margin-top: 10px;
        display: block; } }
  .filterBar.filterBar-center-style .filterBar-desktop {
    display: inline-block; }
  .filterBar.filterBar-center-style .filterBar-touch {
    display: none; }

.filter-suffix-remove .filterBar:last-child .filterBar-touch::after {
  display: none; }

.mac-os .filterBar .filterBar-select select {
  margin-right: 20px; }

.filterBarWellness {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .filterBarWellness .select {
    height: 60px; }
    @media screen and (min-width: 992px) {
      .filterBarWellness .select {
        height: 26px; } }
    .filterBarWellness .select .icon-chevron-down::before {
      top: auto;
      font-size: 20px;
      color: #867050; }
  .filterBarWellness .filterBar-label {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1.3rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1.4px; }
  .filterBarWellness .filterBar-desktop {
    display: none; }
    @media screen and (min-width: 992px) {
      .filterBarWellness .filterBar-desktop {
        display: flex;
        align-items: center; } }
    .filterBarWellness .filterBar-desktop .filterBar-filterLabel {
      display: inline-block;
      margin-right: 3rem;
      vertical-align: text-bottom; }
    .filterBarWellness .filterBar-desktop .filterBar-filters {
      display: inline-block;
      margin-left: 30px; }
    .filterBarWellness .filterBar-desktop .filterBar-filter {
      display: inline-block;
      border-right: 1px solid #d4d4d4;
      margin-right: 2.8rem;
      padding-right: 2.8rem;
      font-family: "Minion";
      font-size: 20px;
      line-height: 26px; }
      .filterBarWellness .filterBar-desktop .filterBar-filter .current-filter {
        color: #9b9b9b; }
        .filterBarWellness .filterBar-desktop .filterBar-filter .current-filter.selected {
          position: relative;
          color: #4a4a4a; }
          .filterBarWellness .filterBar-desktop .filterBar-filter .current-filter.selected::before {
            background: rgba(174, 147, 100, 0.4);
            bottom: -4px;
            content: "";
            height: 10px;
            left: 0;
            opacity: 1;
            position: absolute;
            right: auto;
            width: 100%;
            z-index: 0; }
  .filterBarWellness .filterBar-touch {
    display: flex;
    width: 100vw;
    align-items: center;
    justify-content: space-between;
    margin-top: -1px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 14px 30px;
    border-top: 1px solid rgba(212, 212, 212, 0.4);
    border-bottom: 1px solid rgba(212, 212, 212, 0.4); }
    @media screen and (min-width: 768px) {
      .filterBarWellness .filterBar-touch {
        margin-left: -3.38542vw;
        margin-right: -3.38542vw; } }
    @media screen and (min-width: 992px) {
      .filterBarWellness .filterBar-touch {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        border-top: 0;
        border-bottom: 0; }
        .filterBarWellness .filterBar-touch::after {
          position: absolute;
          content: "";
          display: inline-block;
          vertical-align: middle;
          width: 1px;
          right: -1rem;
          top: 2rem;
          bottom: 20px;
          background: #e9e9e9; } }
    .filterBarWellness .filterBar-touch.currentData {
      display: flex; }
      @media screen and (min-width: 992px) {
        .filterBarWellness .filterBar-touch.currentData {
          display: none; } }
    .filterBarWellness .filterBar-touch .filterBar-select {
      display: inline-block;
      text-align: right;
      width: auto;
      vertical-align: middle;
      cursor: pointer; }
      .filterBarWellness .filterBar-touch .filterBar-select .select {
        height: 26px;
        padding: 0; }
      .filterBarWellness .filterBar-touch .filterBar-select select {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        color: #171717;
        font-family: var(--var-font-main-display-italic);
        font-style: var(--var-font-main-display-italic-style);
        font-size: 2rem;
        line-height: 1.3;
        opacity: 0;
        letter-spacing: 0;
        appearance: none;
        background: #d4d4d4 url("data:image/svg+xml;utf8,<svg focusable='false' xmlns='http://www.w3.org/2000/svg' width='20px' height='7px' fill='#867050'><polygon points='10.567498 0.499925726 6.00008989 4.54435421 1.43268178 0.499925726 0.5 1.63149669 5.533749 6.08796259 5.99991011 6.5 6.466251 6.08796259 11.5 1.63149669' /></svg>") no-repeat 100% 55%;
        border: 0;
        border-radius: 0;
        display: inline-block;
        text-align-last: right;
        text-indent: -10px;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0; }
      .filterBarWellness .filterBar-touch .filterBar-select .select-label {
        position: relative;
        display: flex;
        background: none;
        color: #4a4a4a;
        align-items: center; }
  .filterBarWellness.filterBar-center-style {
    text-align: center; }
    @media screen and (max-width: 991.5px) {
      .filterBarWellness.filterBar-center-style .filterBar-filterLabel {
        margin-right: 0;
        margin-top: 10px;
        display: block; }
      .filterBarWellness.filterBar-center-style .filterBar-filters {
        text-align: left;
        padding: 2rem; } }
    .filterBarWellness.filterBar-center-style .filterBar-filter {
      border-right: 0; }
    .filterBarWellness.filterBar-center-style .filterBar-filterLabel {
      margin-right: 5rem; }
      @media screen and (max-width: 991.5px) {
        .filterBarWellness.filterBar-center-style .filterBar-filterLabel {
          margin-right: 0;
          margin-top: 10px;
          display: block; } }
    .filterBarWellness.filterBar-center-style .filterBar-desktop {
      display: inline-block; }
    .filterBarWellness.filterBar-center-style .filterBar-touch {
      display: none; }

.filter-suffix-remove .filterBar:last-child .filterBar-touch::after {
  display: none; }

.mac-os .filterBar .filterBar-select select {
  margin-right: 20px; }

.filterItem,
.filterItem-active {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #171717;
  display: inline-block;
  font-family: var(--var-font-main-display-italic);
  font-style: var(--var-font-main-display-italic-style);
  font-size: 2rem;
  transition: color 0.4s;
  vertical-align: top;
  position: relative; }
  .filterItem span,
  .filterItem-active span {
    position: relative;
    z-index: 1; }
  .filterItem::before,
  .filterItem-active::before {
    background: rgba(174, 147, 100, 0.4);
    bottom: 5px;
    content: "";
    height: 10px;
    left: auto;
    opacity: .5;
    position: absolute;
    right: 0;
    transition: all 0.4s ease-in;
    width: 0;
    z-index: 0; }
  .filterItem:hover::before,
  .filterItem-active:hover::before {
    left: 0;
    right: auto;
    transition: all 0.4s ease-out;
    opacity: 1;
    width: 100%; }
  .filterItem:hover,
  .filterItem-active:hover {
    color: #000; }

.filterItem-active {
  color: #000; }
  .filterItem-active::before {
    left: 0;
    right: auto;
    transition: all 0.4s ease-out;
    opacity: 1;
    width: 100%;
    background: rgba(174, 147, 100, 0.4);
    height: 10px; }

.header {
  background: #171717; }
  .header header {
    margin: 0 auto;
    max-width: 1250px; }

.horizontalAttributes {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  .horizontalAttributes .horizontalAttributes-accordion {
    margin-top: 4rem; }
    .horizontalAttributes .horizontalAttributes-accordion ul {
      padding: 2rem 1rem; }
      .horizontalAttributes .horizontalAttributes-accordion ul li {
        margin-bottom: 1.5rem;
        padding: 0 3rem;
        position: relative;
        vertical-align: top; }
        .horizontalAttributes .horizontalAttributes-accordion ul li::before {
          content: "\25CF\A0";
          left: 0;
          position: absolute; }
  .horizontalAttributes .horizontalAttributes-additional {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 2rem; }
    .horizontalAttributes .horizontalAttributes-additional::after {
      content: "";
      display: table;
      clear: both; }
  .horizontalAttributes .horizontalAttributes-additional-left,
  .horizontalAttributes .horizontalAttributes-additional-right {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .horizontalAttributes .horizontalAttributes-additional-left,
      .horizontalAttributes .horizontalAttributes-additional-right {
        float: left;
        width: 50%; } }

[dir=rtl] .horizontalAttributes .horizontalAttributes-additional li::before {
  right: 0; }

.linkCTA {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #67553c;
  display: inline-block;
  cursor: pointer;
  display: flex;
  align-items: center; }
  .linkCTA .icon-arrow-right,
  .linkCTA .icon-arrow-left {
    transition: 0.4s transform; }
  .linkCTA:hover .icon-arrow-right {
    transform: translate(0.5rem, 0); }
  .linkCTA:hover .icon-arrow-left {
    transform: translate(-0.5rem, 0); }
  .linkCTA .icon-arrow-right,
  .linkCTA .icon-arrow-left {
    display: inline-block;
    vertical-align: middle; }
    .linkCTA .icon-arrow-right::before,
    .linkCTA .icon-arrow-left::before {
      content: "\E902";
      display: inline-block;
      padding: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* stylelint-disable-next-line */
      font-family: "icomoon" !important;
      font-size: 2rem;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      color: #867050; }
    .linkCTA .icon-arrow-right::before,
    .linkCTA .icon-arrow-left::before {
      /* stylelint-disable-next-line */
      color: inherit; }
  .linkCTA .icon-arrow-left {
    vertical-align: bottom; }
    .linkCTA .icon-arrow-left::before {
      content: "\E901";
      display: inline-block;
      padding: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* stylelint-disable-next-line */
      font-family: "icomoon" !important;
      font-size: 2rem;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      color: #867050; }
  .linkCTA .linkCTA-label {
    display: inline-block;
    margin-right: 0; }
    .linkCTA .linkCTA-label:not(.no-arrow) {
      margin-right: 1rem; }

.linkCTA-button {
  display: inline-block; }

.linkCTA-small {
  font-size: 1.1rem; }

.linkCTA--left .linkCTA-label {
  margin-right: 0;
  margin-left: 1rem; }

.text-transform-normal {
  text-transform: none; }

.text-transform-capitalize {
  text-transform: capitalize; }

[dir*=rtl] .linkCTA .icon-arrow-right {
  /* stylelint-disable-next-line */ }
  [dir*=rtl] .linkCTA .icon-arrow-right::before {
    content: "\E901";
    display: inline-block;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* stylelint-disable-next-line */
    font-family: "icomoon" !important;
    font-size: 2rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    color: #867050; }

[dir*=rtl] .linkCTA .icon-arrow-left {
  /* stylelint-disable-next-line */ }
  [dir*=rtl] .linkCTA .icon-arrow-left::before {
    content: "\E902";
    display: inline-block;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* stylelint-disable-next-line */
    font-family: "icomoon" !important;
    font-size: 2rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    color: #867050; }

[dir*=rtl] .linkCTA .linkCTA-label {
  margin-right: 0;
  margin-left: 1rem; }

[dir*=rtl] .linkCTA--left .linkCTA-label {
  margin-left: 0;
  margin-right: 1rem; }

.linkDownLoadCTA .icon {
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle; }

.linkDownLoadCTA .icon-label {
  vertical-align: middle; }

.linkDestination {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #171717;
  display: inline-block;
  font-family: var(--var-font-main-display-italic);
  font-style: var(--var-font-main-display-italic-style);
  font-size: 2rem;
  transition: color 0.4s;
  vertical-align: top;
  position: relative; }
  .linkDestination span {
    position: relative;
    z-index: 1; }
  .linkDestination::before {
    background: rgba(174, 147, 100, 0.4);
    bottom: 5px;
    content: "";
    height: 10px;
    left: auto;
    opacity: .5;
    position: absolute;
    right: 0;
    transition: all 0.4s ease-in;
    width: 0;
    z-index: 0; }
  .linkDestination:hover::before {
    left: 0;
    right: auto;
    transition: all 0.4s ease-out;
    opacity: 1;
    width: 100%; }
  .linkDestination:hover {
    color: #000; }

.linkDestination-upper {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #171717;
  display: inline-block;
  font-family: var(--var-font-main-display-italic);
  font-style: var(--var-font-main-display-italic-style);
  font-size: 2rem;
  transition: color 0.4s;
  vertical-align: top;
  padding: 0 35px;
  border-bottom: 1px solid rgba(174, 147, 100, 0.4); }
  @media screen and (max-width: 991.5px) {
    .linkDestination-upper {
      padding: 0 15px; } }
  .linkDestination-upper span {
    position: relative;
    z-index: 1; }
  .linkDestination-upper:hover {
    color: #867050; }
  .linkDestination-upper.destinationLink-active {
    border-bottom: 1px solid #67553c;
    color: #67553c; }

.destinationLink-active {
  color: #000; }
  .destinationLink-active::before {
    left: 0;
    right: auto;
    transition: all 0.4s ease-out;
    opacity: 1;
    width: 100%;
    background: rgba(174, 147, 100, 0.4);
    height: 10px; }

@media screen and (max-width: 767px) {
  .linkList {
    text-align: center; } }

.linkList .linkList-title-upper {
  text-align: center; }

.linkList .linkList-destinations {
  margin-left: -20px;
  margin-right: -20px; }
  .linkList .linkList-destinations::after {
    content: "";
    display: table;
    clear: both; }

.linkList .linkList-linkWrapper {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  margin-top: 2rem;
  vertical-align: top; }
  @media screen and (min-width: 768px) {
    .linkList .linkList-linkWrapper {
      margin-top: 2.5rem;
      width: 20%; }
      .linkList .linkList-linkWrapper:last-child {
        clear: none; } }

.linkList .linkList-linkWrapper-upper {
  display: inline-block;
  margin-top: 2rem;
  vertical-align: top;
  text-transform: capitalize; }
  @media screen and (min-width: 768px) {
    .linkList .linkList-linkWrapper-upper {
      margin-top: 2.5rem; }
      .linkList .linkList-linkWrapper-upper:last-child {
        clear: none; } }

.linkList .linkDestination-upper {
  text-transform: capitalize; }

.linkList .linkList-disabled {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #171717;
  display: inline-block;
  font-family: var(--var-font-main-display-italic);
  font-style: var(--var-font-main-display-italic-style);
  font-size: 2rem;
  margin-right: .5rem; }
  @media screen and (min-width: 768px) {
    .linkList .linkList-disabled {
      display: inline-block; } }

.linkList .linkList-disabledLabel {
  font-size: 1.2rem;
  display: inline-block; }

.link-list-arrows .linkList-title-upper .title,
.link-list-dual .linkList-title-upper .title {
  margin-top: 20px; }

.link-list-arrows .linkList-destinations,
.link-list-dual .linkList-destinations {
  text-align: center; }

.link-list-arrows .linkList-linkWrapper,
.link-list-dual .linkList-linkWrapper {
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 768px) {
    .link-list-arrows .linkList-linkWrapper,
    .link-list-dual .linkList-linkWrapper {
      width: auto;
      float: none;
      padding-left: 40px;
      padding-right: 40px; } }

.link-list-arrows {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px; }
  .link-list-arrows.linkList .linkList-linkWrapper-upper {
    margin-top: 0;
    border-bottom: 1px solid rgba(174, 147, 100, 0.4); }
  .link-list-arrows .slider-wrapper {
    display: flex;
    align-items: center;
    justify-self: center; }
    .link-list-arrows .slider-wrapper .arrow-button {
      display: flex; }
      .link-list-arrows .slider-wrapper .arrow-button i {
        height: 18px; }
      .link-list-arrows .slider-wrapper .arrow-button.is-first, .link-list-arrows .slider-wrapper .arrow-button.is-last {
        opacity: .3;
        cursor: not-allowed; }
    .link-list-arrows .slider-wrapper.is-mobile {
      width: 100%;
      margin-left: 37px;
      overflow: hidden;
      overflow-x: scroll;
      scrollbar-width: none; }
      .link-list-arrows .slider-wrapper.is-mobile::-webkit-scrollbar {
        display: none; }
      .link-list-arrows .slider-wrapper.is-mobile .linkList-destinations-upper {
        width: auto;
        white-space: nowrap;
        margin: 0 auto; }
  .link-list-arrows .linkList-destinations-upper {
    width: auto;
    margin: 0 20px;
    max-width: 1250px; }
    .link-list-arrows .linkList-destinations-upper .slick-slide:last-child .linkDestination-upper {
      margin-right: 0; }
  .link-list-arrows .linkDestination-upper {
    color: #4a4a4a;
    padding: 20px 16.5px;
    border-bottom: 0;
    margin-right: 25px;
    white-space: nowrap;
    line-height: 26px; }
    .link-list-arrows .linkDestination-upper.destinationLink-active {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      color: #867050; }
      .link-list-arrows .linkDestination-upper.destinationLink-active::after {
        position: absolute;
        content: "";
        width: 79px;
        height: 2px;
        bottom: 0;
        background: #867050; }
  .link-list-arrows .linkDestination {
    color: #4a4a4a;
    white-space: nowrap;
    line-height: 39px; }
    @media screen and (max-width: 991.5px) {
      .link-list-arrows .linkDestination {
        line-height: 26px; } }
    .link-list-arrows .linkDestination.destinationLink-active {
      color: #4a4a4a; }
      .link-list-arrows .linkDestination.destinationLink-active::before {
        left: 0;
        right: auto;
        transition: all 0.4s ease-out;
        opacity: 1;
        width: 100%;
        background: rgba(218, 195, 156, 0.5);
        height: 6px; }
    .link-list-arrows .linkDestination::before {
      background: rgba(218, 195, 156, 0.5);
      bottom: 5px;
      content: "";
      height: 6px;
      left: auto;
      opacity: .5;
      position: absolute;
      right: 0;
      transition: all 0.4s ease-in;
      width: 0;
      z-index: 0; }
    .link-list-arrows .linkDestination:hover::before {
      left: 0;
      right: auto;
      transition: all 0.4s ease-out;
      opacity: 1;
      width: 100%; }

.linkList-lili {
  padding: 7rem 0;
  border-top: 1px solid #4756cf;
  border-bottom: 1px solid #4756cf; }
  @media screen and (max-width: 767px) {
    .linkList-lili {
      padding: 1.5rem 0; } }
  .linkList-lili .linkDestination {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 2.4px;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 10px;
    outline: 0;
    font-family: "Futura Book", Arial, sans-serif;
    text-transform: uppercase; }
    .linkList-lili .linkDestination span {
      word-wrap: break-word;
      word-break: normal; }
    .linkList-lili .linkDestination::before {
      background: #4756cf;
      bottom: 0px;
      content: "";
      height: 1px;
      left: auto;
      opacity: .5;
      position: absolute;
      right: 0;
      transition: all 0.4s ease-in;
      width: 0;
      z-index: 0; }
    .linkList-lili .linkDestination:hover::before {
      left: 0;
      right: auto;
      transition: all 0.4s ease-out;
      opacity: 1;
      width: 100%; }
    @media screen and (max-width: 767px) {
      .linkList-lili .linkDestination {
        font-size: 1.2rem;
        letter-spacing: 1px;
        line-height: 1.3; } }
  .linkList-lili .destinationLink-active::before {
    left: 0;
    right: 0;
    transition: all 0.4s ease-out;
    opacity: 1;
    width: 50%;
    margin: 0 auto; }

[dir=rtl] .linkList-linkWrapper {
  float: right; }

.link-more {
  text-align: center;
  margin-top: 20px; }
  .link-more a {
    display: inline-block; }

.loadingOverlay {
  position: relative;
  z-index: 0; }
  .loadingOverlay::before {
    content: "";
    display: inline-block;
    background: rgba(255, 255, 255, 0.75);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100; }

.imageWrapper img {
  display: block;
  width: 100%;
  height: 100%; }

.backgroundStyle {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.imageWrapperLimit1 {
  padding: 28.125% 50%;
  position: relative;
  overflow: hidden; }
  .imageWrapperLimit1 .videoPlayer {
    position: absolute; }
  .imageWrapperLimit1 .video-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%); }
    .imageWrapperLimit1 .video-container iframe,
    .imageWrapperLimit1 .video-container object,
    .imageWrapperLimit1 .video-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .imageWrapperLimit1 img {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); }
  .imageWrapperLimit1 a:focus h3,
  .imageWrapperLimit1 a:focus img {
    outline: 2px solid #5c95eb;
    outline-offset: -2px;
    /* stylelint-disable */
    /* stylelint-ensable */ }

@-moz-document url-prefix() {
  .imageWrapperLimit1 a:focus h3,
  .imageWrapperLimit1 a:focus img {
    outline: 2px solid #89b2f1; } }

.isOnClickImage {
  cursor: pointer; }

div.virture360-modal {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%; }
  div.virture360-modal .ReactModal__Modal {
    background-color: transparent;
    box-shadow: none;
    padding-top: 50px;
    height: 100%; }
    div.virture360-modal .ReactModal__Modal .Modal_Header_Close {
      top: -5px; }
      @media screen and (min-width: 992px) {
        div.virture360-modal .ReactModal__Modal .Modal_Header_Close {
          margin-left: 0;
          right: 10%;
          top: -20px; } }
  div.virture360-modal .ReactModal_Modal_Contents {
    position: relative;
    height: 100%; }
    @media screen and (min-width: 992px) {
      div.virture360-modal .ReactModal_Modal_Contents {
        max-width: 80%; } }
  div.virture360-modal .icon-close-large::before {
    color: #fff;
    font-size: 3rem; }
    @media screen and (min-width: 992px) {
      div.virture360-modal .icon-close-large::before {
        font-size: 4rem; } }
  div.virture360-modal .iframe-container {
    height: 100%; }
    div.virture360-modal .iframe-container .iframe-box {
      height: 100%; }
    div.virture360-modal .iframe-container .popup-iframe {
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #000; }

.imageWrapper img {
  display: block;
  width: 100%;
  height: 100%; }

.backgroundStyle {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.imageWrapperLimit1 {
  padding: 28.125% 50%;
  position: relative;
  overflow: hidden; }
  .imageWrapperLimit1 .videoPlayer {
    position: absolute; }
  .imageWrapperLimit1 .video-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%); }
    .imageWrapperLimit1 .video-container iframe,
    .imageWrapperLimit1 .video-container object,
    .imageWrapperLimit1 .video-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .imageWrapperLimit1 img {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); }

div.virture360-modal {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%; }
  div.virture360-modal .ReactModal__Modal {
    background-color: transparent;
    box-shadow: none;
    padding-top: 50px; }
    div.virture360-modal .ReactModal__Modal .Modal_Header_Close {
      top: -5px; }
      @media screen and (min-width: 992px) {
        div.virture360-modal .ReactModal__Modal .Modal_Header_Close {
          margin-left: 0;
          right: 10%;
          top: -20px; } }
  div.virture360-modal .ReactModal_Modal_Contents {
    position: relative; }
    @media screen and (min-width: 992px) {
      div.virture360-modal .ReactModal_Modal_Contents {
        max-width: 80%; } }
  div.virture360-modal .icon-close-large::before {
    color: #fff;
    font-size: 3rem; }
    @media screen and (min-width: 992px) {
      div.virture360-modal .icon-close-large::before {
        font-size: 4rem; } }
  div.virture360-modal .iframe-container .popup-iframe {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

.virtual-icon .ebook-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #fff;
  vertical-align: middle;
  z-index: 1; }
  .virtual-icon .ebook-button [class^="icon-"] {
    display: inline-block;
    font-size: 0;
    vertical-align: middle; }
    .virtual-icon .ebook-button [class^="icon-"]::before {
      color: #fff;
      font-size: 5rem;
      text-shadow: 1px 2px 4px #000; }
  .virtual-icon .ebook-button .ebook-copy {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    text-shadow: 1px 2px 4px #000; }

.media {
  font-size: 0;
  position: relative; }
  .media .media-montage-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .media img {
    display: block;
    width: 100%; }

.media + .disclaimer {
  display: none; }
  @media screen and (min-width: 992px) {
    .media + .disclaimer {
      display: block;
      margin-top: 1rem; } }

.disclaimer[class*="icon-"] {
  position: relative;
  padding-left: 30px; }
  .disclaimer[class*="icon-"]::before {
    position: absolute;
    left: 0; }

.ReactModal__Modal {
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  vertical-align: top;
  align-content: center;
  justify-content: center;
  align-self: center;
  align-items: center; }
  .ReactModal__Modal:focus {
    outline: 2px solid #5c95eb;
    outline-offset: -2px;
    /* stylelint-disable */
    /* stylelint-ensable */ }

@-moz-document url-prefix() {
  .ReactModal__Modal:focus {
    outline: 2px solid #89b2f1; } }
  @media screen and (min-width: 992px) {
    .ReactModal__Modal {
      padding: 20px 40px;
      max-width: 90vw;
      max-height: 90vh;
      top: 5vh;
      left: 5vw;
      right: 5vw;
      background: #fdfdfd;
      box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2); } }
  .ReactModal__Modal.floorplanModal .floorplanModal-title {
    color: #5a5b5e;
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .ReactModal__Modal.floorplanModal img {
    max-width: 100%;
    max-height: 90%; }
  .ReactModal__Modal .ReactModal_Modal_Header {
    border-bottom: 1px solid #d4d4d4;
    position: relative;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 20px 30px 20px 0; }
    .ReactModal__Modal .ReactModal_Modal_Header.border_none {
      border-bottom: 0; }
    .ReactModal__Modal .ReactModal_Modal_Header .Modal_Header_Close {
      position: absolute;
      top: 10px;
      right: 0; }
    .ReactModal__Modal .ReactModal_Modal_Header h3 {
      text-transform: uppercase; }
    @media screen and (max-width: 991px) {
      .ReactModal__Modal .ReactModal_Modal_Header h3 {
        padding-right: 10px; } }
    @media screen and (min-width: 992px) {
      .ReactModal__Modal .ReactModal_Modal_Header {
        text-align: center; }
        .ReactModal__Modal .ReactModal_Modal_Header h3 {
          margin: 0 auto;
          flex: 1; }
        .ReactModal__Modal .ReactModal_Modal_Header .Modal_Header_Close {
          margin-left: -36px;
          top: 0; }
          .ReactModal__Modal .ReactModal_Modal_Header .Modal_Header_Close .icon-close-large {
            font-size: 36px; } }
  .ReactModal__Modal .ReactModal_Modal_Contents {
    flex: 1;
    width: 100%;
    overflow-y: auto;
    overscroll-behavior: contain; }
    .ReactModal__Modal .ReactModal_Modal_Contents::-webkit-scrollbar {
      /* stylelint-disable-next-line */
      -webkit-appearance: none;
      width: 10px; }
    .ReactModal__Modal .ReactModal_Modal_Contents::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
  .ReactModal__Modal .ReactModal_Modal_Content {
    flex: 1;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center; }
    .ReactModal__Modal .ReactModal_Modal_Content > * {
      margin-bottom: 20px; }
  .ReactModal__Modal p {
    white-space: pre-line; }

.ReactModal__Overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6); }

.ReactModalPortal > div {
  opacity: 0; }

.ReactModalPortal .ReactModal__Overlay {
  transition: opacity 200ms ease-in-out; }
  .ReactModalPortal .ReactModal__Overlay .ReactModal__Content {
    transform: translateY(5%);
    transition: transform 200ms ease-in-out; }

.ReactModalPortal .ReactModal__Overlay--after-open {
  opacity: 1; }
  .ReactModalPortal .ReactModal__Overlay--after-open .ReactModal__Content {
    transform: translateY(0%); }

.ReactModalPortal .ReactModal__Overlay--before-close {
  opacity: 0; }
  .ReactModalPortal .ReactModal__Overlay--before-close .ReactModal__Content {
    transform: translateY(5%); }

.ReactModal__Body--open {
  overflow: hidden; }

.standardForm-styles input[type=text] {
  font-size: 1.5rem;
  color: #4a4a4a;
  letter-spacing: 0;
  width: 100%;
  padding-left: 10px;
  background: #f2f2f3;
  height: 50px;
  line-height: 50px;
  box-shadow: none;
  border: 0; }
  @media screen and (min-width: 768px) {
    .standardForm-styles input[type=text] {
      font-weight: 500;
      height: 60px;
      line-height: 60px; } }

@media screen and (max-width: 767px) {
  .headline {
    text-align: center; } }

.headline .headline-primary,
.headline .headline-secondary {
  display: block;
  padding: .5rem 0;
  text-transform: uppercase; }

.headline .headline-logoContainer {
  vertical-align: top;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding-top: 2px;
  padding-bottom: 1px;
  margin-left: 20px; }
  @media screen and (max-width: 767px) {
    .headline .headline-logoContainer {
      position: absolute;
      top: auto;
      display: block;
      bottom: -50px;
      left: 50%;
      transform: translateX(-50%);
      margin: 0; } }
  .headline .headline-logoContainer img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: top; }

.headline .headline-footnote {
  padding: .5rem 0;
  letter-spacing: 1px;
  margin-top: 1rem;
  font-size: 1.5rem;
  font-family: "Futura Book", Arial, sans-serif; }

@media screen and (min-width: 768px) {
  .headline .headline-socialShare {
    position: relative;
    top: -9rem;
    margin-bottom: -3rem; } }

.headline .headline-primary {
  animation: fadeInTop .5s ease-in-out;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  line-height: 1.45;
  text-transform: uppercase;
  font-family: "Futura Book", Arial, sans-serif; }

@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.headline .headline-secondary {
  color: #000;
  font-family: var(--var-font-main-display);
  font-size: 2.8rem;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
  animation: fadeInBottom .7s ease-in-out; }
  @media screen and (min-width: 768px) {
    .headline .headline-secondary {
      font-size: 3.5rem; } }

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(0); }
  50% {
    opacity: 0;
    transform: translateY(15px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
  .headline .headline-secondary::after {
    background-color: #867050;
    content: "";
    display: block;
    height: 1px;
    margin: 20px auto 0;
    width: 115px;
    animation: keyline 1s ease-in-out; }

@keyframes keyline {
  0% {
    width: 0; }
  30% {
    width: 0; }
  100% {
    width: 115px; } }
  @media screen and (min-width: 768px) {
    .headline .headline-secondary::after {
      margin: 20px 0 0; } }

.headline _:-ms-lang(x),
.headline .headline-secondary {
  animation: none;
  opacity: 1; }

.headline.headline-mobile-left {
  text-align: center; }
  .headline.headline-mobile-left .headline-secondary::after {
    margin: 20px 0 0; }
  @media screen and (min-width: 768px) {
    .headline.headline-mobile-left .headline-secondary::after {
      margin: 20px auto 0; } }
  @media screen and (max-width: 767px) {
    .headline.headline-mobile-left {
      text-align: left; } }

.headline--centered {
  text-align: center; }
  .headline--centered .headline-primary,
  .headline--centered .headline-secondary {
    animation: none; }
    .headline--centered .headline-primary::after,
    .headline--centered .headline-secondary::after {
      animation: none; }
  .headline--centered .headline-secondary::after {
    margin-left: auto;
    margin-right: auto; }

.socialShareComponent {
  float: right; }
  .socialShareComponent .socialShareComponent-container {
    position: relative;
    display: inline-block; }
    @media screen and (max-width: 479px) {
      .socialShareComponent .socialShareComponent-container .socialShare-label {
        width: 0;
        overflow: hidden; } }
  .socialShareComponent .socialShareComponent-icons {
    z-index: 10;
    position: absolute;
    top: calc(100% + 20px);
    background: #fff;
    white-space: nowrap;
    padding: 20px 20px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    transition: all .3s ease;
    opacity: 0;
    transform: translateY(-5%);
    right: 0;
    display: none; }
    @media screen and (min-width: 768px) {
      .socialShareComponent .socialShareComponent-icons {
        right: -10px; } }
    .socialShareComponent .socialShareComponent-icons.socialShareComponent-icons--visible {
      opacity: 1;
      transform: translateY(0);
      transition-duration: .15s;
      display: block; }
    .socialShareComponent .socialShareComponent-icons::before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-bottom: 10px solid #fff;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      position: absolute;
      top: -10px;
      right: 20px; }
    .socialShareComponent .socialShareComponent-icons li {
      display: inline-block;
      border: 1px solid #867050;
      width: 33px;
      height: 33px;
      margin: 0 5px;
      line-height: 1;
      padding: 0 0;
      transition: background 1s ease; }
      .socialShareComponent .socialShareComponent-icons li [class^=icon] {
        line-height: 40px;
        text-align: center;
        display: block;
        width: 100%;
        height: 100%; }
        .socialShareComponent .socialShareComponent-icons li [class^=icon]::before {
          transition: color 1s ease; }
      .socialShareComponent .socialShareComponent-icons li:hover {
        background: #867050;
        transition-duration: .15s; }
        .socialShareComponent .socialShareComponent-icons li:hover [class^=icon]::before {
          color: #fff;
          transition-duration: .15s; }
  .socialShareComponent .button-primary {
    padding: 0;
    border: 0;
    background: none;
    display: flex;
    align-items: center;
    color: #67553c; }
    .socialShareComponent .button-primary:enabled:hover {
      background: transparent;
      color: #67553c; }
    .socialShareComponent .button-primary:hover .icon-hexagon-filled::before {
      color: #67553c; }
    .socialShareComponent .button-primary:hover .icon-hexagon-filled > .icon-share::before {
      color: #fff; }
    .socialShareComponent .button-primary:focus {
      background: none;
      color: #67553c; }
  .socialShareComponent .icon-hexagon-filled {
    position: relative;
    margin-left: 10px; }
    .socialShareComponent .icon-hexagon-filled::before {
      color: rgba(134, 112, 80, 0.25);
      font-size: 30px;
      transition: color .3s ease; }
    .socialShareComponent .icon-hexagon-filled > .icon-share {
      position: absolute;
      top: 22%;
      left: 16%; }
      .socialShareComponent .icon-hexagon-filled > .icon-share::before {
        color: #67553c;
        font-size: 15px;
        transition: color .3s ease; }

[dir=rtl] .socialShareComponent {
  float: left; }

.tag {
  color: #867050;
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #867050;
  display: inline-block;
  margin: .25rem;
  padding: .5rem .75rem; }

.toggleLines {
  font-size: 1.6rem;
  color: #867050;
  margin-top: 1px;
  margin-bottom: 2px; }

.overlap {
  position: relative; }
  .overlap::after {
    content: "";
    display: block;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), #fff);
    height: 20%;
    width: 100%;
    position: absolute;
    bottom: 0; }

.mobileExpanded::after {
  display: none; }

.lili-theme .overlap::after {
  background: linear-gradient(to bottom, transparent, #0e0e0e); }

.timeInfo {
  margin-bottom: 2rem; }
  .timeInfo .timeInfo-item {
    margin-bottom: 1rem; }
  .timeInfo .timeInfo-event {
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    min-width: 10rem; }
  .timeInfo .timeInfo-time {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    display: inline-block; }

.articleHeadline {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--var-font-main-display-italic);
  font-style: var(--var-font-main-display-italic-style);
  font-size: 2rem;
  line-height: 1.3; }

.cardHeadline {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #67553c;
  font-family: var(--var-font-main-display-italic);
  font-style: var(--var-font-main-display-italic-style);
  font-size: 2rem;
  line-height: 1.3;
  text-transform: capitalize; }
  @media screen and (min-width: 992px) {
    .cardHeadline {
      font-size: 2rem; } }

.disclaimer {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
  font-style: italic;
  color: #4a4a4a;
  line-height: 1.5;
  line-height: 1.8rem; }

.disclaimer-lg {
  font-size: 1.5rem; }

.divider {
  display: inline-block;
  border-bottom: 1px solid #d4d4d4;
  width: 100%; }

.label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  line-height: 1.45;
  text-transform: uppercase;
  background-color: #89b2f1;
  color: #fff;
  display: inline-block;
  padding: .75rem 1.5rem; }

.title {
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-transform: uppercase; }

.paragraph {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1rem; }

.videoPlayer {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* stylelint-disable */ }
  .videoPlayer video {
    display: block;
    width: 100%;
    z-index: 1;
    background-color: #000; }
    .videoPlayer video.playing {
      z-index: 7; }
  .videoPlayer *::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none; }
  .videoPlayer .poster {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 4; }
  .videoPlayer .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 7rem;
    z-index: 7; }
    .videoPlayer .icon-play::before {
      content: "\E91B";
      display: inline-block;
      padding: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* stylelint-disable-next-line */
      font-family: "icomoon" !important;
      font-size: 7rem;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      color: #fff; }
    .videoPlayer .icon-play::before {
      line-height: 1.5; }
    .videoPlayer .icon-play.hide {
      display: none; }

.notifications-empty {
  display: none; }

/* stylelint-disable */
.notifications-hasMessage {
  background: rgba(0, 0, 0, 0.8);
  color: #d4d4d4;
  display: block;
  font-size: 1.2rem;
  height: 30px;
  left: 0;
  line-height: 30px;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 1px 5px white;
  -moz-box-shadow: 0 1px 5px white;
  -webkit-box-shadow: 0 1px 5px white; }

.virtualWrapper {
  position: relative; }

.virtual {
  position: absolute;
  bottom: 0;
  width: 54px;
  height: 33px;
  text-align: center;
  background: url(/assets/images/Icon_360_Large.svg) center center no-repeat #fff;
  background-size: contain;
  cursor: pointer;
  z-index: 1;
  left: 0;
  outline: 0 none; }

.playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: visible;
  z-index: 7; }
  .playButton::before {
    content: "\E91B";
    display: inline-block;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* stylelint-disable-next-line */
    font-family: "icomoon" !important;
    font-size: 7rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    color: #fff; }
  .playButton.hide {
    display: none; }

.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.line4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.line5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; }

.line6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; }

.line6 p {
  display: contents; }

.line14 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 14;
  -webkit-box-orient: vertical; }

.modal-carousel-normal .ReactModal_Modal_Header {
  padding: 4rem; }

.modal-carousel-normal .ReactModal__Modal {
  margin: 0 auto;
  padding: 0; }
  @media screen and (min-width: 992px) {
    .modal-carousel-normal .ReactModal__Modal {
      width: 90vw;
      max-width: 700px; } }
  @media screen and (min-width: 1200px) {
    .modal-carousel-normal .ReactModal__Modal {
      width: 60vw;
      max-width: 800px; } }
  @media screen and (min-width: 1441px) {
    .modal-carousel-normal .ReactModal__Modal {
      width: 60vw;
      max-width: 900px; } }
  .modal-carousel-normal .ReactModal__Modal .Modal_Header_Close {
    margin: 2rem 3rem; }
    @media screen and (min-width: 992px) {
      .modal-carousel-normal .ReactModal__Modal .Modal_Header_Close {
        margin: 1rem 3rem; } }
  .modal-carousel-normal .ReactModal__Modal .ReactModal_Modal_Contents {
    overflow-y: scroll; }

.modal-carousel-normal .socialShare-open {
  height: 14rem; }

.modal-carousel-normal .carousel-cta {
  display: inline-block;
  margin-top: 1rem; }

.modal-carousel-normal .description {
  margin-top: 1rem; }

@media screen and (min-width: 992px) {
  .modal-carousel-normal .carousel-cta,
  .modal-carousel-normal .description,
  .modal-carousel-normal .cardHeadline {
    margin-left: 3rem; } }

.modal-carousel-normal .imageGallery .imageGallery-item {
  padding-bottom: 20px; }

.modal-carousel-normal .imageGallery .media + .disclaimer {
  margin-top: 1rem;
  display: block; }

.modal-carousel-normal .imageGallery .icon-arrow-right,
.modal-carousel-normal .imageGallery .icon-arrow-left {
  height: auto;
  padding: 0;
  transform: translate(0, -50%); }

.modal-carousel-normal .imageGallery .icon-arrow-right {
  right: 50px; }

.modal-carousel-normal .imageGallery .icon-arrow-left {
  left: 50px; }

@media screen and (min-width: 992px) {
  .modal-carousel-normal .imageGallery .icon-arrow-right {
    right: 70px; }
  .modal-carousel-normal .imageGallery .icon-arrow-left {
    left: 70px; } }

.search-bar {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /* stylelint-disable */
  /* Safari 7.1+ */ }
  @media (min-width: 768px) {
    .search-bar {
      float: left;
      width: 100%; } }
  @media (min-width: 992px) {
    .search-bar {
      margin-left: 16.66667%; } }
  @media (min-width: 992px) {
    .search-bar {
      float: left;
      width: 66.66667%; } }
  .search-bar button {
    background: linear-gradient(180deg, #7f7159 0%, #67553c 100%) no-repeat;
    border-radius: 0; }
  .search-bar input[type=text] {
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Futura Book", Arial, sans-serif;
    background-color: #fff; }
  @media screen and (min-width: 768px) {
    .search-bar .button-secondary {
      width: 200px; } }
  .search-bar label {
    position: absolute;
    top: 50%;
    margin-top: 15px;
    transform: translateY(-100%);
    left: 20px; }
  .search-bar > div {
    flex: 1;
    flex: none\9;
    position: relative;
    width: calc(100% - 200px); }
  .search-bar _::-webkit-full-page-media div, .search-bar _:future div, .search-bar :root .safari_only div {
    flex: none; }
  .search-bar .error {
    width: 100%;
    color: #961928;
    margin-top: 10px; }
  .search-bar .success {
    width: 100%;
    color: #555555;
    margin-top: 10px; }

.container-ratio {
  position: relative;
  padding-top: 56.25%; }
  .container-ratio .container-ratio-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

._react-slider_ {
  position: relative; }
  ._react-slider_ .carouselPagination {
    position: absolute;
    z-index: 2; }
    @media screen and (min-width: 992px) {
      ._react-slider_ .carouselPagination {
        text-align: right;
        right: 40px;
        top: 10px; } }
    @media screen and (max-width: 991.5px) {
      ._react-slider_ .carouselPagination {
        bottom: -40px;
        left: 0;
        right: 0;
        text-align: center; } }

.guest-input-container {
  position: relative;
  flex: 1;
  font-size: 1.5rem;
  align-self: center; }
  .guest-input-container .guest-input-label {
    display: flex;
    align-items: center; }
    .guest-input-container .guest-input-label::before {
      content: "";
      display: inline-block;
      width: .1rem;
      height: 2rem;
      margin-right: 2rem;
      margin-left: 2rem;
      background: #d4d4d4; }
    .guest-input-container .guest-input-label .guest-label {
      padding: 0 1.1rem; }
  .guest-input-container .guest-input-dropdown {
    position: absolute;
    background-color: #fff;
    border: 0.1rem solid rgba(137, 139, 142, 0.24);
    width: 34.1rem;
    height: 18.8rem;
    top: 5.5rem;
    left: 4rem;
    padding: 0 1.8rem; }
    @media screen and (max-width: 767px) {
      .guest-input-container .guest-input-dropdown {
        top: 5rem;
        left: 50%;
        transform: translateX(-50%); } }
    .guest-input-container .guest-input-dropdown span {
      display: block;
      width: 0;
      height: 0;
      border-width: 0 1rem 1rem;
      border-style: solid;
      border-color: transparent transparent rgba(137, 139, 142, 0.24);
      position: absolute;
      top: -1rem;
      left: 5rem; }
    .guest-input-container .guest-input-dropdown em {
      display: block;
      width: 0;
      height: 0;
      border-width: 0 1rem 1rem;
      border-style: solid;
      border-color: transparent transparent #fff;
      position: absolute;
      top: .1rem;
      left: -1rem; }
    .guest-input-container .guest-input-dropdown .guest-dropdown-adult,
    .guest-input-container .guest-input-dropdown .guest-dropdown-children {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 2.5rem .6rem 0 2.5rem; }
      .guest-input-container .guest-input-dropdown .guest-dropdown-adult input,
      .guest-input-container .guest-input-dropdown .guest-dropdown-children input {
        flex: 1;
        width: 2rem;
        border: 0;
        text-align: center;
        font-size: 1.6rem; }
      .guest-input-container .guest-input-dropdown .guest-dropdown-adult button,
      .guest-input-container .guest-input-dropdown .guest-dropdown-children button {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center; }
      .guest-input-container .guest-input-dropdown .guest-dropdown-adult .limit-label,
      .guest-input-container .guest-input-dropdown .guest-dropdown-children .limit-label {
        width: 100%;
        color: #898b8e;
        font-size: 1.2rem;
        line-height: 1.8rem;
        margin-top: 1rem;
        margin-bottom: 1.3rem; }
    .guest-input-container .guest-input-dropdown .guest-dropdown-adult {
      border-bottom: 0.1rem solid #d4d4d4;
      padding-top: 2rem; }
    .guest-input-container .guest-input-dropdown .guest-dropdown-label {
      width: 174px;
      line-height: 18px; }

.bookingBarHorizontal .guest-input-container {
  border-bottom: 1px solid #d4d4d4; }
  .bookingBarHorizontal .guest-input-container .guest-input-label {
    margin-top: 1.5rem;
    margin-bottom: 1rem; }
    .bookingBarHorizontal .guest-input-container .guest-input-label::before {
      display: none; }
  .bookingBarHorizontal .guest-input-container .guest-input-dropdown {
    top: 4rem;
    left: -1rem; }
    @media screen and (max-width: 767px) {
      .bookingBarHorizontal .guest-input-container .guest-input-dropdown {
        left: 50%;
        transform: translateX(-50%); } }

.list-content {
  margin-top: 40px; }
  .list-content ul {
    padding: 0; }
    .list-content ul li {
      padding: 24px 0 8px; }
      .list-content ul li::before {
        content: ""; }
  .list-content--title {
    max-width: 590px;
    font-family: "Minion Pro";
    font-style: italic;
    font-size: 20px;
    line-height: 26px;
    color: #867050; }
  .list-content--item {
    display: flex;
    font-size: 15px;
    line-height: 24px; }
    @media screen and (max-width: 767px) {
      .list-content--item {
        flex-wrap: wrap; } }
    .list-content--item-left {
      width: 216px;
      font-weight: 500; }
    .list-content--item-right {
      margin-left: 46px;
      width: 328px; }
      @media screen and (max-width: 767px) {
        .list-content--item-right {
          margin-top: 16px;
          margin-left: 0; } }

.cardContainerlessNews {
  border-bottom: 1px solid #d4d4d4;
  display: block;
  padding-bottom: 2rem;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .cardContainerlessNews {
      display: inline-block; } }
  .cardContainerlessNews p {
    margin: 2rem 0;
    color: #5a5b5e; }
    @media screen and (min-width: 768px) {
      .cardContainerlessNews p {
        height: 6rem; } }
  .cardContainerlessNews .cardContainerlessNews-text {
    padding-top: 10px; }
    .cardContainerlessNews .cardContainerlessNews-text .icon-Download {
      font-size: 0; }
      .cardContainerlessNews .cardContainerlessNews-text .icon-Download::before {
        font-size: 1.6rem;
        color: #ae9364; }
    .cardContainerlessNews .cardContainerlessNews-text .linkCTA-label {
      font-size: 1.2rem;
      color: #867050; }
  .cardContainerlessNews .hasTag .cardContainerlessNews-text {
    padding-top: 15px; }
  .cardContainerlessNews .cardContainerless-media {
    position: relative; }
  .cardContainerlessNews .cardLabel-primary {
    position: absolute;
    left: 0;
    width: 144px;
    padding: 0;
    bottom: -12px;
    text-align: center;
    color: #fff;
    letter-spacing: 1.4px;
    height: 30px;
    line-height: 30px; }
  .cardContainerlessNews .cardContainerless-title,
  .cardContainerlessNews .cardContainerless-headline {
    margin-bottom: .5rem; }
  .cardContainerlessNews .cardContainerless-title {
    color: #4a4a4a; }
  .cardContainerlessNews .cardContainerless-headline {
    padding-left: 1px;
    color: #867050;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 3rem;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .cardContainerlessNews .cardContainerless-headline {
        height: 6rem; } }
  .cardContainerlessNews .linkCTA {
    margin-top: .5rem; }
  .cardContainerlessNews .buttonHeart {
    margin-top: 1.5rem;
    font-size: 1.2rem; }
    .cardContainerlessNews .buttonHeart .icon-heart,
    .cardContainerlessNews .buttonHeart .icon-heart-o {
      height: 1.8rem; }
      .cardContainerlessNews .buttonHeart .icon-heart svg,
      .cardContainerlessNews .buttonHeart .icon-heart-o svg {
        width: 1.5rem;
        height: 1.3rem; }
    .cardContainerlessNews .buttonHeart .buttonHeart-label {
      margin-left: 1rem;
      line-height: 18px; }

.cardInfoNews .cardInfoCTA-title {
  font-weight: bold;
  font-size: 1.5rem; }

.search-bar-mini .search-bar-mini-search {
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }

.search-bar-mini-description {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--var-font-main-display);
  color: #171717;
  margin-left: 10px;
  font-size: 14px; }

.search-bar-mini [class^="icon-"]::before {
  font-size: 22px;
  vertical-align: middle;
  color: #ae9364; }

.navigation--desktop .search-bar-mini {
  margin-left: -20px; }

.navigation--navigationTertiaryInactive:not(.navigation--alternateStyle):not(.navigation--mobile):not(.navigation--sticky) .search-bar-mini [class^="icon-"]::before {
  color: #fff; }

.navigation--navigationTertiaryInactive:not(.navigation--alternateStyle):not(.navigation--mobile):not(.navigation--sticky) .search-bar-mini-description {
  color: #fff; }

.navigation--navigationTertiaryInactive:not(.navigation--alternateStyle):not(.navigation--mobile):not(.navigation--sticky) .buttonHeart [class^="icon-"] svg g {
  fill: #fff;
  stroke: #fff; }

.navigation--navigationTertiaryInactive:not(.navigation--alternateStyle):not(.navigation--mobile):not(.navigation--sticky) .buttonHeart .icon-heart-o svg g {
  fill: none;
  stroke: #fff; }

.navigation--navigationTertiaryInactive:not(.navigation--alternateStyle):not(.navigation--mobile):not(.navigation--sticky) .buttonHeart-label {
  color: #fff; }

.ReactModal__Modal-search-bar-mini {
  position: relative;
  top: 0;
  bottom: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .ReactModal__Modal-search-bar-mini::after {
    content: "";
    display: table;
    clear: both; }
  .ReactModal__Modal-search-bar-mini .ReactModal_Modal_Header {
    margin-left: 24px;
    margin-right: 10px; }
  @media screen and (max-width: 991.5px) {
    .ReactModal__Modal-search-bar-mini .ReactModal_Modal_Header {
      text-align: left; } }
  .ReactModal__Modal-search-bar-mini .modal-search-bar-mini {
    margin-left: 20px;
    display: flex;
    align-items: center;
    position: relative; }
    @media screen and (max-width: 991.5px) {
      .ReactModal__Modal-search-bar-mini .modal-search-bar-mini {
        margin: 15px auto; } }
    .ReactModal__Modal-search-bar-mini .modal-search-bar-mini .modal-search-bar-mini-search {
      position: absolute;
      left: 15px;
      top: 16px; }
      @media screen and (max-width: 991.5px) {
        .ReactModal__Modal-search-bar-mini .modal-search-bar-mini .modal-search-bar-mini-search {
          top: 1px; } }
      .ReactModal__Modal-search-bar-mini .modal-search-bar-mini .modal-search-bar-mini-search [class^="icon-"]::before {
        font-size: 26px;
        vertical-align: middle; }
    @media screen and (max-width: 991.5px) {
      .ReactModal__Modal-search-bar-mini .modal-search-bar-mini _:-ms-lang(x), .ReactModal__Modal-search-bar-mini .modal-search-bar-mini .modal-search-bar-mini-search {
        top: 16px; } }
    .ReactModal__Modal-search-bar-mini .modal-search-bar-mini .modal-search-bar-mini-input {
      flex: 1;
      font-size: 15px;
      font-family: "Futura Book", Arial, sans-serif;
      vertical-align: middle;
      background: transparent;
      border: 0;
      color: #171717;
      height: 56px;
      padding-left: 50px;
      min-width: 100px; }
      .ReactModal__Modal-search-bar-mini .modal-search-bar-mini .modal-search-bar-mini-input::-webkit-input-placeholder {
        color: #4a4a4a; }
      .ReactModal__Modal-search-bar-mini .modal-search-bar-mini .modal-search-bar-mini-input::-moz-placeholder {
        color: #4a4a4a; }
      .ReactModal__Modal-search-bar-mini .modal-search-bar-mini .modal-search-bar-mini-input:-ms-input-placeholder {
        color: #4a4a4a; }
      .ReactModal__Modal-search-bar-mini .modal-search-bar-mini .modal-search-bar-mini-input:-moz-placeholder {
        color: #4a4a4a; }
      .ReactModal__Modal-search-bar-mini .modal-search-bar-mini .modal-search-bar-mini-input::-ms-clear {
        display: none; }
      @media screen and (max-width: 991.5px) {
        .ReactModal__Modal-search-bar-mini .modal-search-bar-mini .modal-search-bar-mini-input {
          height: 24px; } }
      @media screen and (min-width: 992px) {
        .ReactModal__Modal-search-bar-mini .modal-search-bar-mini .modal-search-bar-mini-input:focus {
          outline: #89b2f1 solid 5px; } }
    .ReactModal__Modal-search-bar-mini .modal-search-bar-mini _:-ms-lang(x), .ReactModal__Modal-search-bar-mini .modal-search-bar-mini .modal-search-bar-mini-input {
      height: 53px; }
    .ReactModal__Modal-search-bar-mini .modal-search-bar-mini .modal-search-bar-mini-button {
      margin-left: 2px;
      padding: 20px 52px; }

.ReactModal__Modal-search-bar-mini .ReactModal__Content {
  /* stylelint-disable */
  top: 0 !important;
  bottom: auto !important;
  border-radius: 0 !important;
  left: 0 !important;
  right: 0 !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
  box-shadow: 0 2px 4px 0 inset rgba(0, 0, 0, 0.1);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #f2f2f3 !important;
  border-top: 0 !important; }
  @media screen and (max-width: 991.5px) {
    .ReactModal__Modal-search-bar-mini .ReactModal__Content {
      padding: 20px 10px !important; } }

.buttonHeart {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #67553c;
  display: inline-block;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .buttonHeart .icon-heart,
  .buttonHeart .icon-heart-o {
    display: block; }
    .buttonHeart .icon-heart svg,
    .buttonHeart .icon-heart-o svg {
      width: 2rem;
      height: 1.8rem; }
      .buttonHeart .icon-heart svg g,
      .buttonHeart .icon-heart-o svg g {
        stroke: #ae9364;
        fill: #fff; }
  .buttonHeart .icon-heart svg g {
    fill: #ae9364; }
  .buttonHeart .buttonHeart-label {
    display: inline-block;
    margin-left: .5rem;
    color: #867050;
    line-height: 19px; }
  .buttonHeart .hover-label {
    position: absolute;
    background: #fff;
    color: #867050;
    border-radius: 2px;
    transform: translate3d(-10%, 200%, 0);
    white-space: nowrap;
    font-size: .8rem;
    height: 1rem;
    line-height: 1rem;
    padding: 0 4px; }
    @media screen and (max-width: 991.5px) {
      .buttonHeart .hover-label {
        display: none;
        transform: translate3d(-20%, 200%, 0); } }
  .buttonHeart.button .hover-label {
    display: none; }
  .buttonHeart.button:hover .hover-label {
    display: block; }
    @media screen and (max-width: 991.5px) {
      .buttonHeart.button:hover .hover-label {
        display: none; } }
  .buttonHeart.selectall {
    display: none; }
  .buttonHeart.filled .hover-label {
    display: none; }

.textTags-aside .buttonHeart {
  display: flex; }
  .textTags-aside .buttonHeart .buttonHeart-label {
    font-size: 1.6rem; }
  .textTags-aside .buttonHeart .icon-heart,
  .textTags-aside .buttonHeart .icon-heart-o {
    height: 1.8rem; }
  @media screen and (max-width: 991.5px) {
    .textTags-aside .buttonHeart {
      display: none; } }

.headline .buttonHeart {
  display: none; }
  @media screen and (max-width: 991.5px) {
    .headline .buttonHeart {
      display: flex; } }

.summary-box {
  width: 30rem;
  min-height: 32.3rem;
  padding: 1.6rem 2rem;
  border: 1px solid #d4d4d4;
  box-shadow: 0.6rem 0.6rem rgba(0, 0, 0, 0.06); }
  @media screen and (max-width: 767px) {
    .summary-box {
      width: calc(100% - 5.2rem);
      margin: 0 auto 3rem;
      position: relative; } }
  .summary-box .btn-clearall {
    display: none;
    color: #867050;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 1.6rem;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 1.4px; }
    @media screen and (max-width: 767px) {
      .summary-box .btn-clearall {
        display: block;
        position: absolute;
        top: -4rem;
        right: 0; } }
  .summary-box__title {
    color: #867050;
    font-family: var(--var-font-main-display-italic);
    font-style: var(--var-font-main-display-italic-style);
    font-size: 2rem;
    line-height: 2.6rem; }
  .summary-box__item {
    display: flex;
    justify-content: space-between;
    margin-top: 2.8rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .14rem;
    color: #4a4a4a; }
    .summary-box__item .summary-box__item-num {
      padding-right: 3rem; }
  .summary-box__item-name {
    text-transform: uppercase;
    width: 9rem; }
  .summary-box__item-num {
    text-transform: uppercase; }
  .summary-box__subtotal {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #979797;
    padding-top: 2rem;
    margin-top: 1.3rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .14rem;
    color: #4a4a4a; }
  .summary-box__cta {
    margin-top: 2rem;
    padding: 1.3rem 8.5rem;
    border: 1px solid #867050;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 1.6rem;
    letter-spacing: .14rem;
    color: #867050; }
  .summary-box__info {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    font-size: 2rem;
    line-height: 1.6rem;
    letter-spacing: .14rem; }
    .summary-box__info-input {
      width: 100%;
      margin-top: 1rem;
      padding: .5rem; }
    .summary-box__info-send {
      width: 100%;
      margin-top: 1rem;
      padding: 1.4rem 8.4rem;
      border: 1px solid #867050;
      font-size: 1.3rem;
      line-height: 1.6rem;
      letter-spacing: .14rem;
      text-transform: uppercase;
      color: #867050; }
  @media screen and (max-width: 767px) {
    .summary-box__send-error {
      display: none;
      font-family: "Futura Book", Arial, sans-serif;
      color: #961928;
      margin-top: 1.3rem;
      font-size: 1.2rem;
      line-height: 1.6rem; } }

.collection-list {
  width: calc(100% - 370px);
  margin-right: 50px; }
  .collection-list.nodata {
    width: calc(100% - 180px); }
    @media screen and (max-width: 767px) {
      .collection-list.nodata {
        width: calc(100% - 3.2rem); } }
  @media screen and (max-width: 767px) {
    .collection-list {
      width: calc(100% - 3.2rem);
      margin: 0 auto; } }
  .collection-list__title {
    color: #867050;
    font-family: var(--var-font-main-display-italic);
    font-style: var(--var-font-main-display-italic-style);
    font-size: 4.3rem;
    line-height: 5.2rem;
    margin-bottom: 1rem; }
    @media screen and (max-width: 767px) {
      .collection-list__title {
        display: none; } }
  .collection-list__wrapper {
    text-align: right; }
    .collection-list__wrapper .btn-clearall {
      color: #867050;
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 1.6rem;
      text-decoration: underline;
      text-transform: uppercase;
      letter-spacing: 1.4px; }
      @media screen and (max-width: 767px) {
        .collection-list__wrapper .btn-clearall {
          display: none; } }
  .collection-list__item {
    display: flex;
    padding: 1.6rem 0;
    border-top: 0.2rem solid #979797;
    text-align: left; }
    .collection-list__item:last-child {
      border-bottom: 0.2rem solid #979797; }
    .collection-list__item .image-wrapper {
      width: 12rem;
      height: 14.4rem; }
      .collection-list__item .image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .collection-list__item .content-wrapper {
      display: flex;
      width: calc(100% - 138px);
      flex-wrap: wrap;
      align-content: flex-start;
      margin-left: 1.8rem; }
    .collection-list__item-type {
      display: block;
      width: 100%;
      height: 1.7rem;
      line-height: 1.6rem;
      font-size: 1.2rem;
      letter-spacing: .14rem;
      text-transform: uppercase;
      margin-top: 1.2rem; }
    .collection-list__item-title {
      width: 100%;
      color: #867050;
      font-family: var(--var-font-main-display-italic);
      font-style: var(--var-font-main-display-italic-style);
      font-size: 2rem;
      line-height: 2.6rem;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      @media screen and (max-width: 767px) {
        .collection-list__item-title {
          font-size: 1.6rem; } }
    .collection-list__item .buttonClose {
      margin-top: 4.3rem;
      width: 100%;
      text-align: right; }
  .collection-list__nodata p {
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: .14rem;
    margin-top: 3rem; }

.contact-us-box {
  width: 30rem;
  height: 27.3rem;
  padding: 1.8rem 2rem;
  margin-top: 2.4rem;
  border: 1px solid #d4d4d4;
  box-shadow: 0.6rem 0.6rem rgba(0, 0, 0, 0.06); }
  @media screen and (max-width: 767px) {
    .contact-us-box {
      width: calc(100% - 5.2rem);
      margin: 4.9rem auto 4.7rem; } }
  .contact-us-box__title {
    color: #867050;
    font-family: var(--var-font-main-display-italic);
    font-style: var(--var-font-main-display-italic-style);
    font-size: 2rem;
    line-height: 2.6rem; }
  .contact-us-box__content {
    margin-top: 3.3rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: .14rem;
    color: #4a4a4a; }
    .contact-us-box__content span {
      width: 100%;
      display: block;
      font-size: 1.4rem;
      letter-spacing: .1rem;
      white-space: nowrap; }

.cardFeaturedType2Lili {
  background-color: #0e0e0e; }
  @media screen and (max-width: 991.5px) {
    .cardFeaturedType2Lili {
      border: none !important; }
      .cardFeaturedType2Lili .cardFeaturedType2-content {
        height: auto !important;
        min-height: 23rem;
        overflow: unset !important; } }
  .cardFeaturedType2Lili .cardFeaturedType2-card::before {
    display: none; }
  .cardFeaturedType2Lili .cardFeaturedType2-title .title {
    text-transform: unset;
    font-size: 20px; }
  .cardFeaturedType2Lili .title,
  .cardFeaturedType2Lili .cardFeaturedType2-description-lili {
    color: #fff; }

.headline-lili {
  padding: 4rem .5rem; }
  @media screen and (max-width: 991.5px) {
    .headline-lili {
      padding: 2rem .5rem; } }
  .headline-lili .headline-lili-inner {
    padding: 4rem 0;
    color: #fff;
    font-size: 36px;
    font-family: "Futura Book", Arial, sans-serif;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (max-width: 991.5px) {
      .headline-lili .headline-lili-inner {
        padding: 0;
        font-size: 20px; } }

.lili-theme .ReactModal__Overlay {
  background-color: rgba(0, 0, 0, 0.5); }
  .lili-theme .ReactModal__Overlay .ReactModal__Modal {
    background-color: #0e0e0e; }

.lili-theme .liliDisabled {
  display: none !important; }

.lili-theme .grandMediaGalleryModal .image-wrapper,
.lili-theme .venuesListing-modal-intro {
  height: calc(90vh - 200px); }

@media screen and (min-width: 992px) {
  .lili-theme .grandMediaGalleryModal {
    width: 57vw; } }

.lili-theme .cardHeadline,
.lili-theme .embed-title {
  color: #fff;
  font-family: "Futura Book", Arial, sans-serif; }

.lili-theme .socialShareComponent {
  position: absolute;
  bottom: 21px; }
  @media screen and (min-width: 768px) {
    .lili-theme .socialShareComponent {
      right: 60px; } }
  .lili-theme .socialShareComponent .socialShareComponent-icons {
    position: relative;
    padding: 0;
    background: transparent;
    display: inline-block;
    opacity: 1 !important;
    transform: none; }
    .lili-theme .socialShareComponent .socialShareComponent-icons::before {
      display: none; }
    .lili-theme .socialShareComponent .socialShareComponent-icons li {
      border: 1px solid #fff; }
      .lili-theme .socialShareComponent .socialShareComponent-icons li:hover {
        background-color: #867050; }
    .lili-theme .socialShareComponent .socialShareComponent-icons a,
    .lili-theme .socialShareComponent .socialShareComponent-icons a::before {
      color: #fff; }
  .lili-theme .socialShareComponent .socialShareComponent-container button {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    cursor: auto;
    color: #fff; }
    .lili-theme .socialShareComponent .socialShareComponent-container button:hover {
      color: #fff; }
  .lili-theme .socialShareComponent .icon-hexagon-filled {
    display: inline-block;
    vertical-align: middle; }

.lili-theme .socialShareComponent-container button .icon-hexagon-filled::before {
  color: transparent !important; }

.lili-theme .socialShareComponent-container button:hover .icon-hexagon-filled::before {
  color: transparent; }

.lili-theme .socialShareComponent-container button .icon-share::before {
  color: #fff !important; }

.lili-theme .socialShareComponent-container button:focus {
  outline: 0; }

.lili-theme .icon-close-large::before {
  color: #fff; }

.signatureModal .liliDisabled,
.signatureModal .embed-title,
.signatureModal .embed-ctn {
  display: none !important; }

.signatureModal .image-wrapper,
.signatureModal .venuesListing-modal-intro {
  height: calc(90vh - 200px) !important; }

.signatureModal .image-wrapper {
  background-size: cover !important; }

@media screen and (min-width: 992px) {
  .signatureModal {
    width: 57vw !important; } }

.signatureModal .socialShareComponent {
  position: absolute;
  bottom: 1rem; }
  @media screen and (min-width: 768px) {
    .signatureModal .socialShareComponent {
      right: 60px; } }
  .signatureModal .socialShareComponent .socialShareComponent-icons {
    position: relative;
    padding: 0;
    background: transparent;
    display: inline-block;
    opacity: 1 !important;
    box-shadow: none !important;
    transform: none; }
    .signatureModal .socialShareComponent .socialShareComponent-icons::before {
      display: none; }
    .signatureModal .socialShareComponent .socialShareComponent-icons li {
      border: 1px solid #867050; }
      .signatureModal .socialShareComponent .socialShareComponent-icons li:hover {
        background-color: #867050; }
    .signatureModal .socialShareComponent .socialShareComponent-icons a,
    .signatureModal .socialShareComponent .socialShareComponent-icons a::before {
      color: #867050; }
  .signatureModal .socialShareComponent .socialShareComponent-container button {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    cursor: auto;
    color: #867050; }
    .signatureModal .socialShareComponent .socialShareComponent-container button:hover {
      color: #867050; }
  .signatureModal .socialShareComponent .icon-hexagon-filled {
    display: inline-block;
    vertical-align: middle; }

.signatureModal .socialShareComponent-container button .icon-hexagon-filled::before {
  color: transparent !important; }

.signatureModal .socialShareComponent-container button:hover .icon-hexagon-filled::before {
  color: transparent; }

.signatureModal .socialShareComponent-container button .icon-share::before {
  color: #867050 !important; }

.signatureModal .socialShareComponent-container button:focus {
  outline: 0; }

.signatureModal .icon-close-large {
  font-size: 26px !important; }

.venuesListing-modal-intro .imageWrapper img {
  height: calc(90vh - 320px) !important;
  width: auto !important;
  margin: 0 auto !important; }

.button-cta-lili {
  text-align: center;
  left: 0;
  right: 0; }
  .button-cta-lili a {
    color: #fff; }
  .button-cta-lili .button-primary--wide {
    padding: 10px 40px;
    white-space: nowrap;
    display: inline-block;
    border: 3px solid #fff;
    font-size: 18px;
    color: #fff; }
  .button-cta-lili .button-primary:hover, .button-cta-lili .button-primary:focus, .button-cta-lili .button-primary:active, .button-cta-lili .button-primary:enabled:hover, .button-cta-lili .button-primary:enabled:focus, .button-cta-lili .button-primary:enabled:active,
  .button-cta-lili .button-primary--wide:hover,
  .button-cta-lili .button-primary--wide:focus,
  .button-cta-lili .button-primary--wide:active,
  .button-cta-lili .button-primary--wide:enabled:hover,
  .button-cta-lili .button-primary--wide:enabled:focus,
  .button-cta-lili .button-primary--wide:enabled:active {
    background: #867050;
    border-color: #867050;
    color: #fff; }
    .button-cta-lili .button-primary:hover .icon::before, .button-cta-lili .button-primary:focus .icon::before, .button-cta-lili .button-primary:active .icon::before, .button-cta-lili .button-primary:enabled:hover .icon::before, .button-cta-lili .button-primary:enabled:focus .icon::before, .button-cta-lili .button-primary:enabled:active .icon::before,
    .button-cta-lili .button-primary--wide:hover .icon::before,
    .button-cta-lili .button-primary--wide:focus .icon::before,
    .button-cta-lili .button-primary--wide:active .icon::before,
    .button-cta-lili .button-primary--wide:enabled:hover .icon::before,
    .button-cta-lili .button-primary--wide:enabled:focus .icon::before,
    .button-cta-lili .button-primary--wide:enabled:active .icon::before {
      color: #fff; }

.modal-card-ctn {
  outline: 0; }
  .modal-card-ctn:focus .FocusButton .media {
    border: 1px dotted #867050 !important; }
  .modal-card-ctn .buttonHeart {
    position: absolute;
    top: .5rem;
    right: 2.5rem;
    z-index: 3; }

@media screen and (min-width: 768px) {
  .modalMini {
    max-width: 80vw;
    max-height: 60vh;
    top: 20vh;
    left: 10vw; } }

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .modalMini {
    max-width: 70vw;
    max-height: 70vh;
    top: 15vh;
    left: 15vw; } }

.modalMini .ReactModal_Modal_Contents {
  display: flex; }
  @media screen and (max-width: 767px) {
    .modalMini .ReactModal_Modal_Contents {
      flex-direction: column; } }

.modalMini .modalMediaLeft {
  flex: 1;
  height: 300px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .modalMini .modalMediaLeft {
      min-height: 200px; } }
  .modalMini .modalMediaLeft .image-wrapper {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 10%;
    right: 10%;
    top: 10%;
    bottom: 10%; }

.modalMini .modalMini-text {
  flex: 3; }
  @media screen and (min-width: 768px) {
    .modalMini .modalMini-text {
      padding-left: 50px; } }
  .modalMini .modalMini-text .modalMini-description {
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .modalMini .modalMini-text .modalMini-description {
        margin-top: 20px; } }

.cardContainerlessNews {
  border-bottom: 1px solid #d4d4d4;
  display: block;
  padding-bottom: 2rem;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .cardContainerlessNews {
      display: inline-block; } }
  .cardContainerlessNews p {
    margin: 2rem 0;
    color: #5a5b5e; }
    @media screen and (min-width: 768px) {
      .cardContainerlessNews p {
        height: 6rem; } }
  .cardContainerlessNews .cardContainerless-text {
    padding-top: 2rem; }
  .cardContainerlessNews .cardContainerless-title,
  .cardContainerlessNews .cardContainerless-headline {
    margin-bottom: .5rem; }
  .cardContainerlessNews .cardContainerless-title {
    color: #4a4a4a; }
  .cardContainerlessNews .cardContainerless-headline {
    padding-left: 1px;
    color: #867050;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 3rem;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .cardContainerlessNews .cardContainerless-headline {
        height: 6rem; } }
  .cardContainerlessNews .linkCTA {
    margin-top: .5rem; }

.modalCarouselOverlay {
  background-color: rgba(0, 0, 0, 0.8); }
  .modalCarouselOverlay .modalCarousel {
    box-shadow: none;
    background: none; }
    .modalCarouselOverlay .modalCarousel:focus {
      outline: 0; }
    @media screen and (min-width: 992px) {
      .modalCarouselOverlay .modalCarousel {
        padding: 0 5vw;
        width: 60vw; } }
    .modalCarouselOverlay .modalCarousel .slick-slider {
      position: relative;
      z-index: 100; }
    .modalCarouselOverlay .modalCarousel .slick-list .image-wrapper {
      height: auto;
      padding: 28.125% 50%;
      background-size: cover;
      position: relative;
      overflow: hidden; }
    .modalCarouselOverlay .modalCarousel .slick-list .videoPlayer {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    .modalCarouselOverlay .modalCarousel .ReactModal_Modal_Contents {
      position: relative;
      overflow: visible; }
    .modalCarouselOverlay .modalCarousel .venuesListing-modal-intro:focus {
      outline: none; }
    .modalCarouselOverlay .modalCarousel .venuesListing-modal-intro.underground {
      width: 100%;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 99;
      opacity: 0;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .modalCarouselOverlay .modalCarousel .venuesListing-modal-intro.underground {
          height: calc(100vh - 61px);
          display: flex;
          flex-direction: column; } }
    .modalCarouselOverlay .modalCarousel .isVideo {
      background-color: #000; }
    .modalCarouselOverlay .modalCarousel .upperground {
      opacity: 1 !important;
      z-index: 101 !important; }
    .modalCarouselOverlay .modalCarousel .underground .image-wrapper {
      height: auto;
      padding: 28.125% 50%;
      background-size: cover;
      position: relative; }
    .modalCarouselOverlay .modalCarousel .venuesListing-modal-intro .image-wrapper {
      background-size: cover; }
    .modalCarouselOverlay .modalCarousel .index-logger {
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #fff;
      z-index: 3; }
    .modalCarouselOverlay .modalCarousel .padding-fix-Carousel {
      padding: 0 20px 20px 20px;
      background-color: #fff;
      min-height: 9.2rem; }
      @media screen and (max-width: 767px) {
        .modalCarouselOverlay .modalCarousel .padding-fix-Carousel {
          min-height: 21.2rem; } }
    .modalCarouselOverlay .modalCarousel .cardHeadline {
      padding-top: 1rem;
      font-size: 1.6rem;
      height: 3.6rem; }
      @media screen and (max-width: 767px) {
        .modalCarouselOverlay .modalCarousel .cardHeadline {
          height: 7rem;
          font-size: 1.6rem; } }
    .modalCarouselOverlay .modalCarousel .shareListCarousel {
      margin: 0;
      position: relative;
      height: 3rem; }
    .modalCarouselOverlay .modalCarousel .socialShareComponent {
      position: absolute;
      padding-bottom: 2rem;
      top: .5rem; }
      @media screen and (min-width: 768px) {
        .modalCarouselOverlay .modalCarousel .socialShareComponent {
          right: 0; } }
      .modalCarouselOverlay .modalCarousel .socialShareComponent .icon-hexagon-filled {
        display: inline-block;
        vertical-align: middle; }
    .modalCarouselOverlay .modalCarousel .socialShareComponent-icons {
      position: relative;
      padding: 0;
      background: transparent;
      display: inline-block;
      opacity: 1 !important;
      box-shadow: none !important;
      transform: none; }
      .modalCarouselOverlay .modalCarousel .socialShareComponent-icons::before {
        display: none; }
      .modalCarouselOverlay .modalCarousel .socialShareComponent-icons li {
        border: 1px solid #867050; }
        .modalCarouselOverlay .modalCarousel .socialShareComponent-icons li:hover {
          background-color: #867050; }
      .modalCarouselOverlay .modalCarousel .socialShareComponent-icons a,
      .modalCarouselOverlay .modalCarousel .socialShareComponent-icons a::before {
        color: #867050; }
    .modalCarouselOverlay .modalCarousel .socialShareComponent-container button {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 10px;
      cursor: auto;
      color: #867050; }
      .modalCarouselOverlay .modalCarousel .socialShareComponent-container button:hover {
        color: #867050; }
    .modalCarouselOverlay .modalCarousel .Modal_Header_Close {
      z-index: 199; }
      @media screen and (min-width: 992px) {
        .modalCarouselOverlay .modalCarousel .Modal_Header_Close {
          margin-right: 0; } }
      @media screen and (max-width: 767px) {
        .modalCarouselOverlay .modalCarousel .Modal_Header_Close {
          top: 60px; } }
      .modalCarouselOverlay .modalCarousel .Modal_Header_Close .icon-close-large::before {
        color: #fff; }
    .modalCarouselOverlay .modalCarousel .arrow-overlay {
      position: relative; }
    .modalCarouselOverlay .modalCarousel .arrow-right {
      position: absolute;
      right: -50px;
      top: 50%;
      margin-top: -20px; }
    .modalCarouselOverlay .modalCarousel .arrow-left {
      position: absolute;
      left: -50px;
      top: 50%;
      margin-top: -20px; }
    .modalCarouselOverlay .modalCarousel .slick-arrow::before {
      display: none; }
    @media screen and (max-width: 767px) {
      .modalCarouselOverlay .modalCarousel .venuesListing-modal-intro {
        position: relative;
        height: calc(100vh - 61px);
        display: flex !important;
        flex-direction: column; }
      .modalCarouselOverlay .modalCarousel .flex1 {
        flex: 1; } }
    .modalCarouselOverlay .modalCarousel .chevron-left {
      width: 40px;
      height: 40px;
      border-left: 6px solid #fff;
      border-bottom: 6px solid #fff; }
    .modalCarouselOverlay .modalCarousel .chevron-right {
      width: 40px;
      height: 40px;
      border-right: 6px solid #fff;
      border-top: 6px solid #fff; }

.select {
  padding-left: 38px; }
  .select .wellness-select-options {
    display: none;
    position: absolute;
    width: 165px;
    right: 4px;
    background: #fff;
    padding: 6px 20px 20px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 9; }
    .select .wellness-select-options li {
      font-family: "Minion";
      font-size: 16px;
      line-height: 21px;
      letter-spacing: 1px;
      border-bottom: 1px solid #d8d8d8;
      padding: 14px 0; }
  .select.expanded .wellness-select-options {
    display: block; }

.cardArcade {
  margin: 2rem;
  background: #fff;
  position: relative; }
  @media screen and (min-width: 768px) {
    .cardArcade {
      margin: inherit; } }
  .cardArcade .cardArcade-label {
    line-height: 16px; }
  .cardArcade .cardArcade-headline {
    font-size: 20px;
    line-height: 28px;
    color: #867050;
    margin-top: 6px;
    overflow: hidden; }
  .cardArcade .cardArcade-description {
    font-size: 15px;
    line-height: 28px;
    height: 56px;
    color: #4a4a4a; }
  .cardArcade .cardLabel-primary {
    background: #fff;
    color: #4a4a4a;
    font-family: "Futura Book";
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.4px;
    padding: 0; }
  .cardArcade .cardArcade-intro {
    margin-bottom: 1.5rem; }
  .cardArcade .cardArcade-cta {
    position: absolute;
    bottom: 23px; }
    .cardArcade .cardArcade-cta .linkCTA .linkCTA-label {
      font-weight: 500;
      line-height: 16px;
      letter-spacing: 1.4px;
      color: #867050; }
    .cardArcade .cardArcade-cta .linkCTA .linkCTA-label:not(.no-arrow) {
      margin-right: 18px; }
  .cardArcade .cardArcade-text {
    padding: 21px 15px 70px;
    position: relative;
    height: auto; }

[dir=rtl] .cardArcade-label {
  left: auto;
  right: 20px; }

.cardPerspectives22 {
  display: block;
  width: 100%;
  padding: 0 7px;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .cardPerspectives22 {
      display: inline-block;
      padding: 0 20px; } }
  @media screen and (min-width: 992px) {
    .cardPerspectives22 {
      padding: 0 45px; } }
  .cardPerspectives22 .cardPerspectives22-container {
    aspect-ratio: 280/388; }
  .cardPerspectives22 .cardPerspectives22-desc {
    min-height: 72px;
    margin: 2rem 0; }
  .cardPerspectives22 .cardPerspectives22-text {
    color: #fff;
    text-align: center;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    background-clip: content-box;
    padding: 22px; }
  .cardPerspectives22 .cardPerspectives22-title {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-family: "Minion Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }
    @media screen and (min-width: 992px) {
      .cardPerspectives22 .cardPerspectives22-title {
        font-size: 35px;
        line-height: 55.5px; } }
  @media screen and (min-width: 768px) {
    .cardPerspectives22 .cardPerspectives22-headline {
      height: 6rem; } }
  .cardPerspectives22 .linkCTA {
    margin-top: .5rem;
    color: #f2f2f3;
    text-decoration: uppercase;
    line-height: 16px;
    letter-spacing: 1.4px;
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%); }
  .cardPerspectives22 .cardPerspectives22-background {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 100%;
    outline: 4px solid #fff;
    outline-offset: -22px;
    position: relative; }

.cardRecommendationPerspectives22 {
  display: block;
  width: 100%;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .cardRecommendationPerspectives22 {
      display: inline-block; } }
  .cardRecommendationPerspectives22 .cardRecommendationPerspectives22-desc {
    min-height: 72px;
    margin: 2rem 0; }
  .cardRecommendationPerspectives22 .cardRecommendationPerspectives22-text {
    padding-top: 2rem;
    color: #fff;
    text-align: center; }
  .cardRecommendationPerspectives22 .cardRecommendationPerspectives22-title {
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
    font-family: "Minion Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 158.5%;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }
    @media screen and (min-width: 992px) {
      .cardRecommendationPerspectives22 .cardRecommendationPerspectives22-title {
        font-size: 35px; } }
  @media screen and (min-width: 768px) {
    .cardRecommendationPerspectives22 .cardRecommendationPerspectives22-headline {
      height: 6rem; } }
  .cardRecommendationPerspectives22 .linkCTA {
    margin-top: .5rem;
    color: #fff;
    text-decoration: uppercase;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%); }
  .cardRecommendationPerspectives22 img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1 / 1;
    transform: scale(0.9);
    transition: all 1s;
    padding: 10px; }
  .cardRecommendationPerspectives22 .disclaimer {
    font-family: "Minion Pro";
    font-style: italic;
    color: #867050;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: .5px;
    margin: -15px 50px 0 15px; }
    @media screen and (min-width: 992px) {
      .cardRecommendationPerspectives22 .disclaimer {
        font-size: 18px;
        line-height: 21.6px; } }

/* stylelint-disable */
.cardWorldMapDesktop {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  width: 26.38889vw;
  height: 26.38889vw;
  position: relative;
  vertical-align: top; }
  .cardWorldMapDesktop img {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    width: 26.38889vw;
    border-radius: 3px; }
  .cardWorldMapDesktop .cardWorldMapDesktop-image-mask,
  .cardWorldMapDesktop .cardWorldMapDesktop-image-info,
  .cardWorldMapDesktop .cardWorldMapDesktop-image-cover {
    -o-transition: opacity 2s ease;
    -ms-transition: opacity 2s ease;
    -moz-tranistion: opacity 2s ease;
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease;
    transition-delay: .4s; }
  .cardWorldMapDesktop:focus .cardWorldMapDesktop-image-mask {
    opacity: .98;
    transition: opacity 2s ease;
    background: linear-gradient(0deg, #000 0%, rgba(81, 81, 81, 0.62) 100%); }
  .cardWorldMapDesktop:focus .cardWorldMapDesktop-image-info {
    opacity: 1;
    transition: opacity 2s ease; }
    .cardWorldMapDesktop:focus .cardWorldMapDesktop-image-info .linkCTA {
      visibility: visible; }
  .cardWorldMapDesktop:focus .cardWorldMapDesktop-image-cover {
    opacity: 0;
    visibility: hidden;
    transition: all 2s ease; }
  .cardWorldMapDesktop .cardWorldMapDesktop-image-mask {
    background: linear-gradient(0deg, #000 0%, rgba(81, 81, 81, 0.62) 100%);
    height: 26.38889vw;
    width: 26.38889vw;
    opacity: 0;
    position: absolute;
    top: 0;
    border-radius: 3px;
    z-index: 3; }
  .cardWorldMapDesktop .cardWorldMapDesktop-image-info {
    height: 100%;
    opacity: 0;
    padding: 28px 24px 20px;
    left: 0;
    position: relative;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 4;
    display: flex;
    flex-direction: column; }
  .cardWorldMapDesktop .cardWorldMapDesktop-image-info-title {
    color: #fff;
    font-family: var(--var-font-main-display);
    font-size: 1.25vw;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 22px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media screen and (min-width: 1200px) {
      .cardWorldMapDesktop .cardWorldMapDesktop-image-info-title {
        font-size: 1.38889vw;
        line-height: 1.94444vw; } }
  .cardWorldMapDesktop .cardWorldMapDesktop-image-info-subtitle {
    color: #fff;
    font-family: "Futura Book", Arial, sans-serif;
    font-size: 0.97222vw;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media screen and (min-width: 1200px) {
      .cardWorldMapDesktop .cardWorldMapDesktop-image-info-subtitle {
        font-size: 0.97222vw;
        line-height: 1.52778vw; } }
  .cardWorldMapDesktop .cardWorldMapDesktop-image-info-content {
    color: #fff;
    font-family: "Futura Book", Arial, sans-serif;
    font-size: 0.97222vw;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media screen and (min-width: 1200px) {
      .cardWorldMapDesktop .cardWorldMapDesktop-image-info-content {
        font-size: 0.97222vw;
        line-height: 1.52778vw;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-clamp: 7;
        -webkit-line-clamp: 7;
        overflow: hidden;
        text-overflow: ellipsis; } }
    .cardWorldMapDesktop .cardWorldMapDesktop-image-info-content pre {
      white-space: pre-wrap; }
  .cardWorldMapDesktop .linkCTA {
    box-sizing: border-box;
    font-size: 13px;
    color: #fff;
    height: 3rem;
    line-height: 16px;
    letter-spacing: 1.4px;
    margin-top: auto;
    z-index: 999;
    pointer-events: all;
    width: 100%;
    position: relative;
    visibility: visible; }
    @media screen and (min-width: 1200px) {
      .cardWorldMapDesktop .linkCTA {
        font-size: 1.25vw;
        height: 3.33333vw; } }
  .cardWorldMapDesktop a {
    margin-top: auto; }
  .cardWorldMapDesktop a:focus .property-image-info-more {
    width: calc(100% - 4px);
    height: 3rem;
    left: 2px;
    bottom: 2px;
    padding-left: 3.3rem; }
    .cardWorldMapDesktop a:focus .property-image-info-more i.icon-arrow-right {
      right: 3.8rem; }
  .cardWorldMapDesktop .linkCTA-label {
    color: #fff;
    font-family: "Futura Book", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1.4px;
    position: relative; }
    @media screen and (min-width: 1200px) {
      .cardWorldMapDesktop .linkCTA-label {
        font-size: 1.04167vw;
        line-height: 1.66667vw; } }
  .cardWorldMapDesktop .icon-arrow-right {
    font-size: 2rem; }
    .cardWorldMapDesktop .icon-arrow-right::before {
      color: #fff;
      height: 6.2rem;
      line-height: 6.2rem; }
      @media screen and (min-width: 1200px) {
        .cardWorldMapDesktop .icon-arrow-right::before {
          height: 4.30556vw;
          line-height: 4.30556vw; } }
    @media screen and (min-width: 1200px) {
      .cardWorldMapDesktop .icon-arrow-right {
        font-size: 1.38889vw;
        right: 2.77778vw; } }
  .cardWorldMapDesktop .cardWorldMapDesktop-image-cover {
    all: unset;
    bottom: 24px;
    left: 0;
    color: #fff;
    padding-left: 24px;
    position: absolute;
    text-align: left;
    width: 26.38889vw;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    visibility: visible;
    font-family: var(--var-font-main-display-italic);
    font-style: var(--var-font-main-display-italic-style); }
    @media screen and (min-width: 1441px) {
      .cardWorldMapDesktop .cardWorldMapDesktop-image-cover {
        font-size: 1.52778vw;
        line-height: 2.22222vw; } }

.cardWorldMapMobile {
  display: inline-block;
  margin: 0; }
  @media screen and (min-width: 768px) {
    .cardWorldMapMobile {
      margin: 0 89px; } }
  .cardWorldMapMobile .media img {
    border-radius: 3px;
    aspect-ratio: 590 / 269;
    object-fit: cover; }
  .cardWorldMapMobile .cardWorldMapMobile-text {
    display: block;
    padding: 24px 16px 0;
    text-align: center;
    width: 100%; }
  .cardWorldMapMobile .cardWorldMapMobile-title {
    display: -webkit-box;
    color: #867050;
    font-family: var(--var-font-main-display);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 24px;
    text-align: center;
    /* stylelint-disable-next-line */
    -webkit-line-clamp: 2;
    line-clamp: 2;
    /* stylelint-disable-next-line */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    .cardWorldMapMobile .cardWorldMapMobile-title a {
      font-family: "Minion Pro";
      font-style: italic;
      font-size: 15px;
      line-height: 18px;
      letter-spacing: 1px; }
      @media screen and (min-width: 768px) {
        .cardWorldMapMobile .cardWorldMapMobile-title a {
          font-size: 17px;
          line-height: 20px; } }
  .cardWorldMapMobile .cardWorldMapMobile-subtitle {
    color: #4a4a4a;
    font-family: "Futura Book", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .cardWorldMapMobile .cardWorldMapMobile-description {
    color: #4a4a4a;
    font-family: "Futura Book", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 1px;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 9;
    -webkit-line-clamp: 9;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media screen and (min-width: 768px) {
      .cardWorldMapMobile .cardWorldMapMobile-description {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-clamp: 5;
        -webkit-line-clamp: 5;
        overflow: hidden;
        text-overflow: ellipsis; } }
  .cardWorldMapMobile .cardWorldMapMobile-link {
    border: 1px solid #ae9364;
    display: inline-block; }
    .cardWorldMapMobile .cardWorldMapMobile-link a {
      color: #867050;
      display: inline-block;
      font-size: 1.3rem;
      font-weight: 500;
      letter-spacing: .14rem;
      line-height: 1.6rem;
      padding: 1.7rem 3.8rem;
      text-transform: uppercase; }

@media screen and (min-width: 768px) {
  .accordionStandalone {
    width: 75%; } }

.accordionStandalone .accordionStandalone-content {
  padding-top: 20px; }

.additionalInformation .additionalInformation-headline {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 2rem; }

.additionalInformation .additionalInformation-image {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .additionalInformation .additionalInformation-image {
      float: left;
      width: 100%; } }
  @media (min-width: 992px) {
    .additionalInformation .additionalInformation-image {
      float: left;
      width: 50%; } }

.additionalInformation .additionalInformation-text {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 4rem; }
  @media (min-width: 768px) {
    .additionalInformation .additionalInformation-text {
      float: left;
      width: 100%; } }
  @media (min-width: 992px) {
    .additionalInformation .additionalInformation-text {
      float: left;
      width: 50%; } }
  @media screen and (min-width: 768px) {
    .additionalInformation .additionalInformation-text {
      margin-top: 0; } }

.additionalInformation .additionalInformation-infoWrapper {
  margin-left: -20px;
  margin-right: -20px; }
  .additionalInformation .additionalInformation-infoWrapper::after {
    content: "";
    display: table;
    clear: both; }

.additionalInformation .additionalInformation-info {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .additionalInformation .additionalInformation-info {
      float: left;
      width: 100%; } }
  @media (min-width: 992px) {
    .additionalInformation .additionalInformation-info {
      float: left;
      width: 50%; } }
  .additionalInformation .additionalInformation-info h4 {
    margin-bottom: 1rem;
    margin-top: 2rem; }
    .additionalInformation .additionalInformation-info h4:first-child {
      margin-top: 0; }

.arcade-hero {
  background-size: 1024px;
  background-position: center;
  margin-top: 50px;
  text-align: center; }
  .arcade-hero__tree-image {
    margin-top: 30px;
    position: relative;
    max-width: 70%;
    width: 500px; }
  .arcade-hero::before {
    opacity: .1;
    content: "";
    display: inline-block;
    background-image: linear-gradient(#828387, #fff);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  @media screen and (max-width: 768px) {
    .arcade-hero {
      background-size: 100%;
      background-position: top;
      background-repeat: no-repeat; } }

.arcade-tree {
  background-size: 980px;
  background-position-x: center;
  background-repeat-x: no-repeat; }
  .arcade-tree .linkList {
    max-width: 750px;
    margin: auto;
    margin-bottom: 50px;
    overflow: hidden; }
  .arcade-tree .linkList-destinations {
    display: table;
    width: 100%;
    margin: 0;
    text-align: center; }
  .arcade-tree .linkList-linkWrapper {
    text-align: center;
    float: none;
    display: table-cell;
    padding: 0;
    padding-top: 2.5rem;
    width: 20%; }
  .arcade-tree.region--5 .linkList-linkWrapper {
    width: 20%;
    display: inline-block;
    padding-top: 0; }
  .arcade-tree__title {
    color: #867050;
    font-family: var(--var-font-main-display);
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    font-size: 2.4rem;
    letter-spacing: 4px; }
    .arcade-tree__title--secondary {
      margin-top: 0; }
    .arcade-tree__title--tip {
      font-family: "Futura Book", Arial, sans-serif;
      margin-top: 0;
      margin-bottom: 50px;
      font-size: 1.2rem;
      letter-spacing: 1px; }
  .arcade-tree__items {
    position: relative;
    max-width: 700px;
    text-align: left;
    margin: auto; }
  .arcade-tree__item {
    text-align: center;
    display: inline-block;
    position: relative;
    width: 22%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 30px;
    cursor: pointer; }
    .arcade-tree__item-image {
      width: 100%;
      max-width: 110px;
      vertical-align: middle; }
    .arcade-tree__item .linkCTA {
      display: block;
      margin-top: 1.5rem;
      opacity: 0;
      transition: opacity .5s; }
    .arcade-tree__item:hover .linkCTA {
      opacity: 1; }
    .arcade-tree__item:nth-child(7n+1) {
      margin-left: 10.5%; }
    .arcade-tree__item:nth-child(7n+2) {
      margin-left: 5%;
      margin-right: 5%; }
    .arcade-tree__item:nth-child(7n+3) {
      margin-right: 10.5%; }
  .arcade-tree__cta-wrapper {
    width: 100%;
    text-align: center;
    padding: 0 30px 60px 30px; }
    .arcade-tree__cta-wrapper .button-primary--wide {
      display: inline-block; }
  @media screen and (max-width: 480px) {
    .arcade-tree__items {
      text-align: center; }
    .arcade-tree__item {
      width: 40%;
      margin-left: 2%;
      margin-right: 2%; }
      .arcade-tree__item:nth-child(7n+1), .arcade-tree__item:nth-child(7n+2), .arcade-tree__item:nth-child(7n+3) {
        margin-left: 2%;
        margin-right: 2%; }
      .arcade-tree__item-image {
        max-width: 90px; } }
  @media screen and (max-width: 768px) {
    .arcade-tree {
      background-size: 80%;
      background-position: top; }
      .arcade-tree__title {
        font-size: 1.7rem;
        padding: 0 10px; }
        .arcade-tree__title--tip {
          font-size: 1.2rem; }
      .arcade-tree__item {
        margin-bottom: 50px; }
        .arcade-tree__item .linkCTA {
          font-size: 1.2rem;
          opacity: 1; }
      .arcade-tree .linkList-linkWrapper,
      .arcade-tree.region--5 .linkList-linkWrapper {
        width: 33%;
        display: inline-block;
        padding-top: 0; } }

.arcade-carousel {
  background-size: 100%;
  background-position: center top;
  margin-top: 50px;
  text-align: center;
  background-repeat: no-repeat; }
  .arcade-carousel__index {
    font-family: var(--var-font-main-display);
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .arcade-carousel__index i {
      font-size: 2.4rem; }
  .arcade-carousel__right-arrow, .arcade-carousel__left-arrow {
    position: absolute;
    top: 50%;
    vertical-align: top;
    border-width: 0;
    border-left: 3px solid #ae9364;
    border-bottom: 3px solid #ae9364;
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    background: transparent;
    transition: opacity .2s; }
    .arcade-carousel__right-arrow:focus, .arcade-carousel__left-arrow:focus {
      outline: 0; }
    .arcade-carousel__right-arrow:hover, .arcade-carousel__left-arrow:hover {
      opacity: .5; }
  .arcade-carousel__right-arrow {
    right: -5%;
    transform: rotate(225deg); }
  .arcade-carousel__left-arrow {
    left: -5%; }
  .arcade-carousel__items {
    position: relative;
    width: calc(100% - 160px);
    max-width: 1250px;
    margin: auto; }
  .arcade-carousel__item {
    padding-right: 10px;
    padding-left: 10px;
    text-align: right; }
    .arcade-carousel__item-title {
      color: #867050;
      font-family: var(--var-font-main-display);
      text-transform: uppercase;
      text-align: center;
      margin-top: 20px;
      font-size: 2.4rem;
      letter-spacing: 4px; }
      .arcade-carousel__item-title--secondary {
        color: #000;
        margin-top: 0; }
      .arcade-carousel__item-title--mobile {
        text-align: left; }
    .arcade-carousel__item-content-wrapper {
      width: 68%;
      display: inline-block;
      position: relative;
      margin-bottom: 100px;
      margin-top: 30px;
      box-shadow: inset 0 0 0 10px rgba(134, 112, 80, 0.1);
      min-height: 400px; }
    .arcade-carousel__item-description {
      position: absolute;
      display: inline-block;
      z-index: 2;
      right: 10px;
      width: 40%;
      top: 50%;
      transform: translateY(-50%);
      padding-right: 10px;
      text-align: left; }
    .arcade-carousel__item-image {
      position: relative;
      z-index: 1;
      left: -47%;
      top: 3rem;
      width: 100%; }
  .arcade-carousel__cta-wrapper {
    margin-top: 5rem; }
  .arcade-carousel .linkList {
    padding-top: 30px;
    max-width: 750px;
    margin: auto;
    margin-bottom: 50px;
    overflow: hidden; }
  .arcade-carousel .linkList-destinations {
    display: table;
    width: 100%;
    margin: 0; }
  .arcade-carousel .linkList-linkWrapper {
    text-align: center;
    float: none;
    display: table-cell;
    padding: 0;
    padding-top: 2.5rem;
    width: 20%; }
  .arcade-carousel.region--5 .linkList-linkWrapper {
    width: 20%;
    display: inline-block;
    padding-top: 0; }
  .arcade-carousel .linkCTA {
    margin-bottom: 10rem; }
  @media screen and (max-width: 768px) {
    .arcade-carousel__index {
      display: inline-block; }
    .arcade-carousel__right-arrow, .arcade-carousel__left-arrow {
      position: static;
      vertical-align: inherit; }
    .arcade-carousel__right-arrow {
      margin-left: 30px; }
    .arcade-carousel__left-arrow {
      margin-right: 30px; }
    .arcade-carousel__items {
      width: 100%; }
    .arcade-carousel__item {
      text-align: left; }
      .arcade-carousel__item-title {
        font-size: 2rem;
        margin: 0; }
      .arcade-carousel__item-mobile-title-wrapper {
        padding: 15px; }
      .arcade-carousel__item-content-wrapper {
        width: 100%;
        box-shadow: 10px 10px 0 rgba(134, 112, 80, 0.1);
        border: 1px solid #d4d4d4;
        left: 8%;
        margin-bottom: 60px; }
      .arcade-carousel__item-description {
        padding: 15px;
        position: static;
        width: 100%;
        transform: none; }
      .arcade-carousel__item-image {
        position: static;
        width: 100%; }
    .arcade-carousel .linkCTA {
      margin-left: 15px;
      margin-bottom: 30px; }
    .arcade-carousel .linkList {
      padding-top: 10px;
      margin-bottom: 20px; }
    .arcade-carousel .linkList-linkWrapper,
    .arcade-carousel.region--5 .linkList-linkWrapper {
      width: 33%;
      display: inline-block;
      padding-top: 0; }
    .arcade-carousel .slick-track .slick-cloned:nth-last-child(1) {
      display: none; } }

.articleListing .articleListing-filterWrapper {
  background: #fff; }

.articleListing .articleListing-filter {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }

@media screen and (min-width: 768px) {
  .articleListing .articleListing-heading + .articleListing-articles {
    padding-top: 5rem; } }

.articleListing .articleListing-loadMoreBtn {
  display: inline-block;
  margin-bottom: 4rem;
  padding: 0 2rem;
  text-align: center;
  width: 100%; }
  .articleListing .articleListing-loadMoreBtn .icon-refresh {
    display: inline-block;
    margin-right: 1rem; }

.articleListing .articleListing-container ul {
  padding-top: 2rem; }
  @media screen and (min-width: 768px) {
    .articleListing .articleListing-container ul {
      padding-top: 8rem; } }

.articleListing .articleListing-container li {
  margin-bottom: 2rem;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .articleListing .articleListing-container li {
      float: left;
      width: 50%; } }
  @media (min-width: 992px) {
    .articleListing .articleListing-container li {
      float: left;
      width: 25%; } }
  @media screen and (min-width: 768px) {
    .articleListing .articleListing-container li {
      margin-bottom: 3rem; } }
  .articleListing .articleListing-container li:nth-child(7n+1) {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .articleListing .articleListing-container li:nth-child(7n+1) {
        float: left;
        width: 50%; } }
    @media (min-width: 992px) {
      .articleListing .articleListing-container li:nth-child(7n+1) {
        float: left;
        width: 50%; } }
    @media screen and (min-width: 768px) {
      .articleListing .articleListing-container li:nth-child(7n+1) {
        margin-bottom: 3rem; } }
  @media screen and (min-width: 992px) {
    .articleListing .articleListing-container li:nth-child(7n+4) {
      clear: both; } }

.articleListing .articleListing-single-width {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .articleListing .articleListing-single-width {
      float: left;
      width: 50%; } }
  @media (min-width: 992px) {
    .articleListing .articleListing-single-width {
      float: left;
      width: 25%; } }
  @media screen and (min-width: 768px) {
    .articleListing .articleListing-single-width {
      margin-bottom: 3rem; }
      .articleListing .articleListing-single-width:nth-child(4) {
        clear: both; } }

.articleListing .articleListing-double-width {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .articleListing .articleListing-double-width {
      float: left;
      width: 50%; } }
  @media (min-width: 992px) {
    .articleListing .articleListing-double-width {
      float: left;
      width: 50%; } }
  @media screen and (min-width: 768px) {
    .articleListing .articleListing-double-width {
      margin-bottom: 3rem; } }

.articleListing .cardHeadline {
  display: -webkit-box;
  /* stylelint-disable-next-line */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .articleListing .cardHeadline {
      -webkit-line-clamp: 2; } }
  @media screen and (min-width: 992px) {
    .articleListing .cardHeadline {
      -webkit-line-clamp: 3; } }

.articleListing-heading {
  padding: 4rem 0; }

[dir=rtl] .articleListing-card {
  /* stylelint-disable-next-line */
  float: right !important; }

[dir=rtl] .articleListing-filter {
  float: right; }

.ArticleHeading-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px; }
  .ArticleHeading-container::after {
    content: "";
    display: table;
    clear: both; }
  .ArticleHeading-container .ArticleHeading-row {
    margin-left: -20px;
    margin-right: -20px; }
    .ArticleHeading-container .ArticleHeading-row::after {
      content: "";
      display: table;
      clear: both; }
    .ArticleHeading-container .ArticleHeading-row .ArticleHeading-heading {
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px; }
      @media (min-width: 768px) {
        .ArticleHeading-container .ArticleHeading-row .ArticleHeading-heading {
          float: left;
          width: 100%; } }
      @media (min-width: 1200px) {
        .ArticleHeading-container .ArticleHeading-row .ArticleHeading-heading {
          float: left;
          width: 50%; } }
      @media (min-width: 1200px) {
        .ArticleHeading-container .ArticleHeading-row .ArticleHeading-heading {
          margin-left: 25%; } }

.mt90 {
  margin-top: 90px; }

.breadcrumb {
  width: 100%;
  padding: 22px 0; }
  @media screen and (max-width: 767px) {
    .breadcrumb {
      padding: 12px 0; } }
  .breadcrumb.bg-white {
    background-color: #fff; }
  .breadcrumb.bg-transparent {
    background-color: transparent; }
  .breadcrumb.bg-dark {
    background-color: #000; }
    .breadcrumb.bg-dark ol {
      color: #fff; }
      .breadcrumb.bg-dark ol a {
        color: #ae9364; }
        .breadcrumb.bg-dark ol a:not([aria-current="page"]) {
          color: #fff; }
  .breadcrumb ol {
    display: flex;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    color: #4a4a4a;
    font-family: "Futura Std";
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    flex-wrap: wrap; }
    @media screen and (max-width: 991.5px) {
      .breadcrumb ol {
        line-height: 18px; } }
    .breadcrumb ol a:not([aria-current="page"]) {
      color: #4a4a4a; }
    .breadcrumb ol li {
      white-space: nowrap; }
      .breadcrumb ol li::after {
        content: "/";
        margin: 0 8px; }
      .breadcrumb ol li:last-child::after {
        display: none; }

/****
 * TODO: accordion-arrow, duplicate in footer, make `global`
 * also colors -> from main settings should reference that
 ***/
.BookingBar {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 1200px) {
    .BookingBar {
      margin-left: 4%;
      margin-right: 4%; } }
  @media (min-width: 768px) {
    .BookingBar {
      float: left;
      width: 100%; } }
  @media (min-width: 1200px) {
    .BookingBar {
      float: left;
      width: 91.66667%; } }
  .BookingBar.BookingBar--wide {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0; }
    @media (min-width: 1200px) {
      .BookingBar.BookingBar--wide {
        float: left;
        width: 100%; } }
  .BookingBar.BookingBar--stacked {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1200px) {
      .BookingBar.BookingBar--stacked {
        margin-left: 0%; } }
    @media (min-width: 1200px) {
      .BookingBar.BookingBar--stacked {
        float: left;
        width: 33.33333%; } }
  .BookingBar .DateInput_input__focused {
    border: 2px solid #5c95eb; }
  .BookingBar .BookingBar-content {
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    white-space: nowrap; }
    .BookingBar .BookingBar-content .bookingbar-dateRanger-container {
      white-space: nowrap;
      align-self: center; }
  .BookingBar .isFlex {
    flex: 1; }
  .BookingBar .icon-calendar {
    margin-right: 20px; }
  .BookingBar input[type=date] {
    visibility: hidden;
    position: absolute;
    left: -999px; }
  .BookingBar .BookingBar-label {
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    align-self: center;
    font-family: "Futura Book", Arial, sans-serif;
    white-space: initial; }
  .BookingBar button[type=submit] {
    padding: 1.4rem 2.5rem;
    border-radius: 0;
    background-repeat: repeat;
    min-width: 200px;
    max-width: 270px;
    line-height: 16px;
    white-space: initial;
    display: -webkit-box;
    /* stylelint-disable-next-line */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis; }
  .BookingBar .CalendarDay_button:focus {
    background-color: #d4d4d4; }
  .BookingBar .DateRangePickerInput_calendarIcon:focus,
  .BookingBar .DateRangePickerInput_calendarIcon:active {
    outline: none; }
    .BookingBar .DateRangePickerInput_calendarIcon:focus svg,
    .BookingBar .DateRangePickerInput_calendarIcon:active svg {
      outline: 1px solid #89b2f1; }
    .BookingBar .DateRangePickerInput_calendarIcon:focus path,
    .BookingBar .DateRangePickerInput_calendarIcon:active path {
      fill: #ae9364; }
  .BookingBar .disclaimer {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    color: #4a4a4a;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 2rem;
    font-style: italic; }
  .BookingBar .policy a {
    color: #4a4a4a;
    text-align: center;
    display: block;
    margin-top: 5px; }
    .BookingBar .policy a:hover {
      text-decoration: underline; }
  .BookingBar .dates-error-msg {
    color: #961928;
    text-align: right;
    padding-bottom: 20px;
    padding-right: 25px;
    font-size: 14px;
    font-family: "Futura Book", Arial, sans-serif;
    letter-spacing: normal;
    text-transform: none; }
    .BookingBar .dates-error-msg .icon-info::before {
      vertical-align: middle;
      color: #961928;
      margin-right: 5px;
      font-size: 14px; }
  .BookingBar .react-accessible-select .dates-error-msg {
    text-align: left;
    padding-bottom: 0;
    padding-right: 0; }

div[data-react-component="GlobalHero"] + script + div[data-react-component="BookingBar"]
.BookingBar-container,
div[data-react-component="PropertyHero"] + script + div[data-react-component="BookingBar"]
.BookingBar-container,
.globalHero + script + div[data-react-component="BookingBar"]
.BookingBar-container,
.propertyHero + script + div[data-react-component="BookingBar"]
.BookingBar-container {
  padding-top: 0;
  padding-bottom: 0; }
  div[data-react-component="GlobalHero"] + script + div[data-react-component="BookingBar"]
.BookingBar-container .BookingBar,
  div[data-react-component="PropertyHero"] + script + div[data-react-component="BookingBar"]
.BookingBar-container .BookingBar,
  .globalHero + script + div[data-react-component="BookingBar"]
.BookingBar-container .BookingBar,
  .propertyHero + script + div[data-react-component="BookingBar"]
.BookingBar-container .BookingBar {
    left: 50%;
    transform: translate(-50%, -3rem);
    margin: 0; }

div[data-react-component="GlobalHero"] + div[data-react-component="BookingBar"]
.BookingBar-container,
div[data-react-component="PropertyHero"] + div[data-react-component="BookingBar"]
.BookingBar-container,
.globalHero + div[data-react-component="BookingBar"]
.BookingBar-container,
.propertyHero + div[data-react-component="BookingBar"]
.BookingBar-container {
  padding-top: 0;
  padding-bottom: 0; }
  div[data-react-component="GlobalHero"] + div[data-react-component="BookingBar"]
.BookingBar-container .BookingBar,
  div[data-react-component="PropertyHero"] + div[data-react-component="BookingBar"]
.BookingBar-container .BookingBar,
  .globalHero + div[data-react-component="BookingBar"]
.BookingBar-container .BookingBar,
  .propertyHero + div[data-react-component="BookingBar"]
.BookingBar-container .BookingBar {
    left: 50%;
    transform: translate(-50%, -3rem);
    margin: 0; }

.globalHero + .BookingBar-container,
.propertyHero + .BookingBar-container {
  padding-top: 0;
  padding-bottom: 0; }
  .globalHero + .BookingBar-container .BookingBar,
  .propertyHero + .BookingBar-container .BookingBar {
    left: 50%;
    transform: translate(-50%, -3rem);
    margin: 0; }

.BookingBar-container {
  background-color: #fff;
  padding-bottom: 6rem;
  padding-top: 5rem;
  width: 100%;
  z-index: 3;
  position: relative; }
  .BookingBar-container.dark {
    background-color: #f2f2f3; }
  .BookingBar-container.dark2 {
    background-color: #272727; }
    .BookingBar-container.dark2 .disclaimer {
      color: #fff;
      font-style: normal;
      font-size: 1.3rem;
      line-height: 2rem; }
    .BookingBar-container.dark2 .policy a {
      color: #fff; }

.BookingBar .DateRangePicker input[type=text] {
  font-size: 1.5rem;
  color: #4a4a4a;
  letter-spacing: 0;
  line-height: 24px;
  height: 60px;
  font-family: "Futura Book", Arial, sans-serif; }

.BookingBar .DateRangePicker .DateRangePickerInput_calendarIcon,
.BookingBar .DateRangePicker .DateRangePickerInput_arrow {
  vertical-align: top;
  padding: 0;
  margin-left: 0;
  margin-right: 0; }
  .BookingBar .DateRangePicker .DateRangePickerInput_calendarIcon svg,
  .BookingBar .DateRangePicker .DateRangePickerInput_arrow svg {
    margin-top: 20px;
    width: 13px;
    height: 19px;
    vertical-align: top; }
  .BookingBar .DateRangePicker .DateRangePickerInput_calendarIcon::before,
  .BookingBar .DateRangePicker .DateRangePickerInput_arrow::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    margin-right: 20px;
    margin-left: 20px;
    background: #d4d4d4;
    margin-top: 20px; }

.BookingBar .react-accessible-select {
  flex: 1;
  align-self: center;
  font-family: "Futura Book", Arial, sans-serif;
  text-transform: uppercase; }
  .BookingBar .react-accessible-select .ras-button {
    color: #867050;
    transition: .15s ease-in-out border;
    border-radius: 2px;
    border: 2px solid transparent;
    letter-spacing: 1.4px;
    font-size: 1.3rem;
    text-transform: uppercase; }
  .BookingBar .react-accessible-select .ras-li {
    font-size: 1.3rem;
    letter-spacing: 1.4px; }
  .BookingBar .react-accessible-select .ras-placeholder {
    color: #4a4a4a; }
  .BookingBar .react-accessible-select .ras-arrow {
    top: 14px;
    right: 10px;
    border-left: 2px solid #867050;
    border-bottom: 2px solid #867050; }
  .BookingBar .react-accessible-select .ras-focused {
    background: rgba(134, 112, 80, 0.1);
    color: inherit; }
  .BookingBar .react-accessible-select .ras-selected {
    background: #ad9d83; }

.bookingBarHorizontal {
  /* stylelint-disable */
  /* stylelint-enable */
  /* stylelint-disable */ }
  .bookingBarHorizontal > * {
    width: 100%; }
  .bookingBarHorizontal .DateRangePickerInput_calendarIcon {
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0; }
  .bookingBarHorizontal .error-messages {
    color: #961928; }
    .bookingBarHorizontal .error-messages label {
      display: block; }
  .bookingBarHorizontal svg {
    width: 13px;
    height: 19px; }
  .bookingBarHorizontal button[type=submit] {
    padding: 1.4rem 2.5rem;
    border-radius: 0;
    width: 100%;
    margin-top: 20px;
    line-height: 16px;
    white-space: initial;
    display: -webkit-box;
    /* stylelint-disable-next-line */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }
  .bookingBarHorizontal .DateRangePickerInput_calendarIcon:focus {
    outline: none; }
    .bookingBarHorizontal .DateRangePickerInput_calendarIcon:focus svg {
      outline: 1px solid #89b2f1; }
    .bookingBarHorizontal .DateRangePickerInput_calendarIcon:focus g {
      fill: #ae9364; }
  .bookingBarHorizontal .DateRangePicker {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    position: relative; }
    .bookingBarHorizontal .DateRangePicker::after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #d4d4d4;
      position: absolute;
      top: 50px;
      left: 0; }
    .bookingBarHorizontal .DateRangePicker input[type=text] {
      font-size: 1.5rem;
      font-family: "Futura Book", Arial, sans-serif;
      height: 50px; }
  .bookingBarHorizontal p {
    font-size: 1.2rem;
    color: #828387;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 15px;
    margin-bottom: 15px; }
  .bookingBarHorizontal .DateInput_1 {
    width: calc(100% - 20px); }
  .bookingBarHorizontal .bookingBarHorizontal-content {
    background: #fff;
    padding: 30px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 99; }
    .bookingBarHorizontal .bookingBarHorizontal-content > label,
    .bookingBarHorizontal .bookingBarHorizontal-content > p,
    .bookingBarHorizontal .bookingBarHorizontal-content > div {
      width: 100%; }
    .bookingBarHorizontal .bookingBarHorizontal-content .DateRangePicker {
      width: 100%; }
    .bookingBarHorizontal .bookingBarHorizontal-content .btn-close {
      position: absolute;
      top: 20px;
      right: 35px; }
  .bookingBarHorizontal .checkin-Title {
    padding-bottom: 8px;
    width: 100%; }
  .bookingBarHorizontal .additional-actions > li:nth-child(1) {
    margin-top: .4rem;
    display: none; }
    @media screen and (min-width: 992px) {
      .bookingBarHorizontal .additional-actions > li:nth-child(1) {
        display: block; } }
  .bookingBarHorizontal .react-accessible-select .ras-button {
    color: #867050;
    transition: .15s ease-in-out border;
    border-radius: 2px;
    border: 2px solid transparent;
    padding-left: 0; }
  .bookingBarHorizontal .react-accessible-select .ras-ul {
    padding: 10px;
    border: 0;
    border-radius: 0;
    max-height: 220px;
    overflow-y: scroll; }
  .bookingBarHorizontal .react-accessible-select .ras-li:not(:last-child) {
    border-bottom: 1px solid #d4d4d4; }
  .bookingBarHorizontal .react-accessible-select .ras-focused {
    color: #867050; }
  .bookingBarHorizontal .react-accessible-select .ras-selected {
    background-color: #fff; }
  .bookingBarHorizontal .react-accessible-select .ras-arrow {
    top: 14px;
    right: 10px;
    border-left: 2px solid #867050;
    border-bottom: 2px solid #867050; }
  .bookingBarHorizontal .CalendarDay_button:focus {
    background-color: #d4d4d4; }

.BookingBar .error-messages {
  width: 0;
  height: 0;
  overflow: hidden; }

.BookingBar-headline {
  margin-bottom: 4rem; }

.DateRangePickerInput_clearDates {
  display: none !important; }

.button-modal {
  display: inline-block; }
  .button-modal .bm-button img {
    width: 27px;
    height: 27px; }

.button-modal-modal {
  background-color: rgba(0, 0, 0, 0.5); }
  .button-modal-modal .ReactModal__Modal {
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    top: 50%;
    bottom: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    transform: translateY(-45%) !important; }
    .button-modal-modal .ReactModal__Modal.ReactModal__Overlay--after-open {
      transform: translateY(-50%) !important; }
  .button-modal-modal .ReactModal_Modal_Header {
    border-bottom: 1px solid #d4d4d4 !important;
    margin-bottom: 10px; }
    .button-modal-modal .ReactModal_Modal_Header .Modal_Header_Close {
      right: 20px; }
      @media screen and (min-width: 992px) {
        .button-modal-modal .ReactModal_Modal_Header .Modal_Header_Close {
          top: -15px; } }
  .button-modal-modal .ReactModal_Modal_Contents {
    flex: none; }
  .button-modal-modal .bmm-image-wrapper {
    background-color: #d8d8d8;
    padding: 5% 10%; }
    .button-modal-modal .bmm-image-wrapper .imageWrapper {
      border: 30px solid #e0e0e0; }
  .button-modal-modal .bmm-description {
    padding: 20px;
    color: #867050; }

.campaignExpandingContent .campaignExpandingContent-card {
  margin-bottom: 4rem; }

.campaignExpandingContent .campaignExpandingContent-gallery,
.campaignExpandingContent .campaignExpandingContent-text {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .campaignExpandingContent .campaignExpandingContent-gallery,
    .campaignExpandingContent .campaignExpandingContent-text {
      float: left;
      width: 50%; } }

@media screen and (max-width: 767px) {
  .campaignExpandingContent .campaignExpandingContent-gallery {
    padding: 0; } }

.campaignExpandingContent .campaignExpandingContent-text {
  margin-top: 3rem; }
  @media screen and (min-width: 768px) {
    .campaignExpandingContent .campaignExpandingContent-text {
      margin-top: 5rem; } }

.campaignHeader {
  position: relative;
  margin-top: 9.6rem;
  min-height: 400px;
  max-height: 70vh; }
  @media screen and (min-width: 768px) {
    .campaignHeader {
      height: 700px;
      max-height: 90vh; } }
  .campaignHeader.property {
    display: block; }
  @media screen and (min-width: 768px) {
    .campaignHeader {
      display: block; } }
  @media screen and (min-width: 992px) {
    .campaignHeader {
      margin-top: 5rem; } }
  .campaignHeader img,
  .campaignHeader video {
    display: block;
    width: 100%; }
  .campaignHeader p {
    font-style: italic; }
  .campaignHeader h4 {
    margin-top: 1rem; }
  .campaignHeader .linkCTA {
    color: #fff; }
  .campaignHeader button {
    display: inline-block; }
  .campaignHeader .icon-play {
    transition: .3s transform ease-in-out;
    transform: scale3d(1, 1, 1);
    height: 43px;
    width: 43px;
    padding-top: 5px; }
    @media screen and (min-width: 768px) {
      .campaignHeader .icon-play {
        padding-top: 10px;
        height: 95px;
        width: 95px; } }
    .campaignHeader .icon-play::before {
      font-size: 35px; }
      @media screen and (min-width: 768px) {
        .campaignHeader .icon-play::before {
          font-size: 85px; } }
  .campaignHeader button:focus,
  .campaignHeader button:hover {
    outline: none; }
    .campaignHeader button:focus .icon-play,
    .campaignHeader button:hover .icon-play {
      transition-duration: .15s; }
  .campaignHeader button:active .icon-play,
  .campaignHeader button:focus .icon-play {
    transform: scale3d(1.1, 1.1, 1);
    outline: 2px solid #5c95eb;
    outline-offset: -2px;
    /* stylelint-disable */
    /* stylelint-ensable */ }

@-moz-document url-prefix() {
  .campaignHeader button:active .icon-play,
  .campaignHeader button:focus .icon-play {
    outline: 2px solid #89b2f1; } }
    @media screen and (min-width: 768px) {
      .campaignHeader button:active .icon-play,
      .campaignHeader button:focus .icon-play {
        transform: scale3d(1.1, 1.1, 1); } }
  .campaignHeader button:hover .icon-play {
    transform: scale3d(1.1, 1.1, 1); }
    @media screen and (min-width: 768px) {
      .campaignHeader button:hover .icon-play {
        transform: scale3d(1.1, 1.1, 1); } }
  @media screen and (min-width: 992px) {
    .campaignHeader .campaignHeader-columnContainer {
      max-width: 1150px;
      margin: 0 auto; } }
  .campaignHeader .campaignHeader-videoContainer,
  .campaignHeader .campaignHeader-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #fff;
    left: 0;
    right: 0;
    /*@include screen(sm) {
      height: calc(100% - 5rem);
    }*/ }
  .campaignHeader.campaignHeader--alignCenter .campaignHeader-overlay {
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto; }
  .campaignHeader.campaignHeader--alignLeft .campaignHeader-overlay {
    justify-content: flex-end;
    margin: 0 auto; }
  .campaignHeader .campaignHeader-videoContainer {
    z-index: 2;
    background: #000;
    position: absolute;
    top: 0;
    /*top: 6rem;

    @include screen(sm) {
      top: 5rem;
    }*/ }
    .campaignHeader .campaignHeader-videoContainer video {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
  .campaignHeader .campaignHeader-contentContainer {
    padding: 3rem 1rem 2rem; }
    @media screen and (min-width: 768px) {
      .campaignHeader .campaignHeader-contentContainer {
        max-width: 50rem;
        padding-bottom: 3rem; } }
    .campaignHeader .campaignHeader-contentContainer > * + * {
      margin-top: 1.5rem;
      display: block; }
    .campaignHeader .campaignHeader-contentContainer h1 {
      color: #fff;
      text-transform: initial;
      letter-spacing: normal;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: var(--var-font-main-display-italic);
      font-style: var(--var-font-main-display-italic-style);
      font-size: 2.2rem;
      line-height: 1.45; }
      @media screen and (min-width: 768px) {
        .campaignHeader .campaignHeader-contentContainer h1 {
          font-size: 3.2rem;
          line-height: 1.25; } }
  .campaignHeader .campaignHeader-overlay {
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .campaignHeader .campaignHeader-overlay {
        position: absolute;
        top: 5rem;
        max-width: 1250px; } }
  .campaignHeader .campaignHeader-backgroundHolder {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.campaignReservations {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .campaignReservations {
      float: left;
      width: 91.66667%; } }
  .campaignReservations .campaignReservations-row {
    margin-left: -20px;
    margin-right: -20px; }
    .campaignReservations .campaignReservations-row::after {
      content: "";
      display: table;
      clear: both; }
  .campaignReservations .button-secondary {
    display: block;
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 2rem; }
  .campaignReservations .bookingBarHorizontal {
    padding-top: 6rem; }
    @media screen and (min-width: 768px) {
      .campaignReservations .bookingBarHorizontal {
        margin-right: calc(-29% + 20px); } }
    @media screen and (min-width: 992px) {
      .campaignReservations .bookingBarHorizontal {
        margin-right: calc(-34% + 20px); } }
    @media screen and (min-width: 1200px) {
      .campaignReservations .bookingBarHorizontal {
        margin-right: calc(-50% + 20px); } }
  .campaignReservations .bookingBarHorizontal-content {
    z-index: 1; }

.campaignReservationsWText .campaignReservationsWText-calendar {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .campaignReservationsWText .campaignReservationsWText-calendar {
      float: left;
      width: 33.33333%; } }

.campaignReservationsWText .campaignReservationsWText-content {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .campaignReservationsWText .campaignReservationsWText-content {
      float: left;
      width: 66.66667%; } }
  @media screen and (min-width: 768px) {
    .campaignReservationsWText .campaignReservationsWText-content {
      padding-top: 6rem; } }
  .campaignReservationsWText .campaignReservationsWText-content > * + * {
    margin-top: 1.5rem; }

.campaignReservationsWText .clearPadding {
  padding-top: 0; }

.campaignReservationsWText .campaignReservationsWText-contentWrapper {
  text-align: left; }
  @media screen and (min-width: 768px) {
    .campaignReservationsWText .campaignReservationsWText-contentWrapper {
      width: 80%;
      display: block;
      margin: 0 auto; } }

.campaignReservationsWText .button-secondary {
  display: block;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 2rem; }

.campaignReservationsWText .bookingBarHorizontal-content {
  z-index: 1; }

.classSchedule .classSchedule-headline {
  background-color: #fff;
  padding-bottom: 4rem; }

.classSchedule .classSchedule-weekdays {
  background-color: #fff;
  border-top: 1px solid #d4d4d4; }
  .classSchedule .classSchedule-weekdays ul {
    display: flex;
    padding: 3rem 0; }
  .classSchedule .classSchedule-weekdays li {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #171717;
    font-family: var(--var-font-main-display-italic);
    font-style: var(--var-font-main-display-italic-style);
    font-size: 2rem;
    line-height: 1.3;
    border-right: 1px solid #d4d4d4;
    text-align: center;
    width: 14.4%; }
    .classSchedule .classSchedule-weekdays li:last-child {
      border: 0; }

.classSchedule .classSchedule-timetable {
  background-color: #f2f2f3;
  padding: 3rem 0 8rem; }
  .classSchedule .classSchedule-timetable table,
  .classSchedule .classSchedule-timetable tr {
    width: 100%; }
  .classSchedule .classSchedule-timetable td {
    background-color: #e9e8e8;
    border: 1px solid #f2f2f3;
    padding: 1.5rem 1rem;
    width: 14%; }
    .classSchedule .classSchedule-timetable td.classSchedule-class {
      background-color: #fff; }
    .classSchedule .classSchedule-timetable td span {
      display: block; }
    .classSchedule .classSchedule-timetable td .classSchedule-time {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-size: 1.2rem;
      letter-spacing: 1.2px;
      line-height: 1.45;
      text-transform: uppercase;
      margin-bottom: 1rem; }
    .classSchedule .classSchedule-timetable td .classSchedule-instructor {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-size: 1.2rem;
      letter-spacing: 1.2px;
      line-height: 1.45;
      text-transform: uppercase;
      color: #828387;
      margin-top: 1rem; }

.classSchedule .classSchedule-wrapper .classSchedule-back {
  display: none;
  height: 8.5rem;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  right: 0;
  margin-top: 1px; }

@media screen and (max-width: 767px) {
  .classSchedule .classSchedule-wrapper {
    overflow-x: auto; }
    .classSchedule .classSchedule-wrapper .classSchedule-back {
      display: block;
      width: 75%; } }

@media screen and (max-width: 479px) {
  .classSchedule .classSchedule-wrapper .classSchedule-back {
    width: 50%; } }

@media screen and (max-width: 767px) {
  .classSchedule .classSchedule-wrapperScroll {
    width: 175%; } }

@media screen and (max-width: 479px) {
  .classSchedule .classSchedule-wrapperScroll {
    width: 350%; } }

@media screen and (max-width: 767px) {
  .classSchedule .featureContent-content {
    max-width: initial; } }

.classSchedule .buttonBack {
  float: right;
  line-height: 8.5rem; }

@media screen and (max-width: 767px) {
  .contactUs .headline {
    margin-left: 2rem;
    text-align: left; }
    .contactUs .headline h1::after {
      margin-left: 0;
      margin-right: 0; } }

.contactUs h2 {
  margin-bottom: 3rem; }

.contactUs .contactUs-info-content,
.contactUs .contactUs-reservations {
  padding: 4rem 2rem 0; }
  @media screen and (min-width: 992px) {
    .contactUs .contactUs-info-content,
    .contactUs .contactUs-reservations {
      padding: 6rem 2rem; } }

.contactUs .contactUs-reservations .contactUs-phoneNumbers {
  display: inline-block;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .contactUs .contactUs-reservations .contactUs-phoneNumbers {
      width: 55%; } }

.contactUs .contactUs-reservations .contactUs-sendMessage {
  background: #fff;
  display: none;
  margin: 2rem 0;
  padding: 4rem;
  vertical-align: top;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .contactUs .contactUs-reservations .contactUs-sendMessage {
      display: inline-block; } }
  @media screen and (min-width: 992px) {
    .contactUs .contactUs-reservations .contactUs-sendMessage {
      margin: 0;
      padding: 4rem;
      width: 45%; } }
  .contactUs .contactUs-reservations .contactUs-sendMessage p {
    margin: 2rem 0; }
  .contactUs .contactUs-reservations .contactUs-sendMessage a {
    display: inline-block; }
    @media screen and (min-width: 992px) {
      .contactUs .contactUs-reservations .contactUs-sendMessage a {
        float: right; } }

.contactUs .contactUs-reservations .contactUs-disclaimer {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  line-height: 1.45;
  text-transform: uppercase;
  text-transform: inherit; }
  @media screen and (max-width: 767px) {
    .contactUs .contactUs-reservations .contactUs-disclaimer {
      display: none; } }

.contactUs .contactUs-details {
  display: inline-block;
  margin-bottom: 3rem;
  padding-right: 2%;
  vertical-align: top;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .contactUs .contactUs-details {
      width: 50%; } }
  .contactUs .contactUs-details h4 {
    margin-bottom: 1rem;
    visibility: hidden; }
    @media screen and (min-width: 768px) {
      .contactUs .contactUs-details h4 {
        visibility: visible; } }
  .contactUs .contactUs-details a {
    border-bottom: 1px solid #867050;
    color: #4a4a4a; }
  .contactUs .contactUs-details li {
    margin-bottom: .25rem; }
  .contactUs .contactUs-details .contactUs-phoneNumber {
    border-bottom: 0; }

.contactUs .contactUs-info:first-of-type {
  background: #fff; }

.contactUs .contactUs-info .contactUs-details {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .contactUs .contactUs-info .contactUs-details {
      width: 50%; } }
  @media screen and (min-width: 992px) {
    .contactUs .contactUs-info .contactUs-details {
      width: 25%; } }

.contactUsNewsRoom .contactUs-reservations h2,
.contactUsNewsRoom .contactUs-info-content h2 {
  font-style: italic; }

.contactUsNewsRoom .contactUs-reservations .contactUs-phoneNumbers {
  display: inline-block;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .contactUsNewsRoom .contactUs-reservations .contactUs-phoneNumbers {
      width: 100%; } }

.contactUsNewsRoom .contactUs-details {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .contactUsNewsRoom .contactUs-details {
      width: 50%; } }
  @media screen and (min-width: 992px) {
    .contactUsNewsRoom .contactUs-details {
      width: 25%; } }
  .contactUsNewsRoom .contactUs-details h4 {
    font-size: 13px;
    color: #171717; }
  .contactUsNewsRoom .contactUs-details .contactname {
    font-size: 12px;
    margin-top: 3rem;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .contactUsNewsRoom .contactUs-details .contactname {
        margin-top: 2rem; } }
  .contactUsNewsRoom .contactUs-details .jobtitle {
    font-size: 12px;
    margin-bottom: 2rem;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .contactUsNewsRoom .contactUs-details .jobtitle {
        margin-bottom: 1rem; } }

.contactUsNewsRoom .contactUsEmail {
  font-size: 0; }
  .contactUsNewsRoom .contactUsEmail a {
    font-size: 15px;
    color: #867050;
    border: none; }

.destinationFilterWithContent .destinationFilterWithContent-header {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .destinationFilterWithContent .destinationFilterWithContent-header {
      float: left;
      width: 100%; } }
  @media (min-width: 992px) {
    .destinationFilterWithContent .destinationFilterWithContent-header {
      float: left;
      width: 91.66667%; } }
  @media (min-width: 992px) {
    .destinationFilterWithContent .destinationFilterWithContent-header {
      margin-left: 8.33333%; } }
  .destinationFilterWithContent .destinationFilterWithContent-header .linkList {
    margin-bottom: 4rem; }
    .destinationFilterWithContent .destinationFilterWithContent-header .linkList .title {
      margin-top: 4rem; }

.destinationFilterWithContent .destinationFilterWithContent-body {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 0; }
  @media (min-width: 768px) {
    .destinationFilterWithContent .destinationFilterWithContent-body {
      float: left;
      width: 100%; } }

.destinationFilterWithContent a:focus img {
  outline: 2px solid #5c95eb;
  outline-offset: -2px;
  /* stylelint-disable */
  /* stylelint-ensable */ }

@-moz-document url-prefix() {
  .destinationFilterWithContent a:focus img {
    outline: 2px solid #89b2f1; } }

.destinationPicker {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .destinationPicker::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 992px) {
    .destinationPicker {
      margin-left: 8.33333%; } }
  .destinationPicker .destinationPicker-picker {
    margin-top: 4rem; }
    @media screen and (min-width: 768px) {
      .destinationPicker .destinationPicker-picker {
        margin-bottom: 4rem; } }

@media screen and (min-width: 992px) {
  [dir=rtl] .destinationPicker {
    margin-left: 0;
    margin-right: 8.33333%; } }

.eventsHighlight .eventsHighlight-header {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .eventsHighlight .eventsHighlight-header {
      float: left;
      width: 100%; } }
  @media (min-width: 992px) {
    .eventsHighlight .eventsHighlight-header {
      float: left;
      width: 91.66667%; } }
  @media (min-width: 992px) {
    .eventsHighlight .eventsHighlight-header {
      margin-left: 8.33333%; } }
  @media screen and (max-width: 767px) {
    .eventsHighlight .eventsHighlight-header {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .eventsHighlight .eventsHighlight-header .linkList {
      display: none; } }

.eventsHighlight .eventsHighlight-body {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .eventsHighlight .eventsHighlight-body {
      float: left;
      width: 100%; } }

.featuredAccomodation .featuredAccomodation-container {
  max-width: calc(1250px + 60px);
  margin: 0 auto 0; }
  @media screen and (min-width: 768px) {
    .featuredAccomodation .featuredAccomodation-container {
      padding: 0 2rem; } }

.featuredAccomodation .featuredAccomodation-wrapper {
  position: relative;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .featuredAccomodation .featuredAccomodation-wrapper {
      margin-top: 2rem; } }
  @media screen and (min-width: 768px) {
    .featuredAccomodation .featuredAccomodation-wrapper {
      display: block; } }
  .featuredAccomodation .featuredAccomodation-wrapper .carouselPagination {
    text-align: center; }

.featuredAccomodation .featuredAccomodation-heading {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .featuredAccomodation .featuredAccomodation-heading::after {
    content: "";
    display: table;
    clear: both; }

.featuredAccomodation .featuredAccomodation-pagination {
  display: none; }
  @media screen and (min-width: 768px) {
    .featuredAccomodation .featuredAccomodation-pagination {
      display: block; } }

.featuredAccomodation img {
  max-width: 100%;
  display: block;
  pointer-events: none; }

@media screen and (max-width: 767px) {
  .featuredAccomodation .featuredAccomodation-carousel .featuredAccomodation-item {
    transition: opacity .3s ease;
    opacity: 1; }
    .featuredAccomodation .featuredAccomodation-carousel .featuredAccomodation-item:not(.slick-center) {
      opacity: .5; }
      .featuredAccomodation .featuredAccomodation-carousel .featuredAccomodation-item:not(.slick-center) .cardFeaturedType3-card::before {
        border-color: #fff;
        transition: border-color .3s ease; } }

.featuredAccomodation .featuredAccomodation-carousel .slick-center .featuredAccomodation-item {
  opacity: 1; }

@media screen and (max-width: 767px) {
  [dir*=rtl] .featuredAccomodation-carousel .featuredAccomodation-item:not(.slick-center) {
    opacity: 1; } }

.featuredCardsStacks .featuredCardsStacks-headline {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .featuredCardsStacks .featuredCardsStacks-headline::after {
    content: "";
    display: table;
    clear: both; }

.featuredCardsStacks .featuredCardsStacks-cards {
  margin-left: -20px;
  margin-right: -20px; }
  .featuredCardsStacks .featuredCardsStacks-cards::after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 768px) and (max-width: 991.5px) {
    .featuredCardsStacks .featuredCardsStacks-cards {
      margin-right: 0;
      margin-left: 0; } }

.featuredCardsStacks .featuredCardsStacks-card {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 3rem; }
  @media (min-width: 768px) {
    .featuredCardsStacks .featuredCardsStacks-card {
      float: left;
      width: 50%; } }
  @media (min-width: 992px) {
    .featuredCardsStacks .featuredCardsStacks-card {
      float: left;
      width: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 991.5px) {
    .featuredCardsStacks .featuredCardsStacks-card:nth-of-type(2n+1) {
      padding-right: 1rem; }
    .featuredCardsStacks .featuredCardsStacks-card:nth-of-type(2n) {
      padding-left: 1rem; } }
  @media screen and (min-width: 992px) {
    .featuredCardsStacks .featuredCardsStacks-card {
      margin-top: 6rem; } }
  .featuredCardsStacks .featuredCardsStacks-card .virtualWrapper {
    position: inherit; }

.featuredOffersCarousel {
  overflow: hidden; }
  .featuredOffersCarousel .slick-dots {
    bottom: -3rem; }
    .featuredOffersCarousel .slick-dots li button::before {
      font-size: 1rem;
      color: #867050;
      opacity: .5; }
    .featuredOffersCarousel .slick-dots li.slick-active button::before {
      opacity: 1; }
  .featuredOffersCarousel .featuredOffersCarousel-headline {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px; }
    .featuredOffersCarousel .featuredOffersCarousel-headline::after {
      content: "";
      display: table;
      clear: both; }
  .featuredOffersCarousel .featuredOffersCarousel-mgt {
    margin: 2rem 0 4rem; }
    @media screen and (min-width: 992px) {
      .featuredOffersCarousel .featuredOffersCarousel-mgt {
        margin-top: 4rem; } }
  .featuredOffersCarousel .featuredOffersCarousel-cards {
    margin: 2rem 0 4rem;
    position: relative; }
    @media screen and (min-width: 992px) {
      .featuredOffersCarousel .featuredOffersCarousel-cards {
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 4rem;
        margin-bottom: 0; }
        .featuredOffersCarousel .featuredOffersCarousel-cards::after {
          content: "";
          display: table;
          clear: both; } }
    @media screen and (max-width: 480px) {
      .featuredOffersCarousel .featuredOffersCarousel-cards {
        margin-bottom: 2rem; }
        .featuredOffersCarousel .featuredOffersCarousel-cards .slick-track {
          padding-left: 5rem; }
          .featuredOffersCarousel .featuredOffersCarousel-cards .slick-track .slick-cloned:nth-last-child(1) {
            display: none; } }
    .featuredOffersCarousel .featuredOffersCarousel-cards .cardFeaturedType2-cta {
      margin-top: 1rem; }
  .featuredOffersCarousel .featuredOffersCarousel-card {
    display: inline-block;
    margin-bottom: 1rem;
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .featuredOffersCarousel .featuredOffersCarousel-card {
        float: left;
        width: 50%; } }
    @media (min-width: 992px) {
      .featuredOffersCarousel .featuredOffersCarousel-card {
        float: left;
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .featuredOffersCarousel .featuredOffersCarousel-card {
        padding-left: 1rem;
        padding-right: 1rem; } }
    .featuredOffersCarousel .featuredOffersCarousel-card .cardFeaturedType2 .cardFeaturedType2-title {
      margin-bottom: 1rem; }
  .featuredOffersCarousel .featuredOffersCarousel-pagination {
    position: relative;
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 992px) {
      .featuredOffersCarousel .featuredOffersCarousel-pagination {
        position: absolute;
        text-align: right;
        right: 35px;
        top: 0; } }
  .featuredOffersCarousel .featuredOffersCarousel-cta {
    text-align: center;
    margin-top: 5rem; }
    .featuredOffersCarousel .featuredOffersCarousel-cta a {
      display: inline-block;
      margin-bottom: 35px; }
    @media screen and (min-width: 992px) {
      .featuredOffersCarousel .featuredOffersCarousel-cta {
        margin-top: 4rem; } }
  .featuredOffersCarousel a {
    display: inline-block; }

.featuredOffersCarousel-modal {
  margin-top: 3rem; }
  .featuredOffersCarousel-modal ul {
    padding: 2rem 1rem; }
    .featuredOffersCarousel-modal ul li {
      margin-bottom: 1.5rem;
      padding: 0 3rem;
      position: relative;
      vertical-align: top; }
      .featuredOffersCarousel-modal ul li::before {
        content: "\25CF\A0";
        left: 0;
        position: absolute; }
  .featuredOffersCarousel-modal .featuredOffersCarousel-modal-heading {
    margin-bottom: 2rem; }
  .featuredOffersCarousel-modal .featuredOffersCarousel-modal-html {
    margin-bottom: 4rem; }

.featuredOffersCarouselDual {
  overflow: hidden; }
  .featuredOffersCarouselDual .slick-dots {
    bottom: -3rem; }
    .featuredOffersCarouselDual .slick-dots li button::before {
      font-size: 1rem;
      color: #867050;
      opacity: .5; }
    .featuredOffersCarouselDual .slick-dots li.slick-active button::before {
      opacity: 1; }
  .featuredOffersCarouselDual.bg-transparent {
    background: transparent !important; }
  .featuredOffersCarouselDual .featuredOffersCarousel-headline {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px; }
    .featuredOffersCarouselDual .featuredOffersCarousel-headline::after {
      content: "";
      display: table;
      clear: both; }
  .featuredOffersCarouselDual .featuredOffersCarousel-mgt {
    margin: 2rem 0 4rem; }
    @media screen and (min-width: 992px) {
      .featuredOffersCarouselDual .featuredOffersCarousel-mgt {
        margin-top: 4rem; } }
  .featuredOffersCarouselDual .featuredOffersCarousel-cards {
    margin: 2rem 0 4rem;
    position: relative; }
    @media screen and (min-width: 992px) {
      .featuredOffersCarouselDual .featuredOffersCarousel-cards {
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 4rem;
        margin-bottom: 0; }
        .featuredOffersCarouselDual .featuredOffersCarousel-cards::after {
          content: "";
          display: table;
          clear: both; } }
    @media screen and (max-width: 480px) {
      .featuredOffersCarouselDual .featuredOffersCarousel-cards {
        margin-bottom: 2rem; }
        .featuredOffersCarouselDual .featuredOffersCarousel-cards .slick-track {
          padding-left: 5rem; }
          .featuredOffersCarouselDual .featuredOffersCarousel-cards .slick-track .slick-cloned:nth-last-child(1) {
            display: none; } }
    .featuredOffersCarouselDual .featuredOffersCarousel-cards .cardFeaturedType2-cta {
      margin-top: 1rem; }
      @media screen and (min-width: 992px) {
        .featuredOffersCarouselDual .featuredOffersCarousel-cards .cardFeaturedType2-cta {
          margin-bottom: 2rem; } }
  .featuredOffersCarouselDual .featuredOffersCarousel-mgt,
  .featuredOffersCarouselDual .featuredOffersCarousel-card {
    display: inline-block;
    margin-bottom: 3rem;
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .featuredOffersCarouselDual .featuredOffersCarousel-mgt,
      .featuredOffersCarouselDual .featuredOffersCarousel-card {
        float: left;
        width: 100%; } }
    @media (min-width: 992px) {
      .featuredOffersCarouselDual .featuredOffersCarousel-mgt,
      .featuredOffersCarouselDual .featuredOffersCarousel-card {
        float: left;
        width: 100%; } }
    @media screen and (max-width: 480px) {
      .featuredOffersCarouselDual .featuredOffersCarousel-mgt,
      .featuredOffersCarouselDual .featuredOffersCarousel-card {
        padding-left: 1rem;
        padding-right: 1rem; } }
    .featuredOffersCarouselDual .featuredOffersCarousel-mgt .cardFeaturedType2 .cardFeaturedType2-title,
    .featuredOffersCarouselDual .featuredOffersCarousel-card .cardFeaturedType2 .cardFeaturedType2-title {
      margin-bottom: 1rem; }
    .featuredOffersCarouselDual .featuredOffersCarousel-mgt .cardFeaturedType2 .cardFeaturedType2-media,
    .featuredOffersCarouselDual .featuredOffersCarousel-card .cardFeaturedType2 .cardFeaturedType2-media {
      width: 50%; }
      @media screen and (min-width: 992px) {
        .featuredOffersCarouselDual .featuredOffersCarousel-mgt .cardFeaturedType2 .cardFeaturedType2-media,
        .featuredOffersCarouselDual .featuredOffersCarousel-card .cardFeaturedType2 .cardFeaturedType2-media {
          padding: 0;
          max-width: 608px; } }
      @media screen and (max-width: 991.5px) {
        .featuredOffersCarouselDual .featuredOffersCarousel-mgt .cardFeaturedType2 .cardFeaturedType2-media,
        .featuredOffersCarouselDual .featuredOffersCarousel-card .cardFeaturedType2 .cardFeaturedType2-media {
          width: 100%; } }
      .featuredOffersCarouselDual .featuredOffersCarousel-mgt .cardFeaturedType2 .cardFeaturedType2-media .imageWrapperLimit1,
      .featuredOffersCarouselDual .featuredOffersCarousel-card .cardFeaturedType2 .cardFeaturedType2-media .imageWrapperLimit1 {
        padding: 0;
        height: 100%; }
        .featuredOffersCarouselDual .featuredOffersCarousel-mgt .cardFeaturedType2 .cardFeaturedType2-media .imageWrapperLimit1 .videoPlayer,
        .featuredOffersCarouselDual .featuredOffersCarousel-mgt .cardFeaturedType2 .cardFeaturedType2-media .imageWrapperLimit1 img,
        .featuredOffersCarouselDual .featuredOffersCarousel-card .cardFeaturedType2 .cardFeaturedType2-media .imageWrapperLimit1 .videoPlayer,
        .featuredOffersCarouselDual .featuredOffersCarousel-card .cardFeaturedType2 .cardFeaturedType2-media .imageWrapperLimit1 img {
          position: relative;
          top: 0;
          left: 0;
          transform: translate(0, 0);
          padding-bottom: 0; }
    .featuredOffersCarouselDual .featuredOffersCarousel-mgt .cardFeaturedType2 .cardFeaturedType2-card::before,
    .featuredOffersCarouselDual .featuredOffersCarousel-card .cardFeaturedType2 .cardFeaturedType2-card::before {
      width: 95%;
      min-height: calc(100% - 2rem);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
    .featuredOffersCarouselDual .featuredOffersCarousel-mgt .cardFeaturedType2 .cardFeaturedType2-content,
    .featuredOffersCarouselDual .featuredOffersCarousel-card .cardFeaturedType2 .cardFeaturedType2-content {
      width: 50%; }
      @media screen and (min-width: 992px) {
        .featuredOffersCarouselDual .featuredOffersCarousel-mgt .cardFeaturedType2 .cardFeaturedType2-content,
        .featuredOffersCarouselDual .featuredOffersCarousel-card .cardFeaturedType2 .cardFeaturedType2-content {
          padding-left: 40px;
          padding-right: 26px; } }
      @media screen and (max-width: 991.5px) {
        .featuredOffersCarouselDual .featuredOffersCarousel-mgt .cardFeaturedType2 .cardFeaturedType2-content,
        .featuredOffersCarouselDual .featuredOffersCarousel-card .cardFeaturedType2 .cardFeaturedType2-content {
          width: 100%; } }
  @media screen and (min-width: 992px) {
    .featuredOffersCarouselDual .cardFeaturedType2 .cardFeaturedType2-text {
      padding-right: 0; } }
  .featuredOffersCarouselDual .featuredOffersCarousel-pagination {
    position: relative;
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 992px) {
      .featuredOffersCarouselDual .featuredOffersCarousel-pagination {
        position: absolute;
        text-align: right;
        right: 35px;
        top: 0; } }
  .featuredOffersCarouselDual .featuredOffersCarousel-cta {
    text-align: center;
    margin-top: 5rem; }
    .featuredOffersCarouselDual .featuredOffersCarousel-cta a {
      display: inline-block;
      margin-bottom: 35px; }
    @media screen and (min-width: 992px) {
      .featuredOffersCarouselDual .featuredOffersCarousel-cta {
        margin-top: 4rem; } }
  .featuredOffersCarouselDual .featuredOffersCarousel-modal {
    margin-top: 3rem; }
    .featuredOffersCarouselDual .featuredOffersCarousel-modal ul {
      padding: 2rem 1rem; }
      .featuredOffersCarouselDual .featuredOffersCarousel-modal ul li {
        margin-bottom: 1.5rem;
        padding: 0 3rem;
        position: relative;
        vertical-align: top; }
        .featuredOffersCarouselDual .featuredOffersCarousel-modal ul li::before {
          content: "\25CF\A0";
          left: 0;
          position: absolute; }
    .featuredOffersCarouselDual .featuredOffersCarousel-modal .featuredOffersCarousel-modal-heading {
      margin-bottom: 2rem; }
    .featuredOffersCarouselDual .featuredOffersCarousel-modal .featuredOffersCarousel-modal-html {
      margin-bottom: 4rem; }
  @media screen and (min-width: 992px) {
    .featuredOffersCarouselDual .overlap {
      height: auto !important; } }
  @media screen and (min-width: 992px) {
    .featuredOffersCarouselDual .overlap::after {
      display: none; } }
  @media screen and (min-width: 992px) {
    .featuredOffersCarouselDual .toggleLines {
      display: none; } }

.featuredOffersGrid {
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .featuredOffersGrid {
      margin-right: auto;
      margin-left: auto;
      padding-left: 20px;
      padding-right: 20px; }
      .featuredOffersGrid::after {
        content: "";
        display: table;
        clear: both; } }
  @media screen and (max-width: 767px) {
    .featuredOffersGrid .filterBar {
      padding: 0 20px; } }
  .featuredOffersGrid .filterBar .select-label {
    background: transparent; }
  .featuredOffersGrid .featuredOffersGrid-cardsWrapper {
    display: block;
    margin-bottom: 5rem;
    margin-top: 3.5rem; }
    @media screen and (min-width: 768px) {
      .featuredOffersGrid .featuredOffersGrid-cardsWrapper {
        margin-left: -20px;
        margin-right: -20px; }
        .featuredOffersGrid .featuredOffersGrid-cardsWrapper::after {
          content: "";
          display: table;
          clear: both; } }
    .featuredOffersGrid .featuredOffersGrid-cardsWrapper .fog-desktop-flex {
      display: flex;
      align-items: stretch;
      flex-wrap: wrap; }
    .featuredOffersGrid .featuredOffersGrid-cardsWrapper .cardSmall-description {
      margin-top: 1rem;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden; }
      .featuredOffersGrid .featuredOffersGrid-cardsWrapper .cardSmall-description p,
      .featuredOffersGrid .featuredOffersGrid-cardsWrapper .cardSmall-description span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden; }
    .featuredOffersGrid .featuredOffersGrid-cardsWrapper .cardSmall-cta {
      margin-top: 1rem; }
    .featuredOffersGrid .featuredOffersGrid-cardsWrapper .cardSmall-intro {
      margin-bottom: 1rem; }
    @media screen and (min-width: 768px) {
      .featuredOffersGrid .featuredOffersGrid-cardsWrapper .cardSmall {
        margin: 2rem; } }
    @media screen and (min-width: 992px) {
      .featuredOffersGrid .featuredOffersGrid-cardsWrapper .cardSmall {
        margin: inherit;
        margin-bottom: 4rem; } }
  .featuredOffersGrid .filterBar + .featuredOffersGrid-cardsWrapper {
    margin-top: 0; }
  .featuredOffersGrid .featuredOffersGrid-card {
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .featuredOffersGrid .featuredOffersGrid-card {
        position: relative;
        min-height: 1px;
        padding-left: 20px;
        padding-right: 20px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .featuredOffersGrid .featuredOffersGrid-card {
      float: left;
      width: 25%; } }
  .featuredOffersGrid .featuredOffersGrid-cta {
    text-align: center; }
    .featuredOffersGrid .featuredOffersGrid-cta a {
      display: inline-block; }

@media screen and (max-width: 767px) {
  .mobile-accordion:first-child h3 {
    border-top: 1px solid rgba(255, 255, 255, 0.25); }
  .mobile-accordion .arrow {
    position: relative;
    display: inline-block;
    position: relative;
    display: inline-block;
    height: 5px;
    width: 2px;
    margin-left: 20px;
    vertical-align: middle; }
    .mobile-accordion .arrow::after, .mobile-accordion .arrow::before {
      content: "";
      display: inline-block;
      width: 7px;
      height: 2px;
      background: white;
      position: absolute; }
    .mobile-accordion .arrow::after {
      transform: rotate(-45deg);
      top: 0; }
    .mobile-accordion .arrow::before {
      transform: rotate(45deg);
      top: 0;
      right: -1px; }
  .mobile-accordion ul {
    overflow: hidden;
    max-height: 0;
    transition: all .3s ease-in-out;
    visibility: hidden; }
    .mobile-accordion ul li:first-child {
      margin-top: 20px; }
    .mobile-accordion ul li:last-child {
      margin-bottom: 20px; }
  .mobile-accordion button {
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 10px 0; }
  .mobile-accordion button[aria-expanded="true"] .arrow {
    transform: rotate(180deg);
    top: -2px; }
  .mobile-accordion [data-expanded="true"] {
    visibility: visible;
    max-height: 250px; }
  .mobile-accordion .h3 {
    padding: 0; }
    .mobile-accordion .h3 label {
      padding-top: 10px;
      padding-bottom: 10px; }
  .mobile-accordion p,
  .mobile-accordion a {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block; } }

@media screen and (min-width: 768px) {
  .mobile-accordion {
    border: 0; }
    .mobile-accordion h3 button {
      user-select: text;
      pointer-events: inherit;
      cursor: text; }
      .mobile-accordion h3 button:focus {
        outline: none; } }

.mobile-accordion .h3 {
  color: #fff; }
  @media screen and (max-width: 991.5px) {
    .mobile-accordion .h3 {
      font-size: 1.2rem; } }
  .mobile-accordion .h3 label {
    display: block;
    vertical-align: middle; }
    .mobile-accordion .h3 label:focus {
      outline: 2px solid #5c95eb;
      outline-offset: -2px;
      /* stylelint-disable */
      /* stylelint-ensable */ }

@-moz-document url-prefix() {
  .mobile-accordion .h3 label:focus {
    outline: 2px solid #89b2f1; } }
  @media screen and (min-width: 768px) {
    .mobile-accordion .h3 {
      border-bottom: 0; } }

.languageIcon,
[data-id="language-selector"] {
  position: relative;
  padding-left: 3rem !important; }

.languageIcon::before,
[data-id="language-selector"]::before {
  content: "\E911";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #fff;
  top: .9rem;
  left: 0;
  position: absolute; }

[dir="rtl"] .languageIcon,
[dir="rtl"] [data-id="language-selector"] {
  position: relative;
  padding-left: auto;
  padding-right: 3rem !important; }

[dir="rtl"] .languageIcon::before,
[dir="rtl"] [data-id="language-selector"]::before {
  left: auto;
  right: 0; }

[dir="rtl"] .mobile-accordion .arrow {
  margin-left: auto;
  margin-right: 20px; }

[dir="rtl"] .mobile-accordion button {
  text-align: right; }

[dir="rtl"] .mobile-accordion .arrow::before {
  right: auto;
  left: -1px; }

@media screen and (min-width: 768px) {
  .footer-column {
    padding-left: 20px;
    padding-right: 20px;
    width: 50%; }
    .footer-column p,
    .footer-column a {
      margin-bottom: 15px; } }

@media screen and (min-width: 992px) {
  .footer-column {
    width: 20%; } }

@media screen and (max-width: 767px) {
  .footer-column:not(.mobile-accordion) {
    margin-bottom: 20px;
    margin-top: 20px; } }

footer section {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1250px;
  position: relative; }
  footer section .footer-socialShare {
    position: absolute;
    left: 1.5rem;
    bottom: 3rem; }
    footer section .footer-socialShare li {
      display: inline-block;
      border: 1px solid #867050;
      margin: 0 .8rem;
      vertical-align: middle;
      font-size: 0; }
    footer section .footer-socialShare a {
      padding: .35rem;
      font-size: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 27px;
      height: 27px; }
      footer section .footer-socialShare a::before {
        font-size: 1.5rem; }
    @media screen and (max-width: 767px) {
      footer section .footer-socialShare {
        display: flex;
        position: inherit;
        justify-content: space-between;
        margin-top: 2rem; }
        footer section .footer-socialShare li {
          margin: 0; } }
  footer section p,
  footer section a {
    color: #f2f2f3;
    letter-spacing: 0; }
  footer section p {
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      footer section p {
        margin-bottom: 20px; } }
  footer section a {
    color: #ae9364; }
    footer section a:hover {
      color: #fff; }

footer section:last-child {
  align-items: center; }

footer {
  width: 100%;
  background: #171717;
  padding: 6rem 0; }
  footer h3,
  footer .h3 {
    font-size: 1.3rem;
    letter-spacing: 1.4px;
    line-height: 16px;
    font-family: "Futura Book", Arial, sans-serif;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 0;
    color: #828387; }
    @media screen and (max-width: 991.5px) {
      footer h3,
      footer .h3 {
        font-size: 1.2rem; } }
    @media screen and (min-width: 768px) {
      footer h3,
      footer .h3 {
        color: #fff;
        font-size: 1.2rem;
        letter-spacing: 1.2px;
        border: 0;
        padding-bottom: 20px; } }
  footer #ot-sdk-btn.ot-sdk-show-settings,
  footer #ot-sdk-btn.ot-sdk-show-settings:hover,
  footer #ot-sdk-btn.optanon-show-settings,
  footer #ot-sdk-btn.optanon-show-settings:hover {
    all: unset;
    cursor: pointer;
    font-size: 1.3rem;
    letter-spacing: 1.4px;
    line-height: 16px;
    font-family: "Futura Book", Arial, sans-serif;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 10px;
    color: #828387; }
    @media screen and (max-width: 991.5px) {
      footer #ot-sdk-btn.ot-sdk-show-settings,
      footer #ot-sdk-btn.ot-sdk-show-settings:hover,
      footer #ot-sdk-btn.optanon-show-settings,
      footer #ot-sdk-btn.optanon-show-settings:hover {
        font-size: 1.2rem; } }
    @media screen and (min-width: 768px) {
      footer #ot-sdk-btn.ot-sdk-show-settings,
      footer #ot-sdk-btn.ot-sdk-show-settings:hover,
      footer #ot-sdk-btn.optanon-show-settings,
      footer #ot-sdk-btn.optanon-show-settings:hover {
        font-size: 1.2rem;
        letter-spacing: 1.2px;
        border: 0;
        padding-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    footer .only-desktop {
      /* stylelint-disable-next-line */
      display: none !important; } }
  @media screen and (min-width: 768px) {
    footer .only-mobile {
      /* stylelint-disable-next-line */
      display: none !important; } }
  footer input[type=checkbox] {
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    right: 0; }
    @media screen and (min-width: 768px) {
      footer input[type=checkbox] {
        display: none; } }
  footer label,
  footer .newsletter-subscription {
    position: relative;
    display: block;
    color: #fff;
    margin-bottom: 6px; }
    footer label button,
    footer .newsletter-subscription button {
      font: 0/0 arial;
      position: absolute;
      height: 50px;
      width: 50px;
      right: 0;
      top: 30px;
      margin: 0;
      line-height: 0;
      overflow: hidden; }
      footer label button .arrow-right,
      footer .newsletter-subscription button .arrow-right {
        position: relative;
        display: block;
        vertical-align: top;
        padding: 0;
        line-height: 0;
        width: 100%;
        height: 100%;
        position: relative;
        display: inline-block;
        margin-top: 22px; }
        footer label button .arrow-right::after, footer label button .arrow-right::before,
        footer .newsletter-subscription button .arrow-right::after,
        footer .newsletter-subscription button .arrow-right::before {
          content: "";
          display: inline-block;
          width: 7px;
          height: 2px;
          background: #867050;
          position: absolute; }
        footer label button .arrow-right::after,
        footer .newsletter-subscription button .arrow-right::after {
          transform: rotate(45deg);
          top: 0; }
        footer label button .arrow-right::before,
        footer .newsletter-subscription button .arrow-right::before {
          transform: rotate(-45deg);
          top: 5px; }
      footer label button .newsletter-counter,
      footer .newsletter-subscription button .newsletter-counter {
        padding-top: 3px;
        font-size: 13px;
        color: #6d6e71; }
    footer label .disableSubmit .arrow-right::before, footer label .disableSubmit .arrow-right::after,
    footer .newsletter-subscription .disableSubmit .arrow-right::before,
    footer .newsletter-subscription .disableSubmit .arrow-right::after {
      background: #555555; }
    footer label _:-ms-lang(x),
    footer label button,
    footer .newsletter-subscription _:-ms-lang(x),
    footer .newsletter-subscription button {
      width: 25px; }
  footer input[type=text] {
    background: #f2f2f3;
    font-family: "Futura Book", Arial, sans-serif;
    height: 50px;
    border: 0;
    border-radius: 0;
    padding: 0 15px;
    display: block;
    width: 100%;
    font-size: 1.3rem;
    color: #6d6e71;
    letter-spacing: 0;
    line-height: 20px;
    padding-right: 40px;
    white-space: nowrap;
    text-overflow: ellipsis; }
  footer .footer-row {
    padding: 0 0 6rem;
    width: 100%;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      footer .footer-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 -20px; } }
    footer .footer-row p,
    footer .footer-row a,
    footer .footer-row h3 {
      display: block;
      width: 100%; }
  footer .footer-languageSelector {
    order: 1; }
    @media screen and (max-width: 991.5px) {
      footer .footer-languageSelector {
        margin-right: 20px; } }
    footer .footer-languageSelector h3 {
      padding: 0; }
      @media screen and (min-width: 768px) {
        footer .footer-languageSelector h3 {
          display: inline-block; } }
      @media screen and (min-width: 1200px) {
        footer .footer-languageSelector h3 {
          margin-right: 20px; } }
    @media screen and (max-width: 1199px) {
      footer .footer-languageSelector ul li {
        width: auto;
        margin-right: 10px; } }
    @media screen and (max-width: 767px) {
      footer .footer-languageSelector ul li {
        width: 33%;
        display: inline-block;
        margin-top: 4px;
        margin-bottom: 4px; } }
    @media screen and (min-width: 768px) {
      footer .footer-languageSelector ul {
        display: inline-block; } }
    @media screen and (max-width: 1199px) {
      footer .footer-languageSelector ul {
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      footer .footer-languageSelector ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    footer .newsletter-title {
      margin-bottom: 14px; } }
  footer .footer-bottom-container {
    align-items: center;
    /* Android doesn't like using Futura for Asian characters */ }
    @media screen and (min-width: 1200px) {
      footer .footer-bottom-container {
        border-top: 1px solid rgba(255, 255, 255, 0.25); } }
    footer .footer-bottom-container > a {
      order: 2;
      display: inline-block; }
      footer .footer-bottom-container > a > p {
        margin-bottom: 0; }
    footer .footer-bottom-container p,
    footer .footer-bottom-container a {
      color: #828387; }
    footer .footer-bottom-container a:hover {
      color: #fff; }
    footer .footer-bottom-container a[lang|=zh],
    footer .footer-bottom-container a[lang|=ja] {
      font-family: "Trebuchet MS", Arial, sans-serif; }
    @media screen and (min-width: 1200px) {
      footer .footer-bottom-container {
        display: flex;
        flex-direction: row;
        clear: both;
        justify-content: space-between;
        padding-top: 3rem;
        flex-wrap: wrap; }
        footer .footer-bottom-container p {
          order: 2; }
        footer .footer-bottom-container ul,
        footer .footer-bottom-container h3 {
          display: inline-block; }
        footer .footer-bottom-container h3 {
          margin-right: 20px; }
        footer .footer-bottom-container p,
        footer .footer-bottom-container a,
        footer .footer-bottom-container h3,
        footer .footer-bottom-container ul {
          margin: 0;
          margin-bottom: 10px;
          margin-top: 10px; } }
    @media screen and (min-width: 1200px) and (min-width: 1200px) {
      footer .footer-bottom-container p,
      footer .footer-bottom-container a,
      footer .footer-bottom-container h3,
      footer .footer-bottom-container ul {
        margin-top: 0;
        margin-bottom: 10px; } }
    footer .footer-bottom-container li,
    footer .footer-bottom-container p {
      font-size: 1.2rem;
      color: #828387;
      letter-spacing: 0;
      line-height: 20px; }
    footer .footer-bottom-container li {
      display: inline-block; }
    @media screen and (max-width: 767px) {
      footer .footer-bottom-container #language-footer li {
        display: block; }
      footer .footer-bottom-container #language-footer a {
        color: #ae9364;
        font-size: 1.5rem; } }

.lili-theme footer {
  background-color: #2a2a2a; }
  .lili-theme footer .footer-column h3,
  .lili-theme footer .footer-column label {
    font-size: 15px;
    color: #cecfd3 !important;
    letter-spacing: 2.4px; }
    @media screen and (max-width: 991.5px) {
      .lili-theme footer .footer-column h3,
      .lili-theme footer .footer-column label {
        font-weight: bold; } }
  .lili-theme footer .footer-column h3 {
    text-transform: none; }
  .lili-theme footer .footer-column a,
  .lili-theme footer .footer-column p {
    color: #cecfd3;
    letter-spacing: 2.4px;
    font-size: 12px; }
  .lili-theme footer .footer-column .arrow::before, .lili-theme footer .footer-column .arrow::after {
    background: #4756cf; }
  .lili-theme footer .mobile-accordion h3 {
    border-bottom: 1px solid rgba(59, 70, 165, 0.4);
    color: #cecfd3; }
    @media screen and (min-width: 992px) {
      .lili-theme footer .mobile-accordion h3 {
        border-bottom: 0; } }
  .lili-theme footer .footer-row {
    padding-bottom: 1rem; }
  .lili-theme footer .footer-socialShare {
    right: 5rem !important;
    left: unset !important; }
    .lili-theme footer .footer-socialShare li {
      border: 1px solid #fff !important; }
    .lili-theme footer .footer-socialShare [class^="icon-"]::before,
    .lili-theme footer .footer-socialShare [class*=" icon-"]::before {
      color: #fff !important; }

@media screen and (min-width: 768px) {
  html footer .footer-bottom-container .footer-languageSelector-options {
    margin-left: 15px;
    margin-right: 0; }
  html footer .footer-bottom-container .footer-languageSelector-option:not(:first-of-type) {
    margin-left: 15px;
    margin-right: 0; } }

@media screen and (min-width: 768px) {
  html[lang="ar"] footer .footer-bottom-container .footer-languageSelector-options {
    margin-left: 0;
    margin-right: 15px; }
  html[lang="ar"] footer .footer-bottom-container .footer-languageSelector-option:not(:first-of-type) {
    margin-left: 0;
    margin-right: 15px; } }

.fullBleedPromo {
  min-height: 200px;
  background-color: #171717;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  color: #fff;
  /**
   * has to have important to override inline background image being applied
   * todo check if we need mobile image.
   **/
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  padding-bottom: 4rem;
  padding-top: 20rem; }
  @media screen and (max-width: 767px) {
    .fullBleedPromo {
      text-align: center; }
      .fullBleedPromo * {
        position: relative;
        z-index: 2; } }
  @media screen and (min-width: 768px) {
    .fullBleedPromo {
      padding-bottom: 8rem;
      padding-top: 8rem; } }
  @media screen and (max-width: 767px) {
    .fullBleedPromo::after {
      content: "";
      opacity: .8;
      background-image: linear-gradient(180deg, transparent 0%, #000 100%);
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 0; } }
  .fullBleedPromo .linkCTA {
    color: #fff; }
  .fullBleedPromo .fullBleedPromo-column {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .fullBleedPromo .fullBleedPromo-column {
        float: left;
        width: 50%; } }
    .fullBleedPromo .fullBleedPromo-column h2 ~ * {
      margin-top: 1.5rem; }

@media screen and (min-width: 768px) {
  [dir=rtl] .fullBleedPromo-column {
    margin-left: 50%; } }

.animatedHexagon svg {
  width: 20px; }

@media screen and (min-width: 992px) {
  .animatedHexagon {
    position: relative;
    height: 40px; } }

.heroCarouselMedia {
  top: 0;
  left: 0;
  height: 88vh;
  position: absolute;
  width: 100%; }
  .heroCarouselMedia .heroCarouselMedia-slide {
    display: inline-block;
    position: relative;
    width: 100%; }

.heroCarouselCopy {
  padding: 0 2rem;
  position: absolute;
  bottom: 5rem;
  z-index: 1; }
  @media screen and (min-width: 992px) {
    .heroCarouselCopy {
      padding: 0;
      width: 100%; } }
  .heroCarouselCopy .heroCarouselCopy-copyCarousel {
    max-width: 90%;
    min-height: 10rem;
    padding-bottom: 4rem;
    position: relative; }
    .heroCarouselCopy .heroCarouselCopy-copyCarousel a,
    .heroCarouselCopy .heroCarouselCopy-copyCarousel h3 {
      color: #fff; }
    .heroCarouselCopy .heroCarouselCopy-copyCarousel .icon-arrow-right::before {
      color: #fff; }
    @media screen and (min-width: 992px) {
      .heroCarouselCopy .heroCarouselCopy-copyCarousel {
        bottom: 10rem;
        margin: 0 auto;
        max-width: 1250px;
        padding: 0 2rem 4rem; } }
  @media screen and (min-width: 992px) {
    .heroCarouselCopy .heroCarouselCopy-copyWrapper {
      max-width: 50%; } }
  .heroCarouselCopy .heroCarouselCopy-previousCopy {
    position: absolute;
    top: 0;
    left: 0; }
  .heroCarouselCopy .heroCarouselCopy-headline {
    text-shadow: 0 0 10px #000;
    color: #fff;
    margin-bottom: 2rem; }
    @media screen and (max-width: 991.5px) {
      .heroCarouselCopy .heroCarouselCopy-headline {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        /* stylelint-disable */
        -webkit-line-clamp: 2; } }
  .heroCarouselCopy .heroCarouselCopy-CTA {
    color: #fff;
    text-shadow: 0 0 10px #000; }

.heroCarouselThumbnails {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0 auto;
  max-width: 1210px; }
  @media screen and (max-width: 991.5px) {
    .heroCarouselThumbnails {
      text-align: center; } }
  .heroCarouselThumbnails ul {
    display: flex;
    max-width: 300px;
    margin: 2rem auto 0; }
    @media screen and (min-width: 992px) {
      .heroCarouselThumbnails ul {
        max-width: 100%;
        margin-bottom: 1rem; } }
  .heroCarouselThumbnails li {
    position: relative;
    width: 20%; }
    @media screen and (min-width: 992px) {
      .heroCarouselThumbnails li {
        border-right: 1px solid rgba(255, 255, 255, 0.4);
        padding: 0 2rem; } }
    .heroCarouselThumbnails li:first-child {
      padding-left: 0; }
    .heroCarouselThumbnails li:last-child {
      border-right: 0; }
  .heroCarouselThumbnails .heroCarouselThumbnails-thumbnail {
    color: #fff;
    text-align: left;
    position: relative; }
  .heroCarouselThumbnails .heroCarouselThumbnails-description,
  .heroCarouselThumbnails .heroCarouselThumbnails-description-active {
    display: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
    line-height: 1.45;
    text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    .heroCarouselThumbnails .heroCarouselThumbnails-description {
      display: block;
      position: relative; }
      .heroCarouselThumbnails .heroCarouselThumbnails-description::before {
        background: rgba(174, 147, 100, 0.4);
        bottom: -7px;
        content: "";
        height: 15px;
        left: auto;
        opacity: .5;
        position: absolute;
        right: 0;
        transition: all 0.4s ease-in;
        width: 0;
        z-index: 0; }
      .heroCarouselThumbnails .heroCarouselThumbnails-description-active::before, .heroCarouselThumbnails .heroCarouselThumbnails-description:hover::before {
        background: rgba(174, 147, 100, 0.4);
        bottom: -7px;
        content: "";
        height: 15px;
        left: 0;
        position: absolute;
        right: auto;
        transition: all 0.4s ease-out;
        opacity: 1;
        width: 100%;
        z-index: 0; }
    .heroCarouselThumbnails .heroCarouselThumbnails-description-active {
      display: block;
      text-shadow: 0 0 10px #000; } }

@media screen and (min-width: 992px) {
  [dir=rtl] .heroCarouselThumbnails li {
    border-right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.25); }
    [dir=rtl] .heroCarouselThumbnails li:first-child {
      padding-right: 0;
      padding-left: 2rem; }
    [dir=rtl] .heroCarouselThumbnails li:last-child {
      border-left: 0;
      border-right: 2rem; } }

.heroCarouselMedia-media {
  background-color: #000;
  background-position: 50% 0;
  background-size: auto 100%;
  display: inline-block;
  height: 70vh;
  overflow: hidden;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .heroCarouselMedia-media {
      height: 55.5vw;
      max-height: 88vh;
      min-height: 600px; } }
  @media screen and (min-aspect-ratio: 9 / 7) {
    .heroCarouselMedia-media {
      background-size: auto 100%; } }
  @media screen and (min-aspect-ratio: 14 / 9) {
    .heroCarouselMedia-media {
      background-size: 105% auto; } }
  @media screen and (min-aspect-ratio: 16 / 9) {
    .heroCarouselMedia-media {
      background-size: 100% auto; } }
  .heroCarouselMedia-media::before {
    content: "";
    width: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    height: 0;
    opacity: .9;
    /* stylelint-disable-next-line */
    background: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.51) 37.74%, #000 100%); }
    @media screen and (min-width: 992px) {
      .heroCarouselMedia-media::before {
        top: 50px;
        height: 30%; } }
  .heroCarouselMedia-media:not(.heroCarouselMedia-media-video)::after {
    content: "";
    width: 100%;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    height: 57%;
    opacity: .9;
    transform: scaleY(-1);
    /* stylelint-disable-next-line */
    background: linear-gradient(0deg, transparent 0%, rgba(0, 0, 0, 0.7) 23.53%, #000 100%); }
  .shadowHeight:not(.heroCarouselMedia-media-video)::after {
    height: 30%; }
  .hideShadow:not(.heroCarouselMedia-media-video)::after {
    visibility: hidden; }
  .heroCarouselMedia-media-video::after {
    content: "";
    width: 100%;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    height: 57%;
    opacity: .8;
    transform: scaleY(-1);
    /* stylelint-disable-next-line */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.52) 32.56%, rgba(0, 0, 0, 0.97) 100%); }
  .heroCarouselMedia-media .heroCarouselMedia-video {
    padding-top: 50px;
    /* stylelint-disable-next-line */
    display: none !important;
    width: 100%;
    min-width: 100%; }
    @media screen and (min-width: 992px) {
      .heroCarouselMedia-media .heroCarouselMedia-video {
        /* stylelint-disable-next-line */
        display: inline-block !important; } }
  .heroCarouselMedia-media .videoControl-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 17rem;
    display: block;
    z-index: 3;
    padding: 0;
    width: 100%; }
  .heroCarouselMedia-media .videoControl {
    max-width: 90%;
    padding: 0 2rem;
    margin: 0 auto;
    text-align: right; }
    @media screen and (min-width: 992px) {
      .heroCarouselMedia-media .videoControl {
        max-width: 1250px; } }
    .heroCarouselMedia-media .videoControl .icon-play2::before,
    .heroCarouselMedia-media .videoControl .icon-pause::before {
      color: #fff; }
    .heroCarouselMedia-media .videoControl .pause,
    .heroCarouselMedia-media .videoControl .play {
      border: 2px solid #867050;
      background-color: #867050;
      position: relative;
      height: 24px;
      width: 24px;
      border-radius: 12px;
      display: inline-block; }
      .heroCarouselMedia-media .videoControl .pause:hover, .heroCarouselMedia-media .videoControl .pause:focus,
      .heroCarouselMedia-media .videoControl .play:hover,
      .heroCarouselMedia-media .videoControl .play:focus {
        border: 2px solid #fff; }
    .heroCarouselMedia-media .videoControl .pause::after {
      content: "||";
      font-size: 12px;
      font-weight: bold;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-45%, -55%); }
    .heroCarouselMedia-media .videoControl .play::after {
      content: "";
      font-size: 0;
      line-height: 0;
      border-width: 6px;
      color: #fff;
      border-right-width: 0;
      border-style: dashed;
      border-left-style: solid;
      border-top-color: transparent;
      border-bottom-color: transparent;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

@media screen and (min-width: 992px) {
  div[data-react-component] > .heroCarouselMedia-media::before {
    top: 0;
    height: 100%; } }

.globalHero {
  height: 70vh;
  margin-top: 90px;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 992px) {
    .globalHero {
      height: 88vh;
      margin-top: 0;
      min-height: 600px;
      padding-top: 50px;
      max-height: 50vw; } }
  .globalHero .control-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8rem;
    display: block;
    z-index: 3;
    width: 100%;
    padding: 0 2rem; }
    @media screen and (min-width: 992px) {
      .globalHero .control-wrapper {
        bottom: 17rem; } }
    .globalHero .control-wrapper .control {
      margin: 0 auto;
      max-width: 1210px;
      text-align: right; }
  .globalHero .globalHero-thumbnails {
    bottom: 1rem;
    padding: 0 2rem;
    position: absolute;
    width: 100%; }
    @media screen and (min-width: 992px) {
      .globalHero .globalHero-thumbnails {
        bottom: 5rem; } }
  .globalHero .slick-initialized .slick-slide.slick-active {
    z-index: 1; }

@media screen and (max-width: 767px) {
  .globalHero-NewsRoom {
    margin-top: 51px; } }

@media screen and (max-width: 991.5px) {
  .globalHero-NewsRoom {
    margin-top: 51px; } }

.happeningsGrid-headline {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 3rem; }

.happeningsGrid-card {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .happeningsGrid-card {
      float: left;
      width: 33.33333%; } }
  .happeningsGrid-card:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .happeningsGrid-card {
      margin-bottom: 0; } }

.happeningsGrid-cta {
  margin-top: 5rem;
  text-align: center; }
  .happeningsGrid-cta a {
    display: inline-block; }

.horizontalLine {
  position: absolute;
  background: #867050;
  height: 9rem;
  width: 1px;
  top: 0;
  left: 50%;
  transform: translate(0, -50%);
  z-index: 2; }

.pr {
  position: relative; }

.hotelPicker-header {
  margin-bottom: 3rem; }

.hotelPicker-controller {
  margin-bottom: 2rem; }
  @media screen and (max-width: 767px) {
    .hotelPicker-controller {
      display: none; } }

.hotelPicker-card {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 90vw;
  position: relative;
  min-height: 1px;
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .hotelPicker-card {
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .hotelPicker-card {
      float: left;
      width: 33.33333%; } }
  .hotelPicker-card:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .hotelPicker-card {
      margin-bottom: 0; } }

.hotelPicker-container > .unslicked {
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  vertical-align: top; }
  .hotelPicker-container > .unslicked * {
    white-space: normal; }
  .hotelPicker-container > .unslicked::-webkit-scrollbar {
    display: none; }
  .hotelPicker-container > .unslicked > .hotelPicker-card {
    display: inline-block; }

.hotelShow-wrap {
  background-color: #fff;
  padding-top: 3.55%;
  padding-bottom: 5.9%; }
  @media screen and (max-width: 767px) {
    .hotelShow-wrap {
      padding-top: 6.93%; } }
  .hotelShow-wrap .headline {
    margin-bottom: 2.56%; }
    @media screen and (max-width: 767px) {
      .hotelShow-wrap .headline {
        margin-bottom: 9.06%;
        padding: 0; } }
  .hotelShow-wrap.dark {
    background-color: #f2f2f3; }
  .hotelShow-wrap.dark2 {
    background-color: #272727; }
    .hotelShow-wrap.dark2 .headline-primary,
    .hotelShow-wrap.dark2 .headline-secondary {
      color: #fff; }
    .hotelShow-wrap.dark2 .regional-filter span {
      color: #fff; }
    .hotelShow-wrap.dark2 .property-name span {
      color: #fff; }

.hotelShow-content {
  text-align: center; }

.regional-filter {
  border-bottom: .1rem solid #d2d2d2;
  display: inline-block;
  margin-bottom: 2.2rem;
  padding: 1.5rem 4.3rem;
  text-align: center;
  white-space: nowrap; }
  .regional-filter button {
    display: inline-block;
    cursor: pointer;
    font-size: 2.4rem;
    line-height: 2.6rem;
    margin-right: 2.9rem;
    position: relative;
    width: 13rem;
    white-space: nowrap;
    color: #4a4a4a;
    font-family: var(--var-font-main-display-italic);
    font-style: var(--var-font-main-display-italic-style); }
    .regional-filter button::after {
      border: 0.2rem solid #ae9364;
      box-sizing: border-box;
      bottom: -1.7rem;
      content: "";
      left: 50%;
      opacity: 0;
      position: absolute;
      transform: translateX(-50%);
      width: 0; }
      @media screen and (max-width: 991.5px) {
        .regional-filter button::after {
          bottom: -1.054rem; } }
      @media screen and (max-width: 767px) {
        .regional-filter button::after {
          border: 0.2rem solid #ae9364;
          bottom: -1.7rem; } }
    @media screen and (max-width: 991.5px) {
      .regional-filter button {
        font-size: 1.92rem;
        line-height: 2.08rem; } }
    .regional-filter button:last-child {
      margin-right: 0; }
  .regional-filter button.regional-active::after {
    opacity: 1;
    transition: width .3s ease, opacity .3s ease;
    width: 5.6rem; }
  @media screen and (max-width: 991.5px) {
    .regional-filter {
      margin-bottom: 1.32rem;
      padding: 0.9rem 2.58rem; } }
  @media screen and (max-width: 767px) {
    .regional-filter {
      font-size: 2rem;
      margin-bottom: 0;
      padding: 1.5rem 0;
      width: 73%; }
      .regional-filter button {
        font-size: 2rem;
        line-height: 2.6rem;
        width: auto; }
      .regional-filter button.regional-active::after {
        border: 0.1rem solid #ae9364; } }

.property-name {
  margin-bottom: 4.6rem;
  text-align: center;
  padding-bottom: 2rem;
  white-space: nowrap; }
  .property-name button {
    cursor: pointer;
    display: inline-block;
    font-size: 2.4rem;
    line-height: 2.6rem;
    margin-right: 5.3rem;
    position: relative;
    width: 11.2rem;
    white-space: nowrap;
    color: #4a4a4a;
    font-family: var(--var-font-main-display-italic);
    font-style: var(--var-font-main-display-italic-style); }
    .property-name button::after {
      border: 0.2rem solid #ae9364;
      bottom: -1.7rem;
      content: "";
      left: 50%;
      opacity: 0;
      position: absolute;
      transform: translateX(-50%);
      width: 0; }
      @media screen and (max-width: 991.5px) {
        .property-name button::after {
          bottom: -1.36rem; } }
    @media screen and (max-width: 991.5px) {
      .property-name button {
        font-size: 1.92rem;
        line-height: 2.08rem;
        margin-right: 3.18rem;
        width: 8.96rem; } }
    .property-name button:last-child {
      margin-right: 0; }
  .property-name button.property-active::after {
    opacity: 1;
    transition: width .3s ease, opacity .3s ease;
    width: 6.3rem; }
  @media screen and (max-width: 991.5px) {
    .property-name {
      margin-bottom: 2.76rem;
      padding-bottom: 1.2rem; } }
  @media screen and (max-width: 767px) {
    .property-name {
      margin: 0 auto;
      font-size: 0;
      padding: 1.5rem 0;
      text-align: left;
      width: 73%;
      white-space: normal; }
      .property-name button {
        margin-right: 0;
        margin-bottom: 1.5rem;
        font-size: 2rem;
        text-align: center;
        width: 50%;
        line-height: 2.6rem; }
      .property-name button.property-active::after {
        border: 0.1rem solid #ae9364;
        bottom: -.6rem;
        width: 6.2rem; } }

.property-image {
  position: relative;
  width: 100vw;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .property-image {
      background: #fff; } }
  .property-image .slick-slider {
    width: 124vw; }
    @media screen and (max-width: 767px) {
      .property-image .slick-slider {
        width: 100vw; } }

.property-image-item-wrap {
  overflow: hidden; }

.property-image-item {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  width: 29.51389vw;
  height: 30.76389vw;
  position: relative;
  vertical-align: top; }
  .property-image-item img {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    width: 29.51389vw; }
    @media screen and (max-width: 767px) {
      .property-image-item img {
        left: 0;
        width: 100%;
        max-width: unset; } }
  .property-image-item:focus .property-image-mask, .property-image-item:hover .property-image-mask {
    opacity: .98;
    transition: opacity .3s ease;
    background: linear-gradient(0deg, #000 0%, rgba(81, 81, 81, 0.62) 100%); }
  .property-image-item:focus .property-image-info, .property-image-item:hover .property-image-info {
    opacity: 1;
    pointer-events: none;
    transition: opacity .3s ease; }
  .property-image-item:focus .property-image-cover, .property-image-item:hover .property-image-cover {
    display: none; }
  @media screen and (max-width: 767px) {
    .property-image-item {
      padding: 0 0 104% 0;
      width: 100%; } }

.property-image-mask {
  background: linear-gradient(16.17deg, #000 0%, rgba(81, 81, 81, 0.34) 65.47%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  opacity: .69;
  position: absolute;
  top: 0;
  width: 29.51389vw;
  z-index: 3; }

.property-image-info {
  height: 100%;
  opacity: 0;
  padding: 5.9rem 2.5rem 0 3.9rem;
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 4; }
  @media screen and (max-width: 1199px) {
    .property-image-info {
      padding: 4.09722vw 1.73611vw 0 2.70833vw; } }
  @media screen and (max-width: 767px) {
    .property-image-info {
      left: 0;
      width: 100%; } }

.property-image-info-title {
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: .73px;
  line-height: 3.1rem;
  font-weight: 400;
  margin-bottom: .9rem;
  text-transform: uppercase;
  font-family: var(--var-font-main-display);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media screen and (max-width: 1440px) {
    .property-image-info-title {
      font-size: 1.73611vw;
      line-height: 2.15278vw; } }
  @media screen and (max-width: 1199px) {
    .property-image-info-title {
      font-size: 1.73611vw;
      line-height: 2.15278vw; } }
  @media screen and (max-width: 767px) {
    .property-image-info-title {
      color: #867050;
      font-size: 2.2rem;
      letter-spacing: 0;
      line-height: 2.8rem;
      margin: 2rem 0;
      text-align: center;
      text-transform: none; } }

.property-image-info-content {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: .05rem;
  line-height: 3.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 7;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media screen and (max-width: 1440px) {
    .property-image-info-content {
      font-size: 1.18056vw;
      line-height: 2.15278vw; } }
  @media screen and (max-width: 1199px) {
    .property-image-info-content {
      font-size: 1.18056vw;
      line-height: 2.15278vw; } }
  @media screen and (max-width: 767px) {
    .property-image-info-content {
      color: #4a4a4a;
      font-size: 1.5rem;
      font-weight: 300;
      line-height: 2.4rem;
      margin-bottom: 1.9rem;
      text-align: center; } }
  .property-image-info-content pre {
    white-space: pre-wrap; }

.property-image-info-more {
  background-color: #67553c;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  height: 6.2rem;
  left: 0;
  line-height: 6.2rem;
  padding-left: 3.5rem;
  position: absolute;
  width: 100%; }
  @media screen and (max-width: 1199px) {
    .property-image-info-more {
      font-size: 1.25vw;
      height: 4.30556vw;
      line-height: 4.30556vw;
      padding-left: 2.43056vw; } }
  .property-image-info-more .linkCTA-label {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 48px; }
    @media screen and (max-width: 1199px) {
      .property-image-info-more .linkCTA-label {
        font-size: 1.25vw;
        line-height: 3.33333vw; } }
  .property-image-info-more i.icon-arrow-right {
    font-size: 2rem;
    position: absolute;
    right: 4rem; }
    .property-image-info-more i.icon-arrow-right::before {
      color: #fff;
      height: 6.2rem;
      line-height: 6.2rem; }
      @media screen and (max-width: 1199px) {
        .property-image-info-more i.icon-arrow-right::before {
          height: 4.30556vw;
          line-height: 4.30556vw; } }
    @media screen and (max-width: 1199px) {
      .property-image-info-more i.icon-arrow-right {
        font-size: 1.38889vw;
        right: 2.77778vw; } }

a:focus .property-image-info-more {
  width: calc(100% - 4px);
  height: 6rem;
  left: 2px;
  bottom: 2px;
  padding-left: 3.3rem; }
  a:focus .property-image-info-more i.icon-arrow-right {
    right: 3.8rem; }

.property-image-info-mobile {
  background: #fff;
  box-sizing: border-box;
  padding: 2.3rem 2.7rem 3.2rem 2.9rem;
  position: relative; }
  .property-image-info-mobile::before, .property-image-info-mobile::after {
    background: #979797;
    content: "";
    height: .1rem;
    position: absolute;
    top: 2.8rem;
    width: 5.5rem; }
  .property-image-info-mobile::before {
    left: 0; }
  .property-image-info-mobile::after {
    right: 0; }

.property-image-info-more-mobile {
  border: 0.1rem solid #67553c;
  box-sizing: border-box;
  height: 5.2rem;
  color: #867050;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .14rem;
  line-height: 5rem;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (max-width: 375px) {
    .property-image-info-more-mobile {
      height: 4.2rem;
      line-height: 4.2rem; } }
  .property-image-info-more-mobile .linkCTA {
    display: block; }
  .property-image-info-more-mobile .icon-arrow-right {
    display: none; }

.property-image-arrow {
  background-color: #ae9364;
  cursor: pointer;
  height: 5rem;
  position: absolute;
  text-align: center;
  top: 47%;
  width: 5rem;
  z-index: 2; }
  .property-image-arrow::after {
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: url(/assets/images/arrow.svg); }
  @media screen and (max-width: 1199px) {
    .property-image-arrow {
      width: 3.47222vw;
      height: 3.47222vw; }
      .property-image-arrow::after {
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        background: url(/assets/images/arrow.svg);
        background-size: contain; } }
  @media screen and (max-width: 767px) {
    .property-image-arrow {
      height: 3.6rem;
      top: 22.69%;
      width: 3.6rem; }
      .property-image-arrow::after {
        background-size: 100%; } }

.property-image-arrow-left {
  left: 0; }
  .property-image-arrow-left::after {
    left: 0;
    transform: rotate(180deg); }
    @media screen and (max-width: 767px) {
      .property-image-arrow-left::after {
        left: 0; } }

.property-image-arrow-right {
  right: 0; }
  .property-image-arrow-right::after {
    right: 0;
    transform: rotate(360deg); }
    @media screen and (max-width: 767px) {
      .property-image-arrow-right::after {
        right: 0; } }

.property-image-cover {
  bottom: 3.3rem;
  color: #fff;
  font-size: 3.2rem;
  font-weight: normal;
  padding-left: 2.22222vw;
  line-height: 4.5rem;
  position: absolute;
  text-align: left;
  width: 37rem;
  z-index: 3;
  border-bottom: 4px solid transparent;
  padding-bottom: 6px;
  font-family: var(--var-font-main-display-italic);
  font-style: var(--var-font-main-display-italic-style); }
  @media screen and (max-width: 1440px) {
    .property-image-cover {
      font-size: 2.22222vw;
      line-height: 3.125vw;
      width: 25.69444vw; } }
  .property-image-cover .property-underdevelopment {
    font-family: var(--var-font-main-display-italic);
    font-style: var(--var-font-main-display-italic-style);
    margin-top: 2rem;
    font-size: 2.6rem;
    height: 3rem;
    line-height: 3rem; }
    @media screen and (max-width: 1440px) {
      .property-image-cover .property-underdevelopment {
        margin-top: 1.38889vw;
        font-size: 1.80556vw;
        height: 2.08333vw;
        line-height: 2.08333vw; } }

.slick-current .property-image-cover {
  border-bottom: 4px solid #ae9364; }

.slick-current a:focus .property-image-mask {
  outline: 2px solid #5c95eb;
  outline-offset: -2px;
  /* stylelint-disable */
  /* stylelint-ensable */
  opacity: .98;
  transition: opacity .3s ease;
  background: linear-gradient(0deg, #000 0%, rgba(81, 81, 81, 0.62) 100%); }

@-moz-document url-prefix() {
  .slick-current a:focus .property-image-mask {
    outline: 2px solid #89b2f1; } }

.slick-current a:focus .property-image-info {
  opacity: 1;
  pointer-events: none;
  transition: opacity .3s ease; }

.slick-current a:focus .property-image-cover {
  display: none; }

.hotelShowDual-wrap {
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .hotelShowDual-wrap {
      padding-top: 22px;
      padding-bottom: 29px; } }
  .hotelShowDual-wrap .headline {
    margin-bottom: 2.56%; }
    @media screen and (max-width: 767px) {
      .hotelShowDual-wrap .headline {
        margin-bottom: 9.06%;
        padding: 0; } }
  .hotelShowDual-wrap.dark {
    background-color: #f2f2f3; }
  .hotelShowDual-wrap.dark2 {
    background-color: #272727; }
    .hotelShowDual-wrap.dark2 .headline-primary,
    .hotelShowDual-wrap.dark2 .headline-secondary {
      color: #fff; }
    .hotelShowDual-wrap.dark2 .regional-filter span {
      color: #fff; }
    .hotelShowDual-wrap.dark2 .property-name span {
      color: #fff; }
  .hotelShowDual-wrap .arrow-button {
    display: flex; }
    .hotelShowDual-wrap .arrow-button i {
      height: 18px; }
    .hotelShowDual-wrap .arrow-button.is-first, .hotelShowDual-wrap .arrow-button.is-last {
      opacity: .3;
      cursor: not-allowed; }
  .hotelShowDual-wrap .slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
    .hotelShowDual-wrap .slider-wrapper.is-mobile {
      width: calc(100% - 37px);
      margin-left: 37px; }
      .hotelShowDual-wrap .slider-wrapper.is-mobile .regional-filter {
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
        scrollbar-width: none; }
        .hotelShowDual-wrap .slider-wrapper.is-mobile .regional-filter::-webkit-scrollbar {
          display: none; }
        .hotelShowDual-wrap .slider-wrapper.is-mobile .regional-filter button {
          font-size: 2rem;
          line-height: 2.6rem;
          margin-right: 3.6rem; }
    .hotelShowDual-wrap .slider-wrapper .regional-filter {
      border-bottom: .1rem solid #d2d2d2;
      display: inline-block;
      margin-bottom: 0;
      padding: 0 4.3rem;
      text-align: center;
      white-space: nowrap; }
      .hotelShowDual-wrap .slider-wrapper .regional-filter button {
        display: inline-block;
        cursor: pointer;
        font-size: 2.4rem;
        line-height: 3.2rem;
        margin-right: 6.5rem;
        position: relative;
        white-space: nowrap;
        color: #4a4a4a;
        padding: 1.55rem 1.65rem;
        font-family: var(--var-font-main-display-italic);
        font-style: var(--var-font-main-display-italic-style); }
        .hotelShowDual-wrap .slider-wrapper .regional-filter button::after {
          background-color: #ae9364;
          border: 0.2rem solid #ae9364;
          box-sizing: border-box;
          bottom: 0;
          content: "";
          left: 50%;
          opacity: 0;
          position: absolute;
          transform: translateX(-50%);
          width: 0; }
          @media screen and (max-width: 767px) {
            .hotelShowDual-wrap .slider-wrapper .regional-filter button::after {
              border: 0.1rem solid #ae9364; } }
        @media screen and (max-width: 991.5px) {
          .hotelShowDual-wrap .slider-wrapper .regional-filter button {
            font-size: 1.92rem;
            line-height: 2.08rem; } }
      .hotelShowDual-wrap .slider-wrapper .regional-filter button.regional-active::after {
        opacity: 1;
        transition: width .3s ease, opacity .3s ease;
        width: 5.6rem; }
        @media screen and (max-width: 767px) {
          .hotelShowDual-wrap .slider-wrapper .regional-filter button.regional-active::after {
            width: 3.9rem; } }
      @media screen and (max-width: 991.5px) {
        .hotelShowDual-wrap .slider-wrapper .regional-filter {
          margin-bottom: 1.32rem;
          padding: 0.9rem 0 0; } }
      @media screen and (max-width: 767px) {
        .hotelShowDual-wrap .slider-wrapper .regional-filter {
          font-size: 2rem;
          margin-bottom: 0;
          padding: 1.5rem 0 0;
          width: 73%; }
          .hotelShowDual-wrap .slider-wrapper .regional-filter button {
            font-size: 2rem;
            line-height: 2.6rem;
            width: auto; }
          .hotelShowDual-wrap .slider-wrapper .regional-filter button.regional-active::after {
            border: 0.2rem solid #ae9364; } }
  .hotelShowDual-wrap .hotelShow-content {
    text-align: center; }
  .hotelShowDual-wrap .property-name {
    width: 88.6111111%;
    max-width: 1278px;
    margin: 1.5rem auto 2.2rem;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .hotelShowDual-wrap .property-name button {
      cursor: pointer;
      display: inline-block;
      font-size: 2.4rem;
      line-height: 2.6rem;
      margin-right: 5.2rem;
      margin-bottom: 2.5rem;
      position: relative;
      width: 11.2rem;
      white-space: nowrap;
      color: #4a4a4a;
      font-family: var(--var-font-main-display-italic);
      font-style: var(--var-font-main-display-italic-style); }
      .hotelShowDual-wrap .property-name button::after {
        background-color: #ae9364;
        border: 0.2rem solid #ae9364;
        bottom: -1rem;
        content: "";
        left: 50%;
        opacity: 0;
        position: absolute;
        transform: translateX(-50%);
        width: 0; }
      .hotelShowDual-wrap .property-name button:last-child {
        margin-right: 0; }
    .hotelShowDual-wrap .property-name button.property-active::after {
      opacity: 1;
      transition: width .3s ease, opacity .3s ease;
      width: 6.3rem; }
    @media screen and (max-width: 767px) {
      .hotelShowDual-wrap .property-name {
        margin: 0 auto;
        font-size: 0;
        padding: 1.5rem 0;
        text-align: left;
        width: 73%;
        white-space: normal; }
        .hotelShowDual-wrap .property-name button {
          margin-right: 0;
          margin-bottom: 1.5rem;
          font-size: 2rem;
          text-align: center;
          width: 50%;
          line-height: 2.6rem; }
        .hotelShowDual-wrap .property-name button.property-active::after {
          border: 0.2rem solid #ae9364;
          bottom: -.6rem;
          width: 6.2rem; } }
  .hotelShowDual-wrap .property-image {
    position: relative;
    width: 100%;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .hotelShowDual-wrap .property-image {
        background: #fff; } }
    .hotelShowDual-wrap .property-image .slick-slider {
      width: 124vw; }
      @media screen and (max-width: 767px) {
        .hotelShowDual-wrap .property-image .slick-slider {
          width: 100vw; } }
  .hotelShowDual-wrap .property-image-item-wrap {
    overflow: hidden; }
  .hotelShowDual-wrap .property-image-item {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    width: 29.51389vw;
    height: 30.76389vw;
    position: relative;
    vertical-align: top; }
    .hotelShowDual-wrap .property-image-item img {
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      object-fit: cover;
      width: 29.51389vw; }
      @media screen and (max-width: 767px) {
        .hotelShowDual-wrap .property-image-item img {
          left: 0;
          width: 100%;
          max-width: unset; } }
    .hotelShowDual-wrap .property-image-item:focus .property-image-mask, .hotelShowDual-wrap .property-image-item:hover .property-image-mask {
      opacity: .98;
      transition: opacity .3s ease;
      background: linear-gradient(0deg, #000 0%, rgba(81, 81, 81, 0.62) 100%); }
    .hotelShowDual-wrap .property-image-item:focus .property-image-info, .hotelShowDual-wrap .property-image-item:hover .property-image-info {
      opacity: 1;
      pointer-events: none;
      transition: opacity .3s ease; }
    .hotelShowDual-wrap .property-image-item:focus .property-image-cover, .hotelShowDual-wrap .property-image-item:hover .property-image-cover {
      display: none; }
    @media screen and (max-width: 767px) {
      .hotelShowDual-wrap .property-image-item {
        padding: 0 0 104% 0;
        width: 100%; } }
  .hotelShowDual-wrap .property-image-mask {
    background: linear-gradient(16.17deg, #000 0%, rgba(81, 81, 81, 0.34) 65.47%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    opacity: .69;
    position: absolute;
    top: 0;
    width: 29.51389vw;
    z-index: 3; }
  .hotelShowDual-wrap .property-image-info {
    height: 100%;
    opacity: 0;
    padding: 5.9rem 2.5rem 0 3.9rem;
    left: 0;
    position: relative;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 4; }
    @media screen and (max-width: 1199px) {
      .hotelShowDual-wrap .property-image-info {
        padding: 4.09722vw 1.73611vw 0 2.70833vw; } }
    @media screen and (max-width: 767px) {
      .hotelShowDual-wrap .property-image-info {
        left: 0;
        width: 100%; } }
  .hotelShowDual-wrap .property-image-info-title {
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: .73px;
    line-height: 3.1rem;
    font-weight: 400;
    margin-bottom: .9rem;
    text-transform: uppercase;
    font-family: var(--var-font-main-display);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media screen and (max-width: 1440px) {
      .hotelShowDual-wrap .property-image-info-title {
        font-size: 1.73611vw;
        line-height: 2.15278vw; } }
    @media screen and (max-width: 1199px) {
      .hotelShowDual-wrap .property-image-info-title {
        font-size: 1.73611vw;
        line-height: 2.15278vw; } }
    @media screen and (max-width: 767px) {
      .hotelShowDual-wrap .property-image-info-title {
        color: #867050;
        font-size: 2.2rem;
        letter-spacing: 0;
        line-height: 2.8rem;
        margin: 2rem 0;
        text-align: center;
        text-transform: none; } }
  .hotelShowDual-wrap .property-image-info-content {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: .05rem;
    line-height: 3.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 7;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media screen and (max-width: 1440px) {
      .hotelShowDual-wrap .property-image-info-content {
        font-size: 1.18056vw;
        line-height: 2.15278vw; } }
    @media screen and (max-width: 1199px) {
      .hotelShowDual-wrap .property-image-info-content {
        font-size: 1.18056vw;
        line-height: 2.15278vw; } }
    @media screen and (max-width: 767px) {
      .hotelShowDual-wrap .property-image-info-content {
        color: #4a4a4a;
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 2.4rem;
        margin-bottom: 1.9rem;
        text-align: center; } }
    .hotelShowDual-wrap .property-image-info-content pre {
      white-space: pre-wrap; }
  .hotelShowDual-wrap .property-image-info-more {
    background-color: #67553c;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.8rem;
    height: 6.2rem;
    left: 0;
    line-height: 6.2rem;
    padding-left: 3.5rem;
    position: absolute;
    width: 100%; }
    @media screen and (max-width: 1199px) {
      .hotelShowDual-wrap .property-image-info-more {
        font-size: 1.25vw;
        height: 4.30556vw;
        line-height: 4.30556vw;
        padding-left: 2.43056vw; } }
    .hotelShowDual-wrap .property-image-info-more .linkCTA-label {
      color: #fff;
      font-size: 1.8rem;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 48px; }
      @media screen and (max-width: 1199px) {
        .hotelShowDual-wrap .property-image-info-more .linkCTA-label {
          font-size: 1.25vw;
          line-height: 3.33333vw; } }
    .hotelShowDual-wrap .property-image-info-more i.icon-arrow-right {
      font-size: 2rem;
      position: absolute;
      right: 4rem; }
      .hotelShowDual-wrap .property-image-info-more i.icon-arrow-right::before {
        color: #fff;
        height: 6.2rem;
        line-height: 6.2rem; }
        @media screen and (max-width: 1199px) {
          .hotelShowDual-wrap .property-image-info-more i.icon-arrow-right::before {
            height: 4.30556vw;
            line-height: 4.30556vw; } }
      @media screen and (max-width: 1199px) {
        .hotelShowDual-wrap .property-image-info-more i.icon-arrow-right {
          font-size: 1.38889vw;
          right: 2.77778vw; } }
  .hotelShowDual-wrap a:focus .property-image-info-more {
    width: calc(100% - 4px);
    height: 6rem;
    left: 2px;
    bottom: 2px;
    padding-left: 3.3rem; }
    .hotelShowDual-wrap a:focus .property-image-info-more i.icon-arrow-right {
      right: 3.8rem; }
  .hotelShowDual-wrap .property-image-info-mobile {
    background: #f2f2f3;
    box-sizing: border-box;
    padding: 2.3rem 2.7rem 3.2rem 2.9rem;
    position: relative; }
    .hotelShowDual-wrap .property-image-info-mobile::before, .hotelShowDual-wrap .property-image-info-mobile::after {
      background: #979797;
      content: "";
      height: .1rem;
      position: absolute;
      top: 2.8rem;
      width: 5.5rem; }
    .hotelShowDual-wrap .property-image-info-mobile::before {
      left: 0; }
    .hotelShowDual-wrap .property-image-info-mobile::after {
      right: 0; }
  .hotelShowDual-wrap .property-image-info-more-mobile {
    border: 0.1rem solid #67553c;
    box-sizing: border-box;
    height: 5.2rem;
    color: #867050;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: .14rem;
    line-height: 5rem;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (max-width: 375px) {
      .hotelShowDual-wrap .property-image-info-more-mobile {
        height: 4.2rem;
        line-height: 4.2rem; } }
    .hotelShowDual-wrap .property-image-info-more-mobile .linkCTA {
      display: block; }
    .hotelShowDual-wrap .property-image-info-more-mobile .icon-arrow-right {
      display: none; }
  .hotelShowDual-wrap .property-image-arrow {
    background-color: #ae9364;
    cursor: pointer;
    height: 5rem;
    position: absolute;
    text-align: center;
    top: 47%;
    width: 5rem;
    z-index: 2; }
    .hotelShowDual-wrap .property-image-arrow::after {
      top: 0;
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      background: url(/assets/images/arrow.svg); }
    @media screen and (max-width: 1199px) {
      .hotelShowDual-wrap .property-image-arrow {
        width: 3.47222vw;
        height: 3.47222vw; }
        .hotelShowDual-wrap .property-image-arrow::after {
          top: 0;
          width: 100%;
          height: 100%;
          content: "";
          position: absolute;
          background: url(/assets/images/arrow.svg);
          background-size: contain; } }
    @media screen and (max-width: 767px) {
      .hotelShowDual-wrap .property-image-arrow {
        height: 3.6rem;
        top: 22.69%;
        width: 3.6rem; }
        .hotelShowDual-wrap .property-image-arrow::after {
          background-size: 100%; } }
  .hotelShowDual-wrap .property-image-arrow-left {
    left: 0; }
    .hotelShowDual-wrap .property-image-arrow-left::after {
      left: 0;
      transform: rotate(180deg); }
      @media screen and (max-width: 767px) {
        .hotelShowDual-wrap .property-image-arrow-left::after {
          left: 0; } }
  .hotelShowDual-wrap .property-image-arrow-right {
    right: 0; }
    .hotelShowDual-wrap .property-image-arrow-right::after {
      right: 0;
      transform: rotate(360deg); }
      @media screen and (max-width: 767px) {
        .hotelShowDual-wrap .property-image-arrow-right::after {
          right: 0; } }
  .hotelShowDual-wrap .property-image-cover {
    bottom: 3.3rem;
    color: #fff;
    font-size: 3.2rem;
    font-weight: normal;
    padding-left: 2.22222vw;
    line-height: 4.5rem;
    position: absolute;
    text-align: left;
    width: 40rem;
    z-index: 3;
    border-bottom: 4px solid transparent;
    padding-bottom: 6px;
    font-family: var(--var-font-main-display-italic);
    font-style: var(--var-font-main-display-italic-style); }
    @media screen and (max-width: 1440px) {
      .hotelShowDual-wrap .property-image-cover {
        font-size: 2.22222vw;
        line-height: 3.125vw;
        width: 25.69444vw; } }
    .hotelShowDual-wrap .property-image-cover .property-underdevelopment {
      font-family: var(--var-font-main-display-italic);
      font-style: var(--var-font-main-display-italic-style);
      margin-top: 2rem;
      font-size: 2.6rem;
      height: 3rem;
      line-height: 3rem; }
      @media screen and (max-width: 1440px) {
        .hotelShowDual-wrap .property-image-cover .property-underdevelopment {
          margin-top: 1.38889vw;
          font-size: 1.80556vw;
          height: 2.08333vw;
          line-height: 2.08333vw; } }
  .hotelShowDual-wrap .slick-current .property-image-cover {
    border-bottom: 4px solid #ae9364; }
  .hotelShowDual-wrap .slick-current a:focus .property-image-mask {
    outline: 2px solid #5c95eb;
    outline-offset: -2px;
    /* stylelint-disable */
    /* stylelint-ensable */
    opacity: .98;
    transition: opacity .3s ease;
    background: linear-gradient(0deg, #000 0%, rgba(81, 81, 81, 0.62) 100%); }

@-moz-document url-prefix() {
  .hotelShowDual-wrap .slick-current a:focus .property-image-mask {
    outline: 2px solid #89b2f1; } }
  .hotelShowDual-wrap .slick-current a:focus .property-image-info {
    opacity: 1;
    pointer-events: none;
    transition: opacity .3s ease; }
  .hotelShowDual-wrap .slick-current a:focus .property-image-cover {
    display: none; }

.hotelAddress-wrap {
  padding: 4.8rem 0 3rem;
  text-align: center; }

.hotelAddress-title {
  color: #4a4a4a;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .2rem;
  line-height: 2.4rem;
  margin-bottom: 3.2rem;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .hotelAddress-title {
      font-size: 1.2rem;
      letter-spacing: .15rem;
      line-height: 2.4rem;
      margin-bottom: 1rem; } }
  .hotelAddress-title pre {
    white-space: pre-wrap; }

.hotelAddress-content {
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .hotelAddress-content {
      display: block; } }
  .hotelAddress-content a {
    color: #867050;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 300;
    text-transform: uppercase;
    height: 5rem;
    letter-spacing: .07rem;
    line-height: 5rem;
    margin: 0 3.4rem 0 3.7rem;
    vertical-align: middle;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      .hotelAddress-content a {
        display: block;
        font-size: 1.3rem;
        line-height: 1.9rem;
        height: auto; } }
  .hotelAddress-content .tel-cta {
    background: linear-gradient(180deg, #ad9d83 0%, #7f7159 100%);
    height: 3.3rem;
    line-height: 3.3rem;
    margin: 2.6rem 0 .5rem 0;
    width: 20.465rem; }
    .hotelAddress-content .tel-cta a {
      color: #fff;
      font-weight: 500; }
  .hotelAddress-content .hotelAddress-line {
    background: #867050;
    display: inline-block;
    height: 5rem;
    vertical-align: middle;
    width: .1rem;
    white-space: nowrap; }

.hotelAddressDual-wrap {
  padding: 4.8rem 0 3rem;
  text-align: center; }
  .hotelAddressDual-wrap .hotelAddress-title {
    color: #4a4a4a;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .2rem;
    line-height: 2.4rem;
    margin-bottom: 3.2rem;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .hotelAddressDual-wrap .hotelAddress-title {
        font-size: 1.2rem;
        letter-spacing: .15rem;
        line-height: 2.4rem;
        margin-bottom: 1rem; } }
    .hotelAddressDual-wrap .hotelAddress-title pre {
      white-space: pre-wrap; }
  .hotelAddressDual-wrap .hotelAddress-content {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .hotelAddressDual-wrap .hotelAddress-content {
        display: block; } }
    .hotelAddressDual-wrap .hotelAddress-content a {
      color: #867050;
      display: inline-block;
      font-size: 1.6rem;
      font-weight: 300;
      text-transform: uppercase;
      height: 5rem;
      letter-spacing: .07rem;
      line-height: 5rem;
      margin: 0 3.4rem 0 3.7rem;
      vertical-align: middle;
      white-space: nowrap; }
      @media screen and (max-width: 767px) {
        .hotelAddressDual-wrap .hotelAddress-content a {
          display: block;
          font-size: 1.3rem;
          line-height: 1.9rem;
          height: auto; } }
    .hotelAddressDual-wrap .hotelAddress-content .tel-cta {
      background: linear-gradient(180deg, #ad9d83 0%, #7f7159 100%);
      height: 3.3rem;
      line-height: 3.3rem;
      margin: 2.6rem 0 .5rem 0;
      width: 20.465rem; }
      .hotelAddressDual-wrap .hotelAddress-content .tel-cta a {
        color: #fff;
        font-weight: 500; }
    .hotelAddressDual-wrap .hotelAddress-content .hotelAddress-line {
      background: #867050;
      display: inline-block;
      height: 5rem;
      vertical-align: middle;
      width: .1rem;
      white-space: nowrap; }

.hotelExperience-wrap {
  background: transparent;
  padding: 4rem 0 7.2rem; }
  .hotelExperience-wrap .headline {
    margin-bottom: 2.6rem; }

.hotelExperience-content {
  margin: 4.65% 0 0 0;
  display: inline-grid;
  grid-auto-rows: 1px;
  column-gap: 3%;
  grid-template-columns: 64% 33%;
  grid-template-rows: repeat(2, 1fr); }

.hotelExperience-content-left-top {
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
  position: relative;
  width: 100%; }

.hotelExperience-content-left-bottom {
  grid-column: 1;
  padding-bottom: 5%; }

.hotelExperience-content-left-bottom-line {
  grid-column: 1; }
  .hotelExperience-content-left-bottom-line::after {
    display: inline-block;
    background: #ae9364;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: relative;
    width: 25.97%; }

.hotelExperience-content-right-top {
  display: inline-block;
  width: 100%; }

.hotelExperience-content-right-bottom {
  grid-column: 2; }

.hotelExperience-content-space {
  padding-bottom: 1.80556vw; }

.hotelExperience-content-space-small {
  padding-bottom: 1.80556vw; }

.hotelExperience-content-image {
  display: inline-block;
  width: 33%;
  vertical-align: top; }

.hotelExperience-content-left {
  width: 100%; }

.hotelExperience-content-right {
  width: 100%; }

.hotelExperience-video-cover {
  overflow: hidden;
  padding: 28.11% 50%;
  position: relative; }
  .hotelExperience-video-cover .virtualWrapper {
    position: static; }
  .hotelExperience-video-cover img {
    object-fit: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.hotelExperience-describe {
  box-sizing: border-box;
  padding-top: 15.08%;
  position: relative; }
  .hotelExperience-describe-wrap {
    min-height: 35.97222vw; }
  .hotelExperience-describe .hotelExperience-describe-title {
    color: #4a4a4a;
    font-size: 3.2rem;
    line-height: 4rem;
    padding: 1.7rem 0 2.7rem 0;
    font-family: var(--var-font-main-display-italic);
    font-style: var(--var-font-main-display-italic-style); }
    .hotelExperience-describe .hotelExperience-describe-title pre {
      white-space: pre-wrap; }
    @media screen and (max-width: 1199px) {
      .hotelExperience-describe .hotelExperience-describe-title {
        font-size: 2.22222vw;
        line-height: 2.77778vw;
        padding: 1.18056vw 0 1.875vw 0; } }
  .hotelExperience-describe .hotelExperience-describe-content {
    color: #4a4a4a;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.4rem;
    padding: 0 10.21% 0 12.12%; }
    .hotelExperience-describe .hotelExperience-describe-content pre {
      white-space: pre-wrap; }
    @media screen and (max-width: 1199px) {
      .hotelExperience-describe .hotelExperience-describe-content {
        font-size: 1.11111vw;
        line-height: 2.08333vw; } }
  .hotelExperience-describe::after {
    background: #867050;
    margin-top: 15.08%;
    content: "";
    height: .1rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 6.38%; }

.hotelExperience-left-image {
  font-size: 0;
  padding-bottom: 41.49%;
  position: relative; }
  .hotelExperience-left-image div {
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0; }
    .hotelExperience-left-image div img {
      display: block;
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .hotelExperience-left-image .hotelExperience-left-image-small {
    left: 0;
    width: 40.73%; }
  .hotelExperience-left-image .hotelExperience-left-image-big {
    right: 0;
    width: 56.02%; }

.hotelExperience-right-image {
  width: 51.5%;
  height: 118% !important;
  margin-left: 104.7%;
  position: relative; }
  .hotelExperience-right-image img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%; }

.hotelExperience-image-right {
  width: 32.98611vw;
  height: 31.31944vw;
  position: relative; }
  .hotelExperience-image-right img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%; }

.hotelExperience-mobile-content {
  overflow: hidden; }

.hotelExperience-dots-wrap {
  margin-bottom: 1.9rem;
  padding: 1.5rem 0 .7rem;
  text-align: center; }

.hotelExperience-dots {
  border-top: 1px solid rgba(212, 212, 212, 0.4);
  display: inline-block;
  font-size: 0;
  padding: .7rem 2.8rem 0 3.1rem; }
  .hotelExperience-dots .animatedHexagon {
    cursor: pointer;
    margin-right: 1.2rem; }
    .hotelExperience-dots .animatedHexagon:last-child {
      margin-right: 0; }

.hotelExperience-video-cover-mobile {
  position: relative;
  padding: 50% 50%; }
  .hotelExperience-video-cover-mobile .virtualWrapper {
    position: static; }
  .hotelExperience-video-cover-mobile img {
    object-fit: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.hotelExperience-paragraph-wrap {
  box-sizing: border-box;
  padding: 1.3rem 3.8rem 1.3rem 3.3rem;
  position: relative; }
  .hotelExperience-paragraph-wrap::before {
    background: #867050;
    content: "";
    height: .1rem;
    left: 3.3rem;
    position: absolute;
    top: 0;
    width: 3.4rem; }

.hotelExperience-paragraph-title {
  color: #4a4a4a;
  font-size: 2.2rem;
  line-height: 2.9rem;
  margin-bottom: 2.5rem;
  font-family: var(--var-font-main-display-italic);
  font-style: var(--var-font-main-display-italic-style); }
  .hotelExperience-paragraph-title pre {
    white-space: pre-wrap; }

.hotelExperience-paragraph-content {
  color: #4a4a4a;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.4rem; }
  .hotelExperience-paragraph-content pre {
    white-space: pre-wrap; }

[dir="rtl"] .hotelExperience-content-graphic {
  margin-left: 3%;
  margin-right: 0; }

[dir="rtl"] .hotelExperience-describe::after {
  left: auto;
  right: 0; }

[dir="rtl"] .hotelExperience-right-image {
  margin-right: 104.7%; }

[dir="rtl"] .hotelExperience-content-graphic::after {
  left: auto;
  right: 0; }

.fullWidthOverlayContent {
  background: #fff;
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .fullWidthOverlayContent {
      padding-bottom: 0; } }
  .fullWidthOverlayContent .container {
    display: flex;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 500px; }
    .fullWidthOverlayContent .container::before {
      content: "";
      background: radial-gradient(circle, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.73) 100%);
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .fullWidthOverlayContent .container .content {
      margin: 0 auto;
      width: calc(53rem + 120px);
      padding: 60px;
      z-index: 3; }

.fullWidthOverlayContent-content {
  padding-bottom: 34.44%;
  position: relative; }

.fullWidthOverlayContent-image {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }

.fullWidthOverlayContent-mask {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.73) 100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3; }

.fullWidthOverlayContent-overlay {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  width: 53rem;
  z-index: 3; }

.fullWidthOverlayContent-overlay-primary {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .163rem;
  line-height: 1.6rem;
  margin-bottom: 7.35%;
  text-transform: uppercase; }
  @media screen and (max-width: 991.5px) {
    .fullWidthOverlayContent-overlay-primary {
      font-size: 0.98rem;
      line-height: 1.12rem; } }

.fullWidthOverlayContent-overlay-title {
  color: #fff;
  font-size: 2.6rem;
  line-height: 2.6rem;
  margin-bottom: 2.45%;
  font-family: var(--var-font-main-display-italic);
  font-style: var(--var-font-main-display-italic-style); }
  @media screen and (max-width: 991.5px) {
    .fullWidthOverlayContent-overlay-title {
      font-size: 1.82rem;
      line-height: 1.82rem; } }

.fullWidthOverlayContent-overlay-content {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.4rem;
  margin-bottom: 6.41%;
  text-align: center; }
  .fullWidthOverlayContent-overlay-content:lang(tr) {
    font-family: Arial, sans-serif; }
  .fullWidthOverlayContent-overlay-content pre {
    white-space: pre-wrap; }
  @media screen and (max-width: 991.5px) {
    .fullWidthOverlayContent-overlay-content {
      font-size: 1.26rem;
      line-height: 1.68rem; } }

.fullWidthOverlayContent-overlay-link {
  border: 0.1rem solid #ae9364;
  display: inline-block; }
  .fullWidthOverlayContent-overlay-link a {
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: .14rem;
    line-height: 1.6rem;
    padding: 1.7rem 3.8rem;
    text-transform: uppercase; }
    .fullWidthOverlayContent-overlay-link a:hover {
      color: #867050;
      background: #fff; }
    @media screen and (max-width: 1199px) {
      .fullWidthOverlayContent-overlay-link a {
        font-size: 1.17rem;
        line-height: 1.44rem;
        padding: 1.53rem 3.42rem; } }
    @media screen and (max-width: 991.5px) {
      .fullWidthOverlayContent-overlay-link a {
        font-size: 0.91rem;
        line-height: 1.12rem;
        padding: 1.19rem 2.66rem; } }
    @media screen and (max-width: 767px) {
      .fullWidthOverlayContent-overlay-link a {
        color: #867050;
        font-size: 1.3rem;
        line-height: 1.6rem;
        padding: 1.7rem 5rem; } }
    @media screen and (max-width: 375px) {
      .fullWidthOverlayContent-overlay-link a {
        font-size: 1.3rem;
        line-height: 1.6rem;
        padding: 1.2rem 4rem; } }

.fullWidthOverlayContent-mobile-image-wrap {
  padding-bottom: 73.06%;
  position: relative;
  text-align: center; }

.fullWidthOverlayContent-mobile-primary {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .163rem;
  left: 0;
  line-height: 1.6rem;
  text-align: center;
  text-transform: uppercase;
  top: 13.13%;
  position: absolute;
  width: 100%;
  z-index: 4; }

.fullWidthOverlayContent-mobile-title {
  color: #fff;
  font-size: 2.8rem;
  left: 50%;
  line-height: 3rem;
  text-align: center;
  top: 41.24%;
  transform: translateX(-50%);
  position: absolute;
  width: 19.5rem;
  z-index: 4;
  font-family: var(--var-font-main-display-italic);
  font-style: var(--var-font-main-display-italic-style); }

.fullWidthOverlayContent-mobile-content-wrap {
  padding: 1.7rem 3.1rem 3.3rem 3.7rem;
  text-align: center; }

.fullWidthOverlayContent-mobile-content {
  color: #474747;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.9rem;
  margin-bottom: 1.5rem; }
  .fullWidthOverlayContent-mobile-content pre {
    white-space: pre-wrap; }

.fullWidthFeaturedContent-wrap {
  background: transparent;
  padding-bottom: 7.2rem; }
  @media screen and (min-width: 1441px) {
    .fullWidthFeaturedContent-wrap {
      padding: 0 11.2rem 7.2rem; } }
  .fullWidthFeaturedContent-wrap .fullWidthFeaturedContent-headline {
    margin: 0 auto;
    padding: 4rem 0 3.8rem 0;
    width: 85.55%; }

.fullWidthFeaturedContent-content {
  padding-bottom: 48.33%;
  position: relative; }

.fullWidthFeaturedContent-image-wrap {
  padding-bottom: 77.86%;
  position: relative; }

.fullWidthFeaturedContent-image {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 85.94%; }
  @media screen and (max-width: 767px) {
    .fullWidthFeaturedContent-image {
      width: 100%; } }

.fullWidthFeaturedContent-overlay {
  background-color: #fff;
  box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  padding: 7.98% 4.51% 7.98% 5.55%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 41.34%; }
  .fullWidthFeaturedContent-overlay .linkCTA {
    color: #867050; }
  @media screen and (max-width: 767px) {
    .fullWidthFeaturedContent-overlay {
      margin: 0 auto;
      position: relative;
      padding: 2.9rem 2.4rem 5.2rem 3.7rem;
      top: -4.2rem;
      transform: translateY(0);
      right: auto;
      width: 88.26%; } }

.fullWidthFeaturedContent-overlay-title {
  color: #867050;
  font-size: 3.6rem;
  font-style: italic;
  line-height: 2.6rem;
  margin-bottom: 6.7%;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: var(--var-font-main-display-italic);
  font-style: var(--var-font-main-display-italic-style); }
  @media screen and (max-width: 991.5px) {
    .fullWidthFeaturedContent-overlay-title {
      font-size: 2.52rem;
      line-height: 1.82rem; } }
  @media screen and (max-width: 767px) {
    .fullWidthFeaturedContent-overlay-title {
      font-size: 2.4rem;
      line-height: 2.6rem;
      margin-bottom: 1.9rem; } }
  @media screen and (max-width: 320px) {
    .fullWidthFeaturedContent-overlay-title {
      font-size: 2rem;
      line-height: 2.2rem;
      margin-bottom: 1.6rem; } }

.fullWidthFeaturedContent-overlay-content {
  color: #4a4a4a;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  margin-bottom: 2.84%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media screen and (max-width: 991.5px) {
    .fullWidthFeaturedContent-overlay-content {
      font-size: 1.12rem;
      line-height: 1.68rem; } }
  @media screen and (max-width: 767px) {
    .fullWidthFeaturedContent-overlay-content {
      display: block;
      font-size: 1.6rem;
      line-height: 2.4rem;
      margin-bottom: 1.3rem; } }
  .fullWidthFeaturedContent-overlay-content pre {
    white-space: pre-wrap; }

.fullWidthFeaturedContent-overlay-content-notips {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis; }

.fullWidthFeaturedContent-overlay-tips {
  color: #6d6e71;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2rem;
  margin-bottom: 7.53%; }
  @media screen and (max-width: 991.5px) {
    .fullWidthFeaturedContent-overlay-tips {
      font-size: 0.98rem;
      line-height: 1.4rem; } }
  @media screen and (max-width: 767px) {
    .fullWidthFeaturedContent-overlay-tips {
      font-size: 1.4rem;
      line-height: 2rem;
      margin-bottom: 3.4rem; } }
  .fullWidthFeaturedContent-overlay-tips pre {
    white-space: pre-wrap; }

.fullWidthFeaturedContent-wrap {
  background: transparent;
  padding-bottom: 7.2rem; }
  @media screen and (min-width: 1441px) {
    .fullWidthFeaturedContent-wrap {
      padding: 0 11.2rem 7.2rem; } }
  .fullWidthFeaturedContent-wrap .fullWidthFeaturedContent-headline {
    margin: 0 auto;
    padding: 4rem 0 3.8rem 0;
    width: 85.55%; }

.fullWidthFeaturedContent-content {
  padding-bottom: 48.33%;
  position: relative; }

.fullWidthFeaturedContent-image-wrap {
  padding-bottom: 77.86%;
  position: relative; }

.fullWidthFeaturedContent-image {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 85.94%; }
  @media screen and (max-width: 767px) {
    .fullWidthFeaturedContent-image {
      width: 100%; } }

.fullWidthFeaturedContent-overlay {
  background-color: #fff;
  box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  padding: 7.98% 4.51% 7.98% 5.55%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 41.34%; }
  .fullWidthFeaturedContent-overlay .linkCTA {
    color: #867050; }
  @media screen and (max-width: 767px) {
    .fullWidthFeaturedContent-overlay {
      margin: 0 auto;
      position: relative;
      padding: 2.9rem 2.4rem 5.2rem 3.7rem;
      top: -4.2rem;
      transform: translateY(0);
      right: auto;
      width: 88.26%; } }

.fullWidthFeaturedContent-overlay-title {
  color: #867050;
  font-size: 2.4rem;
  font-style: italic;
  line-height: 3.2rem;
  margin-bottom: 6.7%;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: var(--var-font-main-display-italic);
  font-style: var(--var-font-main-display-italic-style); }
  @media screen and (max-width: 991.5px) {
    .fullWidthFeaturedContent-overlay-title {
      font-size: 2.2rem;
      line-height: 3.2rem; } }
  @media screen and (max-width: 767px) {
    .fullWidthFeaturedContent-overlay-title {
      font-size: 2.2rem;
      line-height: 3.2rem;
      margin-bottom: 1.9rem; } }
  @media screen and (max-width: 320px) {
    .fullWidthFeaturedContent-overlay-title {
      font-size: 2rem;
      line-height: 2.2rem;
      margin-bottom: 1.6rem; } }

.fullWidthFeaturedContent-overlay-content {
  color: #4a4a4a;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  margin-bottom: 2.84%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media screen and (max-width: 991.5px) {
    .fullWidthFeaturedContent-overlay-content {
      font-size: 1.12rem;
      line-height: 1.68rem; } }
  @media screen and (max-width: 767px) {
    .fullWidthFeaturedContent-overlay-content {
      display: block;
      font-size: 1.6rem;
      line-height: 2.4rem;
      margin-bottom: 1.3rem; } }
  .fullWidthFeaturedContent-overlay-content pre {
    white-space: pre-wrap; }

.fullWidthFeaturedContent-overlay-content-notips {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 8;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis; }

.fullWidthFeaturedContent-overlay-tips {
  color: #6d6e71;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2rem;
  margin-bottom: 7.53%; }
  @media screen and (max-width: 991.5px) {
    .fullWidthFeaturedContent-overlay-tips {
      font-size: 0.98rem;
      line-height: 1.4rem; } }
  @media screen and (max-width: 767px) {
    .fullWidthFeaturedContent-overlay-tips {
      font-size: 1.4rem;
      line-height: 2rem;
      margin-bottom: 3.4rem; } }
  .fullWidthFeaturedContent-overlay-tips pre {
    white-space: pre-wrap; }

.wellness .fullWidthFeaturedContent-overlay-title {
  font-size: 2.4rem;
  line-height: 3.2rem;
  white-space: break-spaces; }
  @media screen and (max-width: 991.5px) {
    .wellness .fullWidthFeaturedContent-overlay-title {
      font-size: 2.2rem; } }
  @media screen and (max-width: 767px) {
    .wellness .fullWidthFeaturedContent-overlay-title {
      font-size: 2.2rem; } }

.wellness .linkCTA {
  width: 97%; }

.wellness .linkCTA .linkCTA-label:not(.no-arrow) {
  display: unset;
  margin-right: 0; }

.wellness .fullWidthFeaturedContent-overlay-link::after {
  position: absolute;
  content: "\E902";
  display: inline-block;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "icomoon" !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  color: #867050;
  margin-left: 1.8rem;
  transition: .4s transform; }

.wellness .fullWidthFeaturedContent-overlay-link:hover::after {
  transform: translate(0.5rem, 0); }

.wellness .icon-arrow-right {
  margin-left: 1.8rem; }

.fullWidthImageBreaker-media-wrap {
  overflow: hidden;
  padding: 15.62% 50%;
  position: relative; }
  @media screen and (max-width: 767px) {
    .fullWidthImageBreaker-media-wrap {
      padding: 27.2% 50%; } }

.fullWidthImageBreaker-media {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .fullWidthImageBreaker-media .virtualWrapper {
    height: 100%;
    position: relative; }
  .fullWidthImageBreaker-media img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%; }
  .fullWidthImageBreaker-media .videoPlayer button::before {
    color: #fff; }

.fullWidthImageBreaker-image {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%; }

.fullWidthImageBreaker-wrap {
  position: sticky; }

.fullWidthFeaturedVideoLoop-wrap {
  background: #fff;
  padding-bottom: 7.2rem; }
  .fullWidthFeaturedVideoLoop-wrap .fullWidthFeaturedVideoLoop-headline {
    margin: 0 auto;
    padding: 4rem 0 4.3rem 0;
    width: 85.55%; }

.fullWidthFeaturedVideoLoop-content {
  position: relative; }

.fullWidthFeaturedVideoLoop-image-wrap {
  overflow: hidden;
  position: relative; }

.fullWidthFeaturedVideoLoop-image {
  padding-bottom: 36.38%;
  position: relative; }
  .fullWidthFeaturedVideoLoop-image .heroImage {
    background-size: cover;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }
  .fullWidthFeaturedVideoLoop-image .heroCarouselMedia-video {
    width: 100%; }
  .fullWidthFeaturedVideoLoop-image .videoControl-wrapper {
    bottom: 3rem;
    right: 4.8rem;
    position: absolute;
    z-index: 3; }
    .fullWidthFeaturedVideoLoop-image .videoControl-wrapper .icon::before {
      color: #fff; }
  @media screen and (max-width: 767px) {
    .fullWidthFeaturedVideoLoop-image {
      padding-bottom: 133.6%; } }

.fullWidthFeaturedVideoLoop-overlay {
  background-color: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  padding: 5.48% 3.54% 5.41% 3.68%;
  position: absolute;
  top: 0;
  right: 4.9rem;
  width: 38.61%;
  z-index: 2; }
  .fullWidthFeaturedVideoLoop-overlay .linkCTA {
    color: #867050; }
  @media screen and (max-width: 767px) {
    .fullWidthFeaturedVideoLoop-overlay {
      margin: 0 auto;
      padding: 1.9rem 2.5rem 3.1rem 2.7rem;
      top: 0;
      transform: translateY(0);
      right: 6%;
      width: 88%; } }
  .fullWidthFeaturedVideoLoop-overlay .headline {
    margin-bottom: 3.4rem; }

.fullWidthFeaturedVideoLoop-overlay-title {
  color: #867050;
  font-size: 2.4rem;
  line-height: 2.6rem;
  margin-bottom: 3.95%;
  white-space: nowrap;
  font-family: var(--var-font-main-display-italic);
  font-style: var(--var-font-main-display-italic-style); }
  @media screen and (max-width: 991.5px) {
    .fullWidthFeaturedVideoLoop-overlay-title {
      font-size: 1.68rem;
      line-height: 1.82rem; } }
  @media screen and (max-width: 767px) {
    .fullWidthFeaturedVideoLoop-overlay-title {
      font-size: 2.2rem;
      line-height: 2.6rem;
      margin-bottom: 2.5rem; } }
  @media screen and (max-width: 320px) {
    .fullWidthFeaturedVideoLoop-overlay-title {
      font-size: 1.8rem;
      line-height: 2rem;
      margin-bottom: 2rem; } }
  @media screen and (max-width: 300px) {
    .fullWidthFeaturedVideoLoop-overlay-title {
      font-size: 1.6rem;
      line-height: 1.8rem;
      margin-bottom: 1.8rem; } }

.fullWidthFeaturedVideoLoop-overlay-content {
  color: #474747;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  margin-bottom: 3.05%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media screen and (max-width: 991.5px) {
    .fullWidthFeaturedVideoLoop-overlay-content {
      font-size: 1.12rem;
      line-height: 1.68rem; } }
  @media screen and (max-width: 767px) {
    .fullWidthFeaturedVideoLoop-overlay-content {
      font-size: 1.4rem;
      line-height: 2.4rem;
      margin-bottom: .7rem;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      line-clamp: 3;
      -webkit-line-clamp: 3;
      overflow: hidden;
      text-overflow: ellipsis; } }
  .fullWidthFeaturedVideoLoop-overlay-content pre {
    white-space: pre-wrap; }

.fullWidthFeaturedVideoLoop-overlay-content-notips {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media screen and (max-width: 767px) {
    .fullWidthFeaturedVideoLoop-overlay-content-notips {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      line-clamp: 6;
      -webkit-line-clamp: 6;
      overflow: hidden;
      text-overflow: ellipsis; } }

.fullWidthFeaturedVideoLoop-overlay-tips {
  color: #6d6e71;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2rem;
  margin-bottom: 5.03%; }
  @media screen and (max-width: 991.5px) {
    .fullWidthFeaturedVideoLoop-overlay-tips {
      font-size: 0.98rem;
      line-height: 1.4rem; } }
  @media screen and (max-width: 767px) {
    .fullWidthFeaturedVideoLoop-overlay-tips {
      font-size: 1.4rem;
      line-height: 2rem;
      margin-bottom: 2.2rem; } }
  .fullWidthFeaturedVideoLoop-overlay-tips pre {
    white-space: pre-wrap; }

.imageGallery {
  margin: auto;
  width: 100%; }
  .imageGallery.dark {
    background: #f2f2f3; }
  .imageGallery .imageGallery-headingContainer {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    padding-top: 20px; }
    .imageGallery .imageGallery-headingContainer::after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 768px) {
      .imageGallery .imageGallery-headingContainer {
        margin-bottom: 40px;
        padding-top: 50px; } }
    .imageGallery .imageGallery-headingContainer .imageGallery-headingRow {
      margin-left: -20px;
      margin-right: -20px; }
      .imageGallery .imageGallery-headingContainer .imageGallery-headingRow::after {
        content: "";
        display: table;
        clear: both; }
    .imageGallery .imageGallery-headingContainer .imageGallery-headingColumn {
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px; }
      @media (min-width: 768px) {
        .imageGallery .imageGallery-headingContainer .imageGallery-headingColumn {
          float: left;
          width: 50%; } }
      @media (min-width: 768px) {
        .imageGallery .imageGallery-headingContainer .imageGallery-headingColumn {
          margin-left: 25%; } }
  .imageGallery img {
    max-width: 100%;
    width: 100%;
    display: block;
    pointer-events: none; }
  .imageGallery video {
    max-width: 100%;
    width: 100%;
    display: block;
    max-height: 100%; }
  .imageGallery .video-container {
    width: 100%;
    padding-top: 56.231%;
    position: relative; }
    .imageGallery .video-container iframe,
    .imageGallery .video-container object,
    .imageGallery .video-container embed {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
    .imageGallery .video-container .virtual {
      position: absolute;
      bottom: 0;
      width: 54px;
      height: 33px;
      text-align: center;
      cursor: pointer;
      z-index: 10;
      left: 0;
      background: url(/assets/images/Icon_360_Large.svg) center center/40px 20px no-repeat white;
      background-size: contain; }
  .imageGallery .icon-arrow-right,
  .imageGallery .icon-arrow-left {
    position: absolute;
    font: 0/0 arial;
    transition: transform .3s ease;
    z-index: 2;
    top: 0;
    height: calc(56vw - 20px - 34px);
    padding-top: 20px; }
    @media screen and (min-width: 992px) {
      .imageGallery .icon-arrow-right,
      .imageGallery .icon-arrow-left {
        height: calc(56vw - 20px); } }
    @media screen and (min-width: 1200px) {
      .imageGallery .icon-arrow-right,
      .imageGallery .icon-arrow-left {
        height: 563px; } }
    .imageGallery .icon-arrow-right::before,
    .imageGallery .icon-arrow-left::before {
      font-size: 30px;
      transition: transform .3s ease, color .3s ease;
      text-shadow: 0 0 2px #000;
      color: #fff; }
      @media screen and (min-width: 768px) {
        .imageGallery .icon-arrow-right::before,
        .imageGallery .icon-arrow-left::before {
          font-size: 40px; } }
      @media screen and (min-width: 1200px) {
        .imageGallery .icon-arrow-right::before,
        .imageGallery .icon-arrow-left::before {
          font-size: 50px; } }
    .imageGallery .icon-arrow-right:hover::before,
    .imageGallery .icon-arrow-left:hover::before {
      color: #ad9d83; }
  .imageGallery img + * {
    margin-top: 20px;
    margin-bottom: 10px; }
  .imageGallery h3 {
    color: #867050;
    font-size: 20px;
    margin-top: 1rem; }
    @media screen and (min-width: 768px) {
      .imageGallery h3 {
        margin-top: 2rem; } }
  .imageGallery figcaption {
    font-size: 1.2rem;
    color: #5a5b5e;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: .5rem;
    font-style: italic; }
    @media screen and (min-width: 768px) {
      .imageGallery figcaption {
        margin-top: 1rem; } }
  .imageGallery .icon-arrow-right {
    right: 40px; }
    @media screen and (min-width: 768px) {
      .imageGallery .icon-arrow-right {
        right: 80px; } }
    @media screen and (min-width: 1200px) {
      .imageGallery .icon-arrow-right {
        right: calc(50vw - 502px + 45px); } }
  .imageGallery .cardFeaturedType5Right {
    right: 80px; }
  .imageGallery .icon-arrow-left {
    left: 40px; }
    @media screen and (min-width: 768px) {
      .imageGallery .icon-arrow-left {
        left: 80px; } }
    @media screen and (min-width: 1200px) {
      .imageGallery .icon-arrow-left {
        left: calc(50vw - 502px + 45px); } }
  .imageGallery .cardFeaturedType5Left {
    left: 80px; }
  .imageGallery .imageGallery-item {
    float: left;
    margin: 0 auto;
    transition: opacity .3s ease;
    opacity: .1; }
  .imageGallery .slick-center .imageGallery-item {
    opacity: 1; }
  .imageGallery .imageGallery-singleItemContainer {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1250px; }
    .imageGallery .imageGallery-singleItemContainer::after {
      content: "";
      display: table;
      clear: both; }
  .imageGallery .imageGallery-singleItem {
    margin: 0 auto; }
    @media screen and (min-width: 992px) {
      .imageGallery .imageGallery-singleItem {
        max-width: 85%; } }

.lili-theme .imageGallery.dark {
  background: #0e0e0e; }

.lili-theme .imageGallery figcaption {
  color: #828387; }

.lili-theme .imageGallery .icon-arrow-right:hover::before,
.lili-theme .imageGallery .icon-arrow-left:hover::before {
  color: #828387; }

.marker-container {
  display: block;
  text-align: center; }
  @media screen and (max-width: 991px) {
    .marker-container {
      transform: translateY(100%); } }
  .marker-container .icon-hexagon-filled {
    font-size: 3rem; }
  .marker-container p {
    font-family: Arial;
    font-size: 1.4rem;
    color: #4a4a4a;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-left: 15px;
    line-height: 20px; }
    @media screen and (min-width: 992px) {
      .marker-container p {
        position: absolute;
        line-height: 30px;
        left: 100%;
        white-space: nowrap;
        top: 0; } }

.mapComponent embed,
.mapComponent iframe {
  width: 100%;
  background: #333;
  min-height: 190px; }
  @media screen and (min-width: 992px) {
    .mapComponent embed,
    .mapComponent iframe {
      min-height: 500px; } }

.mapComponent canvas:focus {
  outline: none; }

.mapComponent button {
  color: #867050; }

.mapComponent .embed-container {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .mapComponent .embed-container {
      float: left;
      width: 100%; } }
  .mapComponent .embed-container .mapboxgl-map {
    max-height: 70vh; }

.mapComponent .mapComponent-row {
  margin-left: -20px;
  margin-right: -20px; }
  .mapComponent .mapComponent-row::after {
    content: "";
    display: table;
    clear: both; }

.mapComponent p {
  color: #4a4a4a; }

.mapComponent .linkCTA {
  color: #67553c; }

@media screen and (min-width: 992px) {
  .mapComponent .mobile-only {
    display: none; } }

.mapComponent h4 {
  color: #4a4a4a; }

.mapComponent p button,
.mapComponent p a {
  text-transform: uppercase;
  letter-spacing: 1.4px;
  line-height: 16px;
  font-size: 1.3rem;
  -webkit-font-smoothing: antialiased;
  color: #67553c; }

.mapComponent .map-item {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .mapComponent .map-item {
      float: left;
      width: 100%; } }
  @media (min-width: 992px) {
    .mapComponent .map-item {
      float: left;
      width: 25%; } }
  .mapComponent .map-item > * {
    margin-bottom: 10px; }
  .mapComponent .map-item p {
    white-space: pre-line; }

@media screen and (max-width: 991.5px) {
  .mapComponent .map-item-email h4,
  .mapComponent .map-item-phone h4 {
    display: none; } }

@media screen and (max-width: 991.5px) and (max-width: 991.5px) {
  .mapComponent .map-item-email p a,
  .mapComponent .map-item-phone p a {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1.3rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #ae9364;
    padding: 1.4rem 3rem;
    transition: 0.4s background, 0.4s color;
    background: linear-gradient(180deg, #7f7159 0%, #67553c 100%) no-repeat;
    color: #fff;
    text-align: center;
    display: inline-block; } }

@media screen and (max-width: 991.5px) and (max-width: 767px) {
  .mapComponent .map-item-email p a,
  .mapComponent .map-item-phone p a {
    display: block;
    width: 100%; } }

@media screen and (max-width: 991.5px) and (max-width: 991.5px) {
  .mapComponent .map-item-email p a:hover,
  .mapComponent .map-item-phone p a:hover {
    background: #fff;
    color: #867050; } }

@media screen and (max-width: 991.5px) {
  .mapComponent .map-item-airport h4 {
    border-top: 1px solid #d4d4d4;
    margin-top: 20px;
    padding-top: 20px; } }

.mapboxgl-missing-css {
  display: none; }

[dir="rtl"] .mapComponent .embed-container .mapboxgl-map {
  text-align: right !important; }

.menu {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 992px) {
    .menu {
      float: left;
      width: 75%; } }
  .menu .paragraph {
    font-weight: bold; }
  .menu .menu-headline {
    margin-bottom: 5rem; }
  .menu .menu-item {
    margin: 2rem 0 3rem; }
  .menu .menu-name .paragraph,
  .menu .menu-price .paragraph {
    margin-bottom: 0;
    font-size: 1.4rem; }
    @media screen and (min-width: 768px) {
      .menu .menu-name .paragraph,
      .menu .menu-price .paragraph {
        font-size: 1.5rem; } }
  .menu .menu-name {
    display: inline-block;
    vertical-align: top;
    width: 60%; }
  .menu .menu-description--short {
    margin-top: 1rem; }
  .menu .menu-price {
    display: inline-block;
    text-align: right;
    width: 40%; }
  .menu .menu-accordion {
    margin-bottom: 2rem; }
  .menu .menu-wysiwygContent {
    font-size: 1.3rem; }
    .menu .menu-wysiwygContent ul li {
      margin-bottom: 0; }
    .menu .menu-wysiwygContent p {
      margin: 1rem 0; }
  .menu .buttonExpandCollapse {
    padding: 1.5rem 0; }
  .menu .menu-cta {
    display: inline-block;
    margin: 2rem 0; }
    @media screen and (max-width: 767px) {
      .menu .menu-cta {
        width: 100%; }
        .menu .menu-cta .button-secondary--wide {
          display: block;
          text-align: center; } }

@media screen and (min-width: 992px) {
  [dir=rtl] .menu {
    margin-left: 25%; } }

.montageQuote .montageQuote-headline {
  margin-bottom: 4rem; }

.montageQuote .montageQuote-description {
  width: 50%;
  margin: 0 auto 4rem; }
  @media screen and (min-width: 992px) {
    .montageQuote .montageQuote-description {
      margin-bottom: 6rem; } }

.montageQuote .montageQuote-cardsWrapper {
  position: relative; }

.montageQuote .montageQuote-imageCards {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .montageQuote .montageQuote-imageCards::-webkit-scrollbar {
    display: none; }
  @media screen and (min-width: 768px) {
    .montageQuote .montageQuote-imageCards {
      display: block; } }

.montageQuote .montageQuote-card {
  margin-top: 5px;
  flex: 0 0 70%;
  margin-bottom: 4rem;
  z-index: 2;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .montageQuote .montageQuote-card {
      float: left;
      width: 25%; } }
  .montageQuote .montageQuote-card .cardMontage a:focus {
    outline: #4d90fe solid 3px;
    display: block; }
  @media screen and (max-width: 767px) {
    .montageQuote .montageQuote-card {
      margin-left: -2rem;
      height: 58vw; }
      .montageQuote .montageQuote-card .cardMontage {
        height: 100%; }
        .montageQuote .montageQuote-card .cardMontage .imageWrapper {
          position: relative;
          width: 100%;
          height: 100%; }
        .montageQuote .montageQuote-card .cardMontage img {
          max-width: 150%;
          max-height: 150%;
          min-width: 100%;
          min-height: 100%;
          position: absolute;
          left: 50%;
          top: 50%; } }
  @media screen and (min-width: 768px) {
    .montageQuote .montageQuote-card:nth-of-type(2) {
      margin-top: 8rem;
      margin-right: 50%; } }
  .montageQuote .montageQuote-card:nth-of-type(3) {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 992px) {
      .montageQuote .montageQuote-card:nth-of-type(3) {
        margin-left: 8.33333%; } }
    @media (min-width: 768px) {
      .montageQuote .montageQuote-card:nth-of-type(3) {
        float: left;
        width: 33.33333%; } }

.montageQuote .montageQuote-quote-card {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .montageQuote .montageQuote-quote-card {
      float: left;
      width: 41.66667%; } }
  @media (min-width: 768px) {
    .montageQuote .montageQuote-quote-card {
      left: 50%; } }
  @media screen and (min-width: 768px) {
    .montageQuote .montageQuote-quote-card {
      border: 10px solid rgba(134, 112, 80, 0.1);
      position: absolute;
      top: 0;
      padding: 0;
      margin-left: 2rem;
      display: block; }
      .montageQuote .montageQuote-quote-card::before {
        content: "";
        display: block;
        padding-top: 100%; }
      .montageQuote .montageQuote-quote-card .montageQuote-quote-content {
        position: absolute;
        top: 50%;
        transform: translate(10%, -50%); } }
  @media screen and (min-width: 992px) {
    .montageQuote .montageQuote-quote-card .montageQuote-quote-content {
      transform: translate(15%, -50%); } }
  .montageQuote .montageQuote-quote-card blockquote {
    margin-bottom: 1rem; }

@media screen and (min-width: 992px) {
  [dir=rtl] .montageQuote .montageQuote-quote-card .montageQuote-quote-content {
    transform: translate(-15%, -50%); } }

.montageIntro {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .montageIntro::after {
    content: "";
    display: table;
    clear: both; }
  .montageIntro .montageIntro-row {
    margin-left: -20px;
    margin-right: -20px;
    position: relative; }
    .montageIntro .montageIntro-row::after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 767px) {
      .montageIntro .montageIntro-row.montageIntro-row-scrollMobile {
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; }
        .montageIntro .montageIntro-row.montageIntro-row-scrollMobile::-webkit-scrollbar {
          display: none; }
        .montageIntro .montageIntro-row.montageIntro-row-scrollMobile * {
          white-space: normal; } }
  .montageIntro .montageIntro-content {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .montageIntro .montageIntro-content {
        margin-left: 41.66667%; } }
    @media (min-width: 768px) {
      .montageIntro .montageIntro-content {
        float: left;
        width: 58.33333%; } }
    @media screen and (min-width: 768px) {
      .montageIntro .montageIntro-content {
        margin-top: 100px; } }
    @media screen and (min-width: 768px) {
      .montageIntro .montageIntro-content h2 ~ * {
        padding-left: 40px;
        margin-left: 8.333%; } }
    @media screen and (min-width: 992px) {
      .montageIntro .montageIntro-content p {
        margin-left: 8.333%; } }
  .montageIntro .montageIntro-headline {
    margin-bottom: 40px; }
  .montageIntro img {
    max-width: 100%;
    display: block; }
  .montageIntro .image-container {
    width: 100%;
    padding: 20px;
    padding-bottom: 56.2%; }
    @media screen and (max-width: 767px) {
      .montageIntro .image-container {
        max-height: 250px; } }
    .montageIntro .image-container h6,
    .montageIntro .image-container p {
      color: #fff; }
  .montageIntro .content-container {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    padding: 20px 25px;
    padding-right: 90px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .montageIntro .content-container {
        padding: 20px 45px; } }
  .montageIntro h2 {
    margin-bottom: 30px;
    /* Re-live the glamour: */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--var-font-main-display-italic);
    font-style: var(--var-font-main-display-italic-style);
    font-size: 2.2rem;
    line-height: 1.45;
    /*@include screen(sm) {
      max-width: 40%;
    }*/ }
    @media screen and (min-width: 768px) {
      .montageIntro h2 {
        font-size: 3.2rem;
        line-height: 1.25; } }

.montageIntro-item {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block; }
  @media (min-width: 768px) {
    .montageIntro-item {
      float: left;
      width: 33.33333%; } }
  @media screen and (max-width: 767px) {
    .montageIntro-item {
      max-width: 90%;
      padding-left: 0; }
      .montageIntro-item::after {
        left: 0;
        width: calc(100% - 20px); } }
  .montageIntro-item::after {
    content: "";
    position: absolute;
    height: 50%;
    bottom: 0;
    left: 0;
    width: calc(100% - 20px);
    opacity: .6;
    transition: .3s ease-in-out;
    background-image: linear-gradient(-180deg, transparent 0%, #000 100%); }
    @media screen and (min-width: 768px) {
      .montageIntro-item::after {
        left: 20px;
        width: calc(100% - 40px); } }
  .montageIntro-item p {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    font-family: var(--var-font-main-display-italic);
    font-style: var(--var-font-main-display-italic-style);
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    line-height: 26px;
    visibility: hidden;
    -webkit-font-smoothing: antialiased; }
    @media screen and (max-width: 991.5px) {
      .montageIntro-item p {
        display: none; } }
    @media screen and (max-width: 767px) {
      .montageIntro-item p {
        display: block; } }

@keyframes textHover {
  0% {
    visibility: hidden; }
  1% {
    visibility: visible; }
  100% {
    max-height: 150px;
    opacity: 1;
    visibility: visible; } }
  .montageIntro-item h6 {
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 1.4px; }
  @media screen and (min-width: 768px) {
    .montageIntro-item:hover p, .montageIntro-item:active p, .montageIntro-item:focus p {
      animation: textHover .4s ease-in-out;
      animation-fill-mode: forwards; }
    .montageIntro-item:hover::after, .montageIntro-item:active::after, .montageIntro-item:focus::after {
      opacity: 1; }
    .montageIntro-item:hover .icon-arrow-right, .montageIntro-item:active .icon-arrow-right, .montageIntro-item:focus .icon-arrow-right {
      right: 40px;
      opacity: 1; } }
  @media screen and (min-width: 768px) {
    .montageIntro-item.montageIntro-item-overlay {
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      position: absolute;
      z-index: 3;
      top: calc(46.6% + 30px);
      right: 0; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .montageIntro-item.montageIntro-item-overlay {
      float: left;
      width: 41.66667%; } }
  @media screen and (min-width: 768px) {
    .montageIntro-item.montageIntro-item-hero {
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .montageIntro-item.montageIntro-item-hero {
      float: left;
      width: 66.66667%; } }
  @media screen and (min-width: 768px) {
    .montageIntro-item.montageIntro-item-hero .image-container {
      height: 350px; } }
  .montageIntro-item .icon-arrow-right {
    position: absolute;
    right: 0;
    color: #fff;
    bottom: 20px;
    opacity: 0;
    transition: .3s ease-in-out;
    z-index: 3; }
    @media screen and (min-width: 992px) {
      .montageIntro-item .icon-arrow-right {
        bottom: 24px; } }
    .montageIntro-item .icon-arrow-right::before {
      color: #fff;
      font-size: 20px; }

@media screen and (min-width: 768px) {
  .montageIntro-row .montageIntro-item:last-child {
    position: absolute;
    z-index: 2;
    top: calc(99.9% + 30px);
    left: 8.3333%; } }

.button-style-back-mobile {
  color: #867050;
  border-bottom: 1px solid #d4d4d4;
  display: block;
  min-height: 45px;
  line-height: 45px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-align: left; }

.arrow-more-items-white {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg) translateY(-2px);
  margin-left: 10px; }

.arrow-more-items {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #867050;
  border-bottom: 1px solid #867050;
  transform: rotate(-45deg) translateY(-2px);
  margin-left: 10px; }
  .button-style-back-mobile .arrow-more-items {
    transform: rotate(135deg) translateY(4px);
    margin-right: 10px; }
  .siteSettings-list .arrow-more-items {
    border-color: #fff; }

[dir=rtl] .arrow-more-items,
[dir=rtl] .arrow-more-items-white {
  margin-right: 10px;
  transform: rotate(135deg) translateY(2px); }

.navigation {
  width: 100%;
  display: block;
  z-index: 4;
  background: rgba(0, 0, 0, 0.0001);
  transition: background .3s ease; }
  .navigation h2,
  .navigation h3,
  .navigation h4,
  .navigation h5 {
    text-decoration: none; }
  .navigation .underDev {
    font-size: 11px;
    letter-spacing: 0; }

.navigationMainWrapper {
  z-index: 450; }
  .navigation--navigationTertiaryActive .navigationMainWrapper {
    background: #fff; }
  .navigation--sticky .navigationMainWrapper {
    background: #000;
    z-index: 450;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2); }

.nav-flush-bottom {
  height: 90px; }
  @media screen and (max-width: 991.5px) {
    .nav-flush-bottom.NavigationNews {
      height: 50px; } }
  @media screen and (min-width: 992px) {
    .nav-flush-bottom {
      height: 178px; } }
  @media screen and (min-width: 1200px) {
    .nav-flush-bottom {
      height: 198px; } }

.navigation--mobile {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
  background: transparent;
  transition: background .3s ease; }
  .navigation--mobile h2,
  .navigation--mobile h3,
  .navigation--mobile h4,
  .navigation--mobile h5 {
    text-decoration: none; }
  .navigation--mobile .mobile-navigation-trigger {
    width: 24px;
    display: block;
    float: left;
    margin-top: 16px;
    margin-left: 20px;
    margin-right: -43px; }
    .navigation--mobile .mobile-navigation-trigger span {
      height: 3px;
      background: #ae9364;
      width: 100%;
      display: block;
      transition: all .3s ease; }
      .navigation--mobile .mobile-navigation-trigger span:nth-child(2) {
        width: 50%; }
      .navigation--mobile .mobile-navigation-trigger span:not(:last-child) {
        margin-bottom: 5px; }
  .navigation--mobile.navigation--sticky {
    background: rgba(255, 255, 255, 0.5); }
    .navigation--mobile.navigation--sticky .navigationMainWrapper {
      transition: transform .3s ease, background .3s ease;
      position: fixed;
      width: 100%;
      top: 0;
      text-align: center; }
      @media screen and (max-width: 991.5px) {
        .navigation--mobile.navigation--sticky .navigationMainWrapper {
          z-index: 2; } }
    .navigation--mobile.navigation--sticky:not(.navigation--navigationTertiaryActive) .navigationMainWrapper {
      transform: translateY(-100%); }
    .navigation--mobile.navigation--sticky.navigation-scrollingUp .navigationMainWrapper {
      transform: translateX(0%); }
  .navigation--mobile.navigation--navigationTertiaryActive {
    background: #fff; }
  .navigation--mobile .navigationMobile-dateRangerContainer {
    position: fixed;
    top: 9rem;
    left: 0;
    right: 0;
    text-align: left;
    overscroll-behavior: contain;
    overflow-y: scroll;
    height: calc(100vh - 9rem);
    box-shadow: 0 0 15px 0 #828387;
    /* stylelint-disable */ }
    .navigation--mobile .navigationMobile-dateRangerContainer .ras-ul {
      position: fixed;
      left: 0;
      right: 0;
      max-height: calc(100vh - 9rem);
      overscroll-behavior: contain; }
    .navigation--mobile .navigationMobile-dateRangerContainer .additional-actions a {
      border: none; }
  .navigation--mobile .bgCover {
    display: none;
    background-color: #000;
    opacity: .6;
    position: fixed;
    top: 9rem;
    left: 0;
    right: 0;
    height: calc(100vh - 9rem);
    z-index: 98; }
  .navigation--mobile .coverActive {
    display: block; }
  .navigation--mobile .skip-link-mobile {
    position: absolute;
    left: 50px;
    top: 14px;
    background-color: white;
    overflow: hidden;
    width: 0; }
    .navigation--mobile .skip-link-mobile:focus {
      width: auto; }

[dir=rtl] .mobile-navigation-trigger {
  float: right;
  margin-right: 20px;
  margin-left: -43px; }

[dir=rtl] .navigationMobile-dateRangerContainer {
  text-align: right; }

.peninsulaLogo {
  display: inline-block; }
  @media screen and (max-width: 991.5px) {
    .peninsulaLogo {
      height: 50px;
      display: block;
      margin: 0 auto;
      width: 127px;
      padding-top: 13px; } }
  .peninsulaLogo .logo-img {
    height: 26px;
    width: 127px; }
  .peninsulaLogo h3 {
    margin-top: 15px; }
  .peninsulaLogo h2,
  .peninsulaLogo h3,
  .peninsulaLogo h4 {
    color: #fff; }
  .navigation--navigationTertiaryActive .peninsulaLogo h2,
  .navigation--navigationTertiaryActive .peninsulaLogo h3,
  .navigation--navigationTertiaryActive .peninsulaLogo h4,
  .navigation--navigationTertiaryActive .peninsulaLogo h5 {
    color: #867050; }

.nav-mobile-modal {
  background: rgba(0, 0, 0, 0.5); }
  .nav-mobile-modal .ReactModal__Content {
    background-color: transparent;
    right: 20%;
    padding: 0; }
  .nav-mobile-modal .Modal_Header_Close {
    top: 20px !important;
    left: 20px;
    right: auto !important;
    z-index: 6; }
    .nav-mobile-modal .Modal_Header_Close .icon-close-large::before {
      content: "\E909"; }
  .nav-mobile-modal .ReactModal_Modal_Header {
    border-bottom: 0; }
  .nav-mobile-modal #modal-title {
    display: none; }

aside {
  display: flex;
  text-align: left;
  transition: opacity .3s ease;
  border-bottom: 0;
  overflow: hidden;
  z-index: 4;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  background: #fff;
  width: 100%;
  max-width: 400px;
  align-self: flex-start;
  align-content: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
  padding: 30px 0 0;
  align-items: flex-start;
  visibility: hidden; }
  aside.navigationMobilePrimary--active,
  .navigation-secondaryNavActive aside {
    animation: changebox .3s ease alternate;
    visibility: visible;
    transform: translateX(0) !important; }

@keyframes changebox {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
  aside .close-navigation-icon,
  aside .toggle-primary-nav-icon {
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
    margin-left: 20px; }
    aside .close-navigation-icon::after, aside .close-navigation-icon::before,
    aside .toggle-primary-nav-icon::after,
    aside .toggle-primary-nav-icon::before {
      position: absolute;
      top: 0;
      content: "";
      display: block;
      width: 25px;
      height: 3px;
      background: #867050; }
    aside .close-navigation-icon::before,
    aside .toggle-primary-nav-icon::before {
      transform: rotate(45deg);
      transform-origin: top left;
      left: 0; }
    aside .close-navigation-icon::after,
    aside .toggle-primary-nav-icon::after {
      transform: rotate(-45deg);
      transform-origin: top right;
      right: 0; }
  .navigation--navigationTertiaryActive aside {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

[dir=rtl] aside {
  text-align: right;
  left: unset;
  right: 0;
  transform: translateX(100%); }
  @media screen and (max-width: 991.5px) {
    [dir=rtl] aside .close-navigation-icon,
    [dir=rtl] aside .toggle-primary-nav-icon {
      margin-left: unset;
      margin-right: 20px; } }

.navigationPrimary-label {
  color: #000;
  font-family: var(--var-font-main-display);
  font-size: 1.4rem;
  letter-spacing: 1px;
  text-transform: uppercase; }

.navigationSecondaryMobile-list {
  transition: opacity .3s ease, left .3s ease;
  display: block;
  position: relative;
  margin: 15px 0 0;
  width: 100%;
  left: 0;
  flex: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain; }
  .navigationSecondaryMobile-list ul {
    position: absolute;
    width: 100%; }
  .navigationSecondaryMobile-list a,
  .navigationSecondaryMobile-list .primary-nav-link {
    letter-spacing: 1.4px;
    font-family: "Futura Book", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #867050; }
  .navigationSecondaryMobile-list li {
    display: block;
    min-height: 45px;
    line-height: 45px;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    position: relative; }
    .navigationSecondaryMobile-list li::before {
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      display: block;
      width: 100%;
      transition: .3s ease transform, left .3s ease;
      background: #d4d4d4;
      height: 1px;
      transform-origin: center; }
    .navigationSecondaryMobile-list li::after {
      content: "";
      display: block;
      width: 100%;
      transform: scale(0, 1);
      position: relative;
      left: 0;
      transition: .3s ease transform, left .3s ease;
      height: 1px;
      background: #ae9364;
      transform-origin: left; }
    .navigationSecondaryMobile-list li:hover::after {
      transform: scale(1, 1); }
  .navigationSecondaryMobile-list ul {
    overflow-y: scroll; }
  .navigationSecondaryMobile-list::-webkit-scrollbar {
    /* stylelint-disable-next-line */
    -webkit-appearance: none;
    width: 7px; }
  .navigationSecondaryMobile-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
  .navigationSecondaryMobile-list li:first-child {
    border-top: 1px solid #d4d4d4; }

.navigationSecondaryMobile--active .navigationSecondaryMobile-list {
  opacity: 0;
  left: -5vh;
  pointer-events: none; }

.navigationSecondaryMobile--active .navigationSecondaryMobile-list,
.navigationSecondaryMobile--active .navigationSettings-list {
  visibility: hidden; }

.navigationSecondary-list {
  transition: opacity .3s ease, left .3s ease;
  display: block;
  position: relative;
  margin: 15px 0 0;
  width: 100%;
  left: 0;
  height: 100vh;
  position: absolute;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  right: -5vh;
  left: auto;
  opacity: 0;
  transition: opacity .3s ease, right .3s ease; }
  .navigationSecondary-list ul {
    position: absolute;
    width: 100%; }
  .navigationSecondary-list a,
  .navigationSecondary-list .primary-nav-link {
    letter-spacing: 1.4px;
    font-family: "Futura Book", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #867050; }
  .navigationSecondary-list li {
    display: block;
    min-height: 45px;
    line-height: 45px;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    position: relative; }
    .navigationSecondary-list li::before {
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      display: block;
      width: 100%;
      transition: .3s ease transform, left .3s ease;
      background: #d4d4d4;
      height: 1px;
      transform-origin: center; }
    .navigationSecondary-list li::after {
      content: "";
      display: block;
      width: 100%;
      transform: scale(0, 1);
      position: relative;
      left: 0;
      transition: .3s ease transform, left .3s ease;
      height: 1px;
      background: #ae9364;
      transform-origin: left; }
    .navigationSecondary-list li:hover::after {
      transform: scale(1, 1); }
  .navigationSecondary-list::-webkit-scrollbar {
    /* stylelint-disable-next-line */
    -webkit-appearance: none;
    width: 7px; }
  .navigationSecondary-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
  .navigationSecondary-list ul {
    padding-bottom: 160px; }
  .navigationSecondary-list li {
    margin-left: 40px; }
    .navigationSecondary-list li:last-child {
      border-bottom: 0; }
      .navigationSecondary-list li:last-child::after, .navigationSecondary-list li:last-child::before {
        content: none; }
  .navigationSecondary-list label {
    font-family: "Minion Pro";
    font-size: 1.4rem;
    color: #000;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase; }
  .navigationSecondary-list .navigationSecondaryMobile-intro {
    background: #f2f2f3;
    padding: 20px 20px 30px;
    margin-top: -11px; }
    .navigationSecondary-list .navigationSecondaryMobile-intro *:not(:first-child) {
      margin-top: 15px; }
    .navigationSecondary-list .navigationSecondaryMobile-intro a {
      border: 1px solid #ae9364;
      height: 50px;
      line-height: 50px;
      display: block;
      text-align: center;
      transition: color .3s ease, background .3s ease; }
      .navigationSecondary-list .navigationSecondaryMobile-intro a:hover {
        background-color: #ae9364;
        color: #fff; }

.navigationMobilePrimary--active:not(.navigationSecondaryMobile--active) .navigationSecondary-list {
  pointer-events: none; }

.navigationMobilePrimary--active:not(.navigationSecondaryMobile--active) .navigationSecondaryMobile-list {
  margin-top: 40px; }

.navigationSecondaryMobile--active .navigationSecondary-list {
  right: 0;
  opacity: 1;
  pointer-events: all;
  top: 0;
  position: relative; }

@media screen and (max-width: 991.5px) {
  .site-call-to-actions {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    height: 40px; }
    .site-call-to-actions a,
    .site-call-to-actions .end-cta {
      color: #867050;
      letter-spacing: 1.4px;
      font-size: 1.3rem;
      flex: 1;
      padding-top: 8px;
      padding-bottom: 8px;
      border-top: 1px solid #d4d4d4;
      border-bottom: 1px solid #d4d4d4;
      text-transform: uppercase;
      border-radius: 0; } }
    @media screen and (max-width: 991.5px) and (max-width: 991.5px) {
      .site-call-to-actions a,
      .site-call-to-actions .end-cta {
        -webkit-font-smoothing: antialiased; } }

@media screen and (max-width: 991.5px) {
    .site-call-to-actions a:not(:last-child) {
      border-right: 1px solid #d4d4d4; } }

.navigationSettings-list {
  background: #000;
  position: relative;
  transition: opacity .3s ease;
  margin-top: auto;
  width: 100%;
  padding-bottom: 100px;
  padding-top: 20px;
  opacity: 1; }
  .navigationSettings-list .language::before {
    content: "\E911";
    display: inline-block;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* stylelint-disable-next-line */
    font-family: "icomoon" !important;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    color: #fff; }
  .navigationSettings-list a,
  .navigationSettings-list button {
    display: block;
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: 1.4px;
    padding: 0 0;
    line-height: 35px;
    height: 35px;
    width: calc(100% - 20px);
    text-align: left;
    margin: 0 20px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased; }
    .navigationSettings-list a:not(:last-child),
    .navigationSettings-list button:not(:last-child) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .navigationSettings-list a:first-child:first-of-type, .navigationSettings-list a.link-global-selector,
    .navigationSettings-list button:first-child:first-of-type,
    .navigationSettings-list button.link-global-selector {
      color: #ae9364;
      font-family: "Minion Pro";
      font-size: 1.4rem; }

.navigationSecondaryMobile--active .navigationSettings-list {
  opacity: 0; }

[dir=rtl] .navigationSettings-list a,
[dir=rtl] .navigationSettings-list button {
  text-align: right; }

@media screen and (min-width: 992px) {
  .navigationMainWrapper {
    position: relative;
    z-index: 4; } }

.navigation--navigationTertiaryActive .navigationMainWrapper {
  background: #fff; }

.navigation--sticky .navigationMainWrapper,
.navigation--alternateStyle .navigationMainWrapper {
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2); }

.navigation.navigation--sticky .navigationMainWrapper {
  transition: transform .3s ease, background .3s ease,top .4s ease;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0; }

.navigation.navigation--sticky:not(.navigation--navigationTertiaryActive) .navigationMainWrapper {
  transform: translateY(-100%); }

.navigation.navigation--sticky.navigation-scrollingUp .navigationMainWrapper {
  transform: translateX(0%); }

.peninsulaLogoBE {
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: block;
  /* stylelint-disable */ }
  .peninsulaLogoBE span {
    font-size: 0;
    width: 1px;
    height: 1px;
    display: inline-block;
    overflow: hidden;
    position: absolute !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    clip: rect(1px, 1px, 1px, 1px); }
  .peninsulaLogoBE img {
    height: 26px;
    width: 127px; }
  @media screen and (min-width: 992px) {
    .peninsulaLogoBE {
      top: 80px; }
      .peninsulaLogoBE img {
        height: 36px;
        width: 170px; } }

.navigation-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: background .3s ease; }

@media screen and (min-width: 992px) {
  .navigation--navigationTertiaryInactive .navigation-overlay {
    width: 0;
    height: 0;
    position: absolute;
    background: transparent; } }

.navigation--desktop {
  position: absolute;
  top: 0; }
  .navigation--desktop.navigation--sticky, .navigation--desktop.navigation--alternateStyle {
    background: rgba(255, 255, 255, 0.5); }
  .navigation--desktop.navigation--navigationTertiaryActive {
    background: #fff; }

.navigationTop {
  text-align: center;
  position: relative;
  max-width: 1250px;
  margin: 0 auto; }
  @media screen and (min-width: 992px) {
    .navigationTop {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (min-width: 992px) {
    .navigationTop .navigationTop-container {
      display: flex;
      position: relative;
      justify-content: space-around;
      align-content: center;
      align-self: center;
      align-items: center;
      margin-left: auto;
      flex-direction: row;
      margin-right: 0;
      height: 80px; } }
  @media screen and (min-width: 1200px) {
    .navigationTop .navigationTop-container {
      height: 90px; } }

.navigationSecondary:focus {
  outline: 0; }

@media screen and (min-width: 992px) {
  .navigationSecondary .end-cta {
    background: linear-gradient(180deg, #7f7159 0%, #67553c 100%) no-repeat;
    padding-left: 40px;
    padding-right: 40px;
    height: 45px;
    border-radius: 0;
    font-family: "Futura Book", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 1.4px;
    line-height: 45px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    border: 1px solid #867050; }
    .navigationSecondary .end-cta.end-cta--active {
      background: #fff;
      color: #867050; } }

.navigationSecondary .end-cta:focus {
  background: #fff;
  color: #867050; }

.navigationSecondary .navigationSecondary-dateRangerContainer {
  position: absolute;
  right: 40px;
  top: 100%;
  width: 350px;
  text-align: left; }
  .navigationSecondary .navigationSecondary-dateRangerContainer::before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: -10px;
    right: 20px;
    display: block;
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent; }

.navigationSecondary .wellness-cta {
  padding: 10px 15px;
  border: 0;
  line-height: 16px;
  height: auto;
  background: linear-gradient(180deg, #ad9d83 0%, #7f7159 100%); }

@media screen and (min-width: 992px) {
  .navigationSecondary {
    margin-left: auto; }
    .navigationSecondary > a {
      font-size: 1.2rem;
      color: #fff;
      letter-spacing: 1.4px;
      line-height: 16px;
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased;
      font-family: "Futura Book", Arial, sans-serif; }
    .navigationSecondary .linkCTA {
      margin-top: 1rem;
      white-space: nowrap; }
    .navigationSecondary button.button-secondary {
      margin-bottom: 1rem; }
    .navigation--navigationTertiaryActive .navigationSecondary a:not(.end-cta) {
      color: #867050; }
    .navigation--sticky .navigationSecondary a:not(.end-cta),
    .navigation--alternateStyle .navigationSecondary a:not(.end-cta) {
      color: #867050; }
    .navigationSecondary > a:not(.end-cta)::after {
      content: "";
      display: var(--display-vertical-line-last-element, inline-block);
      font: inherit;
      margin: 0 10px 0 20px;
      width: 1px;
      height: 25px;
      background: rgba(255, 255, 255, 0.25);
      vertical-align: middle; }
    .navigationSecondary a.end-linka::after {
      margin: 0 10px 0 10px;
      width: 0; }
    .navigation--sticky .navigationSecondary a:not(.end-cta)::after,
    .navigation--alternateStyle .navigationSecondary a:not(.end-cta)::after {
      background: #d4d4d4; } }

[dir*=rtl] .navigationSecondary {
  margin-right: auto;
  margin-left: 0; }
  [dir*=rtl] .navigationSecondary .navigationSecondary-dateRangerContainer {
    left: 40px;
    right: auto;
    text-align: right; }
    [dir*=rtl] .navigationSecondary .navigationSecondary-dateRangerContainer::before {
      right: auto;
      left: 20px; }

html[lang|="es"] .navigationSecondary .linkCTA, html[lang|="fr"] .navigationSecondary .linkCTA {
  font-size: 1.15rem; }

:root {
  --display-vertical-line-last-element: inline-block; }

.peninsulaLogo {
  display: inline-block;
  text-align: center;
  width: auto; }
  .peninsulaLogo.hide {
    display: none; }
  @media screen and (min-width: 992px) {
    .peninsulaLogo {
      position: absolute;
      left: 50%;
      top: 30px; } }
  @media screen and (min-width: 992px) {
    .peninsulaLogo {
      transform: translateX(-50%); } }
  .peninsulaLogo .logo-img {
    height: 26px;
    width: 127px; }
    @media screen and (min-width: 992px) {
      .peninsulaLogo .logo-img {
        height: 36px;
        width: 170px; } }

@media screen and (min-width: 992px) {
  [dir=rtl] .peninsulaLogo {
    transform: translateX(-50%); } }

@media screen and (min-width: 992px) {
  [dir=rtl] .navigationSettingsBar .Select + a::after {
    content: none; }
  [dir=rtl] .navigationSettingsBar .Select + a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    width: 1px;
    height: 25px;
    background: rgba(255, 255, 255, 0.25); } }
  @media screen and (min-width: 992px) and (min-width: 1200px) {
    [dir=rtl] .navigationSettingsBar .Select + a::before {
      margin-left: 20px;
      margin-right: 20px; } }

.navigationBottom {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
  transition: opacity .3s ease;
  padding-bottom: 20px; }
  @media screen and (min-width: 1200px) {
    .navigationBottom {
      padding-bottom: 30px; } }
  .navigation--navigationTertiaryActive .navigationBottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .navigationBottom .navigationBottom-list {
    font-family: var(--var-font-main-display); }
    @media screen and (min-width: 992px) {
      .navigationBottom .navigationBottom-list {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        max-width: 1250px;
        padding-right: 60px;
        padding-left: 60px; } }
    .navigationBottom .navigationBottom-list .mainNav-links:not(.mainNav-links-active)::after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: 0;
      transition: left .3s ease, right .3s ease;
      transform-origin: center;
      height: 1px;
      background: #ae9364; }
      @media screen and (min-width: 992px) {
        .navigationBottom .navigationBottom-list .mainNav-links:not(.mainNav-links-active)::after {
          background: #ae9364;
          height: 2px; } }
    .navigationBottom .navigationBottom-list .mainNav-links:not(.mainNav-links-active):hover::after {
      left: 0;
      right: 0; }
  .navigationBottom .mainNav-links-active::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #ae9364; }
    @media screen and (min-width: 992px) {
      .navigationBottom .mainNav-links-active::after {
        background: #ae9364;
        height: 2px; } }

.navigation-carousel {
  display: block; }
  .navigation-carousel .slick-slide {
    width: 270px; }
  @media screen and (min-width: 992px) {
    .navigation-carousel {
      margin-bottom: 0; } }
  @media screen and (min-width: 992px) {
    .navigation-carousel p {
      color: #4a4a4a;
      font-style: normal;
      margin-bottom: 20px;
      text-decoration: none; }
    .navigation-carousel .cta {
      margin-bottom: 20px; } }
  .navigation-carousel .carousel-items {
    display: flex; }
  .navigation-carousel .carousel-item {
    width: 33.3%; }
    .navigation-carousel .carousel-item .cardCarousel {
      padding-right: 40px; }
  .navigation-carousel .controls {
    margin-right: 40px;
    margin-left: auto;
    display: flex;
    justify-content: flex-end; }
    .navigation-carousel .controls div {
      margin: 0 0 0 20px; }
  .navigation-carousel .nextArrow,
  .navigation-carousel .prevArrow {
    cursor: pointer;
    transition: transform .3s ease; }
    .navigation-carousel .nextArrow:focus,
    .navigation-carousel .prevArrow:focus {
      outline: 2px solid #5c95eb;
      outline-offset: -2px;
      /* stylelint-disable */
      /* stylelint-ensable */
      transition-duration: .15s;
      transform: translateY(0.15vh); }

@-moz-document url-prefix() {
  .navigation-carousel .nextArrow:focus,
  .navigation-carousel .prevArrow:focus {
    outline: 2px solid #89b2f1; } }
      .navigation-carousel .nextArrow:focus::before,
      .navigation-carousel .prevArrow:focus::before {
        color: #4a4a4a; }
  .navigation-carousel .nextArrow::before {
    content: "\E902";
    display: inline-block;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* stylelint-disable-next-line */
    font-family: "icomoon" !important;
    font-size: 2rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    color: #867050; }
  .navigation-carousel .nextArrow::before {
    font-size: 3rem; }
  .navigation-carousel .prevArrow {
    display: inline-block;
    position: relative; }
    .navigation-carousel .prevArrow::before {
      content: "\E901";
      display: inline-block;
      padding: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* stylelint-disable-next-line */
      font-family: "icomoon" !important;
      font-size: 2rem;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      color: #867050; }
    .navigation-carousel .prevArrow::before {
      font-size: 3rem; }

.mainNav-links {
  text-transform: uppercase;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  font-family: "Minion Semibold", Georgia, serif;
  font-size: 14px;
  position: relative; }
  .navigation--sticky .mainNav-links,
  .navigation--navigationTertiaryActive .mainNav-links,
  .navigation--alternateStyle .mainNav-links {
    color: #4a4a4a; }
  @media screen and (max-width: 991.5px) {
    .mainNav-links {
      color: #867050;
      left: 0;
      opacity: 1;
      position: relative;
      transition: left .3s ease, opacity .3s ease;
      font-family: var(--var-font-main-display); } }
  @media screen and (max-width: 991.5px) {
    .mainNav-links a {
      color: #867050; } }

.navigationTertiary {
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  transition: .3s ease opacity;
  left: -9999px;
  width: 0;
  height: 0;
  opacity: 0; }
  @media screen and (min-width: 992px) {
    .navigationTertiary {
      border-top: 1px solid #d4d4d4;
      padding-top: 30px;
      padding-bottom: 32px;
      width: 100%; } }
  .navigationTertiary.navigationTertiary-active {
    display: block; }
    @media screen and (min-width: 992px) {
      .navigationTertiary.navigationTertiary-active {
        left: 0;
        right: 0;
        height: auto;
        opacity: 1;
        z-index: 20; } }

.navigationTertiary-content {
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 992px) {
    .navigationTertiary-content {
      padding-left: 40px;
      padding-right: 0;
      transition: transform .3s ease; } }
  @media screen and (min-width: 992px) {
    .navigationTertiary-content .back {
      display: none; } }

@media screen and (min-width: 992px) {
  .navigationTertiary-carousel {
    flex-direction: row; } }

.navigationTertiary-description {
  display: block;
  float: left;
  font-family: "Futura Book"; }
  @media screen and (min-width: 992px) {
    .navigationTertiary-description {
      margin-right: 5%;
      vertical-align: top;
      width: 20%; }
      .navigationTertiary-description h3,
      .navigationTertiary-description h4 {
        margin-bottom: 20px;
        font-family: "Minion"; }
        .navigationTertiary-description h3::after,
        .navigationTertiary-description h4::after {
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          background: #d4d4d4;
          margin-top: 20px; } }
  .navigationTertiary-description .navigationTertiary-description-text {
    color: #4a4a4a; }
  .navigationTertiary-description .navigationTertiary-description-CTA {
    margin-top: 2rem; }
    .navigationTertiary-description .navigationTertiary-description-CTA .button-primary,
    .navigationTertiary-description .navigationTertiary-description-CTA .button-secondary {
      display: block;
      text-align: center; }

.navigationTertiary-carousel-scroller {
  display: block;
  float: left;
  width: 75%;
  overflow: hidden; }

[dir=rtl] .navigationTertiary-description {
  float: right; }

[dir=rtl] .navigationTertiary-carousel-scroller {
  float: left; }

.slick-slider {
  color: #000; }

.navigation-dropdownContainer.react-accessible-select {
  display: flex;
  align-self: center;
  align-content: center;
  vertical-align: middle;
  align-items: center;
  letter-spacing: 1.4px; }
  .navigation-dropdownContainer.react-accessible-select .ras-ul {
    border: 0;
    background: #171717;
    padding: 0 15px;
    border-radius: 0;
    margin-top: 0;
    right: auto; }
    .navigation-dropdownContainer.react-accessible-select .ras-ul::before {
      content: "";
      pointer-events: none;
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      top: -7px;
      border-bottom: 7px solid #171717;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent; }
  .navigation-dropdownContainer.react-accessible-select.ras-active .ras-ul {
    outline: 0; }
  .navigation-dropdownContainer.react-accessible-select .ras-li {
    background: transparent;
    color: rgba(255, 255, 255, 0.75);
    width: 100%;
    margin: 0 0;
    font-family: var(--var-font-main-display);
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 0;
    height: 40px;
    line-height: 40px; }
    .navigation-dropdownContainer.react-accessible-select .ras-li:not(:last-child) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .navigation-dropdownContainer.react-accessible-select .ras-li a:first-of-type:first-child {
      color: rgba(255, 255, 255, 0.75); }
      .navigation-dropdownContainer.react-accessible-select .ras-li a:first-of-type:first-child::after {
        background: none;
        margin: 0; }
    .navigation-dropdownContainer.react-accessible-select .ras-li.ras-selected {
      background: #171717;
      color: #fff;
      position: relative; }
      .navigation-dropdownContainer.react-accessible-select .ras-li.ras-selected::after, .navigation-dropdownContainer.react-accessible-select .ras-li.ras-selected::before {
        content: "";
        width: 12px;
        height: 2px;
        background: #fff;
        transform: rotate(-47deg);
        position: absolute;
        right: 0;
        top: 17px;
        display: none; }
      .navigation-dropdownContainer.react-accessible-select .ras-li.ras-selected::after {
        top: 20px;
        width: 6px;
        transform: rotate(-124deg);
        right: 8px;
        display: none; }
      .navigation-dropdownContainer.react-accessible-select .ras-li.ras-selected:last-child {
        border-radius: 0; }
      .navigation-dropdownContainer.react-accessible-select .ras-li.ras-selected a {
        background: #171717;
        color: #fff;
        position: relative; }
    .navigation-dropdownContainer.react-accessible-select .ras-li.ras-focused {
      background: #171717;
      color: #fff; }
      .navigation-dropdownContainer.react-accessible-select .ras-li.ras-focused .select-option-inner {
        border-bottom: 1px solid #ae9364; }
    .navigation-dropdownContainer.react-accessible-select .ras-li .under-dev {
      font-size: 11px; }
    .navigation-dropdownContainer.react-accessible-select .ras-li .select-option-inner {
      white-space: nowrap; }
  .navigation-dropdownContainer.react-accessible-select .ras-button {
    background: none;
    border: 1px solid transparent;
    border-radius: 0;
    height: 46px;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 1.4px;
    line-height: 36px;
    font-family: var(--var-font-main-display);
    text-transform: uppercase;
    vertical-align: middle;
    padding-right: 30px; }
    .navigation-dropdownContainer.react-accessible-select .ras-button::before {
      vertical-align: middle; }
  .navigation-dropdownContainer.react-accessible-select .ras-placeholder {
    color: #828387; }
  .navigation-dropdownContainer.react-accessible-select .ras-arrow {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 17px; }

.navigation-dropdownContainer.dropdown-property-selector, .navigation-dropdownContainer.dropdown-language-selector {
  font-family: var(--var-font-main-display);
  line-height: 16px; }

.navigation-dropdownContainer.dropdown-language-selector {
  font-family: "Futura Book", Arial, sans-serif; }
  .navigation-dropdownContainer.dropdown-language-selector .ras-button,
  .navigation-dropdownContainer.dropdown-language-selector .ras-li {
    font-family: "Futura Book", Arial, sans-serif;
    font-size: 1.2rem; }
  .navigation-dropdownContainer.dropdown-language-selector .ras-button::before {
    content: "\E911";
    display: inline-block;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* stylelint-disable-next-line */
    font-family: "icomoon" !important;
    font-size: 2rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    color: #867050; }
  .navigation-dropdownContainer.dropdown-language-selector .ras-button::before {
    color: #fff;
    margin-right: 10px;
    margin-top: -4px; }

[dir=rtl] .navigation-dropdownContainer .ras-button {
  padding-left: 30px;
  padding-right: 10px; }

[dir=rtl] .navigation-dropdownContainer .ras-arrow {
  left: 15px;
  right: auto; }

.navigationSettingsBar {
  background: #000;
  display: block;
  text-transform: uppercase;
  position: relative;
  z-index: 6;
  padding-right: 40px;
  padding-left: 40px;
  /* stylelint-disable */ }
  .navigationSettingsBar a {
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 1.4px; }
  .navigationSettingsBar .navigationSettingsBar-content {
    max-width: 1250px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center; }
  .navigationSettingsBar a:first-of-type:first-child {
    font-family: var(--var-font-main-display);
    font-size: 14px;
    color: #ae9364;
    letter-spacing: 1px;
    line-height: 46px;
    margin-right: 5px; }
    .navigationSettingsBar a:first-of-type:first-child::after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      margin-right: 10px;
      width: 1px;
      height: 25px;
      background: rgba(255, 255, 255, 0.25); }
      @media screen and (min-width: 1200px) {
        .navigationSettingsBar a:first-of-type:first-child::after {
          margin-left: 20px;
          margin-right: 20px; } }
  @media screen and (min-width: 992px) {
    .navigationSettingsBar .react-accessible-select + a {
      margin-left: auto; }
    .navigationSettingsBar a::after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      margin-right: 10px;
      width: 1px;
      height: 25px;
      background: rgba(255, 255, 255, 0.25); } }
  @media screen and (min-width: 992px) and (min-width: 1200px) {
    .navigationSettingsBar a::after {
      margin-left: 20px;
      margin-right: 20px; } }
  @media screen and (min-width: 992px) {
    .navigationSettingsBar .skip-link {
      width: 0;
      overflow: hidden;
      margin-right: 40px;
      margin-left: auto; }
      .navigationSettingsBar .skip-link::after {
        visibility: hidden;
        margin-left: 0;
        margin-right: 0; }
      .navigationSettingsBar .skip-link:focus {
        width: auto; } }

.navigation--arcade .navigationSettingsBar a:first-of-type:first-child::after {
  content: none; }

.nav-infobar {
  text-align: center;
  border-top: 4px solid #867050;
  position: relative;
  background-color: #f2f2f3;
  word-break: break-word; }
  .nav-infobar.nav-infobar-closing {
    animation: closeInfo forwards .5s; }

@keyframes closeInfo {
  0% {
    margin-top: 0; }
  100% {
    margin-top: -44px; } }
  .nav-infobar p {
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.4px; }
  .nav-infobar hr {
    width: 40px;
    /* stylelint-disable-next-line */
    border: none;
    border-top: 1px solid #d4d4d4; }
    @media screen and (min-width: 768px) {
      .nav-infobar hr {
        width: 80px; } }
  .nav-infobar .detailCTA-info {
    line-height: 40px;
    width: 90%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1.3rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #67553c;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .nav-infobar .detailCTA-info {
        width: 75%; } }
    .nav-infobar .detailCTA-info .detailCTA-label {
      line-height: 40px;
      font-size: 16px;
      text-transform: none;
      padding: 0;
      /* stylelint-disable-next-line */
      margin-right: 0 !important; }
    .nav-infobar .detailCTA-info .detailCTA-detailUrl {
      line-height: 40px;
      font-size: 16px;
      text-transform: none;
      padding: 0 5px;
      /* stylelint-disable-next-line */
      margin-right: 0 !important; }
    .nav-infobar .detailCTA-info .linkCTA {
      padding: 0 5px;
      width: auto;
      display: inline-block; }
      .nav-infobar .detailCTA-info .linkCTA .icon-arrow-right {
        display: none; }
        @media screen and (min-width: 992px) {
          .nav-infobar .detailCTA-info .linkCTA .icon-arrow-right {
            display: inline-block; } }
  .nav-infobar .linkCTA-label {
    line-height: 19px;
    letter-spacing: 1.4px;
    font-size: 1.1rem;
    text-transform: none;
    text-decoration: underline;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .nav-infobar .linkCTA-label {
        font-size: 1.6rem;
        text-decoration: none; } }
  .nav-infobar .icon-close-small {
    position: absolute;
    top: 10px;
    right: 20px; }
    .nav-infobar .icon-close-small::before {
      font-size: 1.5rem; }
  @media screen and (max-width: 767px) {
    .nav-infobar .icon-arrow-right {
      display: none; } }

.newsletterSignup {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /* stylelint-disable */
  /* Safari 7.1+ */ }
  @media (min-width: 768px) {
    .newsletterSignup {
      float: left;
      width: 100%; } }
  @media (min-width: 992px) {
    .newsletterSignup {
      margin-left: 16.66667%; } }
  @media (min-width: 992px) {
    .newsletterSignup {
      float: left;
      width: 66.66667%; } }
  .newsletterSignup button {
    background: linear-gradient(180deg, #7f7159 0%, #67553c 100%) no-repeat;
    border-radius: 0; }
  .newsletterSignup input[type=text] {
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Futura Book", Arial, sans-serif; }
    @media screen and (min-width: 768px) {
      .newsletterSignup input[type=text] {
        padding-left: 70px; } }
    .newsletterSignup input[type=text]::placeholder {
      color: #6d6e71;
      opacity: 1; }
  .newsletterSignup .icon-email::before {
    font-size: 26px; }
  @media screen and (max-width: 767px) {
    .newsletterSignup .icon-email {
      display: none; } }
  @media screen and (min-width: 768px) {
    .newsletterSignup .button-secondary {
      width: auto; } }
  .newsletterSignup h4,
  .newsletterSignup .icon-hexagon {
    width: 100%;
    text-align: center;
    display: block; }
  .newsletterSignup h4 {
    margin-bottom: 4rem; }
  .newsletterSignup .icon-hexagon {
    margin-top: .2rem;
    margin-bottom: 2rem; }
    .newsletterSignup .icon-hexagon::before {
      font-size: 3rem; }
  .newsletterSignup label {
    position: absolute;
    top: 50%;
    margin-top: 15px;
    transform: translateY(-100%);
    left: 20px; }
  .newsletterSignup > div {
    flex: 1;
    flex: none\9;
    position: relative;
    width: calc(100% - 200px); }
  .newsletterSignup _::-webkit-full-page-media div, .newsletterSignup _:future div, .newsletterSignup :root .safari_only div {
    flex: none; }
  .newsletterSignup .error {
    width: 100%;
    color: #961928;
    margin-top: 10px; }
  .newsletterSignup .success {
    width: 100%;
    color: #555555;
    margin-top: 10px; }
  .newsletterSignup .disableSubmit {
    background: #555555 !important;
    color: #fff !important; }

.offersListing .offersListing-heading {
  background: #fff; }

.offersListing .offersListing-filter {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }

.offersListing .offersListing-cardsWrapper {
  padding-top: 4rem; }
  .offersListing .offersListing-cardsWrapper::after {
    content: "";
    display: table;
    clear: both; }

.offersListing .offersListing-card {
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .offersListing .offersListing-card {
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .offersListing .offersListing-card {
      float: left;
      width: 50%; } }
  @media screen and (min-width: 768px) and (min-width: 992px) {
    .offersListing .offersListing-card {
      float: left;
      width: 25%; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .offersListing .offersListing-card {
      float: left;
      width: 25%; } }

.offersListing .offersListing-loadMoreBtn {
  text-align: center; }

.oneUp {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .oneUp {
      float: left;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .oneUp {
      padding: 0; } }
  @media screen and (max-width: 1199px) {
    .oneUp {
      padding: 0;
      background: #fff; } }
  @media screen and (min-width: 1200px) {
    .oneUp {
      display: flex;
      align-items: stretch; } }
  @media screen and (min-width: 768px) {
    .oneUp .oneUp-gallery,
    .oneUp .oneUp-text {
      width: 50%;
      margin-left: 25%;
      margin-right: 25%; } }
  @media screen and (min-width: 1200px) {
    .oneUp .oneUp-gallery,
    .oneUp .oneUp-text {
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (max-width: 1199px) {
    .oneUp .oneUp-gallery,
    .oneUp .oneUp-text {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .oneUp .oneUp-gallery,
    .oneUp .oneUp-text {
      width: 100%; } }
  .oneUp .oneUp-gallery .cardCampaign,
  .oneUp .oneUp-text .cardCampaign {
    padding: 3rem; }
    @media screen and (min-width: 992px) {
      .oneUp .oneUp-gallery .cardCampaign .cardCampaign-description p,
      .oneUp .oneUp-text .cardCampaign .cardCampaign-description p {
        display: -webkit-box;
        /* stylelint-disable-next-line */
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
        overflow: hidden;
        text-overflow: ellipsis; } }
  .oneUp .oneUp-gallery {
    position: relative; }
    .oneUp .oneUp-gallery.right-aligned-image {
      order: 2; }
    .oneUp .oneUp-gallery .featureColumn-font-zero,
    .oneUp .oneUp-gallery .featureColumn-font-zero div {
      /* stylelint-disable-next-line */
      height: 100% !important; }
  .oneUp .oneUp-text {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center; }
  .oneUp .imageWrapperLimit1 {
    /* stylelint-disable-next-line */
    height: 100% !important;
    overflow: visible; }
  .oneUp .media img {
    object-fit: cover; }

div[data-react-component="OneUp"] + script + div[data-react-component="OneUp"] > .featureSection {
  padding-top: 0; }

.partnersCarousel .slick-dots {
  bottom: -5rem; }
  .partnersCarousel .slick-dots li button::before {
    font-size: 1rem;
    color: #867050;
    opacity: .5; }
  .partnersCarousel .slick-dots li.slick-active button::before {
    opacity: 1; }

.partnersCarousel .partnersCarousel-slider {
  margin: 4rem 2rem 0; }

.partnersCarousel .partnersCarousel-card {
  background: #fff; }

.partnersCarousel .partnersCarousel-image {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding: 0; }
  @media (min-width: 768px) {
    .partnersCarousel .partnersCarousel-image {
      float: left;
      width: 41.66667%; } }
  @media (min-width: 992px) {
    .partnersCarousel .partnersCarousel-image {
      float: left;
      width: 33.33333%; } }

.partnersCarousel .partnersCarousel-content {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  color: #4a4a4a;
  padding: 2rem; }
  @media (min-width: 768px) {
    .partnersCarousel .partnersCarousel-content {
      float: left;
      width: 58.33333%; } }
  @media (min-width: 992px) {
    .partnersCarousel .partnersCarousel-content {
      float: left;
      width: 66.66667%; } }
  @media screen and (max-width: 767px) {
    .partnersCarousel .partnersCarousel-content {
      height: 24rem; } }
  @media screen and (min-width: 992px) {
    .partnersCarousel .partnersCarousel-content {
      padding: 3rem 2rem; } }

.partnersCarousel .partnersCarousel-title,
.partnersCarousel .partnersCarousel-heading {
  margin-bottom: 1rem; }

.partnersCarousel .partnersCarousel-heading h2 {
  font-size: 2.2rem; }

.partnersCarousel .partnersCarousel-pagination {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: right; }
  @media (min-width: 768px) {
    .partnersCarousel .partnersCarousel-pagination {
      float: left;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .partnersCarousel .partnersCarousel-pagination {
      display: none; } }

.partnerGrid-logoColumn .partner-item {
  padding: 20px; }

.partnerGrid-logoColumn img {
  max-width: 180px;
  margin: 0 auto;
  display: block; }

@media screen and (max-width: 767px) {
  .partnerGrid-logoColumn .partner-item {
    float: left;
    width: 50%; } }

@media screen and (min-width: 768px) {
  .partnerGrid-logoColumn {
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    .partnerGrid-logoColumn .partner-item {
      width: 20%; }
    .partnerGrid-logoColumn img {
      max-width: 180px; } }

.propertyHero {
  position: relative;
  height: 70vh; }
  @media screen and (min-width: 992px) {
    .propertyHero {
      height: 55vw;
      max-height: 88vh;
      min-height: 600px; } }
  .propertyHero .propertyHero-overlay {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.5));
    z-index: 1; }
    @media screen and (min-width: 992px) {
      .propertyHero .propertyHero-overlay {
        top: 0;
        height: 100%;
        min-height: 600px; } }
  .propertyHero .heroCarouselMedia-media::before {
    background: none; }
  .propertyHero .propertyHero-text {
    color: #fff;
    text-transform: initial;
    letter-spacing: normal;
    padding: 0 2rem;
    text-align: center;
    margin-bottom: 9.3rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--var-font-main-display-italic);
    font-style: var(--var-font-main-display-italic-style);
    font-size: 2.2rem;
    line-height: 1.45; }
    @media screen and (min-width: 768px) {
      .propertyHero .propertyHero-text {
        font-size: 3.2rem;
        line-height: 1.25; } }
  @media screen and (min-width: 768px) {
    .propertyHero .heroCarouselMedia-media .videoControl-wrapper {
      bottom: 3rem; } }
  @media screen and (min-width: 992px) {
    .propertyHero .heroCarouselMedia-media .videoControl-wrapper {
      bottom: 7rem; } }
  .propertyHero .heroCarouselMedia-media .videoControl-wrapper button {
    height: 20px;
    vertical-align: bottom; }
  .propertyHero .propertyHero-weather {
    position: absolute;
    bottom: 2rem;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    line-height: 1.6rem;
    text-transform: uppercase;
    left: 0;
    right: 0;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .propertyHero .propertyHero-weather {
        bottom: 3rem; } }
    @media screen and (min-width: 992px) {
      .propertyHero .propertyHero-weather {
        bottom: 7rem; } }
  .propertyHero .propertyHero-overlay .weather {
    margin-left: 10px;
    border-left: solid 1px #fff;
    padding-left: 10px; }
  .propertyHero .propertyHero-overlay .weather-icon {
    position: relative;
    top: 7px;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    background: transparent url(/assets/images/weather.png) no-repeat 0 0; }
  .propertyHero .propertyHero-overlay .type-01 {
    background-position: 0 1px; }
  .propertyHero .propertyHero-overlay .type-02,
  .propertyHero .propertyHero-overlay .type-34,
  .propertyHero .propertyHero-overlay .type-03,
  .propertyHero .propertyHero-overlay .type-04,
  .propertyHero .propertyHero-overlay .type-06,
  .propertyHero .propertyHero-overlay .type-35,
  .propertyHero .propertyHero-overlay .type-36,
  .propertyHero .propertyHero-overlay .type-38,
  .propertyHero .propertyHero-overlay .type-05 {
    background-position: -40px 1px; }
  .propertyHero .propertyHero-overlay .type-07,
  .propertyHero .propertyHero-overlay .type-08 {
    background-position: -80px 1px; }
  .propertyHero .propertyHero-overlay .type-11 {
    background-position: -117px 5px;
    width: 29px; }
  .propertyHero .propertyHero-overlay .type-12,
  .propertyHero .propertyHero-overlay .type-18,
  .propertyHero .propertyHero-overlay .type-13,
  .propertyHero .propertyHero-overlay .type-14,
  .propertyHero .propertyHero-overlay .type-39,
  .propertyHero .propertyHero-overlay .type-40 {
    background-position: -160px 2px; }
  .propertyHero .propertyHero-overlay .type-15,
  .propertyHero .propertyHero-overlay .type-16,
  .propertyHero .propertyHero-overlay .type-17,
  .propertyHero .propertyHero-overlay .type-41,
  .propertyHero .propertyHero-overlay .type-42 {
    background-position: 0 -40px;
    height: 21px; }
  .propertyHero .propertyHero-overlay .type-19,
  .propertyHero .propertyHero-overlay .type-22 {
    background-position: -40px -39px;
    height: 21px; }
  .propertyHero .propertyHero-overlay .type-20,
  .propertyHero .propertyHero-overlay .type-21,
  .propertyHero .propertyHero-overlay .type-43,
  .propertyHero .propertyHero-overlay .type-23,
  .propertyHero .propertyHero-overlay .type-44 {
    background-position: -78px -40px;
    height: 24px; }
  .propertyHero .propertyHero-overlay .type-24,
  .propertyHero .propertyHero-overlay .type-25,
  .propertyHero .propertyHero-overlay .type-26,
  .propertyHero .propertyHero-overlay .type-29 {
    background-position: -118px -35px;
    width: 22px; }
  .propertyHero .propertyHero-overlay .type-30 {
    background-position: -160px -40px;
    height: 24px;
    width: 23px; }
  .propertyHero .propertyHero-overlay .type-31 {
    background-position: 0 -79px;
    height: 25px;
    width: 23px; }
  .propertyHero .propertyHero-overlay .type-32 {
    background-position: -40px -78px; }
  .propertyHero .propertyHero-overlay .type-33 {
    background-position: -75px -78px; }
  .propertyHero .propertyHero-overlay .type-37 {
    background-position: -120px -75px;
    width: 25px; }

.restaurantListing .restaurantListing-heading {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 5rem; }
  @media (min-width: 768px) {
    .restaurantListing .restaurantListing-heading {
      float: left;
      width: 100%; } }

.restaurantListing .restaurantListing-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .restaurantListing .restaurantListing-row {
      width: auto;
      display: block;
      margin-left: -20px;
      margin-right: -20px; }
      .restaurantListing .restaurantListing-row::after {
        content: "";
        display: table;
        clear: both; } }

.restaurantListing .restaurantListing-cards .cardRestaurant-item {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .restaurantListing .restaurantListing-cards .cardRestaurant-item {
      float: left;
      width: 50%; } }
  @media screen and (min-width: 768px) {
    .restaurantListing .restaurantListing-cards .cardRestaurant-item {
      margin-bottom: 6rem; } }
  .restaurantListing .restaurantListing-cards .cardRestaurant-item:last-of-type {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .restaurantListing .restaurantListing-cards .cardRestaurant-item:nth-last-of-type(2):nth-of-type(2n+1) {
      margin-bottom: 0; } }

.roomSelectionTray {
  display: none;
  flex-direction: column; }
  .roomSelectionTray .roomSelectionTray-copy {
    padding: 1.8rem 0 1.8rem .7rem; }
    .roomSelectionTray .roomSelectionTray-copy .disclaimer {
      font-size: 1.8rem; }
  @media screen and (min-width: 992px) {
    .roomSelectionTray {
      justify-content: inherit; } }
  @media screen and (min-width: 768px) {
    .roomSelectionTray {
      display: flex;
      justify-content: center; }
      .roomSelectionTray .roomSelectionTray-copy .disclaimer {
        font-size: 1.8rem; }
      .roomSelectionTray .roomSelectionTray_new_rooms {
        margin-bottom: 20px; }
      .roomSelectionTray .roomSelectionTray-rooms li {
        margin: 0 1rem;
        width: 90px; } }
  .roomSelectionTray .roomSelectionTray-rooms {
    display: flex; }
    .roomSelectionTray .roomSelectionTray-rooms li {
      border: 1px dashed #ae9364;
      border-spacing: 2px;
      font-size: 1.3rem;
      height: 60px;
      line-height: 60px;
      margin: 0 2rem;
      position: relative;
      overflow: hidden;
      text-align: center;
      vertical-align: middle;
      width: 90px; }
      @media screen and (min-width: 992px) {
        .roomSelectionTray .roomSelectionTray-rooms li {
          margin: 0 1rem;
          width: 90px; } }
      @media screen and (min-width: 1200px) {
        .roomSelectionTray .roomSelectionTray-rooms li {
          width: 90px; } }
    .roomSelectionTray .roomSelectionTray-rooms .roomSelectionTray-populated {
      cursor: pointer;
      height: 60px;
      line-height: 60px;
      width: 105px; }
      .roomSelectionTray .roomSelectionTray-rooms .roomSelectionTray-populated::after {
        background: #000;
        color: #867050;
        content: "Remove";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: 0.4s opacity;
        width: 100%;
        z-index: 1; }
      .roomSelectionTray .roomSelectionTray-rooms .roomSelectionTray-populated:focus::after, .roomSelectionTray .roomSelectionTray-rooms .roomSelectionTray-populated:hover::after {
        opacity: .6; }
    .roomSelectionTray .roomSelectionTray-rooms .roomSelectionTray-img {
      max-height: 100%;
      max-width: 100%; }
  .roomSelectionTray .roomSelectionTray-compareBtn {
    margin-left: 2rem; }
    .roomSelectionTray .roomSelectionTray-compareBtn .button-primary {
      padding: 1.9rem 3rem; }
  .roomSelectionTray .roomSelectionTray_new_rooms {
    display: flex;
    flex-direction: row; }

.roomListing .roomListing-filters {
  padding-left: 0; }
  @media screen and (min-width: 768px) {
    .roomListing .roomListing-filters {
      display: inline-block;
      width: 100%; } }
  @media screen and (min-width: 992px) {
    .roomListing .roomListing-filters {
      padding-left: 2rem;
      width: auto; } }
  .roomListing .roomListing-filters .roomListing-filterBar {
    padding: 0 2rem;
    width: 100%; }
    @media screen and (min-width: 992px) {
      .roomListing .roomListing-filters .roomListing-filterBar {
        display: inline-block;
        width: inherit;
        padding: 0; } }
    .roomListing .roomListing-filters .roomListing-filterBar .filterBar-filter {
      margin-right: 1.5rem;
      padding-right: 1.5rem;
      margin-bottom: 0; }
      .roomListing .roomListing-filters .roomListing-filterBar .filterBar-filter:lang(kr) {
        margin-right: 1rem;
        padding-right: 1rem; }
  @media screen and (min-width: 992px) {
    .roomListing .roomListing-filters .roomListing-filterLabel {
      display: inline-block;
      vertical-align: sub; } }
  .roomListing .roomListing-filters .filterBar_roomlist {
    line-height: .5; }
  .roomListing .roomListing-filters .filterBar-filters {
    padding: 5rem 0; }

.roomListing .roomListing-selectionTray {
  clear: both;
  float: none;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .roomListing .roomListing-selectionTray {
      clear: none;
      float: right;
      width: inherit; } }
  .roomListing .roomListing-selectionTray:lang(ja), .roomListing .roomListing-selectionTray:lang(fr) {
    clear: both;
    float: none;
    margin: 0 auto;
    width: 100%;
    padding-left: 4rem; }

.roomListing .roomListing-rooms {
  clear: both; }

.roomListing .roomListing-headingWrapper {
  background-color: #fff; }

.roomListing .roomListing-heading {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .roomListing .roomListing-heading {
      float: left;
      width: 100%; } }

.roomListing .roomListing-room {
  margin-top: 2rem;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .roomListing .roomListing-room {
      float: left;
      width: 50%; } }
  @media screen and (min-width: 768px) {
    .roomListing .roomListing-room {
      margin-top: 6rem; } }
  .roomListing .roomListing-room.large {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 992px) {
      .roomListing .roomListing-room.large {
        float: left;
        width: 100%; } }
    @media screen and (min-width: 992px) {
      .roomListing .roomListing-room.large {
        padding: 0; } }
    .roomListing .roomListing-room.large .cardRoomDetails-cta {
      display: none; }
  @media screen and (max-width: 767px) {
    .roomListing .roomListing-room.medium, .roomListing .roomListing-room.large {
      padding: 0; } }

[dir="rtl"] .roomListing-room {
  /* stylelint-disable-next-line */
  float: right !important; }

@media screen and (min-width: 992px) {
  [dir="rtl"] .roomListing-selectionTray {
    float: left; } }

.roomSelections {
  padding: 2rem; }
  .roomSelections .roomSelections-backBtn {
    display: block;
    margin: 2rem 0;
    width: 100%; }
  .roomSelections .roomSelections-rooms {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 5rem;
    margin-top: 3rem; }
    .roomSelections .roomSelections-rooms::after {
      content: "";
      display: table;
      clear: both; }
  .roomSelections .roomSelections-room {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 2rem 0; }
    @media (min-width: 992px) {
      .roomSelections .roomSelections-room {
        float: left;
        width: 33.33333%; } }
    .roomSelections .roomSelections-room .roomSelections-slot {
      border: 1px dashed #d4d4d4;
      color: #d4d4d4;
      font-size: 1.2rem;
      line-height: 20rem;
      min-height: 20rem;
      padding: 2rem;
      text-align: center;
      text-transform: uppercase; }
  .roomSelections .roomSelections-details {
    margin-left: -20px;
    margin-right: -20px; }
    .roomSelections .roomSelections-details::after {
      content: "";
      display: table;
      clear: both; }
  .roomSelections .roomSelections-blockquote {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 992px) {
      .roomSelections .roomSelections-blockquote {
        float: left;
        width: 33.33333%; } }
    .roomSelections .roomSelections-blockquote blockquote {
      font-size: 2rem;
      max-width: 27rem; }
  .roomSelections .roomSelections-amenities {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 992px) {
      .roomSelections .roomSelections-amenities {
        float: left;
        width: 66.66667%; } }
    .roomSelections .roomSelections-amenities ul {
      padding: 2rem 1rem; }
      .roomSelections .roomSelections-amenities ul li {
        margin-bottom: 1.5rem;
        padding: 0 3rem;
        position: relative;
        vertical-align: top; }
        .roomSelections .roomSelections-amenities ul li::before {
          content: "\25CF\A0";
          left: 0;
          position: absolute; }
    .roomSelections .roomSelections-amenities p {
      margin-bottom: 1rem; }
    .roomSelections .roomSelections-amenities li {
      display: inline-block;
      width: 50%; }

.treatmentSelect .select {
  margin-bottom: 1.5rem; }

.spaBooking h3 {
  margin-bottom: 2rem; }

.spaBooking .spaBooking-form,
.spaBooking .spaBooking-selection {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 6rem; }
  .spaBooking .spaBooking-form::after,
  .spaBooking .spaBooking-selection::after {
    content: "";
    display: table;
    clear: both; }
  .spaBooking .spaBooking-form .spaBooking-section,
  .spaBooking .spaBooking-selection .spaBooking-section {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 992px) {
      .spaBooking .spaBooking-form .spaBooking-section,
      .spaBooking .spaBooking-selection .spaBooking-section {
        float: left;
        width: 33.33333%; } }
  .spaBooking .spaBooking-form .spaBooking-section--full,
  .spaBooking .spaBooking-selection .spaBooking-section--full {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; }
  .spaBooking .spaBooking-form .spaBooking-expiry .formField,
  .spaBooking .spaBooking-selection .spaBooking-expiry .formField {
    display: inline-block;
    width: 49%; }
    .spaBooking .spaBooking-form .spaBooking-expiry .formField:first-child,
    .spaBooking .spaBooking-selection .spaBooking-expiry .formField:first-child {
      margin-right: 2%; }

.spaBooking .spaBooking-timeSlot {
  display: inline-block; }
  .spaBooking .spaBooking-timeSlot input[type=radio] {
    opacity: 0;
    position: absolute; }
    .spaBooking .spaBooking-timeSlot input[type=radio]:checked + label,
    .spaBooking .spaBooking-timeSlot input[type=radio]:focus + label {
      background-color: #867050;
      color: #fff; }
  .spaBooking .spaBooking-timeSlot .tag {
    cursor: pointer; }

.spaBooking .formField {
  margin-bottom: 1.5rem; }

.spaBooking .icon-refresh,
.spaBooking .icon-close-small,
.spaBooking .icon-tick {
  display: inline-block;
  font-size: 2rem;
  margin-left: 2rem;
  margin-right: 1rem; }

.spaBooking .icon-refresh {
  animation: spin .6s linear;
  animation-iteration-count: infinite;
  display: inline-block;
  transform-origin: 56% 45%; }

@keyframes spin {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0deg); } }

.spaBooking .icon-tick::before {
  color: #89b2f1; }

.spaBooking .icon-close-small::before {
  color: #961928; }

/* TODO: Add Robin's styles...? */
.SingleDatePicker .DateRangePickerInput {
  border: 0;
  background: transparent; }
  .SingleDatePicker .DateRangePickerInput .DateInput,
  .SingleDatePicker .DateRangePickerInput input[type=text] {
    background: transparent; }
    .SingleDatePicker .DateRangePickerInput .DateInput::-webkit-input-placeholder,
    .SingleDatePicker .DateRangePickerInput input[type=text]::-webkit-input-placeholder {
      color: #4a4a4a; }
    .SingleDatePicker .DateRangePickerInput .DateInput::-moz-placeholder,
    .SingleDatePicker .DateRangePickerInput input[type=text]::-moz-placeholder {
      color: #4a4a4a; }
    .SingleDatePicker .DateRangePickerInput .DateInput:-ms-input-placeholder,
    .SingleDatePicker .DateRangePickerInput input[type=text]:-ms-input-placeholder {
      color: #4a4a4a; }
    .SingleDatePicker .DateRangePickerInput .DateInput:-moz-placeholder,
    .SingleDatePicker .DateRangePickerInput input[type=text]:-moz-placeholder {
      color: #4a4a4a; }

.SingleDatePicker .DateInput_input {
  color: #4a4a4a;
  font-family: "Futura Book", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #4a4a4a; }

.SingleDatePicker .DateInput_input__focused {
  border-bottom: 0;
  box-shadow: inset 0 0 5px #4d90fe; }

.SingleDatePicker .CalendarDay__hovered_span,
.SingleDatePicker .CalendarDay__hovered_span:hover {
  background: #d4d4d4;
  border: 1px double #d4d4d4;
  color: #fff; }

.SingleDatePicker .DayPickerNavigation_container path {
  fill: #867050; }

.SingleDatePicker .DayPickerKeyboardShortcuts_buttonReset {
  display: none; }

.SingleDatePicker .CalendarDay__selected,
.SingleDatePicker .CalendarDay__selected:active,
.SingleDatePicker .CalendarDay__selected:hover {
  background-color: #867050;
  border-color: #ad9d83; }

.SingleDatePicker .CalendarDay__selected_span {
  background: #ae9364;
  border-color: #ad9d83; }
  .SingleDatePicker .CalendarDay__selected_span:active, .SingleDatePicker .CalendarDay__selected_span:hover {
    background: #ad9d83;
    border-color: #ad9d83; }

.SingleDatePicker .DayPickerKeyboardShortcuts_show__bottomRight {
  border-right-color: #867050; }
  .SingleDatePicker .DayPickerKeyboardShortcuts_show__bottomRight:hover {
    border-right-color: #7f7159; }

.SingleDatePicker .DayPickerNavigation_button__default {
  border: 0; }

.SingleDatePicker .CalendarMonth_caption {
  font-family: var(--var-font-main-display);
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1.08px; }

.socialShare {
  margin: 2rem auto -3rem auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  max-width: 1250px;
  width: 100%;
  height: 0; }
  .socialShare .socialShare-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    height: 0; }
    .socialShare .socialShare-container::after {
      content: "";
      display: table;
      clear: both; }
  .socialShare .socialShare-bottom {
    margin-top: 0; }
    @media screen and (min-width: 768px) {
      .socialShare .socialShare-bottom {
        margin-top: 7rem; } }
  .socialShare .placeExists {
    height: .01px; }

div[data-react-component="SocialShare"] {
  position: relative;
  height: .01px; }

.standardHero {
  display: block;
  position: relative;
  padding-top: 90px; }
  @media screen and (min-width: 992px) {
    .standardHero {
      padding-top: 50px; } }
  .standardHero .standardHero-image img {
    display: block;
    width: 100%; }
  .standardHero .standardHero-overlay {
    top: 90px;
    width: 100%;
    height: calc(100% - 90px);
    display: flex;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 992px) {
      .standardHero .standardHero-overlay {
        top: 50px;
        height: calc(100% - 50px); } }
  .standardHero .standardHero-text {
    color: #fff;
    text-transform: initial;
    letter-spacing: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--var-font-main-display-italic);
    font-style: var(--var-font-main-display-italic-style);
    font-size: 2.2rem;
    line-height: 1.45; }
    @media screen and (min-width: 768px) {
      .standardHero .standardHero-text {
        font-size: 3.2rem;
        line-height: 1.25; } }
    @media screen and (min-width: 768px) {
      .standardHero .standardHero-text {
        margin-top: 5%; } }
    @media screen and (min-width: 992px) {
      .standardHero .standardHero-text {
        margin-top: 15rem; } }
  .standardHero .standardHero-text h1 {
    color: #fff;
    font-family: var(--var-font-main-display-italic);
    font-size: 32px;
    text-transform: initial;
    margin-top: 150px; }

.standardHero-news {
  padding-top: 50px; }
  .standardHero-news .standardHero-overlay {
    top: 50px;
    height: calc(100% - 50px); }

.staticAccordion-innerHtml {
  padding: 2rem 0; }

div[data-react-component="StaticAccordion"] + div[data-react-component="StaticAccordion"] {
  margin-top: 2rem; }

.storeListing {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .storeListing::after {
    content: "";
    display: table;
    clear: both; }
  .storeListing .storeListing-cardsWrapper {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 3.5rem; }
    .storeListing .storeListing-cardsWrapper::after {
      content: "";
      display: table;
      clear: both; }
  .storeListing .storeListing-card {
    margin-bottom: 4rem; }
    @media screen and (min-width: 768px) {
      .storeListing .storeListing-card {
        position: relative;
        min-height: 1px;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        min-height: 1px;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        min-height: 1px;
        padding-left: 20px;
        padding-right: 20px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .storeListing .storeListing-card {
      float: left;
      width: 50%; } }
  @media screen and (min-width: 768px) and (min-width: 992px) {
    .storeListing .storeListing-card {
      float: left;
      width: 25%; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .storeListing .storeListing-card {
      float: left;
      width: 25%; } }
    @media screen and (min-width: 768px) {
      .storeListing .storeListing-card {
        height: 41rem; } }
    @media screen and (min-width: 992px) {
      .storeListing .storeListing-card {
        height: 32rem; } }
    @media screen and (min-width: 1200px) {
      .storeListing .storeListing-card {
        height: 34rem; } }

.textInfoCTA .textInfoCTA-card {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 992px) {
    .textInfoCTA .textInfoCTA-card {
      float: left;
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .textInfoCTA .textInfoCTA-card {
      right: 66.66667%; } }

.textInfoCTA .textInfoCTA-textWrapper {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    .textInfoCTA .textInfoCTA-textWrapper {
      float: left;
      width: 66.66667%; } }
  @media (min-width: 992px) {
    .textInfoCTA .textInfoCTA-textWrapper {
      left: 33.33333%; } }
  .textInfoCTA .textInfoCTA-textWrapper ul {
    padding: 2rem 1rem; }
    .textInfoCTA .textInfoCTA-textWrapper ul li {
      margin-bottom: 1.5rem;
      padding: 0 3rem;
      position: relative;
      vertical-align: top; }
      .textInfoCTA .textInfoCTA-textWrapper ul li::before {
        content: "\25CF\A0";
        left: 0;
        position: absolute; }

.textInfoCTA .textInfoCTA-text-expanded {
  -webkit-line-clamp: inherit;
  display: inline-block;
  height: auto;
  max-height: 1000px;
  text-overflow: inherit;
  overflow: hidden;
  transition: .5s max-height; }

.textInfoCTA .textInfoCTA-text-collapsed {
  /* stylelint-disable */
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  /* stylelint-enable */
  max-width: 100%;
  max-height: 12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .5s max-height; }
  @media screen and (min-width: 992px) {
    .textInfoCTA .textInfoCTA-text-collapsed {
      /* stylelint-disable */
      -webkit-line-clamp: inherit;
      display: inline-block;
      /* stylelint-enable */
      height: auto;
      max-height: inherit;
      text-overflow: inherit; } }

.textInfoCTA .textInfoCTA-viewMore {
  margin-top: 1rem; }
  @media screen and (min-width: 992px) {
    .textInfoCTA .textInfoCTA-viewMore {
      display: none; } }

.textInfoCTA .textInfoCTA-disclaimer {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
  font-style: italic;
  color: #4a4a4a;
  line-height: 1.5;
  display: block;
  margin: 2rem 0; }

.textInfoCTA .textInfoCTA-group:not(:last-of-type) {
  margin-bottom: 2rem; }

.textInfoCTA .textInfoCTA-title {
  margin-bottom: 2rem; }

.textInfoCTA .iframeSmallCenter {
  margin: 40px auto 0 auto;
  display: block;
  border: 12px solid #e8e8e8;
  box-sizing: content-box; }

.textComponent {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .textComponent {
      float: left;
      width: 50%; } }
  .textComponent.textComponent--full {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .textComponent.textComponent--full {
        float: left;
        width: 100%; } }
  .textComponent > * + * {
    margin-top: 1rem; }
  .textComponent.textComponent--centered {
    text-align: center; }
    @media (min-width: 768px) {
      .textComponent.textComponent--centered:not(.textComponent--full) {
        margin-left: 25%; } }
    .textComponent.textComponent--centered button {
      margin-left: auto;
      margin-right: auto; }
  .textComponent.textComponent--right {
    text-align: right; }
    @media (min-width: 768px) {
      .textComponent.textComponent--right:not(.textComponent--full) {
        margin-left: 50%; } }
    .textComponent.textComponent--right button {
      margin-left: 0;
      margin-right: 0;
      float: right; }
  .textComponent.textComponent--centered.richText ul, .textComponent.textComponent--right.richText ul {
    padding-left: 4rem; }
  .textComponent.textComponent--centered.richText li, .textComponent.textComponent--right.richText li {
    padding: 0;
    display: inline; }
    .textComponent.textComponent--centered.richText li::before, .textComponent.textComponent--right.richText li::before {
      left: -30px; }
    .textComponent.textComponent--centered.richText li::after, .textComponent.textComponent--right.richText li::after {
      content: "";
      display: block; }
  .textComponent .linkCTA {
    justify-content: center; }

.featureSection-darkGrey .textComponent,
.featureSection-darkGrey .linkCTA {
  color: #fff; }

@media screen and (min-width: 768px) {
  [dir=rtl] .textComponent {
    float: right; } }

.textTags .textTags-aside {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .textTags .textTags-aside {
      float: left;
      width: 25%; } }
  @media screen and (min-width: 992px) {
    .textTags .textTags-aside {
      padding-top: 4rem; } }

.textTags .textTags-article {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .textTags .textTags-article {
      float: left;
      width: 75%; } }

.textTags .textTags-headline {
  margin-bottom: 1rem; }

.textTags .textTags-ctaLink {
  margin-bottom: 3rem; }

.textTags .textTags-video {
  margin: 2rem 0; }

.threeTiles .threeTiles-heading {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 5rem; }
  @media (min-width: 768px) {
    .threeTiles .threeTiles-heading {
      float: left;
      width: 100%; } }

.threeTiles .threeTiles-cards .offer-item {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .threeTiles .threeTiles-cards .offer-item {
      float: left;
      width: 33.33333%; } }
  .threeTiles .threeTiles-cards .offer-item > div {
    display: block; }
  @media screen and (min-width: 768px) {
    .threeTiles .threeTiles-cards .offer-item {
      margin-bottom: 6rem; } }

.fourTiles .fourTiles-heading {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 5rem; }
  @media (min-width: 768px) {
    .fourTiles .fourTiles-heading {
      float: left;
      width: 100%; } }

.fourTiles .fourTiles-cards .offer-item {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .fourTiles .fourTiles-cards .offer-item {
      float: left;
      width: 25%; } }
  .fourTiles .fourTiles-cards .offer-item > div {
    display: block; }
  @media screen and (min-width: 768px) {
    .fourTiles .fourTiles-cards .offer-item {
      margin-bottom: 6rem; } }

.threeTilesOffers .threeTilesOffers-heading {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 5rem; }
  @media (min-width: 768px) {
    .threeTilesOffers .threeTilesOffers-heading {
      float: left;
      width: 100%; } }

@media screen and (max-width: 767px) {
  .threeTilesOffers .cardSmall {
    margin: 0; } }

.threeTilesOffers .threeTilesOffers-cards .offer-item {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .threeTilesOffers .threeTilesOffers-cards .offer-item {
      float: left;
      width: 33.33333%; } }
  .threeTilesOffers .threeTilesOffers-cards .offer-item > div {
    display: block; }
  @media screen and (min-width: 768px) {
    .threeTilesOffers .threeTilesOffers-cards .offer-item {
      margin-bottom: 6rem; } }

.featureSection-dark .twoByTwo .cardArticle-text {
  border: 0 !important; }

.twoByTwoListing .twoByTwoListing-headline {
  margin-bottom: 4rem; }

.twoByTwoListing .twoByTwoListing-card {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .twoByTwoListing .twoByTwoListing-card {
      float: left;
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .twoByTwoListing .twoByTwoListing-card {
      padding: 0; } }
  .twoByTwoListing .twoByTwoListing-card .twoByTwo .cardArticle-text {
    border: 1px solid #d4d4d4; }

.venuesListing .venuesListing-heading {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 5rem; }
  .venuesListing .venuesListing-heading::after {
    content: "";
    display: table;
    clear: both; }

.venuesListing .venuesListing-accordion {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .venuesListing .venuesListing-accordion {
      float: left;
      width: 100%; } }

.venuesListing .venuesListing-card {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    .venuesListing .venuesListing-card {
      float: left;
      width: 50%; } }

.venuesListing-modal-cta {
  display: inline-block; }

.venuesListing-modal-cta,
.venuesListing-modal-intro,
.venuesListing-modal-heading,
.venuesListing-modal-description {
  margin-top: 2rem; }

.black-bg {
  background-color: #000;
  position: relative; }

.error-page-cover-404 {
  min-height: 70rem;
  height: 37vw;
  text-align: center;
  overflow: hidden; }
  .error-page-cover-404 img {
    width: auto;
    height: auto;
    padding-top: 10px;
    margin: 0 auto;
    opacity: .4; }

.error-page-content {
  position: absolute;
  top: 30vh;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  width: 645px;
  margin: 0 auto;
  max-width: 90%; }
  .error-page-content h2 {
    padding-bottom: 2rem;
    font-size: 3.5rem;
    font: 45px/35px "Minion Regular",Times,"Times New Roman",serif; }
  .error-page-content h4 {
    text-transform: none;
    margin-top: 1rem; }

.black-bg {
  background-color: #000;
  position: relative; }

#logo {
  margin-left: 16.5%;
  opacity: 1; }

.error-page-cover {
  height: 100vh;
  text-align: center;
  overflow: hidden; }
  .error-page-cover img {
    display: block;
    width: auto;
    height: auto;
    padding-top: 10px;
    margin: 0 auto;
    opacity: .4; }

.error-page-content {
  position: absolute;
  top: 30vh;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  width: 645px;
  margin: 0 auto;
  max-width: 90%; }
  .error-page-content h2 {
    padding-bottom: 2rem;
    font-size: 3.5rem;
    font: 45px/35px "Minion Regular",Times,"Times New Roman",serif; }
  .error-page-content h4 {
    text-transform: none;
    margin-top: 1rem; }

.ValentineCampaign {
  margin-top: 50px;
  background: #ac151c center no-repeat;
  background-size: cover;
  height: calc(100vh - 50px);
  min-height: 518px;
  overflow: hidden; }
  .ValentineCampaign img {
    width: 100%; }
  .ValentineCampaign .subImagesDesktop {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    z-index: 0; }
    .ValentineCampaign .subImagesDesktop img {
      position: absolute;
      left: 50%;
      top: 50%;
      height: auto; }
  .ValentineCampaign .slides {
    overflow: hidden;
    position: relative;
    height: calc(100vh - 50px);
    outline: 0; }
  .ValentineCampaign .mainImage {
    margin: 6rem auto 0 auto;
    text-align: center;
    background: center no-repeat;
    background-size: contain;
    width: 80%;
    height: 120vw;
    max-height: calc(100vh - 200px);
    z-index: 0;
    position: relative; }
    @media screen and (min-width: 992px) {
      .ValentineCampaign .mainImage {
        width: 50rem;
        height: 70rem; } }
  .ValentineCampaign .cursor {
    margin: 0 auto;
    text-align: center;
    width: 5rem;
    position: relative; }
    @media screen and (min-width: 992px) {
      .ValentineCampaign .cursor {
        display: none; } }
    .ValentineCampaign .cursor img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      animation: cursorJump 1s infinite; }

@keyframes cursorJump {
  0% {
    top: -1rem; }
  50% {
    top: 1rem; }
  100% {
    top: -1rem; } }
  .ValentineCampaign .msgHint {
    margin-top: 6rem;
    text-align: center;
    color: #fff;
    opacity: 0; }
    @media screen and (min-width: 992px) {
      .ValentineCampaign .msgHint {
        display: none; } }
    .ValentineCampaign .msgHint::before {
      content: "[ "; }
    .ValentineCampaign .msgHint::after {
      content: " ]"; }
  .ValentineCampaign.slide-control-1 .msgHint {
    animation: msgShow 2s forwards; }

@keyframes msgShow {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .ValentineCampaign .slide1 {
    z-index: 10; }
  .ValentineCampaign .slide2 {
    z-index: 0;
    transform: translateY(-200%); }
    .ValentineCampaign .slide2 .destinationTabs {
      position: absolute;
      bottom: 10vh;
      left: 0;
      right: 0;
      opacity: 0; }

@keyframes slide1Top {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100%); } }

@keyframes destinationTabs {
  0% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .ValentineCampaign.slide-control-2 .slide1 {
    transform: translateY(0);
    animation: slide1Top 2s forwards; }
    .ValentineCampaign.slide-control-2 .slide1 .cursor,
    .ValentineCampaign.slide-control-2 .slide1 .msgHint {
      display: none; }
  .ValentineCampaign.slide-control-2 .slide2 {
    animation: slide2 1.5s forwards; }

@keyframes slide2 {
  0% {
    transform: translateY(-200%); }
  100% {
    transform: translateY(-100%); } }
  .ValentineCampaign.slide-control-2 .destinationTabs {
    animation: destinationTabs 2s forwards; }
  .ValentineCampaign.slide-control-3 .destinationTabs {
    display: none; }
  .ValentineCampaign.slide-control-4 .slide3 .cursor {
    display: none; }
  .ValentineCampaign.slide-control-4 .destinationTabs {
    z-index: 5;
    animation: destinationTabs 2.5s forwards;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .ValentineCampaign.slide-control-4 .step2Action {
    animation: slide1TopSmall 2s forwards; }

@keyframes slide1TopSmall {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-1080px); } }
  .ValentineCampaign.slide-control-4 .slide4 {
    animation: slide1Top 2s forwards; }
  .ValentineCampaign .boxTitle {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 4rem 2rem;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    width: 80%;
    max-width: 40rem;
    margin: 10vh auto 0 auto;
    font-family: var(--var-font-main-display); }
    @media screen and (min-width: 992px) {
      .ValentineCampaign .boxTitle {
        margin-top: 100px;
        font-size: 2.6rem;
        padding: 4rem 4rem; } }
    @media screen and (min-width: 1441px) {
      .ValentineCampaign .boxTitle {
        max-width: 50rem;
        font-size: 3rem;
        padding: 6rem 4rem; } }
  .ValentineCampaign .boxDescriptiion {
    text-align: center;
    color: #fff;
    width: 80%;
    max-width: 55rem;
    margin: 10vh auto 0 auto;
    font-size: 1.7rem; }
  .ValentineCampaign .linkDestination {
    font-size: 1.7rem;
    color: #fff; }
    .ValentineCampaign .linkDestination::before {
      background: rgba(255, 255, 255, 0.4); }
  .ValentineCampaign .linkList-linkWrapper {
    width: 33.333%;
    padding-left: 0;
    padding-right: 0;
    text-align: center; }
  .ValentineCampaign .linkList {
    padding: 0 40px;
    margin: 0 auto;
    max-width: 50rem; }
  .ValentineCampaign .step2Action {
    text-align: center;
    color: #fff;
    width: 80%;
    max-width: 55rem;
    margin: 0 auto;
    position: relative; }
    .ValentineCampaign .step2Action img {
      position: absolute;
      left: 0;
      top: -15px;
      width: 15px; }
      @media screen and (max-width: 991.5px) {
        .ValentineCampaign .step2Action img {
          display: none; } }
  .ValentineCampaign .slide3 .mainImage,
  .ValentineCampaign .slide4 .mainImage {
    width: 60%;
    max-width: 45rem; }
  .ValentineCampaign .slide3 .mainImage {
    padding-top: 30%; }
    .ValentineCampaign .slide3 .mainImage .cursor {
      width: 5rem;
      margin: 0 auto;
      padding-top: 5rem; }
  .ValentineCampaign .slide4 .balloonList {
    padding-left: 0;
    padding-right: 17px;
    margin: 6rem auto;
    height: calc(100vh - 50px);
    overflow-y: scroll;
    width: 100%;
    box-sizing: content-box; }
  .ValentineCampaign .slide4 .balloonListInner {
    padding-bottom: 10rem; }
    @media screen and (min-width: 992px) {
      .ValentineCampaign .slide4 .balloonListInner {
        padding-left: 15vw;
        padding-right: 15vw; } }
    @media screen and (min-width: 1441px) {
      .ValentineCampaign .slide4 .balloonListInner {
        padding-left: 25vw;
        padding-right: 25vw; } }
  .ValentineCampaign .slide4 .balloonCtn {
    overflow: auto; }
    .ValentineCampaign .slide4 .balloonCtn:nth-child(even) .balloon {
      float: right; }
  .ValentineCampaign .slide4 .balloon {
    height: 25rem;
    width: 15rem;
    background: center no-repeat;
    background-size: contain;
    float: left;
    position: relative;
    outline: 0; }
    @media screen and (min-width: 992px) {
      .ValentineCampaign .slide4 .balloon {
        height: 33rem;
        width: 20rem; } }
  .ValentineCampaign .slide4 .logo {
    background: center no-repeat;
    background-size: contain;
    position: absolute;
    width: 55px;
    height: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px; }
    @media screen and (min-width: 992px) {
      .ValentineCampaign .slide4 .logo {
        width: 7rem;
        height: 10rem; } }

.ValentineModal_Overlay {
  background: rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 991.5px) {
    .ValentineModal_Overlay .rightFix {
      padding-right: 15%; }
    .ValentineModal_Overlay .leftFix {
      padding-left: 20px;
      font-size: 0; } }

.ValentineModal {
  background-color: transparent;
  display: block;
  outline: 0; }
  .ValentineModal:focus {
    outline: 0; }
  @media screen and (max-width: 991.5px) {
    .ValentineModal {
      position: relative;
      top: 50%;
      left: 50%;
      right: 0;
      bottom: 0;
      width: 90%;
      text-align: center;
      transform: translate(-50%, -50%) !important;
      padding: 0; } }
  @media screen and (min-width: 992px) {
    .ValentineModal {
      left: 10vw;
      right: 10vw;
      top: 10%;
      bottom: 10%;
      padding: 1% 10rem;
      background: rgba(0, 0, 0, 0.5); } }
  .ValentineModal .ReactModal_Modal_Header {
    z-index: 10;
    position: absolute;
    top: -26px;
    right: 20%; }
    @media screen and (min-width: 992px) {
      .ValentineModal .ReactModal_Modal_Header {
        top: -16px;
        right: 5%; } }
    .ValentineModal .ReactModal_Modal_Header .Modal_Header_Close {
      background-color: #ac151c;
      border-radius: 50%;
      border: 2px solid #fff;
      padding: 6px; }
    .ValentineModal .ReactModal_Modal_Header .icon-close-large,
    .ValentineModal .ReactModal_Modal_Header .icon-close-large::before {
      color: #fff;
      font-size: 1.5rem !important;
      line-height: 1.5rem;
      width: 1.5rem; }
  .ValentineModal .ReactModal_Modal_Contents {
    overflow: visible;
    position: relative; }
    @media screen and (min-width: 992px) {
      .ValentineModal .ReactModal_Modal_Contents {
        padding: 10% 30px 50px 63%;
        min-height: 32vw;
        margin-top: 3vh; }
        .ValentineModal .ReactModal_Modal_Contents::before {
          background-color: #fff;
          content: "";
          position: absolute;
          z-index: -1;
          left: 30%;
          top: 50px;
          right: 0;
          bottom: 50px; } }
  .ValentineModal .valentineModalTitle {
    font-size: 2rem;
    font-family: var(--var-font-main-display); }
    @media screen and (max-width: 991.5px) {
      .ValentineModal .valentineModalTitle {
        padding-top: 20px; } }
  .ValentineModal .valentineModalDescription {
    font-size: 1.3rem;
    height: 20rem;
    overflow: hidden; }
    @media screen and (max-width: 991.5px) {
      .ValentineModal .valentineModalDescription .richText {
        padding: 0 20px 20px 20px; } }
  .ValentineModal .valentineModalImage {
    background: center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 991.5px) {
      .ValentineModal .valentineModalImage {
        width: 100%; } }
    @media screen and (min-width: 992px) {
      .ValentineModal .valentineModalImage {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60%; } }
  .ValentineModal .button-valentine {
    text-align: left; }
    @media screen and (max-width: 991.5px) {
      .ValentineModal .button-valentine {
        padding-left: 20px; } }
    @media screen and (min-width: 992px) {
      .ValentineModal .button-valentine {
        margin-bottom: 20px; }
        .ValentineModal .button-valentine a {
          margin-top: 20px;
          display: inline-block; } }
    .ValentineModal .button-valentine button {
      padding: .7rem 3rem;
      background-position: center;
      margin: 10px 0; }
  .ValentineModal .slick-arrow {
    z-index: 5;
    bottom: -43px;
    top: auto; }
    .ValentineModal .slick-arrow::before {
      display: none; }
    .ValentineModal .slick-arrow .chevron-left,
    .ValentineModal .slick-arrow .chevron-right {
      border-color: #ac151c;
      border-width: 3px;
      width: 17px;
      height: 17px; }
  .ValentineModal .slick-prev {
    left: 20%; }
  .ValentineModal .slick-next {
    right: 32%; }
  .ValentineModal .arrowPlaceholder {
    height: 56px; }
  @media screen and (max-width: 991.5px) {
    .ValentineModal .popupBG {
      z-index: -1;
      position: absolute;
      top: 0;
      right: 15%;
      bottom: 0;
      left: 0;
      background-color: #fff; } }

.summer-arcade {
  overflow: visible; }
  .summer-arcade .hide-form {
    height: 0;
    overflow: hidden;
    visibility: hidden; }
  .summer-arcade .button-container {
    text-align: center;
    margin: 4rem 0 3rem 0; }
  .summer-arcade .or {
    padding-bottom: 3rem;
    text-align: center;
    font-size: 2.5rem; }
  .summer-arcade .textField {
    padding-bottom: 4rem; }
  .summer-arcade .purchase-container {
    overflow: visible;
    clear: both; }
    @media screen and (max-width: 767px) {
      .summer-arcade .purchase-container {
        padding-left: 15px;
        padding-right: 15px; } }
  .summer-arcade .offset-container {
    padding-left: 0;
    padding-right: 30px; }
  .summer-arcade .back-center {
    padding: 20px 0;
    text-align: center; }
    .summer-arcade .back-center .linkCTA {
      padding: 10px; }
  .summer-arcade .add-item {
    text-align: center;
    padding-bottom: 3rem;
    clear: both; }
    .summer-arcade .add-item p {
      padding-bottom: 2rem; }
  .summer-arcade .Modal_Header_Close {
    position: absolute;
    top: 14px;
    right: -7px; }
  .summer-arcade form {
    clear: both; }
  .summer-arcade .table ul:first-child {
    font-weight: bold; }
  .summer-arcade .table ul:not(:first-child) {
    border-bottom: 1px solid #d4d4d4;
    margin-top: 10px; }
    .summer-arcade .table ul:not(:first-child) li {
      cursor: pointer; }
  .summer-arcade .table ul:not(:first-child):hover {
    color: #867050;
    border-bottom: 1px solid #867050; }
  .summer-arcade .table li {
    display: inline-block;
    width: 25%;
    word-break: break-all;
    padding: 0 3px;
    vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .summer-arcade .featureColumn-third-xs {
      padding-left: 5px;
      padding-right: 5px; }
      .summer-arcade .featureColumn-third-xs .input {
        text-indent: 10px; }
      .summer-arcade .featureColumn-third-xs .select-label {
        text-indent: 10px;
        text-overflow: ellipsis;
        word-break: break-all;
        padding-right: 10px; }
      .summer-arcade .featureColumn-third-xs .DateInput_input {
        padding-left: 5px;
        padding-right: 5px; }
      .summer-arcade .featureColumn-third-xs .Modal_Header_Close {
        right: -20px; } }
  .summer-arcade .select {
    overflow: hidden; }
  .summer-arcade .Date_Picker > .error {
    background-color: #f2f2f3;
    z-index: 2; }

.GeneralPopup-modal .ReactModal__Modal {
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  bottom: auto;
  display: block;
  width: 80%; }
  @media screen and (min-width: 768px) {
    .GeneralPopup-modal .ReactModal__Modal {
      max-width: 80vw;
      width: 840px; } }

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .GeneralPopup-modal .ReactModal__Modal {
    max-width: 70vw;
    top: 50%;
    bottom: auto;
    display: block; } }

.GeneralPopup-modal .ReactModal_Modal_Header h3 {
  padding-left: 30px; }

.GeneralPopup-modal .ReactModal_Modal_Contents {
  overflow-y: auto !important;
  max-height: calc(60vh - 100px); }

.GeneralPopup-modal .richText {
  margin-top: 10px; }

@media screen and (min-width: 768px) {
  .people-gallery .people-gallery-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px; }
    .people-gallery .people-gallery-wrapper::after {
      content: "";
      display: table;
      clear: both; } }

@media screen and (max-width: 767px) {
  .people-gallery .people-gallery-wrapper {
    margin-top: 20px; } }

.people-gallery .people-gallery-container {
  position: relative; }
  @media screen and (min-width: 768px) {
    .people-gallery .people-gallery-container {
      margin-left: -20px;
      margin-right: -20px; }
      .people-gallery .people-gallery-container::after {
        content: "";
        display: table;
        clear: both; } }
  @media screen and (max-width: 767px) {
    .people-gallery .people-gallery-container .slick-slide {
      padding: 0 20px; } }
  .people-gallery .people-gallery-container .overlap {
    /* stylelint-disable-next-line */
    height: 156px !important; }
    @media screen and (min-width: 768px) {
      .people-gallery .people-gallery-container .overlap {
        /* stylelint-disable-next-line */
        height: 160px !important; } }
  .people-gallery .people-gallery-container .people-gallery-img {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; }
  .people-gallery .people-gallery-container .people-gallery-content {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px; }
  .people-gallery .people-gallery-container .people-gallery-description {
    font-family: var(--var-font-main-display-italic);
    font-style: var(--var-font-main-display-italic-style);
    font-size: 20px;
    min-height: 160px; }
    @media screen and (min-width: 768px) {
      .people-gallery .people-gallery-container .people-gallery-description {
        padding: 60px 0 20px;
        min-height: 220px;
        max-height: 350px;
        overflow: hidden; } }
  .people-gallery .people-gallery-container .people-gallery-name {
    font-size: 16px;
    font-family: var(--var-font-main-display);
    color: #000;
    text-transform: none;
    padding: 0 0 10px; }
    @media screen and (max-width: 767px) {
      .people-gallery .people-gallery-container .people-gallery-name {
        padding: 25px 0 20px; } }
  .people-gallery .people-gallery-container .people-gallery-title {
    font-size: 16px;
    color: #867050;
    font-family: var(--var-font-main-display);
    letter-spacing: 1.96px; }
    @media screen and (max-width: 767px) {
      .people-gallery .people-gallery-container .people-gallery-title {
        letter-spacing: 1.71px; } }
  .people-gallery .people-gallery-container .people-gallery-person-mobile {
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px; }
    .people-gallery .people-gallery-container .people-gallery-person-mobile::after {
      content: "";
      display: table;
      clear: both; }
    .people-gallery .people-gallery-container .people-gallery-person-mobile .people-gallery-img {
      position: relative;
      float: left;
      width: 25%;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px; }
    .people-gallery .people-gallery-container .people-gallery-person-mobile .people-gallery-content {
      position: relative;
      float: left;
      width: 75%;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px; }
  @media screen and (min-width: 992px) {
    .people-gallery .people-gallery-container .carouselPagination {
      top: -10px; } }

.people-gallery .pagination-hidden {
  display: none; }

.people-gallery.featureSection-dark .overlap::after {
  background: linear-gradient(to bottom, rgba(242, 242, 243, 0.4), #f2f2f3); }

/* stylelint-disable */
.events-gallery .slick-list {
  overflow: visible; }

@media screen and (min-width: 992px) {
  .events-gallery .cardFeaturedType4 {
    padding: 0 40px;
    margin-top: 38px; } }

.events-gallery .cardFeaturedType4 .cardFeaturedType4-html {
  height: 95px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4; }

@media screen and (max-width: 767px) {
  .events-gallery .cardFeaturedType4 .cardFeaturedType4-html {
    height: 115px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5; } }

@media screen and (max-width: 767px) {
  .events-gallery .cardFeaturedType4-card::before {
    border-left-width: 10px; } }

@media screen and (min-width: 992px) {
  .events-gallery .carouselPagination {
    top: 0; } }

.events-gallery .slick-dots {
  bottom: -28px; }

.events-gallery a:focus img {
  outline: 2px solid #5c95eb;
  outline-offset: -2px;
  /* stylelint-disable */
  /* stylelint-ensable */ }

@-moz-document url-prefix() {
  .events-gallery a:focus img {
    outline: 2px solid #89b2f1; } }

.events-gallery .linkCTA {
  justify-content: center; }

/* stylelint-enable */
.story-book .headline {
  margin-bottom: 35px;
  padding: 0 20px; }

.story-book .sb-wrapper,
.story-book .sb-content-small-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .story-book .sb-wrapper::after,
  .story-book .sb-content-small-wrapper::after {
    content: "";
    display: table;
    clear: both; }

.story-book .sb-content-small-container {
  margin-left: -20px;
  margin-right: -20px; }
  .story-book .sb-content-small-container::after {
    content: "";
    display: table;
    clear: both; }

.story-book .sb-container,
.story-book .sb-content-small-container {
  margin-left: -20px;
  margin-right: -20px; }
  .story-book .sb-container::after,
  .story-book .sb-content-small-container::after {
    content: "";
    display: table;
    clear: both; }

.story-book .sb-content-large,
.story-book .sb-content-small-wrapper,
.story-book .sb-small-list {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 992px) {
    .story-book .sb-content-large,
    .story-book .sb-content-small-wrapper,
    .story-book .sb-small-list {
      float: left;
      width: 50%; } }

.story-book .cardArticle-text {
  overflow: visible; }
  @media screen and (min-width: 992px) {
    .story-book .cardArticle-text {
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); } }

.story-book .sb-content-large .cardArticle-text {
  height: 329px;
  padding: 25px 25px 0; }

.story-book .sb-content-large .cardHeadline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis; }

.story-book .sb-content-large .cardArticle-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 6;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 15px; }

.story-book .sb-content-small-wrapper .cardArticle-text {
  padding: 12px 15px;
  height: 153px;
  overflow: visible; }

.story-book .sb-content-small-wrapper .cardArticle-title {
  white-space: nowrap; }

.story-book .sb-content-small-wrapper .cardArticle-title,
.story-book .sb-content-small-wrapper .cardHeadline,
.story-book .sb-content-small-wrapper .cardArticle-description {
  margin-bottom: 5px;
  margin-top: 0; }

.story-book .sb-content-small-wrapper .cardArticle-description div,
.story-book .sb-content-small-wrapper .cardArticle-description p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.story-book .sb-content-small-wrapper .cardHeadline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis; }

.story-book .sb-content-small-wrapper .sb-small-list {
  margin-bottom: 45px; }

.story-book .sb-slider-container .sb-slider-list {
  padding: 0 20px; }
  .story-book .sb-slider-container .sb-slider-list .cardArticle-text {
    padding: 15px;
    height: 220px; }
  .story-book .sb-slider-container .sb-slider-list .cardArticle {
    border: 1px solid #d4d4d4;
    margin-bottom: 30px; }
    @media screen and (max-width: 991.5px) {
      .story-book .sb-slider-container .sb-slider-list .cardArticle {
        box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.1); } }
  .story-book .sb-slider-container .sb-slider-list .cardArticle-title,
  .story-book .sb-slider-container .sb-slider-list .cardHeadline,
  .story-book .sb-slider-container .sb-slider-list .cardArticle-description {
    margin-bottom: 5px;
    margin-top: 0; }
  .story-book .sb-slider-container .sb-slider-list .cardHeadline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis; }

.story-book a:focus h3,
.story-book a:focus img {
  outline: 2px solid #5c95eb;
  outline-offset: -2px;
  /* stylelint-disable */
  /* stylelint-ensable */ }

@-moz-document url-prefix() {
  .story-book a:focus h3,
  .story-book a:focus img {
    outline: 2px solid #89b2f1; } }

.thumbnail-gallery .headline,
.thumbnail-gallery .filterBar,
.thumbnail-gallery .tg-card {
  padding: 0 20px; }

.thumbnail-gallery .tg-desktop .tg-card {
  display: flex; }

.thumbnail-gallery .tg-desktop .tg-media {
  flex: 2; }

.thumbnail-gallery .tg-desktop .tg-content {
  flex: 1;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 10px 20px 5px 20px; }
  .thumbnail-gallery .tg-desktop .tg-content .tg-cta-btn {
    text-align: center;
    bottom: 15px;
    left: 20px;
    right: 20px;
    position: absolute; }
    @media screen and (min-width: 1200px) {
      .thumbnail-gallery .tg-desktop .tg-content .tg-cta-btn {
        left: 35px;
        right: 30px; } }

.thumbnail-gallery .tg-mobile {
  padding-right: 40px; }
  .thumbnail-gallery .tg-mobile .tg-cta-btn {
    margin-top: 5px;
    margin-bottom: 15px; }
  .thumbnail-gallery .tg-mobile .tg-content {
    margin-bottom: 30px;
    padding: 10px 5px 5px 40px; }
  .thumbnail-gallery .tg-mobile .slick-list {
    overflow: visible; }
  .thumbnail-gallery .tg-mobile .slick-slide {
    opacity: .5; }
  .thumbnail-gallery .tg-mobile .slick-active {
    transition: opacity .3s ease;
    opacity: 1; }
  .thumbnail-gallery .tg-mobile .tg-card {
    position: relative; }
    .thumbnail-gallery .tg-mobile .tg-card::before {
      border: 10px solid rgba(134, 112, 80, 0.1);
      content: "";
      box-sizing: border-box;
      display: inline-block;
      bottom: -5px;
      left: 35px;
      position: absolute;
      right: 0;
      top: 0; }

.thumbnail-gallery .tg-card .tg-content {
  position: relative; }
  .thumbnail-gallery .tg-card .tg-content .title,
  .thumbnail-gallery .tg-card .tg-content .cardHeadline,
  .thumbnail-gallery .tg-card .tg-content .tg-description,
  .thumbnail-gallery .tg-card .tg-content .tg-cta {
    margin-top: 5px; }
  .thumbnail-gallery .tg-card .tg-content .title {
    min-height: 19px; }
  .thumbnail-gallery .tg-card .tg-content .linkCTA-button {
    display: block;
    text-align: center; }

@media screen and (min-width: 1200px) {
  .thumbnail-gallery .tg-card {
    margin: 0 80px; }
    .thumbnail-gallery .tg-card .tg-content {
      flex: 1;
      padding: 20px 30px 20px 35px; }
      .thumbnail-gallery .tg-card .tg-content .title,
      .thumbnail-gallery .tg-card .tg-content .cardHeadline,
      .thumbnail-gallery .tg-card .tg-content .tg-description,
      .thumbnail-gallery .tg-card .tg-content .tg-cta {
        margin-top: 8px; } }

@media screen and (min-width: 992px) {
  .thumbnail-gallery .tg-slider-container {
    padding: 0 80px; } }

.thumbnail-gallery .tg-slider-container .slick-current .imageWrapper {
  position: relative; }
  .thumbnail-gallery .tg-slider-container .slick-current .imageWrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .5; }

.thumbnail-gallery .tg-slider-container .slick-current .title {
  color: #171717; }

.thumbnail-gallery .tg-slider-container .less-slides-1 .slick-cloned,
.thumbnail-gallery .tg-slider-container .less-slides-2 .slick-cloned {
  display: none; }

.thumbnail-gallery .tg-slide {
  padding: 0 40px;
  margin-top: 30px;
  cursor: pointer; }
  @media screen and (min-width: 1200px) {
    .thumbnail-gallery .tg-slide {
      padding: 0 80px; } }
  .thumbnail-gallery .tg-slide .title {
    color: #828387;
    text-align: center;
    padding: 8px 0;
    font-size: 12px; }

.thumbnail-gallery .slick-arrow {
  width: auto;
  height: auto; }
  .thumbnail-gallery .slick-arrow::before {
    display: none; }
  @media screen and (max-width: 991.5px) {
    .thumbnail-gallery .slick-arrow {
      display: none; } }

.thumbnail-gallery .slick-prev {
  left: -40px; }

.thumbnail-gallery .slick-next {
  right: -40px; }

.thumbnail-gallery .tg-arrow {
  margin-top: -20px; }

@media screen and (min-width: 992px) {
  .thumbnail-gallery .hex-pagination .slick-dots::before {
    display: none; } }

.thumbnail-gallery .virtualWrapper {
  position: inherit; }

.dinning-filters ._react-slider_ {
  padding: 10px 20px 0; }
  @media screen and (min-width: 768px) {
    .dinning-filters ._react-slider_ {
      padding-left: 60px;
      padding-right: 60px; } }
  @media screen and (min-width: 992px) {
    .dinning-filters ._react-slider_ {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 991.5px) {
    .dinning-filters ._react-slider_ .slick-list {
      overflow: visible; } }

.dinning-filters-new .featureContent-content {
  max-width: 1440px; }

.dinning-filters-new .featureContent-container {
  padding: 0; }

.dinning-filters-new .link-list-dual {
  padding: 0 16px;
  width: 100%;
  margin: 0 auto; }

.dinning-filters-new ._react-slider_ {
  padding: 10px 20px 0; }
  @media screen and (min-width: 768px) {
    .dinning-filters-new ._react-slider_ {
      padding-left: 60px;
      padding-right: 60px; } }
  @media screen and (min-width: 992px) {
    .dinning-filters-new ._react-slider_ {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 991.5px) {
    .dinning-filters-new ._react-slider_ .slick-list {
      overflow: visible; } }
  .dinning-filters-new ._react-slider_ .carouselPagination {
    top: auto;
    bottom: -32px; }
    @media screen and (max-width: 991.5px) {
      .dinning-filters-new ._react-slider_ .carouselPagination {
        bottom: -24px; } }

@media screen and (max-width: 767px) {
  .dinning-filters-new .dining-card {
    padding-left: 0;
    padding-right: 0; } }

.dinning-filters-new .dining-card .dining-card-media {
  width: 49.825%;
  padding: 0; }

.dinning-filters-new .dining-card .imageWrapperLimit1 {
  padding: 42% 50%; }
  @media screen and (max-width: 991.5px) {
    .dinning-filters-new .dining-card .imageWrapperLimit1 {
      padding: 100% 100%; } }
  .dinning-filters-new .dining-card .imageWrapperLimit1 img {
    object-fit: cover; }

.dinning-filters-new .dining-card .dining-card-container {
  margin: 0; }
  .dinning-filters-new .dining-card .dining-card-container::before {
    top: 18px;
    right: 0;
    min-height: calc(100% - 36px);
    box-shadow: 5px 8px 0 0 rgba(134, 112, 80, 0.1); }

.dinning-filters-new .dining-card .dining-card-content {
  position: absolute;
  background: #fff;
  right: 0;
  width: 52.638889%;
  height: calc(100% - 36px);
  margin-top: 18px;
  padding: 24px 0 24px 72px; }
  @media screen and (max-width: 991.5px) {
    .dinning-filters-new .dining-card .dining-card-content {
      position: relative;
      width: 100%;
      margin-top: 0;
      box-shadow: none;
      padding: 24px 72px; } }
  @media screen and (max-width: 767px) {
    .dinning-filters-new .dining-card .dining-card-content {
      padding: 32px 20px 40px; } }

.dinning-filters-new .dining-card .cardHeadline {
  color: #867050;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1.2px;
  margin-bottom: 19px; }
  @media screen and (max-width: 991.5px) {
    .dinning-filters-new .dining-card .cardHeadline {
      line-height: 1;
      margin-bottom: 20px; } }

.dinning-filters-new .dining-card .dining-card-dining-label {
  color: #828387; }

@media screen and (min-width: 768px) {
  .dinning-filters-new .dining-card .dining-card-cta {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    position: static; } }

@media screen and (min-width: 1200px) {
  .dinning-filters-new .dining-card .dining-card-cta {
    display: block;
    position: absolute; } }

.dinning-filters-new .dining-card .dining-card-cta-btn {
  right: 72px; }
  @media screen and (min-width: 768px) {
    .dinning-filters-new .dining-card .dining-card-cta-btn {
      display: flex;
      justify-content: center;
      position: static;
      margin-top: 10px; } }
  @media screen and (min-width: 1200px) {
    .dinning-filters-new .dining-card .dining-card-cta-btn {
      display: block;
      position: absolute;
      margin-top: 0; } }

.dinning-filters-new .dining-card .richText {
  color: #4a4a4a; }
  @media screen and (max-width: 991.5px) {
    .dinning-filters-new .dining-card .richText {
      font-size: 14px; } }

.dinning-filters-new .dining-card .cuisine-text {
  color: #867050;
  font-size: 16px;
  font-style: italic; }
  @media screen and (max-width: 767px) {
    .dinning-filters-new .dining-card .cuisine-text {
      width: 100%; } }

@media screen and (min-width: 992px) {
  .dinning-filters-new .dining-card .dining-card-text-scrollable {
    overflow-y: auto;
    height: calc(100% - 130px);
    padding-right: 60px; }
    .dinning-filters-new .dining-card .dining-card-text-scrollable::after {
      position: sticky;
      width: 100%;
      height: 44px;
      bottom: 0;
      content: "";
      display: inline-block;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.33) 0%, #fff 80%, #fff 100%); } }
    @media screen and (min-width: 992px) and (max-width: 991.5px) {
      .dinning-filters-new .dining-card .dining-card-text-scrollable::after {
        display: none; } }

@media screen and (min-width: 992px) {
    .dinning-filters-new .dining-card .dining-card-text-scrollable::-webkit-scrollbar {
      width: 12px; }
    .dinning-filters-new .dining-card .dining-card-text-scrollable::-webkit-scrollbar-track {
      background-color: #f3f1ed; }
    .dinning-filters-new .dining-card .dining-card-text-scrollable::-webkit-scrollbar-thumb {
      background-color: #dfd4c1; } }

@media screen and (min-width: 1200px) {
  .dinning-filters-new .dining-card .dining-card-text-scrollable {
    height: calc(100% - 120px); } }

.dinning-filters-new .dining-card .dining-card-dining-up {
  display: flex;
  flex-wrap: wrap; }
  .dinning-filters-new .dining-card .dining-card-dining-up:not(:empty) {
    border-bottom: 1px solid #dfd4c1;
    padding-bottom: 5px;
    margin-bottom: 20px; }
  .dinning-filters-new .dining-card .dining-card-dining-up li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-right: 45px;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .dinning-filters-new .dining-card .dining-card-dining-up li h4 {
        min-width: 50px; } }
  .dinning-filters-new .dining-card .dining-card-dining-up .dining-card-dining-text {
    color: #867050;
    font-family: "Minion Pro";
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    user-select: text; }
    @media screen and (min-width: 992px) {
      .dinning-filters-new .dining-card .dining-card-dining-up .dining-card-dining-text {
        font-size: 15px; } }
  .dinning-filters-new .dining-card .dining-card-dining-up .full-width {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .dinning-filters-new .dining-card .dining-card-dining-up .full-width h4 {
        min-width: 100px; } }
    .dinning-filters-new .dining-card .dining-card-dining-up .full-width .dining-card-dining-text {
      font-style: italic;
      line-height: 19.2px;
      letter-spacing: 1.2px; }
      @media screen and (min-width: 992px) {
        .dinning-filters-new .dining-card .dining-card-dining-up .full-width .dining-card-dining-text {
          font-size: 16px; } }

.dinning-filters-new .dining-card .dining-card-dining-down {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px; }
  .dinning-filters-new .dining-card .dining-card-dining-down:not(:empty) {
    border-top: 1px solid #dfd4c1;
    padding-top: 20px;
    margin-top: 20px; }
  @media screen and (max-width: 991.5px) {
    .dinning-filters-new .dining-card .dining-card-dining-down {
      margin-bottom: 20px; } }
  .dinning-filters-new .dining-card .dining-card-dining-down li {
    margin-right: 45px;
    /*
        &:nth-child(2n) {
          margin-left: auto;
          margin-right: 170px;

          @include screen(md, true) {
            margin-right: 45px;
          }

          @include screen(sm, true) {
            margin-left: 0;
            margin-right: 0;
          }
        }
        */ }
    @media screen and (max-width: 767px) {
      .dinning-filters-new .dining-card .dining-card-dining-down li {
        width: 100%;
        margin-left: 0;
        margin-right: 0; } }
  .dinning-filters-new .dining-card .dining-card-dining-down .dining-card-dining-label {
    margin-bottom: 12px; }
  @media screen and (max-width: 991.5px) {
    .dinning-filters-new .dining-card .dining-card-dining-down .long-text {
      padding-bottom: 0; } }
  .dinning-filters-new .dining-card .dining-card-dining-down .full-width {
    width: 100%; }

.dinning-filters-new .dining-card h4 {
  line-height: 1.5; }

.dinning-filters-new .dining-card .dining-card-description-label {
  margin-top: 0; }

.dinning-filters-new .dining-card .dining-card-description {
  position: relative;
  height: auto; }
  @media screen and (max-width: 991.5px) {
    .dinning-filters-new .dining-card .dining-card-description {
      padding-bottom: 16px; } }
  .dinning-filters-new .dining-card .dining-card-description.short-text {
    padding-bottom: 24px; }
  .dinning-filters-new .dining-card .dining-card-description .long-text .richText {
    padding-bottom: 30px; }

.dinning-filters-new .dining-card .long-text {
  /*
      &::after {
        position: sticky;
        width: 100%;
        height: 44px;
        bottom: 0;
        content: "";
        display: inline-block;
        background: linear-gradient(180deg, rgba(255, 255, 255, .33) 0%, #fff 80%, #fff 100%);

        @include screen(md, true) {
          display: none;
        }
      }
      */ }
  @media screen and (max-width: 991.5px) {
    .dinning-filters-new .dining-card .long-text {
      height: auto;
      padding-bottom: 24px; } }

.dinning-filters-new hr {
  border: unset;
  border-bottom: 1px solid #dfd4c1;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin: 20px 0; }

.perspective-ourpeople {
  padding: 68px 0 66px; }
  .perspective-ourpeople.bg-white {
    background: #fff; }
  .perspective-ourpeople.bg-beige {
    background: rgba(174, 147, 100, 0.18); }
  .perspective-ourpeople.bg-transparent {
    background: transparent; }
  .perspective-ourpeople .headline .headline-secondary {
    color: #282828;
    line-height: 42px; }
    @media screen and (max-width: 767px) {
      .perspective-ourpeople .headline .headline-secondary {
        line-height: 30px; } }
  .perspective-ourpeople .dining-card .dining-card-content {
    width: 40%;
    background: #fff; }
    @media screen and (max-width: 991.5px) {
      .perspective-ourpeople .dining-card .dining-card-content {
        width: 100%; } }
  .perspective-ourpeople .dining-card .dining-card-cta {
    position: relative;
    bottom: auto;
    margin-top: 40px; }
    .perspective-ourpeople .dining-card .dining-card-cta .linkCTA {
      color: #867050;
      line-height: 16px;
      letter-spacing: 1.4px; }
      .perspective-ourpeople .dining-card .dining-card-cta .linkCTA .icon-arrow-right {
        height: 20px; }
  .perspective-ourpeople .dining-card .dining-card-container::before {
    width: 94%;
    min-height: calc(100% - 40px); }
  .perspective-ourpeople .dining-card .dining-card-description {
    font-weight: 400; }
  .perspective-ourpeople .dining-card .imageWrapperLimit1 img {
    padding-bottom: 0; }
  .perspective-ourpeople .cardHeadline {
    color: #867050;
    font-size: 32px;
    line-height: 39px; }
    @media screen and (max-width: 991.5px) {
      .perspective-ourpeople .cardHeadline {
        font-size: 20px;
        line-height: 28px; } }
  .perspective-ourpeople ._react-slider_ {
    padding: 10px 20px 0; }
    @media screen and (min-width: 768px) {
      .perspective-ourpeople ._react-slider_ {
        padding-left: 60px;
        padding-right: 60px; } }
    @media screen and (min-width: 992px) {
      .perspective-ourpeople ._react-slider_ {
        padding-left: 0;
        padding-right: 0; } }
    .perspective-ourpeople ._react-slider_ .carouselPagination {
      font-family: "Minion Pro";
      color: #282828;
      line-height: 20px;
      letter-spacing: 1.33px; }
    @media screen and (max-width: 991.5px) {
      .perspective-ourpeople ._react-slider_ .slick-list {
        overflow: visible; } }

.NavigationNews .navigationSettingsBar a:first-of-type:first-child::after {
  width: 0; }

.NavigationNews .navigationSecondary {
  display: flex;
  align-items: center; }
  .NavigationNews .navigationSecondary .buttonHeart {
    margin-left: 2rem; }
    .NavigationNews .navigationSecondary .buttonHeart.collection {
      display: flex;
      align-items: center;
      margin-top: .4rem; }
    .NavigationNews .navigationSecondary .buttonHeart .icon-heart,
    .NavigationNews .navigationSecondary .buttonHeart .icon-heart-o {
      height: 1.8rem; }
    .NavigationNews .navigationSecondary .buttonHeart .buttonHeart-label {
      font-family: var(--var-font-main-display);
      font-size: 1.4rem;
      height: 1.6rem;
      line-height: 1.6rem;
      margin-left: 1rem;
      color: #000; }
  .NavigationNews .navigationSecondarya::after {
    margin: 0 20px 0 20px; }
  .NavigationNews .navigationSecondarya:last-child::after {
    width: 0; }

.NavigationNews .navigation--mobile .menu-right-container {
  position: absolute;
  right: 20px;
  top: 12px;
  display: flex;
  align-items: center; }
  .NavigationNews .navigation--mobile .menu-right-container .search-bar-mini-description {
    display: none; }
  .NavigationNews .navigation--mobile .menu-right-container .buttonHeart {
    margin-left: 1rem; }
    .NavigationNews .navigation--mobile .menu-right-container .buttonHeart .icon-heart,
    .NavigationNews .navigation--mobile .menu-right-container .buttonHeart .icon-heart-o {
      height: 1.8rem; }

.button-style-back-mobile {
  color: #867050;
  border-bottom: 1px solid #d4d4d4;
  display: block;
  min-height: 45px;
  line-height: 45px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-align: left; }

.arrow-more-items-white {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg) translateY(-2px);
  margin-left: 10px; }

.arrow-more-items {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #867050;
  border-bottom: 1px solid #867050;
  transform: rotate(-45deg) translateY(-2px);
  margin-left: 10px; }
  .button-style-back-mobile .arrow-more-items {
    transform: rotate(135deg) translateY(4px);
    margin-right: 10px; }
  .siteSettings-list .arrow-more-items {
    border-color: #fff; }

[dir=rtl] .arrow-more-items,
[dir=rtl] .arrow-more-items-white {
  margin-right: 10px;
  transform: rotate(135deg) translateY(2px); }

.navigation {
  width: 100%;
  display: block;
  z-index: 4;
  background: transparent;
  transition: background .3s ease; }
  .navigation h2,
  .navigation h3,
  .navigation h4,
  .navigation h5 {
    text-decoration: none; }
  .navigation .underDev {
    font-size: 11px;
    letter-spacing: 0; }

.navigationMainWrapper {
  z-index: 450; }
  .navigation--navigationTertiaryActive .navigationMainWrapper {
    background: #fff; }
  .navigation--sticky .navigationMainWrapper {
    background: #000;
    z-index: 450;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2); }

.nav-flush-bottom {
  height: 90px; }
  @media screen and (max-width: 991.5px) {
    .nav-flush-bottom.NavigationNews {
      height: 50px; } }
  @media screen and (min-width: 992px) {
    .nav-flush-bottom {
      height: 178px; } }
  @media screen and (min-width: 1200px) {
    .nav-flush-bottom {
      height: 198px; } }

.navigation--mobile {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
  background: transparent;
  transition: background .3s ease; }
  .navigation--mobile h2,
  .navigation--mobile h3,
  .navigation--mobile h4,
  .navigation--mobile h5 {
    text-decoration: none; }
  .navigation--mobile .mobile-navigation-trigger {
    width: 24px;
    display: block;
    float: left;
    margin-top: 16px;
    margin-left: 20px;
    margin-right: -43px; }
    .navigation--mobile .mobile-navigation-trigger span {
      height: 3px;
      background: #ae9364;
      width: 100%;
      display: block;
      transition: all .3s ease; }
      .navigation--mobile .mobile-navigation-trigger span:nth-child(2) {
        width: 50%; }
      .navigation--mobile .mobile-navigation-trigger span:not(:last-child) {
        margin-bottom: 5px; }
  .navigation--mobile.navigation--sticky {
    background: rgba(255, 255, 255, 0.5); }
    .navigation--mobile.navigation--sticky .navigationMainWrapper {
      transition: transform .3s ease, background .3s ease;
      position: fixed;
      width: 100%;
      top: 0;
      text-align: center; }
      @media screen and (max-width: 991.5px) {
        .navigation--mobile.navigation--sticky .navigationMainWrapper {
          z-index: 2; } }
    .navigation--mobile.navigation--sticky:not(.navigation--navigationTertiaryActive) .navigationMainWrapper {
      transform: translateY(-100%); }
    .navigation--mobile.navigation--sticky.navigation-scrollingUp .navigationMainWrapper {
      transform: translateX(0%); }
  .navigation--mobile.navigation--navigationTertiaryActive {
    background: #fff; }
  .navigation--mobile .navigationMobile-dateRangerContainer {
    position: fixed;
    top: 9rem;
    left: 0;
    right: 0;
    text-align: left;
    overscroll-behavior: contain;
    overflow-y: scroll;
    height: calc(100vh - 9rem);
    box-shadow: 0 0 15px 0 #828387;
    /* stylelint-disable */ }
    .navigation--mobile .navigationMobile-dateRangerContainer .ras-ul {
      position: fixed;
      left: 0;
      right: 0;
      max-height: calc(100vh - 9rem);
      overscroll-behavior: contain; }
    .navigation--mobile .navigationMobile-dateRangerContainer .additional-actions a {
      border: none; }
  .navigation--mobile .bgCover {
    display: none;
    background-color: #000;
    opacity: .6;
    position: fixed;
    top: 9rem;
    left: 0;
    right: 0;
    height: calc(100vh - 9rem);
    z-index: 98; }
  .navigation--mobile .coverActive {
    display: block; }
  .navigation--mobile .skip-link-mobile {
    position: absolute;
    left: 50px;
    top: 14px;
    background-color: white;
    overflow: hidden;
    width: 0; }
    .navigation--mobile .skip-link-mobile:focus {
      width: auto; }

[dir=rtl] .mobile-navigation-trigger {
  float: right;
  margin-right: 20px;
  margin-left: -43px; }

[dir=rtl] .navigationMobile-dateRangerContainer {
  text-align: right; }

.peninsulaLogo {
  display: inline-block; }
  @media screen and (max-width: 991.5px) {
    .peninsulaLogo {
      height: 50px;
      display: block;
      margin: 0 auto;
      width: 127px;
      padding-top: 13px; } }
  .peninsulaLogo .logo-img {
    height: 26px;
    width: 127px; }
  .peninsulaLogo h3 {
    margin-top: 15px; }
  .peninsulaLogo h2,
  .peninsulaLogo h3,
  .peninsulaLogo h4 {
    color: #fff; }
  .navigation--navigationTertiaryActive .peninsulaLogo h2,
  .navigation--navigationTertiaryActive .peninsulaLogo h3,
  .navigation--navigationTertiaryActive .peninsulaLogo h4,
  .navigation--navigationTertiaryActive .peninsulaLogo h5 {
    color: #867050; }

.nav-mobile-modal {
  background: rgba(0, 0, 0, 0.5); }
  .nav-mobile-modal .ReactModal__Content {
    background-color: transparent;
    right: 20%;
    padding: 0; }
  .nav-mobile-modal .Modal_Header_Close {
    top: 20px !important;
    left: 20px;
    right: auto !important;
    z-index: 6; }
    .nav-mobile-modal .Modal_Header_Close .icon-close-large::before {
      content: "\E909"; }
  .nav-mobile-modal .ReactModal_Modal_Header {
    border-bottom: 0; }
  .nav-mobile-modal #modal-title {
    display: none; }

aside {
  display: flex;
  text-align: left;
  transition: opacity .3s ease;
  border-bottom: 0;
  overflow: hidden;
  z-index: 4;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  background: #fff;
  width: 100%;
  max-width: 400px;
  align-self: flex-start;
  align-content: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
  padding: 30px 0 0;
  align-items: flex-start;
  visibility: hidden; }
  aside.navigationMobilePrimary--active,
  .navigation-secondaryNavActive aside {
    animation: changebox .3s ease alternate;
    visibility: visible;
    transform: translateX(0) !important; }

@keyframes changebox {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
  aside .close-navigation-icon,
  aside .toggle-primary-nav-icon {
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
    margin-left: 20px; }
    aside .close-navigation-icon::after, aside .close-navigation-icon::before,
    aside .toggle-primary-nav-icon::after,
    aside .toggle-primary-nav-icon::before {
      position: absolute;
      top: 0;
      content: "";
      display: block;
      width: 25px;
      height: 3px;
      background: #867050; }
    aside .close-navigation-icon::before,
    aside .toggle-primary-nav-icon::before {
      transform: rotate(45deg);
      transform-origin: top left;
      left: 0; }
    aside .close-navigation-icon::after,
    aside .toggle-primary-nav-icon::after {
      transform: rotate(-45deg);
      transform-origin: top right;
      right: 0; }
  .navigation--navigationTertiaryActive aside {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

[dir=rtl] aside {
  text-align: right;
  left: unset;
  right: 0;
  transform: translateX(100%); }
  @media screen and (max-width: 991.5px) {
    [dir=rtl] aside .close-navigation-icon,
    [dir=rtl] aside .toggle-primary-nav-icon {
      margin-left: unset;
      margin-right: 20px; } }

.navigationPrimary-label {
  color: #000;
  font-family: var(--var-font-main-display);
  font-size: 1.4rem;
  letter-spacing: 1px;
  text-transform: uppercase; }

.navigationSecondaryMobile-list {
  transition: opacity .3s ease, left .3s ease;
  display: block;
  position: relative;
  margin: 15px 0 0;
  width: 100%;
  left: 0;
  flex: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain; }
  .navigationSecondaryMobile-list ul {
    position: absolute;
    width: 100%; }
  .navigationSecondaryMobile-list a,
  .navigationSecondaryMobile-list .primary-nav-link {
    letter-spacing: 1.4px;
    font-family: "Futura Book", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #867050; }
  .navigationSecondaryMobile-list li {
    display: block;
    min-height: 45px;
    line-height: 45px;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    position: relative; }
    .navigationSecondaryMobile-list li::before {
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      display: block;
      width: 100%;
      transition: .3s ease transform, left .3s ease;
      background: #d4d4d4;
      height: 1px;
      transform-origin: center; }
    .navigationSecondaryMobile-list li::after {
      content: "";
      display: block;
      width: 100%;
      transform: scale(0, 1);
      position: relative;
      left: 0;
      transition: .3s ease transform, left .3s ease;
      height: 1px;
      background: #ae9364;
      transform-origin: left; }
    .navigationSecondaryMobile-list li:hover::after {
      transform: scale(1, 1); }
  .navigationSecondaryMobile-list ul {
    overflow-y: scroll; }
  .navigationSecondaryMobile-list::-webkit-scrollbar {
    /* stylelint-disable-next-line */
    -webkit-appearance: none;
    width: 7px; }
  .navigationSecondaryMobile-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
  .navigationSecondaryMobile-list li:first-child {
    border-top: 1px solid #d4d4d4; }

.navigationSecondaryMobile--active .navigationSecondaryMobile-list {
  opacity: 0;
  left: -5vh;
  pointer-events: none; }

.navigationSecondaryMobile--active .navigationSecondaryMobile-list,
.navigationSecondaryMobile--active .navigationSettings-list {
  visibility: hidden; }

.navigationSecondary-list {
  transition: opacity .3s ease, left .3s ease;
  display: block;
  position: relative;
  margin: 15px 0 0;
  width: 100%;
  left: 0;
  height: 100vh;
  position: absolute;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  right: -5vh;
  left: auto;
  opacity: 0;
  transition: opacity .3s ease, right .3s ease; }
  .navigationSecondary-list ul {
    position: absolute;
    width: 100%; }
  .navigationSecondary-list a,
  .navigationSecondary-list .primary-nav-link {
    letter-spacing: 1.4px;
    font-family: "Futura Book", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #867050; }
  .navigationSecondary-list li {
    display: block;
    min-height: 45px;
    line-height: 45px;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    position: relative; }
    .navigationSecondary-list li::before {
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      display: block;
      width: 100%;
      transition: .3s ease transform, left .3s ease;
      background: #d4d4d4;
      height: 1px;
      transform-origin: center; }
    .navigationSecondary-list li::after {
      content: "";
      display: block;
      width: 100%;
      transform: scale(0, 1);
      position: relative;
      left: 0;
      transition: .3s ease transform, left .3s ease;
      height: 1px;
      background: #ae9364;
      transform-origin: left; }
    .navigationSecondary-list li:hover::after {
      transform: scale(1, 1); }
  .navigationSecondary-list::-webkit-scrollbar {
    /* stylelint-disable-next-line */
    -webkit-appearance: none;
    width: 7px; }
  .navigationSecondary-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
  .navigationSecondary-list ul {
    padding-bottom: 160px; }
  .navigationSecondary-list li {
    margin-left: 40px; }
    .navigationSecondary-list li:last-child {
      border-bottom: 0; }
      .navigationSecondary-list li:last-child::after, .navigationSecondary-list li:last-child::before {
        content: none; }
  .navigationSecondary-list label {
    font-family: "Minion Pro";
    font-size: 1.4rem;
    color: #000;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase; }
  .navigationSecondary-list .navigationSecondaryMobile-intro {
    background: #f2f2f3;
    padding: 20px 20px 30px;
    margin-top: -11px; }
    .navigationSecondary-list .navigationSecondaryMobile-intro *:not(:first-child) {
      margin-top: 15px; }
    .navigationSecondary-list .navigationSecondaryMobile-intro a {
      border: 1px solid #ae9364;
      height: 50px;
      line-height: 50px;
      display: block;
      text-align: center;
      transition: color .3s ease, background .3s ease; }
      .navigationSecondary-list .navigationSecondaryMobile-intro a:hover {
        background-color: #ae9364;
        color: #fff; }

.navigationMobilePrimary--active:not(.navigationSecondaryMobile--active) .navigationSecondary-list {
  pointer-events: none; }

.navigationMobilePrimary--active:not(.navigationSecondaryMobile--active) .navigationSecondaryMobile-list {
  margin-top: 40px; }

.navigationSecondaryMobile--active .navigationSecondary-list {
  right: 0;
  opacity: 1;
  pointer-events: all;
  top: 0;
  position: relative; }

@media screen and (max-width: 991.5px) {
  .site-call-to-actions {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    height: 40px; }
    .site-call-to-actions a,
    .site-call-to-actions .end-cta {
      color: #867050;
      letter-spacing: 1.4px;
      font-size: 1.3rem;
      flex: 1;
      padding-top: 8px;
      padding-bottom: 8px;
      border-top: 1px solid #d4d4d4;
      border-bottom: 1px solid #d4d4d4;
      text-transform: uppercase;
      border-radius: 0; } }
    @media screen and (max-width: 991.5px) and (max-width: 991.5px) {
      .site-call-to-actions a,
      .site-call-to-actions .end-cta {
        -webkit-font-smoothing: antialiased; } }

@media screen and (max-width: 991.5px) {
    .site-call-to-actions a:not(:last-child) {
      border-right: 1px solid #d4d4d4; } }

.navigationSettings-list {
  background: #000;
  position: relative;
  transition: opacity .3s ease;
  margin-top: auto;
  width: 100%;
  padding-bottom: 100px;
  padding-top: 20px;
  opacity: 1; }
  .navigationSettings-list .language::before {
    content: "\E911";
    display: inline-block;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* stylelint-disable-next-line */
    font-family: "icomoon" !important;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    color: #fff; }
  .navigationSettings-list a,
  .navigationSettings-list button {
    display: block;
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: 1.4px;
    padding: 0 0;
    line-height: 35px;
    height: 35px;
    width: calc(100% - 20px);
    text-align: left;
    margin: 0 20px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased; }
    .navigationSettings-list a:not(:last-child),
    .navigationSettings-list button:not(:last-child) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .navigationSettings-list a:first-child:first-of-type, .navigationSettings-list a.link-global-selector,
    .navigationSettings-list button:first-child:first-of-type,
    .navigationSettings-list button.link-global-selector {
      color: #ae9364;
      font-family: "Minion Pro";
      font-size: 1.4rem; }

.navigationSecondaryMobile--active .navigationSettings-list {
  opacity: 0; }

[dir=rtl] .navigationSettings-list a,
[dir=rtl] .navigationSettings-list button {
  text-align: right; }

@media screen and (min-width: 992px) {
  .navigationMainWrapper {
    position: relative;
    z-index: 4; } }

.navigation--navigationTertiaryActive .navigationMainWrapper {
  background: #fff; }

.navigation--sticky .navigationMainWrapper,
.navigation--alternateStyle .navigationMainWrapper {
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2); }

.navigation.navigation--sticky .navigationMainWrapper {
  transition: transform .3s ease, background .3s ease,top .4s ease;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0; }

.navigation.navigation--sticky:not(.navigation--navigationTertiaryActive) .navigationMainWrapper {
  transform: translateY(-100%); }

.navigation.navigation--sticky.navigation-scrollingUp .navigationMainWrapper {
  transform: translateX(0%); }

.peninsulaLogoBE {
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: block;
  /* stylelint-disable */ }
  .peninsulaLogoBE span {
    font-size: 0;
    width: 1px;
    height: 1px;
    display: inline-block;
    overflow: hidden;
    position: absolute !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    clip: rect(1px, 1px, 1px, 1px); }
  .peninsulaLogoBE img {
    height: 26px;
    width: 127px; }
  @media screen and (min-width: 992px) {
    .peninsulaLogoBE {
      top: 80px; }
      .peninsulaLogoBE img {
        height: 36px;
        width: 170px; } }

.navigation-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: background .3s ease; }

@media screen and (min-width: 992px) {
  .navigation--navigationTertiaryInactive .navigation-overlay {
    width: 0;
    height: 0;
    position: absolute;
    background: transparent; } }

.navigation--desktop {
  position: absolute;
  top: 0; }
  .navigation--desktop.navigation--sticky, .navigation--desktop.navigation--alternateStyle {
    background: rgba(255, 255, 255, 0.5); }
  .navigation--desktop.navigation--navigationTertiaryActive {
    background: #fff; }

.navigationTop {
  text-align: center;
  position: relative;
  max-width: 1250px;
  margin: 0 auto; }
  @media screen and (min-width: 992px) {
    .navigationTop {
      padding-right: 40px;
      padding-left: 40px; } }
  @media screen and (min-width: 992px) {
    .navigationTop .navigationTop-container {
      display: flex;
      position: relative;
      justify-content: space-around;
      align-content: center;
      align-self: center;
      align-items: center;
      margin-left: auto;
      flex-direction: row;
      margin-right: 0;
      height: 80px; } }
  @media screen and (min-width: 1200px) {
    .navigationTop .navigationTop-container {
      height: 90px; } }

.navigationSecondary:focus {
  outline: 0; }

@media screen and (min-width: 992px) {
  .navigationSecondary .end-cta {
    background: linear-gradient(180deg, #7f7159 0%, #67553c 100%) no-repeat;
    padding-left: 40px;
    padding-right: 40px;
    height: 45px;
    border-radius: 0;
    font-family: "Futura Book", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 1.4px;
    line-height: 45px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    border: 1px solid #867050; }
    .navigationSecondary .end-cta.end-cta--active {
      background: #fff;
      color: #867050; } }

.navigationSecondary .end-cta:focus {
  background: #fff;
  color: #867050; }

.navigationSecondary .navigationSecondary-dateRangerContainer {
  position: absolute;
  right: 40px;
  top: 100%;
  width: 350px;
  text-align: left; }
  .navigationSecondary .navigationSecondary-dateRangerContainer::before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: -10px;
    right: 20px;
    display: block;
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent; }

.navigationSecondary .wellness-cta {
  padding: 10px 15px;
  border: 0;
  line-height: 16px;
  height: auto;
  background: linear-gradient(180deg, #ad9d83 0%, #7f7159 100%); }

@media screen and (min-width: 992px) {
  .navigationSecondary {
    margin-left: auto; }
    .navigationSecondary > a {
      font-size: 1.2rem;
      color: #fff;
      letter-spacing: 1.4px;
      line-height: 16px;
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased;
      font-family: "Futura Book", Arial, sans-serif; }
    .navigationSecondary .linkCTA {
      margin-top: 1rem;
      white-space: nowrap; }
    .navigationSecondary button.button-secondary {
      margin-bottom: 1rem; }
    .navigation--navigationTertiaryActive .navigationSecondary a:not(.end-cta) {
      color: #867050; }
    .navigation--sticky .navigationSecondary a:not(.end-cta),
    .navigation--alternateStyle .navigationSecondary a:not(.end-cta) {
      color: #867050; }
    .navigationSecondary > a:not(.end-cta)::after {
      content: "";
      display: var(--display-vertical-line-last-element, inline-block);
      font: inherit;
      margin: 0 10px 0 20px;
      width: 1px;
      height: 25px;
      background: rgba(255, 255, 255, 0.25);
      vertical-align: middle; }
    .navigationSecondary a.end-linka::after {
      margin: 0 10px 0 10px;
      width: 0; }
    .navigation--sticky .navigationSecondary a:not(.end-cta)::after,
    .navigation--alternateStyle .navigationSecondary a:not(.end-cta)::after {
      background: #d4d4d4; } }

[dir*=rtl] .navigationSecondary {
  margin-right: auto;
  margin-left: 0; }
  [dir*=rtl] .navigationSecondary .navigationSecondary-dateRangerContainer {
    left: 40px;
    right: auto;
    text-align: right; }
    [dir*=rtl] .navigationSecondary .navigationSecondary-dateRangerContainer::before {
      right: auto;
      left: 20px; }

html[lang|="es"] .navigationSecondary .linkCTA, html[lang|="fr"] .navigationSecondary .linkCTA {
  font-size: 1.15rem; }

:root {
  --display-vertical-line-last-element: inline-block; }

.peninsulaLogo {
  display: inline-block;
  text-align: center;
  width: auto; }
  .peninsulaLogo.hide {
    display: none; }
  @media screen and (min-width: 992px) {
    .peninsulaLogo {
      position: absolute;
      left: 50%;
      top: 30px; } }
  @media screen and (min-width: 992px) {
    .peninsulaLogo {
      transform: translateX(-50%); } }
  .peninsulaLogo .logo-img {
    height: 26px;
    width: 127px; }
    @media screen and (min-width: 992px) {
      .peninsulaLogo .logo-img {
        height: 36px;
        width: 170px; } }

@media screen and (min-width: 992px) {
  [dir=rtl] .peninsulaLogo {
    transform: translateX(-50%); } }

@media screen and (min-width: 992px) {
  [dir=rtl] .navigationSettingsBar .Select + a::after {
    content: none; }
  [dir=rtl] .navigationSettingsBar .Select + a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    width: 1px;
    height: 25px;
    background: rgba(255, 255, 255, 0.25); } }
  @media screen and (min-width: 992px) and (min-width: 1200px) {
    [dir=rtl] .navigationSettingsBar .Select + a::before {
      margin-left: 20px;
      margin-right: 20px; } }

.navigationBottom {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
  transition: opacity .3s ease;
  padding-bottom: 20px; }
  @media screen and (min-width: 1200px) {
    .navigationBottom {
      padding-bottom: 30px; } }
  .navigation--navigationTertiaryActive .navigationBottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .navigationBottom .navigationBottom-list {
    font-family: var(--var-font-main-display); }
    @media screen and (min-width: 992px) {
      .navigationBottom .navigationBottom-list {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        max-width: 1250px;
        padding-right: 60px;
        padding-left: 60px; } }
    .navigationBottom .navigationBottom-list .mainNav-links:not(.mainNav-links-active)::after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: 0;
      transition: left .3s ease, right .3s ease;
      transform-origin: center;
      height: 1px;
      background: #ae9364; }
      @media screen and (min-width: 992px) {
        .navigationBottom .navigationBottom-list .mainNav-links:not(.mainNav-links-active)::after {
          background: #ae9364;
          height: 2px; } }
    .navigationBottom .navigationBottom-list .mainNav-links:not(.mainNav-links-active):hover::after {
      left: 0;
      right: 0; }
  .navigationBottom .mainNav-links-active::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #ae9364; }
    @media screen and (min-width: 992px) {
      .navigationBottom .mainNav-links-active::after {
        background: #ae9364;
        height: 2px; } }

.navigation-wellness .navigationBottom-list {
  justify-content: center; }
  .navigation-wellness .navigationBottom-list li {
    margin: 0 36px; }

.navigation-carousel {
  display: block; }
  .navigation-carousel .slick-slide {
    width: 270px; }
  @media screen and (min-width: 992px) {
    .navigation-carousel {
      margin-bottom: 20px; } }
  @media screen and (min-width: 992px) {
    .navigation-carousel p {
      color: #4a4a4a;
      font-style: normal;
      margin-bottom: 20px;
      text-decoration: none; }
    .navigation-carousel .cta {
      margin-bottom: 20px; } }
  .navigation-carousel .carousel-items {
    display: flex; }
  .navigation-carousel .carousel-item {
    width: 33.3%; }
    .navigation-carousel .carousel-item .cardCarousel {
      padding-right: 40px; }
  .navigation-carousel .controls {
    margin-right: 40px;
    margin-left: auto;
    display: flex;
    justify-content: flex-end; }
    .navigation-carousel .controls div {
      margin: 0 0 0 20px; }
  .navigation-carousel .nextArrow,
  .navigation-carousel .prevArrow {
    cursor: pointer;
    transition: transform .3s ease; }
    .navigation-carousel .nextArrow:focus,
    .navigation-carousel .prevArrow:focus {
      outline: 2px solid #5c95eb;
      outline-offset: -2px;
      /* stylelint-disable */
      /* stylelint-ensable */
      transition-duration: .15s;
      transform: translateY(0.15vh); }

@-moz-document url-prefix() {
  .navigation-carousel .nextArrow:focus,
  .navigation-carousel .prevArrow:focus {
    outline: 2px solid #89b2f1; } }
      .navigation-carousel .nextArrow:focus::before,
      .navigation-carousel .prevArrow:focus::before {
        color: #4a4a4a; }
  .navigation-carousel .nextArrow::before {
    content: "\E902";
    display: inline-block;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* stylelint-disable-next-line */
    font-family: "icomoon" !important;
    font-size: 2rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    color: #867050; }
  .navigation-carousel .nextArrow::before {
    font-size: 3rem; }
  .navigation-carousel .prevArrow {
    display: inline-block;
    position: relative; }
    .navigation-carousel .prevArrow::before {
      content: "\E901";
      display: inline-block;
      padding: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* stylelint-disable-next-line */
      font-family: "icomoon" !important;
      font-size: 2rem;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      line-height: 1;
      speak: none;
      text-transform: none;
      color: #867050; }
    .navigation-carousel .prevArrow::before {
      font-size: 3rem; }

.mainNav-links {
  text-transform: uppercase;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  font-family: var(--var-font-main-display);
  font-size: 14px;
  position: relative; }
  .navigation--sticky .mainNav-links,
  .navigation--navigationTertiaryActive .mainNav-links,
  .navigation--alternateStyle .mainNav-links {
    color: #4a4a4a; }
  @media screen and (max-width: 991.5px) {
    .mainNav-links {
      color: #867050;
      left: 0;
      opacity: 1;
      position: relative;
      transition: left .3s ease, opacity .3s ease;
      font-family: var(--var-font-main-display); } }
  @media screen and (max-width: 991.5px) {
    .mainNav-links a {
      color: #867050; } }

.navigationTertiary {
  position: absolute;
  top: 100%;
  background: #fff;
  transition: .3s ease opacity;
  left: -9999px;
  width: 0;
  height: 0;
  opacity: 0; }
  @media screen and (min-width: 992px) {
    .navigationTertiary {
      border-top: 1px solid #d4d4d4;
      padding-top: 30px;
      width: 100%; } }
  @media screen and (min-width: 992px) {
    .navigationTertiary.navigationTertiary-active {
      left: 0;
      right: 0;
      height: auto;
      opacity: 1;
      z-index: 20; } }

.navigationTertiary-content {
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 992px) {
    .navigationTertiary-content {
      padding-left: 40px;
      padding-right: 0;
      transition: transform .3s ease; } }
  @media screen and (min-width: 992px) {
    .navigationTertiary-content .back {
      display: none; } }

@media screen and (min-width: 992px) {
  .navigationTertiary-carousel {
    flex-direction: row; } }

.navigationTertiary-description {
  display: block;
  float: left;
  font-family: "Futura Book"; }
  @media screen and (min-width: 992px) {
    .navigationTertiary-description {
      margin-right: 5%;
      vertical-align: top;
      width: 20%; }
      .navigationTertiary-description h3,
      .navigationTertiary-description h4 {
        margin-bottom: 20px;
        font-family: "Minion"; }
        .navigationTertiary-description h3::after,
        .navigationTertiary-description h4::after {
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          background: #d4d4d4;
          margin-top: 20px; } }
  .navigationTertiary-description .navigationTertiary-description-text {
    color: #4a4a4a; }
  .navigationTertiary-description .navigationTertiary-description-CTA {
    margin-top: 2rem; }
    .navigationTertiary-description .navigationTertiary-description-CTA .button-primary,
    .navigationTertiary-description .navigationTertiary-description-CTA .button-secondary {
      display: block;
      text-align: center; }

.navigationTertiary-carousel-scroller {
  display: block;
  float: left;
  width: 75%;
  overflow: hidden; }

[dir=rtl] .navigationTertiary-description {
  float: right; }

[dir=rtl] .navigationTertiary-carousel-scroller {
  float: left; }

.slick-slider {
  color: #000; }

.navigation-dropdownContainer.react-accessible-select {
  display: flex;
  align-self: center;
  align-content: center;
  vertical-align: middle;
  align-items: center;
  letter-spacing: 1.4px; }
  .navigation-dropdownContainer.react-accessible-select .ras-ul {
    border: 0;
    background: #171717;
    padding: 0 15px;
    border-radius: 0;
    margin-top: 0;
    right: auto; }
    .navigation-dropdownContainer.react-accessible-select .ras-ul::before {
      content: "";
      pointer-events: none;
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      top: -7px;
      border-bottom: 7px solid #171717;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent; }
  .navigation-dropdownContainer.react-accessible-select.ras-active .ras-ul {
    outline: 0; }
  .navigation-dropdownContainer.react-accessible-select .ras-li {
    background: transparent;
    color: rgba(255, 255, 255, 0.75);
    width: 100%;
    margin: 0 0;
    font-family: var(--var-font-main-display);
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 0;
    height: 40px;
    line-height: 40px; }
    .navigation-dropdownContainer.react-accessible-select .ras-li:not(:last-child) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .navigation-dropdownContainer.react-accessible-select .ras-li.ras-selected {
      background: #171717;
      color: #fff;
      position: relative; }
      .navigation-dropdownContainer.react-accessible-select .ras-li.ras-selected::after, .navigation-dropdownContainer.react-accessible-select .ras-li.ras-selected::before {
        content: "";
        width: 12px;
        height: 2px;
        background: #fff;
        transform: rotate(-47deg);
        position: absolute;
        right: 0;
        top: 17px;
        display: none; }
      .navigation-dropdownContainer.react-accessible-select .ras-li.ras-selected::after {
        top: 20px;
        width: 6px;
        transform: rotate(-124deg);
        right: 8px;
        display: none; }
      .navigation-dropdownContainer.react-accessible-select .ras-li.ras-selected:last-child {
        border-radius: 0; }
    .navigation-dropdownContainer.react-accessible-select .ras-li.ras-focused {
      background: #171717;
      color: #fff; }
      .navigation-dropdownContainer.react-accessible-select .ras-li.ras-focused .select-option-inner {
        border-bottom: 1px solid #ae9364; }
    .navigation-dropdownContainer.react-accessible-select .ras-li .under-dev {
      font-size: 11px; }
    .navigation-dropdownContainer.react-accessible-select .ras-li .select-option-inner {
      white-space: nowrap; }
  .navigation-dropdownContainer.react-accessible-select .ras-button {
    background: none;
    border: 1px solid transparent;
    border-radius: 0;
    height: 46px;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 1.4px;
    line-height: 36px;
    font-family: var(--var-font-main-display);
    text-transform: uppercase;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 30px; }
    .navigation-dropdownContainer.react-accessible-select .ras-button::before {
      vertical-align: middle; }
    @media screen and (min-width: 1200px) {
      .navigation-dropdownContainer.react-accessible-select .ras-button .ras-button {
        padding-left: 10px; } }
  .navigation-dropdownContainer.react-accessible-select .ras-placeholder {
    color: #828387; }
  .navigation-dropdownContainer.react-accessible-select .ras-arrow {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 17px; }

.navigation-dropdownContainer.dropdown-property-selector, .navigation-dropdownContainer.dropdown-language-selector {
  font-family: var(--var-font-main-display);
  line-height: 16px; }

.navigation-dropdownContainer.dropdown-language-selector {
  font-family: "Futura Book", Arial, sans-serif; }
  .navigation-dropdownContainer.dropdown-language-selector .ras-button,
  .navigation-dropdownContainer.dropdown-language-selector .ras-li {
    font-family: "Futura Book", Arial, sans-serif;
    font-size: 1.2rem; }
  .navigation-dropdownContainer.dropdown-language-selector .ras-button::before {
    content: "\E911";
    display: inline-block;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* stylelint-disable-next-line */
    font-family: "icomoon" !important;
    font-size: 2rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    color: #867050; }
  .navigation-dropdownContainer.dropdown-language-selector .ras-button::before {
    color: #fff;
    margin-right: 10px;
    margin-top: -4px; }

[dir=rtl] .navigation-dropdownContainer .ras-button {
  padding-left: 30px;
  padding-right: 10px; }

[dir=rtl] .navigation-dropdownContainer .ras-arrow {
  left: 15px;
  right: auto; }

.navigationSettingsBar {
  background: #000;
  display: block;
  text-transform: uppercase;
  position: relative;
  z-index: 6;
  padding-right: 40px;
  padding-left: 40px;
  /* stylelint-disable */ }
  .navigationSettingsBar a {
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 1.4px; }
  .navigationSettingsBar .navigationSettingsBar-content {
    max-width: 1250px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center; }
  .navigationSettingsBar a:first-of-type:first-child {
    font-family: var(--var-font-main-display);
    font-size: 14px;
    color: #ae9364;
    letter-spacing: 1px;
    line-height: 46px;
    margin-right: 5px; }
    .navigationSettingsBar a:first-of-type:first-child::after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      margin-right: 10px;
      width: 1px;
      height: 25px;
      background: rgba(255, 255, 255, 0.25); }
      @media screen and (min-width: 1200px) {
        .navigationSettingsBar a:first-of-type:first-child::after {
          margin-left: 20px;
          margin-right: 20px; } }
  .navigationSettingsBar a:last-child::after {
    display: none; }
  @media screen and (min-width: 992px) {
    .navigationSettingsBar .react-accessible-select + a {
      margin-left: auto; }
    .navigationSettingsBar a::after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      margin-right: 10px;
      width: 1px;
      height: 25px;
      background: rgba(255, 255, 255, 0.25); } }
  @media screen and (min-width: 992px) and (min-width: 1200px) {
    .navigationSettingsBar a::after {
      margin-left: 20px;
      margin-right: 20px; } }
  @media screen and (min-width: 992px) {
    .navigationSettingsBar .skip-link {
      width: 0;
      overflow: hidden;
      margin-right: 40px;
      margin-left: auto; }
      .navigationSettingsBar .skip-link::after {
        visibility: hidden;
        margin-left: 0;
        margin-right: 0; }
      .navigationSettingsBar .skip-link:focus {
        width: auto; } }

.navigation--arcade .navigationSettingsBar a:first-of-type:first-child::after {
  content: none; }

.nav-infobar {
  text-align: center;
  border-top: 4px solid #867050;
  position: relative;
  background-color: #f2f2f3;
  word-break: break-word; }
  .nav-infobar.nav-infobar-closing {
    animation: closeInfo forwards .5s; }

@keyframes closeInfo {
  0% {
    margin-top: 0; }
  100% {
    margin-top: -44px; } }
  .nav-infobar p {
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1.4px; }
  .nav-infobar hr {
    width: 40px;
    /* stylelint-disable-next-line */
    border: none;
    border-top: 1px solid #d4d4d4; }
    @media screen and (min-width: 768px) {
      .nav-infobar hr {
        width: 80px; } }
  .nav-infobar .detailCTA-info {
    line-height: 40px;
    width: 90%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1.3rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #67553c;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .nav-infobar .detailCTA-info {
        width: 75%; } }
    .nav-infobar .detailCTA-info .detailCTA-label {
      line-height: 40px;
      font-size: 16px;
      text-transform: none;
      padding: 0;
      /* stylelint-disable-next-line */
      margin-right: 0 !important; }
    .nav-infobar .detailCTA-info .detailCTA-detailUrl {
      line-height: 40px;
      font-size: 16px;
      text-transform: none;
      padding: 0 5px;
      /* stylelint-disable-next-line */
      margin-right: 0 !important; }
    .nav-infobar .detailCTA-info .linkCTA {
      padding: 0 5px;
      width: auto;
      display: inline-block; }
      .nav-infobar .detailCTA-info .linkCTA .icon-arrow-right {
        display: none; }
        @media screen and (min-width: 992px) {
          .nav-infobar .detailCTA-info .linkCTA .icon-arrow-right {
            display: inline-block; } }
  .nav-infobar .linkCTA-label {
    line-height: 19px;
    letter-spacing: 1.4px;
    font-size: 1.1rem;
    text-transform: none;
    text-decoration: underline;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .nav-infobar .linkCTA-label {
        font-size: 1.6rem;
        text-decoration: none; } }
  .nav-infobar .icon-close-small {
    position: absolute;
    top: 10px;
    right: 20px; }
    .nav-infobar .icon-close-small::before {
      font-size: 1.5rem; }
  @media screen and (max-width: 767px) {
    .nav-infobar .icon-arrow-right {
      display: none; } }

.footer-news section:first-child .footer-socialShare {
  position: static;
  right: 0;
  bottom: 0; }
  .footer-news section:first-child .footer-socialShare li {
    display: inline-block;
    border: 1px solid #867050;
    margin: 0;
    margin-right: 1rem;
    margin-bottom: .8rem; }
  .footer-news section:first-child .footer-socialShare a {
    margin-bottom: 0;
    padding: .8rem; }

.footer-news .footer-row {
  padding-bottom: 3rem; }
  .footer-news .footer-row h3 {
    color: #828387; }

@media screen and (min-width: 992px) {
  .footer-news .footer-column {
    width: 25%; } }

.footer-news .footer-column h3 label {
  color: #828387; }
  @media screen and (max-width: 767px) {
    .footer-news .footer-column h3 label {
      color: #fff; } }

@media screen and (min-width: 992px) {
  .footer-news .footer-column-26 {
    width: 26%; } }

@media screen and (min-width: 992px) {
  .footer-news .footer-column-24 {
    width: 24%; } }

.grandMediaGallery .listing-ctn {
  margin-bottom: 3rem;
  position: relative; }
  .grandMediaGallery .listing-ctn .listing-ctn-inner {
    padding: 50% 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .grandMediaGallery .listing-ctn .listing-ctn-inner .listing-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 100%; }
  .grandMediaGallery .listing-ctn .montageIntro-item::after {
    left: 0;
    width: 100% !important;
    background-repeat: inherit; }
  .grandMediaGallery .listing-ctn .content-container {
    padding: 20px; }
    .grandMediaGallery .listing-ctn .content-container p {
      font-size: 1.2rem;
      letter-spacing: 1.4px;
      font-family: "Futura Book", Arial, sans-serif; }
    .grandMediaGallery .listing-ctn .content-container .icon-play {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .grandMediaGallery .listing-ctn .content-container .icon-play::before {
        font-size: 6rem;
        color: #fff; }

@media screen and (max-width: 479px) {
  .grandMediaGallery .articleListing-articles,
  .grandMediaGallery .listing-ctn {
    padding-left: 10px;
    padding-right: 10px; } }

.grandMediaGallery .cardGrandMediaCtn {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .grandMediaGallery .cardGrandMediaCtn {
      float: left;
      width: 25%; } }

.grandMediaGallery .cardContainerlessNewsCtn {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .grandMediaGallery .cardContainerlessNewsCtn {
      float: left;
      width: 33.33333%; } }
  .grandMediaGallery .cardContainerlessNewsCtn .cardContainerless-text {
    height: 140px;
    overflow: hidden; }
  .grandMediaGallery .cardContainerlessNewsCtn .cardContainerlessNews-text {
    padding-top: 20px; }
  .grandMediaGallery .cardContainerlessNewsCtn .cardContainerless-description {
    margin: 0;
    font-size: 1.2rem;
    height: 1.5rem;
    margin-bottom: 5px; }

.grandMediaGallery .articleListing-articles {
  padding-top: 2rem !important; }
  .grandMediaGallery .articleListing-articles ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }

.grandMediaGallery .montageIntro {
  padding-left: 0;
  padding-right: 0; }
  @media screen and (max-width: 479px) {
    .grandMediaGallery .montageIntro {
      padding-left: 10px;
      padding-right: 10px; } }

.grandMediaGallery .articleListing-loadMoreBtn a {
  display: inline-block; }
  @media screen and (max-width: 479px) {
    .grandMediaGallery .articleListing-loadMoreBtn a {
      width: 100%; } }

.grandMediaGallery .filterBar-desktop {
  display: none; }

.grandMediaGallery .filterBar-touch {
  display: block;
  margin-bottom: 0; }

.grandMediaGallery .filterBar:last-child {
  margin-bottom: 20px; }

@media screen and (min-width: 992px) {
  .grandMediaGallery .filterBar {
    display: inline-block;
    margin-right: 3rem;
    position: relative; }
    .grandMediaGallery .filterBar .filterBar-label,
    .grandMediaGallery .filterBar .filterBar-select {
      width: auto; } }

.grandMediaGallery .filterBar .filterBar-select {
  vertical-align: middle; }

.grandMediaGallery .filterBar .filterBar-label {
  white-space: nowrap;
  padding: 0;
  vertical-align: middle; }

@media screen and (min-width: 992px) {
  .grandMediaGallery .filterBar::after {
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 25px;
    right: -1rem;
    top: 24px;
    bottom: 0;
    background: #e9e9e9; } }

.grandMediaGallery .filterBar .select {
  white-space: nowrap;
  margin-left: 8.5rem; }

.grandMediaGallery .filterBar select {
  padding-right: 3rem; }

.grandMediaGallery .filterBar .icon-chevron-down::before {
  top: 11px; }

.grandMediaGallery .filterBar .select-label {
  background: transparent;
  line-height: 30px; }

.grandMediaGallery .montageIntro-item {
  padding: 0;
  width: 100%; }

.grandMediaGallery .innerFocus:focus {
  outline: none; }
  .grandMediaGallery .innerFocus:focus .listing-content {
    outline: 2px solid #5c95eb;
    outline-offset: -2px;
    /* stylelint-disable */
    /* stylelint-ensable */
    outline-offset: 0; }

@-moz-document url-prefix() {
  .grandMediaGallery .innerFocus:focus .listing-content {
    outline: 2px solid #89b2f1; } }

.grandMediaGallery .GMC-headline {
  color: #fff;
  text-transform: uppercase;
  font-family: "Futura Book", Arial, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 1.4px;
  line-height: 19.2px;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: unset; }
  @media screen and (max-width: 767px) {
    .grandMediaGallery .GMC-headline {
      display: none; } }

.grandMediaGallery .noResult {
  margin-bottom: 30px;
  text-align: center; }

.grandMediaGallery .search-result {
  padding: 0 20px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1.94px;
  text-transform: uppercase; }
  @media screen and (max-width: 991.5px) {
    .grandMediaGallery .search-result {
      font-size: 1.4rem; } }

.grandMediaGallery .search-message {
  padding: 0 20px 40px 20px;
  font-size: 4.3rem;
  color: #867050;
  font-family: var(--var-font-main-display-italic);
  margin-top: 15px; }
  @media screen and (max-width: 991.5px) {
    .grandMediaGallery .search-message {
      font-size: 3.5rem; } }

.grandMediaGallery .search-tips {
  padding: 0 20px;
  font-size: 1.8rem;
  margin-top: 25px;
  letter-spacing: 1.94px; }
  @media screen and (max-width: 991.5px) {
    .grandMediaGallery .search-tips {
      font-size: 1.4rem; } }

.grandMediaGallery .search-message-border {
  margin-top: 90px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center; }

.grandMediaGallery .gmg-filter-accordion .h3-button {
  padding-bottom: 10px;
  border-bottom: 1px solid #d4d4d4; }

.grandMediaGallery .gmg-filter-accordion .buttonExpandCollapse,
.grandMediaGallery .gmg-filter-accordion [class^="icon-"]::before {
  color: #171717; }

.grandMediaGallery .gmg-filter-accordion .buttonExpandCollapse {
  display: block;
  padding: 10px 0;
  width: 100%; }

.grandMediaGalleryModal {
  padding: 20px 0; }
  @media screen and (min-width: 992px) {
    .grandMediaGalleryModal {
      width: 50vw;
      margin: 0 auto; } }
  .grandMediaGalleryModal .image-wrapper {
    height: calc(90vh - 320px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .grandMediaGalleryModal .Modal_Header_Close {
    margin-right: 40px; }
  .grandMediaGalleryModal .padding-fix {
    padding: 0 40px; }
  .grandMediaGalleryModal .embed-title {
    margin: 1rem 0; }
    @media screen and (max-width: 767px) {
      .grandMediaGalleryModal .embed-title {
        display: none; } }
  .grandMediaGalleryModal .videoPlayer .icon-play::before {
    font-size: 14rem; }
  .grandMediaGalleryModal .embed-ctn {
    display: flex; }
    @media screen and (max-width: 767px) {
      .grandMediaGalleryModal .embed-ctn {
        display: none; } }
    .grandMediaGalleryModal .embed-ctn .input {
      border: 1px solid #867050;
      margin-right: 5rem;
      flex: 1;
      color: #867050; }
      @media screen and (max-width: 767px) {
        .grandMediaGalleryModal .embed-ctn .input {
          display: block; } }
    .grandMediaGalleryModal .embed-ctn .button-primary {
      padding: 0 6rem; }
      @media screen and (max-width: 767px) {
        .grandMediaGalleryModal .embed-ctn .button-primary {
          display: none;
          width: 100%;
          height: 5rem;
          margin-top: 2rem; } }
  .grandMediaGalleryModal .shareList {
    width: 100%;
    margin: 1rem 0; }
    .grandMediaGalleryModal .shareList .download .icon-Download {
      margin-right: 10px; }
    .grandMediaGalleryModal .shareList .download .icon-Download::before {
      color: #fff; }
    .grandMediaGalleryModal .shareList .download:hover .icon-Download::before, .grandMediaGalleryModal .shareList .download:focus .icon-Download::before {
      color: #867050; }
    .grandMediaGalleryModal .shareList .socialShareComponent {
      margin-top: 1rem; }
    .grandMediaGalleryModal .shareList .socialShareComponent-icons {
      margin-bottom: 1rem; }
    .grandMediaGalleryModal .shareList .button-secondary {
      margin-right: 4rem;
      text-align: center;
      display: inline-block;
      color: #fff;
      background-color: #867050; }
      .grandMediaGalleryModal .shareList .button-secondary:hover, .grandMediaGalleryModal .shareList .button-secondary:focus {
        color: #867050;
        background-color: #fff; }
      @media screen and (max-width: 767px) {
        .grandMediaGalleryModal .shareList .button-secondary {
          margin-right: 0;
          margin-bottom: 1rem;
          width: 100%;
          display: none; } }

@keyframes fade-ease-out {
  0% {
    visibility: hidden; }
  1% {
    visibility: visible; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden; } }

[dir=rtl] .grandMediaGallery .listing-ctn {
  float: right; }

.FeaturedSpotlightCarousel-cards .slick-track {
  padding-left: 0 !important; }

.FeaturedSpotlightCarousel-cards .cardFeaturedType2 .cardFeaturedType2-text .icon {
  margin-right: 1rem; }

.FeaturedSpotlightCarousel-cards .cardFeaturedType3 .cardFeaturedType3-text a {
  text-decoration: none; }

.FeaturedSpotlightCarousel-cards .cardFeaturedType3 .cardFeaturedType3-text .icon {
  margin-right: 1rem; }

.FeaturedSpotlightCarousel-cards .slick-center .FeaturedSpotlightCarousel-card {
  opacity: 1; }

@media screen and (max-width: 767px) {
  .FeaturedSpotlightCarousel-card {
    transition: opacity .3s ease;
    opacity: 1; }
    .FeaturedSpotlightCarousel-card:not(.slick-center) {
      opacity: .5; }
      .FeaturedSpotlightCarousel-card:not(.slick-center) .cardFeaturedType3-card::before {
        border-color: #fff;
        transition: border-color .3s ease; } }

@media screen and (max-width: 767px) {
  [dir*=rtl] .FeaturedSpotlightCarousel-card:not(.slick-center) {
    opacity: 1; } }

.FeaturedSpotlightGrid {
  position: relative; }
  .FeaturedSpotlightGrid .hotelPicker-container > .unslicked {
    overflow-x: hidden; }
  .FeaturedSpotlightGrid .hotelPicker-container .cardContainerless-description {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    max-height: 96px;
    overflow: hidden; }
  .FeaturedSpotlightGrid .hotelPicker-list {
    display: flex;
    align-items: stretch; }
    .FeaturedSpotlightGrid .hotelPicker-list .hotelPicker-card::after {
      content: "";
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: 0;
      height: 1px;
      background-color: #d4d4d4; }
  .FeaturedSpotlightGrid .slick-track {
    display: flex;
    align-items: stretch; }
    .FeaturedSpotlightGrid .slick-track .slick-slide {
      height: auto;
      position: relative; }
      .FeaturedSpotlightGrid .slick-track .slick-slide::after {
        content: "";
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 0;
        height: 1px;
        background-color: #d4d4d4; }
  .FeaturedSpotlightGrid .hotelPicker-list .cardContainerlessNews,
  .FeaturedSpotlightGrid .slick-track .cardContainerlessNews {
    border-bottom: 0; }
    @media screen and (min-width: 768px) {
      .FeaturedSpotlightGrid .hotelPicker-list .cardContainerlessNews .cardContainerless-description,
      .FeaturedSpotlightGrid .slick-track .cardContainerlessNews .cardContainerless-description {
        height: auto; } }
  @media screen and (min-width: 768px) {
    .FeaturedSpotlightGrid .hotelPicker-list .cardContainerless-headline,
    .FeaturedSpotlightGrid .slick-track .cardContainerless-headline {
      height: auto; } }
  .FeaturedSpotlightGrid .hotelPicker-list .cardContainerless-headline + .linkCTA,
  .FeaturedSpotlightGrid .slick-track .cardContainerless-headline + .linkCTA {
    margin-top: 20px; }
  .FeaturedSpotlightGrid .FeaturedSpotlightGrid-headling {
    margin: 3rem 0; }
  .FeaturedSpotlightGrid .FeaturedSpotlightGrid-pagination {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 2rem;
    text-align: right; }
  @media screen and (max-width: 767px) {
    .FeaturedSpotlightGrid .only-desktop {
      /* stylelint-disable-next-line */
      display: none !important; } }
  .FeaturedSpotlightGrid .only-mobile {
    text-align: center;
    margin-top: 2rem; }
    @media screen and (min-width: 768px) {
      .FeaturedSpotlightGrid .only-mobile {
        /* stylelint-disable-next-line */
        display: none !important; } }
  .FeaturedSpotlightGrid .FeaturedSpotlightGrid-slider-container {
    padding-left: 2rem;
    padding-right: 2rem; }
  @media screen and (max-width: 767px) {
    .FeaturedSpotlightGrid .FeaturedSpotlightGrid-card {
      padding-left: 0;
      padding-right: 0;
      max-width: 100vw; } }
  .FeaturedSpotlightGrid .cardContainerless-title {
    height: 1.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* stylelint-disable */
    -webkit-line-clamp: 1;
    text-transform: capitalize; }
  .FeaturedSpotlightGrid .cardContainerless-headline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 3rem; }

.featuredNewsList .featuredNewsList-row {
  padding-top: 2rem; }
  @media screen and (min-width: 768px) {
    .featuredNewsList .featuredNewsList-row {
      padding-top: 2rem; } }

.featuredNewsList .noResult {
  margin-bottom: 30px;
  text-align: center; }

.featuredNewsList .featuredNewsList-column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 3rem;
  position: relative; }
  @media (min-width: 768px) {
    .featuredNewsList .featuredNewsList-column {
      float: left;
      width: 33.33333%; } }

.featuredNewsList .filterBar-desktop.selectbar {
  display: none; }

.featuredNewsList .filterBar-touch.selectbar {
  display: block; }

.featuredNewsList .filterBar-desktop.tagbar {
  display: block; }
  @media screen and (max-width: 991.5px) {
    .featuredNewsList .filterBar-desktop.tagbar {
      display: none; } }

.featuredNewsList .filterBar-touch.tagbar {
  display: none; }

@media screen and (max-width: 991.5px) {
  .featuredNewsList .filterBar-touch {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4; } }

@media screen and (min-width: 992px) {
  .featuredNewsList .filterBar {
    display: inline-block;
    position: relative;
    vertical-align: middle; }
    .featuredNewsList .filterBar .filterBar-label,
    .featuredNewsList .filterBar .filterBar-select {
      width: auto; } }

.featuredNewsList .filterBar .filterBar-desktop .filterBar-filter:last-child {
  border-right: 1px solid #d4d4d4; }

.featuredNewsList .filterBar .filterBar-desktop .filterBar-filterLabel {
  vertical-align: -webkit-baseline-middle;
  font-size: 1.5rem; }

.featuredNewsList .filterBar .filterBar-label {
  white-space: nowrap; }

.featuredNewsList .filterBar .select {
  white-space: nowrap; }
  .featuredNewsList .filterBar .select .select-label {
    text-indent: 0;
    text-align: left; }
    @media screen and (max-width: 991.5px) {
      .featuredNewsList .filterBar .select .select-label {
        text-align: right; } }

.featuredNewsList .filterBar select {
  padding-right: 20px;
  min-width: 140px; }

.featuredNewsList .articleListing-loadMoreBtn {
  margin-top: 4rem; }
  @media screen and (max-width: 479px) {
    .featuredNewsList .articleListing-loadMoreBtn button {
      width: 100%; } }

.textInfoNews .tagCtn {
  margin-bottom: 30px; }

@media screen and (min-width: 992px) {
  .textInfoNews .textTags-aside {
    padding-top: 0; } }

.textInfoNews .cardInfoNews {
  padding: 4rem 3rem;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5); }

.textInfoNews .cardInfoCTA-info {
  width: 100%; }

.textInfoNews .cardInfoCTA-title {
  display: block;
  width: 100%; }

.textInfoNews .cardInfo-item {
  border: none;
  margin-bottom: 0;
  word-break: break-word; }

.textInfoNews .cardInfoCTA-link {
  word-break: break-all; }

.textInfoNews .tagCtn {
  margin-bottom: 30px; }

@media screen and (min-width: 992px) {
  .textInfoNews .textTags-aside {
    padding-top: 0; } }

.textInfoNews .textTags-aside .buttonHeart {
  width: 100%;
  text-align: center;
  margin-top: 4.7rem; }

.textInfoNews .cardInfoNews {
  padding: 4rem 3rem;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5); }

.textInfoNews .cardInfoCTA-info {
  width: 100%; }

.textInfoNews .cardInfoCTA-title {
  display: block;
  width: 100%; }

.textInfoNews .cardInfo-item {
  border: none;
  margin-bottom: 0;
  word-break: break-word; }

.textInfoNews .cardInfoCTA-link {
  word-break: break-all; }

.happeningsGridNews .cardContainerless-title {
  height: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* stylelint-disable */
  -webkit-line-clamp: 1; }

.happeningsGridNews .cardContainerless-headline {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 3rem; }

.happeningsGridNews .happeningsGrid-cta {
  padding: 0 20px; }
  @media screen and (max-width: 479px) {
    .happeningsGridNews .happeningsGrid-cta a {
      width: 100%; } }

.backtotop {
  position: relative;
  margin: 0 auto;
  max-width: 1250px;
  bottom: 120px; }
  @media screen and (max-width: 767px) {
    .backtotop {
      display: none; } }

.buttonBackToTop {
  position: absolute;
  bottom: 40px;
  right: 20px; }
  .buttonBackToTop .icon::before {
    transform: rotate(90deg); }

.buttonnone {
  display: none; }

.collection-wrapper {
  position: relative;
  max-width: 102rem;
  margin: 7.45rem auto 6rem;
  display: flex; }
  @media screen and (max-width: 767px) {
    .collection-wrapper {
      margin: 0 auto 6rem;
      flex-wrap: wrap; } }
  .collection-wrapper .summary-box {
    margin-top: 10rem; }
    @media screen and (max-width: 767px) {
      .collection-wrapper .summary-box {
        margin-top: 7rem; } }
  .collection-wrapper .buttonClose .icon-close-small::before {
    font-size: 1.9rem;
    color: #ae9364; }

@media screen and (max-width: 767px) {
  .summary-wrapper {
    width: 100%; } }

.collection-title {
  background: rgba(0, 0, 0, 0.06);
  width: 100%;
  padding: 1rem;
  font-family: var(--var-font-main-display-italic);
  font-style: var(--var-font-main-display-italic-style);
  font-size: 2rem;
  display: none; }
  @media screen and (max-width: 767px) {
    .collection-title {
      display: block; } }

.navigation-lili {
  z-index: 11; }
  .navigation-lili .site-call-to-actions {
    display: none; }
    @media screen and (max-width: 991.5px) {
      .navigation-lili .site-call-to-actions {
        display: flex;
        background-color: #2a2a2a; } }
    .navigation-lili .site-call-to-actions a,
    .navigation-lili .site-call-to-actions button {
      color: #fff; }
  .navigation-lili .peninsulaLogo {
    top: 0;
    display: inline-block;
    height: auto;
    margin: 0 auto;
    padding-top: 7px;
    font-size: 0;
    padding-bottom: 7px;
    position: relative;
    transform: none;
    left: 0; }
    .navigation-lili .peninsulaLogo .logo-img {
      height: 58px;
      width: auto; }
      @media screen and (max-width: 991.5px) {
        .navigation-lili .peninsulaLogo .logo-img {
          height: 40px; } }
  .navigation-lili .mobile-navigation-trigger {
    position: absolute;
    left: 25px;
    margin-top: 16px;
    margin-left: 0;
    width: 40px;
    margin-bottom: 10px;
    outline: none;
    cursor: pointer; }
    @media screen and (max-width: 991.5px) {
      .navigation-lili .mobile-navigation-trigger {
        margin-top: 10px;
        margin-left: 0;
        left: 15px;
        width: 36px; } }
    .navigation-lili .mobile-navigation-trigger span {
      height: 2px;
      background-color: #fff;
      position: relative; }
      .navigation-lili .mobile-navigation-trigger span:not(:last-child) {
        margin-bottom: 10px; }
        @media screen and (max-width: 991.5px) {
          .navigation-lili .mobile-navigation-trigger span:not(:last-child) {
            margin-bottom: 8px; } }
      .navigation-lili .mobile-navigation-trigger span:nth-child(2) {
        width: 100%; }
      .navigation-lili .mobile-navigation-trigger span:nth-child(3)::after {
        content: "MENU";
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        color: #fff;
        font-size: 10px;
        letter-spacing: 3.4px;
        font-family: "Futura Book", Arial, sans-serif; }
        @media screen and (max-width: 991.5px) {
          .navigation-lili .mobile-navigation-trigger span:nth-child(3)::after {
            letter-spacing: 2.8px; } }
  .navigation-lili .navigationMainWrapper {
    background-color: #2a2a2a; }
  .navigation-lili .bar-right-lili {
    display: inline-block;
    float: right;
    position: absolute;
    right: 25px;
    top: 18px; }
    @media screen and (max-width: 991.5px) {
      .navigation-lili .bar-right-lili {
        right: 0;
        top: 13px; } }
    .navigation-lili .bar-right-lili select {
      position: absolute;
      top: 0;
      right: 0;
      opacity: 0;
      width: 120px;
      height: 30px; }
    .navigation-lili .bar-right-lili .lang-text {
      color: #fff;
      text-transform: uppercase; }
    .navigation-lili .bar-right-lili .icon-chevron-down {
      margin-left: 5px; }
      .navigation-lili .bar-right-lili .icon-chevron-down::before {
        color: #fff;
        font-size: 10px; }
  .navigation-lili .reservation {
    padding: 8px 25px;
    text-transform: uppercase;
    vertical-align: middle;
    border: 2px solid #fff;
    font-family: "Futura Book", Arial, sans-serif; }
    @media screen and (max-width: 991.5px) {
      .navigation-lili .reservation {
        display: none; } }
  .navigation-lili aside {
    z-index: 455;
    border: 1px solid #171717;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 72px;
    min-height: auto;
    width: auto;
    padding: 20px 140px 20px 20px; }
    .navigation-lili aside a:not(:last-child) {
      margin-bottom: 10px; }
    @media screen and (max-width: 991.5px) {
      .navigation-lili aside {
        margin-top: 94px; } }
  .navigation-lili .navMask {
    z-index: 451;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    opacity: 0; }
  .navigation-lili .mask--active {
    display: block; }
  .navigation-lili .cta-large {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
    font-family: "Futura Book", Arial, sans-serif;
    letter-spacing: .06em; }
  .navigation-lili .lang-wrapper {
    width: 125px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 30px;
    font-family: "Futura Book", Arial, sans-serif; }
    @media screen and (max-width: 991.5px) {
      .navigation-lili .lang-wrapper {
        margin-right: 0; } }
  .navigation-lili .lili-nav-lang {
    text-transform: uppercase; }
    .navigation-lili .lili-nav-lang .Select-control {
      border-color: #646464;
      background-color: #646464;
      border-radius: 0; }
      .navigation-lili .lili-nav-lang .Select-control:hover {
        box-shadow: none; }
    .navigation-lili .lili-nav-lang .Select-multi-value-wrapper {
      position: relative; }
    .navigation-lili .lili-nav-lang .Select-arrow-zone {
      position: absolute;
      top: 0;
      right: 0; }
    .navigation-lili .lili-nav-lang .Select-value {
      background-color: #646464;
      border: 0;
      position: relative; }
    .navigation-lili .lili-nav-lang .Select-input {
      position: absolute;
      top: 0;
      left: 0; }
    .navigation-lili .lili-nav-lang .Select-menu {
      width: auto; }
    .navigation-lili .lili-nav-lang .Select-arrow {
      border: 0;
      width: 20px;
      height: 20px; }
      .navigation-lili .lili-nav-lang .Select-arrow::before {
        position: absolute;
        top: 12px;
        right: 0;
        font-size: 10px;
        color: #fff;
        content: "\E904";
        display: inline-block;
        padding: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: "icomoon" !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        speak: none;
        text-transform: none; }
    .navigation-lili .lili-nav-lang .Select-value-label {
      color: #fff !important; }
    .navigation-lili .lili-nav-lang .Select-option {
      white-space: nowrap; }
    .navigation-lili .lili-nav-lang .Select-option.is-selected {
      color: #646464;
      background-color: #fff; }
    .navigation-lili .lili-nav-lang .Select-option.is-focused,
    .navigation-lili .lili-nav-lang .Select-option.is-focused.is-selected {
      color: #fff;
      background-color: #646464; }
    .navigation-lili .lili-nav-lang .Select-menu-outer {
      background-color: #646464;
      border-radius: 0; }
    .navigation-lili .lili-nav-lang .Select-option:last-child {
      border-radius: 0;
      border: 0; }
  .navigation-lili .is-open > .Select-control {
    border-color: #fff; }
  .navigation-lili .is-focused:not(.is-open) > .Select-control {
    border-color: #6d6e71;
    box-shadow: none; }

@media screen and (min-width: 992px) {
  .lili-theme .featuredOffersCarousel .featuredOffersCarousel-pagination {
    top: -35px; } }

.lili-theme .featuredOffersCarousel .carouselPagination {
  color: #fff; }

.lili-theme .featuredOffersCarousel .richText h2 {
  font-family: "Futura Book", Arial, sans-serif; }

.CTALargeLili {
  text-align: center;
  font-family: "Futura Book", Arial, sans-serif; }
  .CTALargeLili p {
    font-size: 64px;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 500; }
    @media screen and (max-width: 991.5px) {
      .CTALargeLili p {
        font-size: 28px; } }
  .CTALargeLili .button-cta-lili {
    min-width: 200px;
    display: inline-block;
    margin: 0 2rem; }
    @media screen and (max-width: 991.5px) {
      .CTALargeLili .button-cta-lili {
        display: block;
        margin: 2rem 0; }
        .CTALargeLili .button-cta-lili .button-primary--wide {
          width: 80%; } }

.mapComponentLili .embed-container {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .mapComponentLili .embed-container {
      float: left;
      width: 58.33333%; } }
  @media screen and (max-width: 767px) {
    .mapComponentLili .embed-container {
      padding: 0 !important; } }
  .mapComponentLili .embed-container .mapboxgl-map {
    max-height: 70vh; }

.mapComponentLili .map-item {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff; }
  @media (min-width: 768px) {
    .mapComponentLili .map-item {
      float: left;
      width: 41.66667%; } }
  @media screen and (min-width: 768px) {
    .mapComponentLili .map-item {
      padding-left: 7rem; }
      .mapComponentLili .map-item .itemBorder {
        border-left: 1px solid #4756cf;
        padding-left: 4rem; } }
  @media screen and (max-width: 991.5px) {
    .mapComponentLili .map-item {
      text-align: center; } }
  .mapComponentLili .map-item p,
  .mapComponentLili .map-item a {
    color: #fff;
    text-transform: unset;
    letter-spacing: 1.5px; }
  .mapComponentLili .map-item .title {
    font-size: 28px;
    text-transform: uppercase; }
  .mapComponentLili .map-item .subTitle {
    font-size: 19px;
    text-transform: uppercase;
    margin-top: 1.2rem; }

.mapboxgl-missing-css {
  display: none; }

.marker-container {
  display: block;
  text-align: center; }
  @media screen and (max-width: 991px) {
    .marker-container {
      transform: translateY(100%); } }
  .marker-container .icon-hexagon-filled {
    font-size: 3rem; }
  .marker-container p {
    font-family: Arial;
    font-size: 1.4rem;
    color: #4a4a4a;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-left: 15px;
    line-height: 20px; }
    @media screen and (min-width: 992px) {
      .marker-container p {
        position: absolute;
        line-height: 30px;
        left: 100%;
        white-space: nowrap;
        top: 0; } }

.mapComponent embed,
.mapComponent iframe {
  width: 100%;
  background: #333;
  min-height: 190px; }
  @media screen and (min-width: 992px) {
    .mapComponent embed,
    .mapComponent iframe {
      min-height: 500px; } }

.mapComponent canvas:focus {
  outline: none; }

.mapComponent button {
  color: #867050; }

.mapComponent .embed-container {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .mapComponent .embed-container {
      float: left;
      width: 100%; } }
  .mapComponent .embed-container .mapboxgl-map {
    max-height: 70vh; }

.mapComponent .mapComponent-row {
  margin-left: -20px;
  margin-right: -20px; }
  .mapComponent .mapComponent-row::after {
    content: "";
    display: table;
    clear: both; }

.mapComponent p {
  color: #4a4a4a; }

.mapComponent .linkCTA {
  color: #67553c; }

@media screen and (min-width: 992px) {
  .mapComponent .mobile-only {
    display: none; } }

.mapComponent h4 {
  color: #4a4a4a; }

.mapComponent p button,
.mapComponent p a {
  text-transform: uppercase;
  letter-spacing: 1.4px;
  line-height: 16px;
  font-size: 1.3rem;
  -webkit-font-smoothing: antialiased;
  color: #67553c; }

.mapComponent .map-item {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .mapComponent .map-item {
      float: left;
      width: 100%; } }
  @media (min-width: 992px) {
    .mapComponent .map-item {
      float: left;
      width: 25%; } }
  .mapComponent .map-item > * {
    margin-bottom: 10px; }
  .mapComponent .map-item p {
    white-space: pre-line; }

@media screen and (max-width: 991.5px) {
  .mapComponent .map-item-email h4,
  .mapComponent .map-item-phone h4 {
    display: none; } }

@media screen and (max-width: 991.5px) and (max-width: 991.5px) {
  .mapComponent .map-item-email p a,
  .mapComponent .map-item-phone p a {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1.3rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #ae9364;
    padding: 1.4rem 3rem;
    transition: 0.4s background, 0.4s color;
    background: linear-gradient(180deg, #7f7159 0%, #67553c 100%) no-repeat;
    color: #fff;
    text-align: center;
    display: inline-block; } }

@media screen and (max-width: 991.5px) and (max-width: 767px) {
  .mapComponent .map-item-email p a,
  .mapComponent .map-item-phone p a {
    display: block;
    width: 100%; } }

@media screen and (max-width: 991.5px) and (max-width: 991.5px) {
  .mapComponent .map-item-email p a:hover,
  .mapComponent .map-item-phone p a:hover {
    background: #fff;
    color: #867050; } }

@media screen and (max-width: 991.5px) {
  .mapComponent .map-item-airport h4 {
    border-top: 1px solid #d4d4d4;
    margin-top: 20px;
    padding-top: 20px; } }

.mapboxgl-missing-css {
  display: none; }

[dir="rtl"] .mapComponent .embed-container .mapboxgl-map {
  text-align: right !important; }

.wellness .mapComponent .map-item h4 {
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 5px;
  color: #6d6e71; }

.wellness .mapComponent .map-item p {
  margin-bottom: 16px; }

.wellness .mapComponent .map-item .linkCTA {
  font-size: 15px;
  line-height: 24px;
  color: #867050; }

.wellness .mapComponent .map-item .linkCTA-label {
  margin-right: 18px; }

.lili-theme .imageGalleryDualLili {
  margin-bottom: 4rem; }
  @media screen and (min-width: 992px) {
    .lili-theme .imageGalleryDualLili .dualImgCtn > div {
      width: 50%;
      float: left; } }
  .lili-theme .imageGalleryDualLili .richText {
    color: #fff;
    font-style: unset;
    padding: 2rem 0;
    text-align: justify; }
    .lili-theme .imageGalleryDualLili .richText p {
      letter-spacing: 2.4px; }
    .lili-theme .imageGalleryDualLili .richText h2 {
      font-family: "Futura Book", Arial, sans-serif; }
  .lili-theme .imageGalleryDualLili .dualHeading {
    color: #fff;
    font-style: unset;
    padding: 0;
    font-family: "Futura Book", Arial, sans-serif;
    font-size: 3.2rem;
    line-height: 1.25;
    text-transform: uppercase; }
    @media screen and (max-width: 991.5px) {
      .lili-theme .imageGalleryDualLili .dualHeading {
        font-size: 20px;
        text-align: center; } }
  .lili-theme .imageGalleryDualLili .imageGallery-item {
    opacity: 1;
    padding: 20px; }
  .lili-theme .imageGalleryDualLili .imageGallery-dual-arrow .icon-arrow-left,
  .lili-theme .imageGalleryDualLili .imageGallery-dual-arrow .icon-arrow-right {
    height: 100%; }
    @media screen and (max-width: 991.5px) {
      .lili-theme .imageGalleryDualLili .imageGallery-dual-arrow .icon-arrow-left,
      .lili-theme .imageGalleryDualLili .imageGallery-dual-arrow .icon-arrow-right {
        display: none; } }
  .lili-theme .imageGalleryDualLili .imageGallery-dual-arrow .icon-arrow-left {
    height: auto; }
    @media screen and (min-width: 992px) {
      .lili-theme .imageGalleryDualLili .imageGallery-dual-arrow .icon-arrow-left {
        left: -50px;
        top: 8vw; } }
    @media screen and (min-width: 1441px) {
      .lili-theme .imageGalleryDualLili .imageGallery-dual-arrow .icon-arrow-left {
        top: 165px; } }
  .lili-theme .imageGalleryDualLili .imageGallery-dual-arrow .icon-arrow-right {
    height: auto; }
    @media screen and (min-width: 992px) {
      .lili-theme .imageGalleryDualLili .imageGallery-dual-arrow .icon-arrow-right {
        right: -50px;
        top: 8vw; } }
    @media screen and (min-width: 1441px) {
      .lili-theme .imageGalleryDualLili .imageGallery-dual-arrow .icon-arrow-right {
        top: 165px; } }
  .lili-theme .imageGalleryDualLili .icon-play {
    color: #fff; }
  .lili-theme .imageGalleryDualLili .ImageCarouselMediaItemDualLili {
    position: relative; }
  .lili-theme .imageGalleryDualLili .innerFocus:focus {
    outline: 2px solid #5c95eb;
    outline-offset: -2px;
    /* stylelint-disable */
    /* stylelint-ensable */ }

@-moz-document url-prefix() {
  .lili-theme .imageGalleryDualLili .innerFocus:focus {
    outline: 2px solid #89b2f1; } }
  .lili-theme .imageGalleryDualLili .slick-dots button {
    color: #fff; }
    .lili-theme .imageGalleryDualLili .slick-dots button::before {
      font-size: 1rem;
      color: #fff; }

.globalHeroLili.homepage {
  height: 301px; }
  @media screen and (min-width: 992px) {
    .globalHeroLili.homepage {
      height: 88vh; } }

.globalHeroLili {
  height: 215px;
  margin-top: 94px;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 992px) {
    .globalHeroLili {
      height: 88vh;
      margin-top: 0;
      min-height: 600px;
      padding-top: 72px;
      max-height: 50vw; } }
  .globalHeroLili .heroImage {
    background-color: #000;
    background-position: center;
    background-size: cover;
    display: inline-block;
    height: 100%;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
    position: relative; }
    @media screen and (min-width: 992px) {
      .globalHeroLili .heroImage {
        height: 55.5vw;
        max-height: 88vh;
        min-height: 600px; } }
    .globalHeroLili .heroImage h1 {
      position: absolute;
      top: 30%;
      left: 50%;
      transform: translateX(-50%);
      color: #fff;
      width: 90%;
      letter-spacing: 2.4px;
      font-size: 4.2rem;
      line-height: 1;
      text-shadow: 0 2px 4px rgba(36, 33, 33, 0.7);
      text-align: center;
      font-weight: 700;
      text-transform: none; }
      @media screen and (min-width: 992px) {
        .globalHeroLili .heroImage h1 {
          top: 36%;
          width: 60%;
          font-size: 5.5rem; } }
    .globalHeroLili .heroImage .heroCarouselMedia-video {
      /* stylelint-disable-next-line */
      display: none !important;
      width: 100%;
      min-width: 100%; }
      @media screen and (min-width: 992px) {
        .globalHeroLili .heroImage .heroCarouselMedia-video {
          /* stylelint-disable-next-line */
          display: inline-block !important; } }
    .globalHeroLili .heroImage .videoControl-wrapper {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 12rem;
      display: block;
      z-index: 3;
      padding: 0;
      width: 100%; }
    .globalHeroLili .heroImage .videoControl {
      max-width: 95%;
      padding: 0 2rem;
      margin: 0 auto;
      text-align: right; }
      .globalHeroLili .heroImage .videoControl .icon::before {
        color: #fff;
        font-size: 4rem; }

@media screen and (min-width: 1200px) {
  .lili-theme .oneUp .cardCampaign {
    padding: 0 3rem; } }

@media screen and (max-width: 1199px) {
  .lili-theme .oneUp {
    background: transparent; } }

.lili-theme .oneUp .oneUp-text {
  background: transparent;
  color: #fff;
  text-align: left;
  letter-spacing: 2.4px;
  font-size: 18px; }
  .lili-theme .oneUp .oneUp-text .title {
    font-size: 24px;
    margin-bottom: 3rem;
    font-weight: 500;
    letter-spacing: 4.8px;
    font-family: "Futura Book", Arial, sans-serif; }
    @media screen and (max-width: 991.5px) {
      .lili-theme .oneUp .oneUp-text .title {
        font-size: 18px;
        letter-spacing: 2.4px; } }
  .lili-theme .oneUp .oneUp-text .paragraph {
    font-size: 18px;
    text-align: justify; }
    @media screen and (max-width: 991.5px) {
      .lili-theme .oneUp .oneUp-text .paragraph {
        font-size: 14px; } }
  .lili-theme .oneUp .oneUp-text .linkCTA-label {
    font-size: 26px;
    font-family: "Futura Book", Arial, sans-serif; }
    @media screen and (max-width: 991.5px) {
      .lili-theme .oneUp .oneUp-text .linkCTA-label {
        font-size: 18px; } }
  .lili-theme .oneUp .oneUp-text .icon-arrow-right::before {
    display: none; }

.lili-theme .oneUp .oneUp-gallery {
  position: relative; }
  .lili-theme .oneUp .oneUp-gallery:focus {
    outline: 2px solid #5c95eb;
    outline-offset: -2px;
    /* stylelint-disable */
    /* stylelint-ensable */ }

@-moz-document url-prefix() {
  .lili-theme .oneUp .oneUp-gallery:focus {
    outline: 2px solid #89b2f1; } }

div[data-react-component="OneUp"] + script + div[data-react-component="OneUp"] > .featureSection {
  padding-top: 0; }

.blackboardLili {
  font-family: "Futura Book", Arial, sans-serif;
  padding: 4rem; }
  @media screen and (max-width: 991.5px) {
    .blackboardLili {
      padding: 1rem; } }
  .blackboardLili .board {
    margin: 0 auto;
    background-color: transparent;
    color: #fff;
    text-align: center;
    padding: 30px;
    max-width: 480px;
    font-size: 14px; }
    @media screen and (max-width: 991.5px) {
      .blackboardLili .board {
        padding: 13px; } }
    .blackboardLili .board .richText p {
      line-height: 2.5;
      letter-spacing: 2.4px; }
    .blackboardLili .board .heading {
      margin-bottom: 30px;
      font-weight: bold;
      letter-spacing: 2.4px;
      text-transform: uppercase; }

.FeaturedTextLili {
  text-align: center;
  margin: 0 auto;
  max-width: 917px; }
  @media screen and (max-width: 991.5px) {
    .FeaturedTextLili {
      padding: 0 3rem; } }
  .FeaturedTextLili .text-warpper {
    color: #fff;
    max-width: 490px;
    margin: 0 auto; }
  .FeaturedTextLili .button-cta-lili a {
    margin-top: 6rem; }
    @media screen and (max-width: 991.5px) {
      .FeaturedTextLili .button-cta-lili a {
        margin-top: 4rem;
        width: 100%; } }
  .FeaturedTextLili .text-line {
    height: 1px;
    width: 100%;
    background-color: #4756cf;
    margin-bottom: 60px; }
    @media screen and (max-width: 991.5px) {
      .FeaturedTextLili .text-line {
        margin: 0 auto;
        margin-bottom: 20px;
        max-width: 85%; } }
  .FeaturedTextLili .text-head,
  .FeaturedTextLili .text-content {
    width: 100%; }
  .FeaturedTextLili .text-img {
    display: none; }
  .FeaturedTextLili .text-head {
    letter-spacing: 2.4px;
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
    padding: 0 2rem;
    margin-bottom: 40px; }
    @media screen and (max-width: 991.5px) {
      .FeaturedTextLili .text-head {
        margin-bottom: 20px;
        font-size: 2rem; } }
  .FeaturedTextLili .text-content {
    letter-spacing: 2.4px;
    line-height: 1.5;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: justify;
    font-family: "Futura Book", Arial, sans-serif; }
    @media screen and (max-width: 991.5px) {
      .FeaturedTextLili .text-content {
        margin-bottom: 50px;
        font-size: 1.2rem; } }

.layoutleftright .text-head,
.layoutleftright .text-content {
  display: inline-block;
  vertical-align: top; }
  @media screen and (max-width: 991.5px) {
    .layoutleftright .text-head,
    .layoutleftright .text-content {
      display: block; } }

.layoutleftright .text-warpper {
  max-width: 100%;
  position: relative; }

@media screen and (min-width: 992px) {
  .layoutleftright .text-line {
    margin-bottom: 40px; } }

.layoutleftright .text-img {
  display: none; }
  @media screen and (min-width: 992px) {
    .layoutleftright .text-img {
      display: inline-block;
      width: 140px;
      margin-bottom: 0; } }

.layoutleftright .text-head {
  text-transform: unset; }
  @media screen and (min-width: 992px) {
    .layoutleftright .text-head {
      width: calc(50% - 140px);
      margin-bottom: 0; } }

.layoutleftright .text-content {
  text-align: justify;
  font-family: "Avenir", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 300; }
  @media screen and (min-width: 992px) {
    .layoutleftright .text-content {
      float: right;
      width: 50%;
      font-size: 1.4rem;
      font-weight: 300; } }

.long-text .text-warpper {
  max-width: 100%; }

.long-text .text-line {
  height: 0;
  margin-bottom: 0; }

@media screen and (min-width: 992px) {
  .long-text .text-head {
    font-size: 2.8rem;
    letter-spacing: 4.8px; } }

.long-text .text-content {
  text-align: center;
  font-family: "Avenir", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 300; }
  @media screen and (min-width: 992px) {
    .long-text .text-content {
      text-align: left;
      font-size: 1.8rem;
      font-weight: 300;
      letter-spacing: 2.4px;
      line-height: 1.5; } }

.grandMediaGalleryLili .articleListing-loadMoreBtn button {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem; }

.grandMediaGalleryLili .arrowDown {
  width: 20px;
  height: 20px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 10px auto 20px auto;
  transform: rotate(-45deg); }

.TextDualLili {
  color: #fff;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 2.4px; }
  @media (min-width: 992px) {
    .TextDualLili {
      left: 16.66667%; } }
  @media (min-width: 992px) {
    .TextDualLili {
      float: left;
      width: 66.66667%; } }
  .TextDualLili .TextDualLili-header {
    font-size: 28px;
    border-bottom: 1px solid #4756cf;
    text-align: center;
    padding-bottom: 4.5rem;
    text-transform: uppercase; }
    @media screen and (max-width: 991.5px) {
      .TextDualLili .TextDualLili-header {
        border: 0;
        padding-bottom: 2.5rem;
        font-size: 36px; } }
  .TextDualLili .dualItem {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 1.5rem;
    padding: 0; }
    @media (min-width: 992px) {
      .TextDualLili .dualItem {
        float: left;
        width: 50%; } }
    .TextDualLili .dualItem .subTitle {
      font-size: 19px;
      text-transform: uppercase;
      margin: 2rem 0; }
    .TextDualLili .dualItem a:not(.button-primary--wide) {
      color: #fff; }
    .TextDualLili .dualItem .p {
      line-height: 18px; }
    .TextDualLili .dualItem .button-cta-lili {
      text-align: left;
      margin-top: 3rem; }
    @media screen and (max-width: 991.5px) {
      .TextDualLili .dualItem .button-cta-lili {
        text-align: center; }
      .TextDualLili .dualItem .p {
        font-size: 12px;
        line-height: 14px; } }
  @media screen and (max-width: 991.5px) {
    .TextDualLili .hideOnMobile {
      display: none; } }
  .TextDualLili .text-warpper {
    font-family: "Futura Book", Arial, sans-serif; }
    @media screen and (max-width: 991.5px) {
      .TextDualLili .text-warpper {
        border-bottom: 1px solid #4756cf;
        padding-bottom: 4rem;
        text-align: center; } }

.mt50 {
  margin-top: 5rem; }

.destinationFilterWithContent .destinationFilterWithContent-header {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .destinationFilterWithContent .destinationFilterWithContent-header {
      float: left;
      width: 100%; } }
  @media (min-width: 992px) {
    .destinationFilterWithContent .destinationFilterWithContent-header {
      float: left;
      width: 91.66667%; } }
  @media (min-width: 992px) {
    .destinationFilterWithContent .destinationFilterWithContent-header {
      margin-left: 8.33333%; } }
  .destinationFilterWithContent .destinationFilterWithContent-header .linkList {
    margin-bottom: 4rem; }
    .destinationFilterWithContent .destinationFilterWithContent-header .linkList .title {
      margin-top: 4rem; }

.destinationFilterWithContent .destinationFilterWithContent-body {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    .destinationFilterWithContent .destinationFilterWithContent-body {
      float: left;
      width: 100%; } }
  @media screen and (min-width: 992px) {
    .destinationFilterWithContent .destinationFilterWithContent-body {
      margin-top: 80px; } }

.menu-lili {
  padding: 0 20px; }
  .menu-lili .destinationFilterWithContent-header {
    margin: 0;
    padding: 0;
    width: 100%; }
    .menu-lili .destinationFilterWithContent-header .linkList {
      margin-bottom: 7rem; }
      @media screen and (max-width: 767px) {
        .menu-lili .destinationFilterWithContent-header .linkList {
          margin-bottom: 2rem; } }
      .menu-lili .destinationFilterWithContent-header .linkList .linkList-linkWrapper {
        width: calc(100% / 3); }
        @media screen and (min-width: 768px) {
          .menu-lili .destinationFilterWithContent-header .linkList .linkList-linkWrapper {
            width: 20%; } }
  .menu-lili .menu-control {
    width: 150px;
    margin: 0 auto;
    margin-top: 7rem;
    font-size: 2.4rem;
    color: #fff;
    line-height: 1.5;
    text-align: center; }
    .menu-lili .menu-control .tag-number {
      padding: 0 3rem;
      text-align: center;
      position: relative;
      vertical-align: middle;
      display: inline-block; }
      .menu-lili .menu-control .tag-number::before {
        background: #4756cf;
        bottom: 0;
        content: "";
        height: 1px;
        position: absolute;
        left: 0;
        right: 0;
        transition: all 0.4s ease-in;
        z-index: 0;
        opacity: 1;
        width: 30%;
        margin: 0 auto; }
    .menu-lili .menu-control button {
      vertical-align: middle;
      display: inline-block; }
  .menu-lili .richText {
    letter-spacing: 2.4px;
    font-family: "Avenir", Arial, sans-serif;
    line-height: 2; }
    .menu-lili .richText h3 {
      letter-spacing: 2.4px;
      font-family: "Avenir", Arial, sans-serif;
      line-height: 2; }
  .menu-lili .text-content {
    color: #fff; }
    .menu-lili .text-content h2,
    .menu-lili .text-content h3 {
      color: #fff;
      font-size: 2.8rem;
      letter-spacing: 2.49px;
      line-height: 1.3;
      font-family: "Futura Book", Arial, sans-serif;
      margin-bottom: 36px;
      position: relative;
      width: auto;
      padding-bottom: 2rem;
      text-transform: uppercase;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .menu-lili .text-content h2,
        .menu-lili .text-content h3 {
          font-size: 1.4rem;
          font-family: "Avenir", Arial, sans-serif;
          letter-spacing: 3.2px;
          margin-bottom: 2rem;
          padding-bottom: 0; } }
      .menu-lili .text-content h2::before,
      .menu-lili .text-content h3::before {
        background: #4756cf;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        opacity: 1;
        position: absolute;
        width: 100%;
        z-index: 0; }
        @media screen and (max-width: 767px) {
          .menu-lili .text-content h2::before,
          .menu-lili .text-content h3::before {
            height: 0; } }
    .menu-lili .text-content p {
      font-family: "Futura Book", Arial, sans-serif;
      font-size: 1.8rem;
      line-height: 29px;
      letter-spacing: 5.76px; }
      @media screen and (max-width: 767px) {
        .menu-lili .text-content p {
          font-size: 1.2rem;
          font-family: "Avenir", Arial, sans-serif;
          letter-spacing: 1.76px;
          line-height: 1.5; } }
  .menu-lili .linkList-destinations {
    display: flex;
    flex-flow: wrap; }

.oneImageLili {
  height: 324px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  background-color: #000;
  display: inline-block;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .oneImageLili {
      min-height: 566px;
      background-size: 100% 100%; } }
  .oneImageLili .oneImageLili-caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 2.4rem;
    padding: 4rem 13rem;
    letter-spacing: 2.4px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase; }
    @media screen and (max-width: 991.5px) {
      .oneImageLili .oneImageLili-caption {
        display: none; } }

.lili-theme .imageGalleryMaskLili .slick-dots button {
  color: #fff; }
  .lili-theme .imageGalleryMaskLili .slick-dots button::before {
    font-size: 1rem;
    color: #fff; }

.lili-theme .imageGalleryMaskLili .button-cta-lili a {
  text-transform: none; }

@media screen and (max-width: 991.5px) {
  .lili-theme .imageGalleryMaskLili {
    padding: 0 2rem; }
    .lili-theme .imageGalleryMaskLili .chevron-left,
    .lili-theme .imageGalleryMaskLili .chevron-right {
      display: none; } }

.lili-theme .imageGalleryMaskLili .imageGallery-item {
  padding: 0; }

.lili-theme .imageGalleryMaskLili .listing-ctn {
  position: relative; }

.lili-theme .imageGalleryMaskLili .imageGallery-mask-arrow {
  position: relative; }
  @media screen and (min-width: 992px) {
    .lili-theme .imageGalleryMaskLili .imageGallery-mask-arrow {
      padding: 0 20px; } }
  .lili-theme .imageGalleryMaskLili .imageGallery-mask-arrow .arrowLeft,
  .lili-theme .imageGalleryMaskLili .imageGallery-mask-arrow .arrowRight {
    position: absolute;
    z-index: 4; }
    @media screen and (max-width: 991.5px) {
      .lili-theme .imageGalleryMaskLili .imageGallery-mask-arrow .arrowLeft,
      .lili-theme .imageGalleryMaskLili .imageGallery-mask-arrow .arrowRight {
        display: none; } }
  @media screen and (min-width: 992px) {
    .lili-theme .imageGalleryMaskLili .imageGallery-mask-arrow .arrowLeft {
      left: -50px;
      top: 18.5vw; } }
  @media screen and (min-width: 1441px) {
    .lili-theme .imageGalleryMaskLili .imageGallery-mask-arrow .arrowLeft {
      top: 340px; } }
  .lili-theme .imageGalleryMaskLili .imageGallery-mask-arrow .arrowRight {
    height: auto; }
    @media screen and (min-width: 992px) {
      .lili-theme .imageGalleryMaskLili .imageGallery-mask-arrow .arrowRight {
        right: -50px;
        top: 18.5vw; } }
    @media screen and (min-width: 1441px) {
      .lili-theme .imageGalleryMaskLili .imageGallery-mask-arrow .arrowRight {
        top: 340px; } }
  @media screen and (max-width: 991.5px) {
    .lili-theme .imageGalleryMaskLili .imageGallery-mask-arrow .arrowLeft,
    .lili-theme .imageGalleryMaskLili .imageGallery-mask-arrow .arrowRight {
      display: block;
      position: absolute;
      bottom: 0; }
    .lili-theme .imageGalleryMaskLili .imageGallery-mask-arrow .arrowLeft {
      left: calc(50% - 100px); }
    .lili-theme .imageGalleryMaskLili .imageGallery-mask-arrow .arrowRight {
      right: calc(50% - 100px); }
    .lili-theme .imageGalleryMaskLili .imageGallery-mask-arrow .chevron-right,
    .lili-theme .imageGalleryMaskLili .imageGallery-mask-arrow .chevron-left {
      width: 20px;
      height: 20px; } }

.lili-theme .imageGalleryMaskLili .mask {
  padding-bottom: 50px; }

@media screen and (min-width: 992px) {
  .lili-theme .imageGalleryMaskLili .mask {
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    width: 40%;
    padding: 40px;
    background-color: #000;
    overflow: hidden; } }
  @media screen and (min-width: 992px) and (max-width: 1440px) {
    .lili-theme .imageGalleryMaskLili .mask {
      padding: 2rem; } }

@media screen and (min-width: 992px) {
  .lili-theme .imageGalleryMaskLili .mask-right {
    right: 20px;
    left: auto;
    border-right: 1px solid #4756cf; }
  .lili-theme .imageGalleryMaskLili .mask-left {
    left: 0;
    border-left: 1px solid #4756cf; }
  .lili-theme .imageGalleryMaskLili .button-cta-lili {
    bottom: 40px;
    position: absolute; }
    .lili-theme .imageGalleryMaskLili .button-cta-lili a {
      color: #fff;
      border-color: #fff; }
      .lili-theme .imageGalleryMaskLili .button-cta-lili a:hover, .lili-theme .imageGalleryMaskLili .button-cta-lili a:focus {
        border-color: #867050; } }

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .lili-theme .imageGalleryMaskLili .dualHeading {
    font-size: 2.4rem;
    margin-top: 1rem; }
  .lili-theme .imageGalleryMaskLili .richText {
    padding: 1rem 0; }
    .lili-theme .imageGalleryMaskLili .richText p {
      letter-spacing: 1.2px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .lili-theme .imageGalleryMaskLili .dualHeading {
    font-size: 1.8rem;
    margin-top: 0; }
  .lili-theme .imageGalleryMaskLili .richText {
    padding: 1rem 0; }
    .lili-theme .imageGalleryMaskLili .richText p {
      letter-spacing: normal;
      font-size: 1.3rem; }
  .lili-theme .imageGalleryMaskLili .button-cta-lili {
    bottom: 2rem; } }

.chevron-left {
  width: 27px;
  height: 27px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 20% -20% 20% 20%;
  transform: rotate(45deg); }

.chevron-right {
  width: 27px;
  height: 27px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  margin: 20% 20% 20% -20%;
  transform: rotate(45deg); }

@media screen and (max-width: 991.5px) {
  .imageGalleryMaskLili-only .mask {
    padding-top: 50px; }
  .imageGalleryMaskLili-only .chevron-left,
  .imageGalleryMaskLili-only .chevron-right {
    display: none; }
  .imageGalleryMaskLili-only .slick-dots {
    display: block;
    bottom: -40px; } }

@media screen and (max-width: 991.5px) {
  .lili-theme .imageGalleryLili {
    padding: 0 2rem; } }

.lili-theme .imageGalleryLili .imageWrapperLimit1 {
  padding: 23.6% 50%;
  position: relative;
  overflow: hidden; }

.lili-theme .imageGalleryLili .imageGallery-item {
  float: left;
  margin: 0 auto;
  transition: opacity .3s ease;
  opacity: 1; }

.lili-theme .imageGalleryLili .listing-ctn {
  position: relative; }

.lili-theme .imageGalleryLili .imageGallery-caption {
  color: #fff; }

.lili-theme .imageGalleryLili .imageGallery-arrow {
  position: relative; }
  @media screen and (min-width: 992px) {
    .lili-theme .imageGalleryLili .imageGallery-arrow {
      padding: 0 20px; } }
  .lili-theme .imageGalleryLili .imageGallery-arrow .arrowLeft,
  .lili-theme .imageGalleryLili .imageGallery-arrow .arrowRight {
    position: absolute;
    z-index: 4;
    top: 15.5vw; }
    @media screen and (max-width: 991.5px) {
      .lili-theme .imageGalleryLili .imageGallery-arrow .arrowLeft,
      .lili-theme .imageGalleryLili .imageGallery-arrow .arrowRight {
        display: none; } }
    @media screen and (min-width: 1441px) {
      .lili-theme .imageGalleryLili .imageGallery-arrow .arrowLeft,
      .lili-theme .imageGalleryLili .imageGallery-arrow .arrowRight {
        top: 270px; } }
  .lili-theme .imageGalleryLili .imageGallery-arrow .arrowLeft {
    left: -50px; }
  .lili-theme .imageGalleryLili .imageGallery-arrow .arrowRight {
    right: -50px; }

.chevron-left {
  width: 27px;
  height: 27px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 20% -20% 20% 20%;
  transform: rotate(45deg); }

.chevron-right {
  width: 27px;
  height: 27px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  margin: 20% 20% 20% -20%;
  transform: rotate(45deg); }

.imageGalleryLili .slick-dots {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  bottom: 0; }
  .imageGalleryLili .slick-dots li button {
    color: #fff; }
    .imageGalleryLili .slick-dots li button::before {
      font-size: 1rem;
      color: #fff; }

.ShortTabs {
  margin: 50px auto;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .ShortTabs {
      margin: 30px auto; } }
  .ShortTabs .shortTab {
    color: #fff;
    padding: 6px 0;
    background-color: #2a2a2a;
    font-family: "Futura Book", Arial, sans-serif;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    width: 232px;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .ShortTabs .shortTab {
        width: 50%;
        font-size: 14px; } }
  .ShortTabs .disabledTab {
    background-color: #494949; }

.dropdown-link {
  background-color: #f2f2f3; }
  .dropdown-link .dropdown-wrapper {
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    padding-top: 12px;
    padding-left: 80px; }
    @media screen and (max-width: 991.5px) {
      .dropdown-link .dropdown-wrapper {
        padding-left: 20px; } }
  .dropdown-link.marginTop {
    margin-top: 80px; }
  .dropdown-link .dropdown-label {
    float: left;
    line-height: 36px;
    margin-right: 30px;
    border-color: #fff;
    text-transform: uppercase; }
  .dropdown-link .dropdown-link-Select {
    width: 80px;
    float: left; }
  .dropdown-link .Select-arrow {
    border: 0;
    width: 20px;
    height: 20px; }
    .dropdown-link .Select-arrow::before {
      position: absolute;
      top: 9px;
      right: 0;
      font-size: 10px;
      color: #867050;
      content: "\E904";
      display: inline-block;
      padding: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: "icomoon" !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      line-height: 1;
      speak: none;
      text-transform: none; }
  .dropdown-link .Select-control {
    border: 0;
    background: transparent; }
    .dropdown-link .Select-control:hover {
      box-shadow: none; }
  .dropdown-link .Select-value-label,
  .dropdown-link .Select-placeholder {
    vertical-align: middle;
    color: #867050 !important; }
  .dropdown-link .Select-placeholder {
    margin-top: 2px; }
  .dropdown-link .is-open > .Select-control {
    border-color: #fff; }
  .dropdown-link .is-focused:not(.is-open) > .Select-control {
    border-color: #6d6e71;
    box-shadow: none; }
  .dropdown-link .Select-menu-outer {
    box-shadow: 0 0 15px 0 #828387;
    position: absolute;
    right: 20px;
    max-height: 450px;
    height: auto;
    padding: 0 15px;
    width: auto;
    top: 40px;
    z-index: 3; }
    .dropdown-link .Select-menu-outer::before {
      content: " ";
      position: absolute;
      top: -20px;
      right: 20px;
      width: 0;
      height: 0;
      border-bottom: 10px solid #fff;
      border-right: 10px solid transparent;
      border-top: 10px solid transparent;
      border-left: 10px solid transparent; }
    .dropdown-link .Select-menu-outer .Select-menu {
      max-height: 450px;
      height: auto; }
    .dropdown-link .Select-menu-outer .Select-option {
      color: #867050;
      width: 150px; }
      .dropdown-link .Select-menu-outer .Select-option:not(:last-child) {
        border-bottom: 1px solid #d4d4d4; }
    .dropdown-link .Select-menu-outer .Select-option.is-selected {
      color: #646464;
      background-color: #fff; }
    .dropdown-link .Select-menu-outer .Select-option.is-focused,
    .dropdown-link .Select-menu-outer .Select-option.is-focused.is-selected {
      color: #000;
      background-color: transparent; }
  .dropdown-link .Select:focus,
  .dropdown-link .Select.is-focused,
  .dropdown-link .is-open {
    background: rgba(174, 147, 100, 0.1); }
  .dropdown-link .react-accessible-select .ras-button {
    color: #867050;
    transition: .15s ease-in-out border;
    border-radius: 2px;
    border: 2px solid transparent;
    padding-left: 0; }
  .dropdown-link .react-accessible-select .ras-ul {
    padding: 10px;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    max-height: 220px;
    overflow-y: scroll; }
  .dropdown-link .react-accessible-select .ras-li:not(:last-child) {
    border-bottom: 1px solid #d4d4d4; }
  .dropdown-link .react-accessible-select .ras-focused {
    color: #867050; }
  .dropdown-link .react-accessible-select .ras-selected {
    background-color: #fff; }
  .dropdown-link .react-accessible-select .ras-arrow {
    top: 14px;
    right: 10px;
    border-left: 2px solid #867050;
    border-bottom: 2px solid #867050; }

.TabLink .linkList {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4; }
  .TabLink .linkList ul {
    text-align: center; }
  .TabLink .linkList .linkList-linkWrapper {
    float: none;
    display: inline-block;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 18px;
    margin-bottom: 18px; }
    @media screen and (max-width: 767px) {
      .TabLink .linkList .linkList-linkWrapper {
        margin-top: 15px;
        margin-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px; } }
    .TabLink .linkList .linkList-linkWrapper:not(:last-child)::after {
      content: " ";
      border-right: 1px solid #d4d4d4;
      position: absolute;
      right: 0;
      height: 30px; }
  .TabLink .linkList .linkList-destinations {
    margin: 0; }
  .TabLink .linkList span {
    text-transform: capitalize; }

.featuredMediaList .articleListing-loadMoreBtn a {
  display: inline-block; }
  @media screen and (max-width: 479px) {
    .featuredMediaList .articleListing-loadMoreBtn a {
      width: 100%; } }

.featuredMediaList .filterBar-desktop {
  display: none; }

.featuredMediaList .filterBar-touch {
  display: block; }

@media screen and (min-width: 992px) {
  .featuredMediaList .filterBar {
    display: inline-block;
    margin-right: 3rem;
    position: relative; }
    .featuredMediaList .filterBar .filterBar-label,
    .featuredMediaList .filterBar .filterBar-select {
      width: auto; } }

.featuredMediaList .filterBar .filterBar-label {
  white-space: nowrap; }

.featuredMediaList .filterBar::after {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 25px;
  right: -1rem;
  top: 24px;
  bottom: 0;
  background: #e9e9e9; }

.featuredMediaList .filterBar .select {
  white-space: nowrap; }

.featuredMediaList .filterBar select {
  padding-right: 3rem; }

.featuredMediaList .featuredMediaList-row {
  padding-top: 2rem; }
  @media screen and (min-width: 768px) {
    .featuredMediaList .featuredMediaList-row {
      padding-top: 2rem; } }

.featuredMediaList .noResult {
  margin-bottom: 30px;
  text-align: center; }

.featuredMediaList .featuredMediaList-column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 3rem;
  position: relative; }
  @media (min-width: 768px) {
    .featuredMediaList .featuredMediaList-column {
      float: left;
      width: 33.33333%; } }

.featuredMediaList .articleListing-loadMoreBtn {
  margin-top: 4rem; }
  @media screen and (max-width: 479px) {
    .featuredMediaList .articleListing-loadMoreBtn button {
      width: 100%; } }

.happeningsGridSignature .happeningsGrid-card {
  margin-bottom: 4rem;
  margin-top: -1px; }
  @media screen and (min-width: 768px) {
    .happeningsGridSignature .happeningsGrid-card {
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .happeningsGridSignature .happeningsGrid-card {
      float: left;
      width: 50%; } }
  @media screen and (min-width: 768px) and (min-width: 992px) {
    .happeningsGridSignature .happeningsGrid-card {
      float: left;
      width: 25%; } }
  @media screen and (min-width: 768px) and (min-width: 1200px) {
    .happeningsGridSignature .happeningsGrid-card {
      float: left;
      width: 25%; } }
  @media screen and (min-width: 768px) {
    .happeningsGridSignature .happeningsGrid-card {
      height: 41rem; } }
  @media screen and (min-width: 992px) {
    .happeningsGridSignature .happeningsGrid-card {
      height: 32rem; } }
  @media screen and (min-width: 1200px) {
    .happeningsGridSignature .happeningsGrid-card {
      height: 34rem; } }
  .happeningsGridSignature .happeningsGrid-card .imageWrapperLimit1 {
    padding: 39.15% 50%;
    border: 1px solid #d4d4d4; }
  .happeningsGridSignature .happeningsGrid-card .backgroundStyle {
    left: 25%;
    right: 25%;
    top: 18%;
    bottom: 18%;
    background-size: contain; }
  .happeningsGridSignature .happeningsGrid-card .cardContainerless-headline {
    -webkit-line-clamp: 3; }
    @media screen and (min-width: 768px) {
      .happeningsGridSignature .happeningsGrid-card .cardContainerless-headline {
        height: 9rem; } }

.featuredSponsorGrid .articleListing-loadMoreBtn a {
  display: inline-block; }
  @media screen and (max-width: 479px) {
    .featuredSponsorGrid .articleListing-loadMoreBtn a {
      width: 100%; } }

.featuredSponsorGrid .filterBar-select select {
  min-width: 230px; }

.featuredSponsorGrid .filterBar-desktop {
  display: none; }

.featuredSponsorGrid .filterBar-touch {
  display: block; }

@media screen and (min-width: 992px) {
  .featuredSponsorGrid .filterBar {
    display: inline-block;
    margin-right: 3rem;
    position: relative; }
    .featuredSponsorGrid .filterBar .filterBar-label,
    .featuredSponsorGrid .filterBar .filterBar-select {
      width: auto; } }

.featuredSponsorGrid .filterBar .filterBar-label {
  white-space: nowrap; }

.featuredSponsorGrid .filterBar::after {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 25px;
  right: -1rem;
  top: 24px;
  bottom: 0;
  background: #e9e9e9; }

.featuredSponsorGrid .filterBar .select {
  white-space: nowrap; }

.featuredSponsorGrid .filterBar select {
  padding-right: 3rem; }

.featuredSponsorGrid .featuredSponsorGrid-wrapper {
  padding-top: 2rem; }
  @media screen and (max-width: 767px) {
    .featuredSponsorGrid .featuredSponsorGrid-wrapper {
      padding: 0 2rem; } }

.featuredSponsorGrid .noResult {
  margin-bottom: 30px;
  text-align: center; }

.featuredSponsorGrid .featuredSponsorGrid-row {
  text-align: center;
  margin-left: -20px;
  margin-right: -20px; }
  .featuredSponsorGrid .featuredSponsorGrid-row::after {
    content: "";
    display: table;
    clear: both; }

.featuredSponsorGrid .featuredSponsorGrid-title {
  margin-top: 6rem;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .featuredSponsorGrid .featuredSponsorGrid-title {
      margin-top: 4rem;
      margin-bottom: 2rem; } }

.featuredSponsorGrid .featuredSponsorGrid-column {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 3rem;
  margin-top: 3rem;
  float: initial !important;
  display: inline-block;
  vertical-align: middle; }
  @media (min-width: 768px) {
    .featuredSponsorGrid .featuredSponsorGrid-column {
      float: left;
      width: 16.66667%; } }
  @media screen and (max-width: 767px) {
    .featuredSponsorGrid .featuredSponsorGrid-column {
      margin-bottom: 1rem;
      margin-top: 1rem;
      padding-left: 1rem;
      padding-right: 1rem; } }

.featuredSponsorGrid .imagelimit {
  height: 95px; }
  .featuredSponsorGrid .imagelimit .imageWrapper {
    line-height: 95px; }
    .featuredSponsorGrid .imagelimit .imageWrapper img {
      margin: 0 auto;
      height: auto;
      width: auto;
      max-width: 99%;
      max-height: 99%;
      vertical-align: middle;
      display: inline-block; }

.featuredSponsorGrid .articleListing-loadMoreBtn {
  margin-top: 4rem; }
  @media screen and (max-width: 479px) {
    .featuredSponsorGrid .articleListing-loadMoreBtn button {
      width: 100%; } }

.featuredSponsorGrid .cardContainerless-headline {
  text-transform: capitalize; }

.CTALarge {
  text-align: center; }
  .CTALarge .featureContent-row {
    padding: 0 20px; }
  .CTALarge .cardInfoCTA {
    max-width: 800px;
    margin: 10px auto;
    padding: 4rem 3rem;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5); }
  .CTALarge .richText {
    margin-top: 10px; }
  .CTALarge .cardInfoCTA-callButton {
    display: block;
    margin-top: 30px; }
    .CTALarge .cardInfoCTA-callButton a {
      display: inline-block; }

.CTALargeWellness {
  text-align: center; }
  .CTALargeWellness .featureContent-row {
    padding: 0 20px; }
    @media screen and (max-width: 767px) {
      .CTALargeWellness .featureContent-row {
        padding: 0; } }
  .CTALargeWellness .cardInfoCTA {
    max-width: 794px;
    margin: 15px auto;
    padding: 3rem 3rem;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 767px) {
      .CTALargeWellness .cardInfoCTA {
        margin: 15px 20px; } }
    .CTALargeWellness .cardInfoCTA .cardInfoCTA-callButton {
      margin-bottom: 0; }
  .CTALargeWellness .richText {
    margin-top: 5px;
    letter-spacing: 1.4px; }
  .CTALargeWellness .cardHeadline {
    font-family: "Minion Pro";
    font-style: italic;
    font-size: 20px;
    line-height: 26px;
    color: #867050; }
    @media screen and (max-width: 767px) {
      .CTALargeWellness .cardHeadline {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 1.5px; } }
  .CTALargeWellness .cardInfoCTA-callButton {
    display: block;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .CTALargeWellness .cardInfoCTA-callButton {
        margin-top: 20px; } }
    .CTALargeWellness .cardInfoCTA-callButton a {
      display: inline-block;
      padding: 17px 47px;
      font-size: 13px;
      line-height: 16px;
      font-weight: 500;
      letter-spacing: 1.4px;
      background: linear-gradient(180deg, #ad9d83 0%, #7f7159 100%); }

.contactUsFormSignature .formDual {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 50px; }
  @media (min-width: 992px) {
    .contactUsFormSignature .formDual {
      float: left;
      width: 50%; } }
  .contactUsFormSignature .formDual:last-child {
    padding-top: 10px; }
  .contactUsFormSignature .formDual .contactUs-details {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    display: inline-block;
    vertical-align: text-top;
    float: none !important; }
    @media (min-width: 768px) {
      .contactUsFormSignature .formDual .contactUs-details {
        float: left;
        width: 50%; } }
  .contactUsFormSignature .formDual .select-label {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }

@media screen and (min-width: 768px) {
  .contactUsFormSignature .featureColumn {
    float: none; } }

@media screen and (max-width: 991.5px) {
  .socialinstagram {
    padding: 2rem; } }

.socialinstagram .featureSection {
  padding-top: 0; }

.socialinstagram .socialTitle {
  font-size: 1.8rem;
  letter-spacing: 2.4px;
  line-height: 1.3;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-family: "Avenir", Arial, sans-serif; }
  .socialinstagram .socialTitle a {
    color: #fff; }

.socialinstagram .socialLogo {
  font-size: 0;
  text-align: center;
  margin-bottom: 20px; }

.socialinstagram .featureContent-container {
  max-width: 1200px; }

.socialinstagram .socialinstagram-row {
  margin-left: -20px;
  margin-right: -20px; }
  .socialinstagram .socialinstagram-row::after {
    content: "";
    display: table;
    clear: both; }

.socialinstagram .socialinstagram-column {
  padding-bottom: 20px;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .socialinstagram .socialinstagram-column {
      float: left;
      width: 25%; } }

.socialinstagram .articleListing-loadMoreBtn {
  text-align: center; }

.socialinstagram .button-primary--instagram {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1.4rem 3rem;
  transition: 0.4s background, 0.4s color;
  color: #fff;
  border: 2px solid #fff; }
  .socialinstagram .button-primary--instagram:disabled {
    cursor: default;
    opacity: .5; }
  .socialinstagram .button-primary--instagram .icon-refresh::before {
    color: #fff;
    vertical-align: middle;
    padding-right: 1rem; }

.socialinstagram .button-primary--wide {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff; }

.socialinstagram .button-primary--instagram:hover, .socialinstagram .button-primary--instagram:enabled:hover,
.socialinstagram .button-primary--wide:hover,
.socialinstagram .button-primary--wide:enabled:hover {
  background: #867050;
  border-color: #867050;
  color: #fff; }
  .socialinstagram .button-primary--instagram:hover .icon::before, .socialinstagram .button-primary--instagram:enabled:hover .icon::before,
  .socialinstagram .button-primary--wide:hover .icon::before,
  .socialinstagram .button-primary--wide:enabled:hover .icon::before {
    color: #fff; }

.socialinstagram .socialinstagram-gallery .imageWrapper {
  padding: 28.125% 50%; }

.socialinstagram .socialinstagram-gallery .slick-dots {
  bottom: -40px; }
  .socialinstagram .socialinstagram-gallery .slick-dots button {
    color: #fff; }
    .socialinstagram .socialinstagram-gallery .slick-dots button::before {
      font-size: 1rem;
      color: #fff; }

.socialinstagram .imageWrapper {
  padding: 50% 50%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  text-align: center;
  height: 0; }
  .socialinstagram .imageWrapper .link {
    height: 100%;
    width: 100%;
    display: block; }

.ArticleHeading-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px; }
  .ArticleHeading-container::after {
    content: "";
    display: table;
    clear: both; }
  .ArticleHeading-container .ArticleHeading-row {
    margin-left: -20px;
    margin-right: -20px; }
    .ArticleHeading-container .ArticleHeading-row::after {
      content: "";
      display: table;
      clear: both; }
    .ArticleHeading-container .ArticleHeading-row .ArticleHeading-heading {
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px;
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px; }
      @media (min-width: 768px) {
        .ArticleHeading-container .ArticleHeading-row .ArticleHeading-heading {
          float: left;
          width: 100%; } }
      @media (min-width: 1200px) {
        .ArticleHeading-container .ArticleHeading-row .ArticleHeading-heading {
          float: left;
          width: 50%; } }
      @media (min-width: 1200px) {
        .ArticleHeading-container .ArticleHeading-row .ArticleHeading-heading {
          margin-left: 25%; } }
  .ArticleHeading-container .buttonHeart {
    margin-top: 3.7rem;
    width: 100%;
    text-align: center; }
    .ArticleHeading-container .buttonHeart .icon-heart,
    .ArticleHeading-container .buttonHeart .icon-heart-o {
      height: 1.8rem;
      margin-right: 1rem; }
    .ArticleHeading-container .buttonHeart span {
      font-size: 1.2rem; }

.mt90 {
  margin-top: 90px; }

.NavigationIcp .navigationSettingsBar a:first-of-type:first-child::after {
  width: 0; }

.NavigationIcp .navigationSecondary > a::after {
  margin: 0 20px 0 20px; }

.NavigationIcp .navigationSecondary > a:last-child::after {
  width: 0; }

.campaignHeader {
  margin-top: 5rem; }

.mapComponentPeninsula .embed-container {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .mapComponentPeninsula .embed-container {
      float: left;
      width: 58.33333%; } }
  @media screen and (max-width: 767px) {
    .mapComponentPeninsula .embed-container {
      padding: 0 !important; } }
  .mapComponentPeninsula .embed-container .mapboxgl-map {
    max-height: 70vh; }

.mapComponentPeninsula .map-item {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff; }
  @media (min-width: 768px) {
    .mapComponentPeninsula .map-item {
      float: left;
      width: 41.66667%; } }
  @media screen and (min-width: 768px) {
    .mapComponentPeninsula .map-item {
      padding-left: 7rem; }
      .mapComponentPeninsula .map-item .itemBorder {
        border-left: 1px solid #4756cf;
        padding-left: 4rem; } }
  @media screen and (max-width: 991.5px) {
    .mapComponentPeninsula .map-item {
      text-align: center; } }
  .mapComponentPeninsula .map-item p,
  .mapComponentPeninsula .map-item a {
    color: #000;
    text-transform: unset;
    letter-spacing: 1.5px; }
  .mapComponentPeninsula .map-item .title {
    font-size: 28px;
    text-transform: uppercase; }
  .mapComponentPeninsula .map-item .subTitle {
    font-size: 19px;
    text-transform: uppercase;
    margin-top: 1.2rem; }

.mapboxgl-missing-css {
  display: none; }

footer .footer-bottom-container .footer-cookie-links-container {
  order: 0; }
  @media screen and (min-width: 768px) {
    footer .footer-bottom-container .footer-cookie-links-container {
      margin-bottom: 20px;
      width: 70%; } }
  @media screen and (min-width: 992px) {
    footer .footer-bottom-container .footer-cookie-links-container {
      margin-bottom: 0;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    footer .footer-bottom-container .footer-cookie-links-container {
      margin-bottom: 12px; } }
  footer .footer-bottom-container .footer-cookie-links-container ul {
    margin-bottom: 0; }
  footer .footer-bottom-container .footer-cookie-links-container li {
    margin-bottom: 12px; }
    @media screen and (max-width: 767px) {
      footer .footer-bottom-container .footer-cookie-links-container li {
        margin-bottom: 10px; } }
  @media screen and (min-width: 768px) {
    footer .footer-bottom-container .footer-cookie-links-container li {
      margin-right: 30px; } }
  @media screen and (min-width: 992px) {
    footer .footer-bottom-container .footer-cookie-links-container li:not(:first-of-type) {
      margin-left: 30px; }
      footer .footer-bottom-container .footer-cookie-links-container li:not(:first-of-type):nth-child(2) {
        width: auto; }
      footer .footer-bottom-container .footer-cookie-links-container li:not(:first-of-type):nth-child(3) {
        margin-left: 30px; } }
  @media screen and (max-width: 767px) {
    footer .footer-bottom-container .footer-cookie-links-container li:not(:first-of-type) {
      width: 100%;
      margin-left: 0; } }
  footer .footer-bottom-container .footer-cookie-links-container button {
    color: #828387; }
    footer .footer-bottom-container .footer-cookie-links-container button:hover {
      color: #fff; }

@media screen and (max-width: 767px) {
  footer .footer-bottom-container p {
    margin-top: 10px; } }

div[data-react-component="CookieLinks"] {
  width: 100%; }

@media screen and (min-width: 768px) {
  [dir="rtl"] .footer-bottom-container .footer-cookie-links-container li:not(:first-of-type) {
    margin-left: auto;
    margin-right: 30px; }
    [dir="rtl"] .footer-bottom-container .footer-cookie-links-container li:not(:first-of-type):nth-child(3) {
      margin-left: auto;
      margin-right: 0; } }

@media screen and (min-width: 992px) {
  [dir="rtl"] .footer-bottom-container .footer-cookie-links-container li:not(:first-of-type) {
    margin-left: auto;
    margin-right: 30px; }
    [dir="rtl"] .footer-bottom-container .footer-cookie-links-container li:not(:first-of-type):nth-child(3) {
      margin-left: auto;
      margin-right: 30px; } }

@media screen and (max-width: 767px) {
  [dir="rtl"] .footer-bottom-container .footer-cookie-links-container li:not(:first-of-type) {
    width: 100%;
    margin-left: auto;
    margin-right: 0; } }

.imageGallery {
  margin: auto;
  width: 100%; }
  .imageGallery.dark {
    background: #f2f2f3; }
  .imageGallery .imageGallery-headingContainer {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    padding-top: 20px; }
    .imageGallery .imageGallery-headingContainer::after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 768px) {
      .imageGallery .imageGallery-headingContainer {
        margin-bottom: 40px;
        padding-top: 50px; } }
    .imageGallery .imageGallery-headingContainer .imageGallery-headingRow {
      margin-left: -20px;
      margin-right: -20px; }
      .imageGallery .imageGallery-headingContainer .imageGallery-headingRow::after {
        content: "";
        display: table;
        clear: both; }
    .imageGallery .imageGallery-headingContainer .imageGallery-headingColumn {
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px; }
      @media (min-width: 768px) {
        .imageGallery .imageGallery-headingContainer .imageGallery-headingColumn {
          float: left;
          width: 50%; } }
      @media (min-width: 768px) {
        .imageGallery .imageGallery-headingContainer .imageGallery-headingColumn {
          margin-left: 25%; } }
  .imageGallery img {
    max-width: 100%;
    width: 100%;
    display: block;
    pointer-events: none; }
  .imageGallery video {
    max-width: 100%;
    width: 100%;
    display: block;
    max-height: 100%; }
  .imageGallery .video-container {
    width: 100%;
    padding-top: 56.231%;
    position: relative; }
    .imageGallery .video-container iframe,
    .imageGallery .video-container object,
    .imageGallery .video-container embed {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
    .imageGallery .video-container .virtual {
      position: absolute;
      bottom: 0;
      width: 54px;
      height: 33px;
      text-align: center;
      cursor: pointer;
      z-index: 10;
      left: 0;
      background: url(/assets/images/Icon_360_Large.svg) center center/40px 20px no-repeat white;
      background-size: contain; }
  .imageGallery .icon-arrow-right,
  .imageGallery .icon-arrow-left {
    position: absolute;
    font: 0/0 arial;
    transition: transform .3s ease;
    z-index: 2;
    top: 0;
    height: calc(56vw - 20px - 34px);
    padding-top: 20px; }
    @media screen and (min-width: 992px) {
      .imageGallery .icon-arrow-right,
      .imageGallery .icon-arrow-left {
        height: calc(56vw - 20px); } }
    @media screen and (min-width: 1200px) {
      .imageGallery .icon-arrow-right,
      .imageGallery .icon-arrow-left {
        height: 563px; } }
    .imageGallery .icon-arrow-right::before,
    .imageGallery .icon-arrow-left::before {
      font-size: 30px;
      transition: transform .3s ease, color .3s ease;
      text-shadow: 0 0 2px #000;
      color: #fff; }
      @media screen and (min-width: 768px) {
        .imageGallery .icon-arrow-right::before,
        .imageGallery .icon-arrow-left::before {
          font-size: 40px; } }
      @media screen and (min-width: 1200px) {
        .imageGallery .icon-arrow-right::before,
        .imageGallery .icon-arrow-left::before {
          font-size: 50px; } }
    .imageGallery .icon-arrow-right:hover::before,
    .imageGallery .icon-arrow-left:hover::before {
      color: #ad9d83; }
  .imageGallery img + * {
    margin-top: 20px;
    margin-bottom: 10px; }
  .imageGallery h3 {
    color: #867050;
    font-size: 20px;
    margin-top: 1rem; }
    @media screen and (min-width: 768px) {
      .imageGallery h3 {
        margin-top: 2rem; } }
  .imageGallery figcaption {
    font-size: 1.2rem;
    color: #5a5b5e;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: .5rem;
    font-style: italic; }
    @media screen and (min-width: 768px) {
      .imageGallery figcaption {
        margin-top: 1rem; } }
  .imageGallery .icon-arrow-right {
    right: 40px; }
    @media screen and (min-width: 768px) {
      .imageGallery .icon-arrow-right {
        right: 80px; } }
    @media screen and (min-width: 1200px) {
      .imageGallery .icon-arrow-right {
        right: calc(50vw - 502px + 45px); } }
  .imageGallery .cardFeaturedType5Right {
    right: 80px; }
  .imageGallery .icon-arrow-left {
    left: 40px; }
    @media screen and (min-width: 768px) {
      .imageGallery .icon-arrow-left {
        left: 80px; } }
    @media screen and (min-width: 1200px) {
      .imageGallery .icon-arrow-left {
        left: calc(50vw - 502px + 45px); } }
  .imageGallery .cardFeaturedType5Left {
    left: 80px; }
  .imageGallery .imageGallery-item {
    float: left;
    margin: 0 auto;
    transition: opacity .3s ease;
    opacity: .1; }
  .imageGallery .slick-center .imageGallery-item {
    opacity: 1; }
  .imageGallery .imageGallery-singleItemContainer {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1250px; }
    .imageGallery .imageGallery-singleItemContainer::after {
      content: "";
      display: table;
      clear: both; }
  .imageGallery .imageGallery-singleItem {
    margin: 0 auto; }
    @media screen and (min-width: 992px) {
      .imageGallery .imageGallery-singleItem {
        max-width: 85%; } }
  .imageGallery .imageGallery-headingContent {
    margin-top: 40px;
    text-align: center;
    color: #4a4a4a; }

.lili-theme .imageGallery.dark {
  background: #0e0e0e; }

.lili-theme .imageGallery figcaption {
  color: #828387; }

.lili-theme .imageGallery .icon-arrow-right:hover::before,
.lili-theme .imageGallery .icon-arrow-left:hover::before {
  color: #828387; }

.wellness .virtualWrapper {
  position: relative; }

.featuredOffersGrid {
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .featuredOffersGrid {
      margin-right: auto;
      margin-left: auto;
      padding-left: 20px;
      padding-right: 20px; }
      .featuredOffersGrid::after {
        content: "";
        display: table;
        clear: both; } }
  @media screen and (max-width: 767px) {
    .featuredOffersGrid .filterBar {
      padding: 0 20px; } }
  .featuredOffersGrid .filterBar .select-label {
    background: transparent; }
  .featuredOffersGrid .featuredOffersGrid-cardsWrapper {
    display: block;
    margin-bottom: 5rem;
    margin-top: 3.5rem; }
    @media screen and (min-width: 768px) {
      .featuredOffersGrid .featuredOffersGrid-cardsWrapper {
        margin-left: -20px;
        margin-right: -20px; }
        .featuredOffersGrid .featuredOffersGrid-cardsWrapper::after {
          content: "";
          display: table;
          clear: both; } }
    .featuredOffersGrid .featuredOffersGrid-cardsWrapper .fog-desktop-flex {
      display: flex;
      align-items: stretch;
      flex-wrap: wrap; }
    .featuredOffersGrid .featuredOffersGrid-cardsWrapper .cardSmall-description {
      margin-top: 1rem;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden; }
      .featuredOffersGrid .featuredOffersGrid-cardsWrapper .cardSmall-description p,
      .featuredOffersGrid .featuredOffersGrid-cardsWrapper .cardSmall-description span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden; }
    .featuredOffersGrid .featuredOffersGrid-cardsWrapper .cardSmall-cta {
      margin-top: 1rem; }
    .featuredOffersGrid .featuredOffersGrid-cardsWrapper .cardSmall-intro {
      margin-bottom: 1rem; }
    @media screen and (min-width: 768px) {
      .featuredOffersGrid .featuredOffersGrid-cardsWrapper .cardSmall {
        margin: 2rem; } }
    @media screen and (min-width: 992px) {
      .featuredOffersGrid .featuredOffersGrid-cardsWrapper .cardSmall {
        margin: inherit;
        margin-bottom: 4rem; } }
  .featuredOffersGrid .filterBar + .featuredOffersGrid-cardsWrapper {
    margin-top: 0; }
  .featuredOffersGrid .featuredOffersGrid-card {
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .featuredOffersGrid .featuredOffersGrid-card {
        position: relative;
        min-height: 1px;
        padding-left: 20px;
        padding-right: 20px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .featuredOffersGrid .featuredOffersGrid-card {
      float: left;
      width: 25%; } }
  .featuredOffersGrid .featuredOffersGrid-cta {
    text-align: center; }
    .featuredOffersGrid .featuredOffersGrid-cta a {
      display: inline-block; }

.oneUp {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .oneUp {
      float: left;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .oneUp {
      padding: 0; } }
  @media screen and (max-width: 1199px) {
    .oneUp {
      padding: 0;
      background: #fff; } }
  @media screen and (min-width: 1200px) {
    .oneUp {
      display: flex;
      align-items: stretch; } }
  @media screen and (min-width: 768px) {
    .oneUp .oneUp-gallery,
    .oneUp .oneUp-text {
      width: 50%; } }
  @media screen and (max-width: 1199px) {
    .oneUp .oneUp-gallery,
    .oneUp .oneUp-text {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .oneUp .oneUp-gallery,
    .oneUp .oneUp-text {
      width: 100%; } }
  .oneUp .oneUp-gallery .cardCampaign,
  .oneUp .oneUp-text .cardCampaign {
    padding: 3rem; }
  .oneUp .oneUp-gallery.right-aligned-image {
    order: 2; }
  .oneUp .oneUp-text {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center; }
  .oneUp .imageWrapperLimit1 {
    /* stylelint-disable-next-line */
    height: 100% !important;
    overflow: visible; }

.wellness-feature-oneUp img {
  object-fit: cover; }

.wellness-feature-oneUp .featureContent-content {
  max-width: 1440px; }
  @media screen and (min-width: 992px) {
    .wellness-feature-oneUp .featureContent-content {
      padding: 80px 107px; } }
  .wellness-feature-oneUp .featureContent-content .title {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.4px; }
  .wellness-feature-oneUp .featureContent-content h2 {
    font-size: 32px;
    line-height: 38px; }
  .wellness-feature-oneUp .featureContent-content .paragraph {
    font-size: 15px;
    line-height: 24px; }
  .wellness-feature-oneUp .featureContent-content .oneUp .oneUp-text .cardCampaign {
    padding: 66px 30px; }
    .wellness-feature-oneUp .featureContent-content .oneUp .oneUp-text .cardCampaign .cardCampaign-title {
      margin-bottom: 0; }
    .wellness-feature-oneUp .featureContent-content .oneUp .oneUp-text .cardCampaign .cardCampaign-headline {
      margin-bottom: 9px; }

div[data-react-component="OneUp"] + script + div[data-react-component="OneUp"] > .featureSection {
  padding-top: 0; }

.featuredSponsorGrid-wellness .articleListing-loadMoreBtn a {
  display: inline-block; }
  @media screen and (max-width: 479px) {
    .featuredSponsorGrid-wellness .articleListing-loadMoreBtn a {
      width: 100%; } }

.featuredSponsorGrid-wellness .articleListing-heading {
  padding-top: 72px;
  padding-bottom: 0; }

.featuredSponsorGrid-wellness .filterBar-select select {
  min-width: 230px; }

.featuredSponsorGrid-wellness .filterBar-desktop {
  display: none; }

.featuredSponsorGrid-wellness .filterBar-touch {
  display: block; }

@media screen and (min-width: 992px) {
  .featuredSponsorGrid-wellness .filterBar {
    display: inline-block;
    margin-right: 3rem;
    position: relative; }
    .featuredSponsorGrid-wellness .filterBar .filterBar-label,
    .featuredSponsorGrid-wellness .filterBar .filterBar-select {
      width: auto; } }

.featuredSponsorGrid-wellness .filterBar .filterBar-label {
  white-space: nowrap; }

.featuredSponsorGrid-wellness .filterBar::after {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 25px;
  right: -1rem;
  top: 24px;
  bottom: 0;
  background: #e9e9e9; }

.featuredSponsorGrid-wellness .filterBar .select {
  white-space: nowrap; }

.featuredSponsorGrid-wellness .filterBar select {
  padding-right: 3rem; }

.featuredSponsorGrid-wellness .featuredSponsorGrid-wrapper {
  padding-top: 2.5rem; }
  @media screen and (max-width: 767px) {
    .featuredSponsorGrid-wellness .featuredSponsorGrid-wrapper {
      width: 280px;
      height: auto;
      margin: 31px auto;
      border: 10px solid #f2f2f3; } }

.featuredSponsorGrid-wellness .noResult {
  margin-bottom: 30px;
  text-align: center; }

.featuredSponsorGrid-wellness .featuredSponsorGrid-row {
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .featuredSponsorGrid-wellness .featuredSponsorGrid-row::after {
    content: "";
    display: table;
    clear: both; }

.featuredSponsorGrid-wellness .featuredSponsorGrid-title {
  margin-top: 6rem;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .featuredSponsorGrid-wellness .featuredSponsorGrid-title {
      margin-top: 4rem;
      margin-bottom: 2rem; } }

.featuredSponsorGrid-wellness .featuredSponsorGrid-column {
  width: 272px;
  height: 155px;
  margin: 0 1.5rem 3rem;
  float: initial !important;
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .featuredSponsorGrid-wellness .featuredSponsorGrid-column {
      width: 198px;
      height: 113px;
      margin: 19px 31px; } }

.featuredSponsorGrid-wellness .imagelimit .imageWrapper img {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block; }

.featuredSponsorGrid-wellness .articleListing-loadMoreBtn {
  margin-top: 4rem; }
  @media screen and (max-width: 479px) {
    .featuredSponsorGrid-wellness .articleListing-loadMoreBtn button {
      width: 100%; } }

.featuredSponsorGrid-wellness .cardContainerless-headline {
  text-transform: capitalize; }

@media screen and (max-width: 767px) {
  .wellnessGallery .filterBar {
    padding: 0 20px; } }

.wellnessGallery .filterBar .select-label {
  background: transparent; }

.wellnessGallery .wellnessGallery-cardsWrapper {
  display: block;
  margin-top: 44px; }
  .wellnessGallery .wellnessGallery-cardsWrapper .fog-desktop-flex {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap; }
  .wellnessGallery .wellnessGallery-cardsWrapper .cardSmall-description {
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }
    .wellnessGallery .wellnessGallery-cardsWrapper .cardSmall-description p,
    .wellnessGallery .wellnessGallery-cardsWrapper .cardSmall-description span {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden; }
  .wellnessGallery .wellnessGallery-cardsWrapper .cardSmall-cta {
    margin-top: 1rem; }
  .wellnessGallery .wellnessGallery-cardsWrapper .cardSmall-intro {
    margin-bottom: 1rem; }
  @media screen and (min-width: 768px) {
    .wellnessGallery .wellnessGallery-cardsWrapper .cardSmall {
      margin: 2rem; } }
  @media screen and (min-width: 992px) {
    .wellnessGallery .wellnessGallery-cardsWrapper .cardSmall {
      margin: inherit;
      margin-bottom: 4rem; } }

.wellnessGallery .filterBar + .wellnessGallery-cardsWrapper {
  margin-top: 0; }

.wellnessGallery .wellnessGallery-card {
  display: block;
  float: left;
  margin-bottom: 32px; }
  @media screen and (min-width: 992px) {
    .wellnessGallery .wellnessGallery-card {
      margin-bottom: 1.94vw; }
      .wellnessGallery .wellnessGallery-card:last-child {
        margin-bottom: 1.94vw; } }
  @media screen and (min-width: 1441px) {
    .wellnessGallery .wellnessGallery-card {
      margin-bottom: 32px; }
      .wellnessGallery .wellnessGallery-card:last-child {
        margin-bottom: 32px; } }

.wellnessGallery .wellnessGallery-cta {
  text-align: center;
  margin-top: 50px;
  margin-bottom: -60px; }
  .wellnessGallery .wellnessGallery-cta a {
    display: inline-block; }

.wellnessGallery .headline {
  text-align: left; }
  .wellnessGallery .headline .headline-secondary::after {
    margin: 20px 0 0; }

.page-desc {
  width: 460px;
  height: 260px; }
  @media screen and (min-width: 992px) {
    .page-desc {
      width: 31.94444vw;
      height: 18.05556vw; } }
  @media screen and (min-width: 1441px) {
    .page-desc {
      width: 460px;
      height: 260px; } }

.first-item {
  width: 782px;
  height: 640px; }
  @media screen and (min-width: 992px) {
    .first-item {
      width: 54.30556vw;
      height: 44.44444vw; } }
  @media screen and (min-width: 1441px) {
    .first-item {
      width: 782px;
      height: 640px; } }

.second-item {
  width: 462px;
  height: 460px; }
  @media screen and (min-width: 992px) {
    .second-item {
      width: 32.08333vw;
      height: 31.94444vw; } }
  @media screen and (min-width: 1441px) {
    .second-item {
      width: 462px;
      height: 460px; } }

.wellness-gallery.featureSection {
  padding-top: 48px;
  padding-bottom: 60px;
  margin-bottom: 48px; }

.wellness-gallery img {
  object-fit: cover; }

.wellness-gallery .featureContent-row {
  margin: 0; }

.wellness-gallery .featureContent-content {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 768px) {
    .wellness-gallery .featureContent-content {
      padding-left: 3.38542vw;
      padding-right: 3.38542vw; } }
  @media screen and (min-width: 992px) {
    .wellness-gallery .featureContent-content {
      max-width: 100vw;
      padding-left: 5.27778vw;
      padding-right: 5.27778vw; } }
  @media screen and (min-width: 1441px) {
    .wellness-gallery .featureContent-content {
      max-width: 1440px;
      padding-left: 76px;
      padding-right: 76px; } }

.wellness-gallery .featureContent-container {
  margin: 0;
  padding: 0; }

.wellness-gallery .filterBarWellness {
  margin-top: 38px; }
  @media screen and (min-width: 992px) {
    .wellness-gallery .filterBarWellness {
      margin-top: 55px; } }

.wellness-gallery .gallery-mobile-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .wellness-gallery .gallery-mobile-section .gallery-page-content {
    text-align: center;
    margin: 0 auto 40px; }
  .wellness-gallery .gallery-mobile-section .item.reverse {
    margin-right: 0; }
  .wellness-gallery .gallery-mobile-section .big-item {
    margin-left: 0 !important;
    margin-top: 0;
    margin-right: 0 !important;
    margin-bottom: 32px;
    width: 100%;
    height: auto; }
    @media screen and (min-width: 768px) {
      .wellness-gallery .gallery-mobile-section .big-item {
        width: 44.92188vw; } }
  .wellness-gallery .gallery-mobile-section .left1, .wellness-gallery .gallery-mobile-section .left2 {
    margin-top: 0;
    margin-left: 0 !important; }

.wellness-gallery .gallery-left-section {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start; }
  @media screen and (min-width: 992px) {
    .wellness-gallery .gallery-left-section {
      width: 49%; } }
  .wellness-gallery .gallery-left-section .item1 {
    width: 462px;
    height: 554px; }
    @media screen and (min-width: 992px) {
      .wellness-gallery .gallery-left-section .item1 {
        width: 78%;
        height: 38.47222vw; }
        .wellness-gallery .gallery-left-section .item1 img {
          width: 100%;
          height: 18.05556vw; } }
    @media screen and (min-width: 1441px) {
      .wellness-gallery .gallery-left-section .item1 {
        height: 554px; }
        .wellness-gallery .gallery-left-section .item1 img {
          height: 260px; } }
  .wellness-gallery .gallery-left-section .item2 {
    width: 629px;
    height: 648px; }
    @media screen and (min-width: 992px) {
      .wellness-gallery .gallery-left-section .item2 {
        width: 100%;
        height: 45vw; }
        .wellness-gallery .gallery-left-section .item2 img {
          width: 100%;
          height: auto; } }

.wellness-gallery .gallery-page-content {
  position: relative;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .wellness-gallery .gallery-page-content {
      margin-bottom: 4.16667vw; } }
  @media screen and (min-width: 992px) {
    .wellness-gallery .gallery-page-content {
      height: 296px;
      margin-bottom: 4.375vw; } }
  @media screen and (min-width: 1441px) {
    .wellness-gallery .gallery-page-content {
      margin-bottom: 63px; } }
  .wellness-gallery .gallery-page-content .gallery-page-content-bg {
    display: none; }
    @media screen and (min-width: 992px) {
      .wellness-gallery .gallery-page-content .gallery-page-content-bg {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 306px;
        height: 195px;
        border: 8px solid rgba(134, 112, 80, 0.1); } }
  .wellness-gallery .gallery-page-content .gallery-page-content-title {
    font-family: "Minion";
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 2px;
    text-align: center;
    color: #000; }
    @media screen and (min-width: 992px) {
      .wellness-gallery .gallery-page-content .gallery-page-content-title {
        margin-top: 32px;
        margin-left: 38px;
        text-align: left; } }
  .wellness-gallery .gallery-page-content .gallery-page-content-description {
    width: calc(100% - 54px);
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1.2px;
    margin: 16px auto 0;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .wellness-gallery .gallery-page-content .gallery-page-content-description {
        width: 61.97917vw; } }
    @media screen and (min-width: 992px) {
      .wellness-gallery .gallery-page-content .gallery-page-content-description {
        font-size: 16px;
        width: 24.79167vw;
        margin-top: 24px;
        margin-left: 67px;
        margin-bottom: 0; } }
    @media screen and (min-width: 1441px) {
      .wellness-gallery .gallery-page-content .gallery-page-content-description {
        width: 357px; } }
  .wellness-gallery .gallery-page-content .gallery-page-content-btn {
    position: absolute;
    width: calc(100% - 54px);
    bottom: 0; }
    @media screen and (min-width: 768px) {
      .wellness-gallery .gallery-page-content .gallery-page-content-btn {
        width: 100%; } }
    .wellness-gallery .gallery-page-content .gallery-page-content-btn button {
      font-size: 15px;
      font-weight: 500;
      line-height: 24px;
      color: #867050; }
  .wellness-gallery .gallery-page-content .gallery-page-content-btn-mask {
    position: absolute;
    top: -40px;
    width: 100%;
    height: 41px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(-180deg); }
    @media screen and (min-width: 992px) {
      .wellness-gallery .gallery-page-content .gallery-page-content-btn-mask {
        width: 366px; } }

.wellness-gallery .gallery-right-section {
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 992px) {
    .wellness-gallery .gallery-right-section {
      width: 51%;
      padding-top: 56.18056vw; } }
  @media screen and (min-width: 1441px) {
    .wellness-gallery .gallery-right-section {
      padding-top: 809px; } }
  .wellness-gallery .gallery-right-section .item1 {
    position: absolute;
    width: 782px;
    height: 634px;
    top: 47px;
    right: 0; }
    @media screen and (min-width: 992px) {
      .wellness-gallery .gallery-right-section .item1 {
        width: 113% !important;
        height: 44.02778vw; }
        .wellness-gallery .gallery-right-section .item1 img {
          width: 100%;
          height: 30.55556vw; } }
    @media screen and (min-width: 1441px) {
      .wellness-gallery .gallery-right-section .item1 {
        width: 740px !important;
        height: 634px; }
        .wellness-gallery .gallery-right-section .item1 img {
          width: 782px;
          height: 440px; } }
  .wellness-gallery .gallery-right-section .item {
    margin-left: 28px; }
    @media screen and (min-width: 992px) {
      .wellness-gallery .gallery-right-section .item {
        width: 46%;
        margin-left: 4%; }
        .wellness-gallery .gallery-right-section .item img {
          width: 100%; } }

.wellness-gallery .item {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .wellness-gallery .item {
      width: 44.92188vw; }
      .wellness-gallery .item img {
        width: 44.92188vw;
        height: 25.26042vw; } }
  @media screen and (min-width: 992px) {
    .wellness-gallery .item {
      width: 100%;
      height: 30.55556vw;
      margin-left: 2%; }
      .wellness-gallery .item img {
        width: 100%;
        height: 11.59722vw; } }
  @media screen and (min-width: 1441px) {
    .wellness-gallery .item {
      height: 440px; }
      .wellness-gallery .item img {
        height: 167px; } }
  .wellness-gallery .item.reverse {
    margin-left: 0;
    margin-right: 28px; }
    @media screen and (min-width: 992px) {
      .wellness-gallery .item.reverse {
        margin-right: 2%; } }

.wellness-gallery .big-item {
  width: 629px;
  height: 548px; }
  @media screen and (min-width: 992px) {
    .wellness-gallery .big-item {
      width: 49%;
      height: 38.05556vw;
      margin-top: 2%;
      margin-bottom: 2%;
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding-top: 5vw !important; }
      .wellness-gallery .big-item img {
        width: 100%;
        height: 24.58333vw; } }
  @media screen and (min-width: 1441px) {
    .wellness-gallery .big-item {
      width: 629px;
      height: 548px;
      margin-top: 64px;
      margin-bottom: 173px;
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding-top: 5vw !important; }
      .wellness-gallery .big-item img {
        height: 354px; } }
  .wellness-gallery .big-item.reverse {
    margin-left: 0 !important;
    margin-right: 0 !important; }
    @media screen and (min-width: 992px) {
      .wellness-gallery .big-item.reverse {
        margin-left: 0 !important;
        margin-right: 0 !important; } }
    @media screen and (min-width: 1441px) {
      .wellness-gallery .big-item.reverse {
        margin-left: 0 !important;
        margin-right: 0 !important; } }

@media screen and (min-width: 992px) {
  .wellness-gallery .left1:nth-child(-n + 5),
  .wellness-gallery .left2:nth-child(-n + 5) {
    margin-top: -10% !important; } }

@media screen and (min-width: 1441px) {
  .wellness-gallery .left1:nth-child(-n + 5),
  .wellness-gallery .left2:nth-child(-n + 5) {
    margin-top: -323px !important; } }

.wellness-gallery .left1,
.wellness-gallery .left2 {
  margin-top: -393px; }
  @media screen and (min-width: 992px) {
    .wellness-gallery .left1,
    .wellness-gallery .left2 {
      margin-top: -13%; } }
  @media screen and (min-width: 1441px) {
    .wellness-gallery .left1,
    .wellness-gallery .left2 {
      margin-top: -323px; } }

.wellness-gallery .left2 {
  margin-left: 325px !important; }
  @media screen and (min-width: 992px) {
    .wellness-gallery .left2 {
      margin-left: 1px !important; } }
  @media screen and (min-width: 1441px) {
    .wellness-gallery .left2 {
      margin-left: 1px !important; } }

@media screen and (min-width: 992px) {
  .gallery-more-section .item {
    width: 23.5%; }
  .gallery-more-section .big-item {
    width: 49%; } }

@media screen and (min-width: 1441px) {
  .gallery-more-section {
    margin-top: -138px; } }

@media screen and (min-width: 992px) {
  .overlap-card {
    margin-top: -10% !important; } }

@media screen and (min-width: 1441px) {
  .overlap-card {
    margin-top: -148px !important; } }

@media screen and (min-width: 992px) {
  .overlap-card.big-item {
    margin-top: -5% !important; } }

@media screen and (min-width: 1441px) {
  .overlap-card.big-item {
    margin-top: -84px !important; } }

.sworkit {
  padding-left: 10px;
  padding-right: 10px; }
  .sworkit .description {
    margin: 20px auto 58px;
    width: 100%; }
  .sworkit .player-image {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .sworkit .player {
    margin: 0 auto;
    width: 100%;
    height: 80vh;
    max-width: 100%;
    max-height: 80vh;
    position: relative;
    background-color: #fff; }
    .sworkit .player.is-fullscreen {
      width: 100%;
      height: 100%;
      max-width: 100%;
      max-height: 100%;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      position: fixed;
      overflow: hidden;
      overscroll-behavior-y: none;
      z-index: 9; }
    .sworkit .player.is-pre-video {
      height: 56vw;
      max-height: 56vw; }
      @media screen and (min-width: 768px) {
        .sworkit .player.is-pre-video {
          height: 385px;
          max-height: 385px; } }
      @media screen and (min-width: 992px) {
        .sworkit .player.is-pre-video {
          height: 565px;
          max-height: 565px; } }
  .sworkit #video-player {
    visibility: hidden; }
  .sworkit #fullscreenButton,
  .sworkit #exitFullscreenButton {
    margin: 8px;
    padding: 8px; }
    .sworkit #fullscreenButton svg,
    .sworkit #exitFullscreenButton svg {
      padding-top: 5px; }
  .sworkit .sub-player-info {
    margin: 48px 12px; }
    .sworkit .sub-player-info h3 {
      font-family: "Futura Book";
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 1.4px;
      text-transform: uppercase;
      color: #6d6e71;
      margin-bottom: 15px; }
  .sworkit .info-container {
    flex-direction: column;
    margin: 40px auto 40px; }
  .sworkit .item {
    display: flex;
    padding: 16px;
    border-left: 0;
    border-top: 1px solid #d4d4d4; }
    .sworkit .item svg {
      margin-right: 8px; }
  .sworkit .item:first-child {
    border-top: 0; }
  .sworkit .item h3 {
    margin: 0;
    width: 40%; }
  .sworkit .item p {
    margin: 0;
    width: auto; }
  .sworkit .item-block {
    display: block; }
  .sworkit .link-container {
    justify-content: space-between;
    flex-direction: row;
    width: 60%; }
    .sworkit .link-container p,
    .sworkit .link-container div {
      display: flex; }
  .sworkit .tag {
    float: auto;
    clear: none; }
  @media screen and (min-width: 768px) {
    .sworkit .player {
      width: 686px;
      height: 718px;
      max-width: 686px;
      max-height: 718px; }
    .sworkit .sub-player-info {
      display: flex;
      align-items: flex-start;
      margin: 80px 10px 40px 10px; }
    .sworkit .item h3 {
      width: 30%; }
    .sworkit .link-container {
      display: flex;
      justify-content: space-between;
      flex-direction: row; }
      .sworkit .link-container p,
      .sworkit .link-container div {
        display: flex; }
    .sworkit .tag {
      float: left;
      clear: left; }
    .sworkit .tags-container {
      padding: 16px 16px 16px 0;
      width: 30%; }
    .sworkit .info-container {
      margin: 0 20px;
      width: 100%; } }
  @media screen and (min-width: 992px) {
    .sworkit .description {
      margin: 41px auto 76px;
      width: 585px; }
    .sworkit .player {
      width: 1004px;
      height: 565px;
      max-width: 1004px;
      max-height: 565px; }
    .sworkit .sub-player-info {
      margin: 80px 110px 72px auto; }
    .sworkit .tags-container {
      width: 24%;
      padding: 0; }
    .sworkit .info-container {
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      margin: 0; }
    .sworkit .item {
      display: block;
      padding: 0 24px;
      border-top: 0;
      border-left: 1px solid #d4d4d4; }
    .sworkit .item:first-child {
      border-left: 0; }
    .sworkit .item h3 {
      margin-top: 0;
      margin-bottom: 15px;
      width: 100%; }
    .sworkit .link-container {
      justify-content: space-between;
      flex-direction: column;
      width: auto; }
    .sworkit .tag {
      float: auto;
      clear: none; } }
  .sworkit .workout-container {
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .sworkit .workout-container {
        margin-left: 27%; } }
    @media screen and (min-width: 992px) {
      .sworkit .workout-container {
        margin-left: 20%;
        margin-right: 110px; } }
  .sworkit .workout-container h3 {
    color: #4a4a4a;
    margin-bottom: 24px; }
  .sworkit .workout-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px; }
  .sworkit .workout-image {
    width: 42px;
    height: 39.6px;
    margin-top: 12px;
    margin-right: 25px; }
  .sworkit .workout-name {
    text-align: left;
    width: 100%;
    border-top: 1px solid #d4d4d4;
    padding-top: 25px; }
  .sworkit .workout-item:first-of-type .workout-name {
    border-top: 0; }
  .sworkit .fullscreen-button {
    font-family: "Futura Book";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #4a4a4a;
    margin-left: 9px; }
  .sworkit .imageWrapper {
    width: 100%;
    height: 50vw; }

:root sw-workout-player,
:root sw-time-select-modal {
  --sw-color-primary: #867050;
  --sw-color-primary-rgb: #867050;
  --sw-color-primary-tint: #7f7159;
  --sw-color-primary-shade: #67553c;
  --sw-color-break-color: #867050;
  --sw-color-warm-up: #867050;
  --sw-color-warm-up-rgb: #867050;
  --sw-text-color-secondary: #4a4a4a;
  max-width: inherit;
  max-height: inherit;
  z-index: 999; }

:root #ion-overlay-1 {
  visibility: hidden; }

:root sw-time-select-modal ion-toggle {
  --sw-color-primary-rgb: 174,147,100;
  /* stylelint-disable-next-line */
  --ion-color-base-rgb: var(--sw-color-primary-rgb) !important; }

body {
  position: static;
  overflow-y: auto;
  overscroll-behavior-y: auto; }

.shoppingArcades {
  overflow: hidden;
  padding-bottom: 32px; }
  @media screen and (min-width: 992px) {
    .shoppingArcades {
      margin: 0 auto;
      padding-bottom: 48px; } }
  .shoppingArcades img {
    object-fit: cover; }
  .shoppingArcades .headline {
    background: #fff;
    padding-top: 43px;
    padding-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .shoppingArcades .headline {
        padding-top: 7.8125vw;
        padding-bottom: 2.60417vw; } }
    @media screen and (min-width: 992px) {
      .shoppingArcades .headline {
        background: transparent;
        padding-top: 4.65278vw;
        padding-bottom: 0; } }
    @media screen and (min-width: 1441px) {
      .shoppingArcades .headline {
        padding-top: 67px; } }
    .shoppingArcades .headline .headline-secondary {
      color: #171717; }
      @media screen and (min-width: 992px) {
        .shoppingArcades .headline .headline-secondary {
          font-size: 35px;
          line-height: 42px; } }
  @media screen and (min-width: 992px) {
    .shoppingArcades .featureContent-content {
      max-width: 1440px; } }
  .shoppingArcades .filterBar {
    background: #fff;
    padding: 22px 30px;
    border-top: 1px solid #f2f2f3; }
    @media screen and (min-width: 992px) {
      .shoppingArcades .filterBar {
        border-top: 0;
        padding: 2.15278vw 11.25vw 1.18056vw;
        border-bottom: 1px solid rgba(212, 212, 212, 0.4);
        background: transparent; } }
    @media screen and (min-width: 1441px) {
      .shoppingArcades .filterBar {
        padding: 31px 162px 17px; } }
    .shoppingArcades .filterBar .select-label {
      background: transparent; }
    @media screen and (min-width: 992px) {
      .shoppingArcades .filterBar .filterBar-desktop {
        display: flex; } }
    .shoppingArcades .filterBar .filterBar-desktop .filterBar-filterLabel {
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 1.4px;
      font-weight: 500;
      flex-shrink: 0;
      margin-top: 30px; }
    .shoppingArcades .filterBar .filterItem span {
      font-size: 20px;
      line-height: 26px;
      color: #4a4a4a; }
    .shoppingArcades .filterBar .filterItem-active span {
      color: #000; }
  .shoppingArcades .filterBar .select .icon-chevron-down::before {
    top: 5px; }
  .shoppingArcades .cardArcade {
    margin-bottom: 49px; }
  .shoppingArcades .shoppingArcades-cardsWrapper {
    display: block;
    padding-bottom: 5rem;
    padding-top: 3.5rem; }
    @media screen and (min-width: 768px) {
      .shoppingArcades .shoppingArcades-cardsWrapper {
        padding: 5.20833vw 2.60417vw 0; } }
    @media screen and (min-width: 992px) {
      .shoppingArcades .shoppingArcades-cardsWrapper {
        padding: 3.33333vw 7.77778vw 1.18056vw 7.98611vw; } }
    @media screen and (min-width: 1441px) {
      .shoppingArcades .shoppingArcades-cardsWrapper {
        padding: 48px 112px 17px 115px; } }
    .shoppingArcades .shoppingArcades-cardsWrapper .fog-desktop-flex {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      justify-content: space-between; }
      .shoppingArcades .shoppingArcades-cardsWrapper .fog-desktop-flex::after {
        content: ""; }
        @media screen and (min-width: 992px) {
          .shoppingArcades .shoppingArcades-cardsWrapper .fog-desktop-flex::after {
            width: 26.31944vw; } }
        @media screen and (min-width: 1441px) {
          .shoppingArcades .shoppingArcades-cardsWrapper .fog-desktop-flex::after {
            width: 379px; } }
  .shoppingArcades .shoppingArcades-card {
    display: flex; }
    @media screen and (min-width: 768px) {
      .shoppingArcades .shoppingArcades-card {
        width: 44.79167vw; } }
    @media screen and (min-width: 992px) {
      .shoppingArcades .shoppingArcades-card {
        width: 26.31944vw; } }
    @media screen and (min-width: 1441px) {
      .shoppingArcades .shoppingArcades-card {
        width: 379px; } }
    .shoppingArcades .shoppingArcades-card img {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .shoppingArcades .shoppingArcades-card img {
          width: 44.79167vw;
          height: 25.13021vw; } }
      @media screen and (min-width: 992px) {
        .shoppingArcades .shoppingArcades-card img {
          width: 26.31944vw;
          height: 14.79167vw; } }
      @media screen and (min-width: 1441px) {
        .shoppingArcades .shoppingArcades-card img {
          width: 379px;
          height: 213px; } }
  .shoppingArcades .shoppingArcades-cta {
    text-align: center; }
    .shoppingArcades .shoppingArcades-cta a {
      display: inline-block; }

/* stylelint-disable */
.access-gallery .slick-list {
  overflow: visible; }

.access-gallery .access-slider {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding-bottom: 76px; }
  @media screen and (min-width: 992px) {
    .access-gallery .access-slider {
      width: 794px;
      height: auto;
      padding-bottom: 0;
      margin: 60px auto 60px;
      box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2); } }

.access-gallery .carouselPagination {
  position: relative;
  right: auto;
  bottom: auto;
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center; }

.access-gallery .access-card {
  text-align: center; }

.access-gallery .access-card-primary {
  font-family: "Minion";
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1.4px;
  margin-top: 32px;
  color: #4a4a4a; }
  @media screen and (min-width: 768px) {
    .access-gallery .access-card-primary {
      font-size: 32px;
      line-height: 40px;
      margin-top: 40px; } }

.access-gallery .access-card-title {
  margin-top: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.2px;
  color: #171717; }

.access-gallery .access-card-description {
  width: 80vw;
  font-size: 15px;
  line-height: 24px;
  margin: 24px auto 0;
  color: #4a4a4a; }
  @media screen and (min-width: 768px) {
    .access-gallery .access-card-description {
      width: 421px; } }

.access-gallery .slick-dots {
  bottom: -28px; }

/* stylelint-enable */
.headerWithBanner {
  display: block;
  position: relative;
  text-align: center;
  width: 100%; }
  .headerWithBanner .headerWithBanner-image img {
    display: block;
    width: 100%; }

.headerWithBanner-overlay {
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  padding-top: 30px;
  flex-direction: column;
  justify-content: start;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .headerWithBanner-overlay {
      padding-top: 36px; } }

.londonResidencesLogo {
  display: inline-block;
  text-align: center;
  width: auto; }
  .londonResidencesLogo .logo-img {
    height: 45px;
    width: 160px; }
    @media screen and (min-width: 992px) {
      .londonResidencesLogo .logo-img {
        height: 54px;
        width: 189px; } }

@media screen and (min-width: 992px) {
  [dir=rtl] .londonResidencesLogo {
    transform: translateX(-50%); } }

.tipWithMedia {
  padding: 40px 20px;
  width: 100%;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .tipWithMedia {
      padding: 40px 60px 72px; } }
  @media screen and (min-width: 992px) {
    .tipWithMedia {
      padding: 72px 60px 80px; } }
  .tipWithMedia.dark {
    background-color: #f2f2f3; }
  .tipWithMedia h2 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1.2px;
    padding-bottom: 24px; }
    @media screen and (min-width: 768px) {
      .tipWithMedia h2 {
        font-size: 24px;
        line-height: 24px; } }
    @media screen and (min-width: 992px) {
      .tipWithMedia h2 {
        font-size: 26px; } }
  .tipWithMedia h3 {
    font-size: 18px;
    margin-top: 40px; }
    @media screen and (min-width: 992px) {
      .tipWithMedia h3 {
        font-size: 22px;
        margin-top: 72px; } }
  .tipWithMedia p {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1px; }
  .tipWithMedia .tipWithMedia-video {
    width: 335px;
    height: auto;
    max-width: 100%;
    max-height: 188px;
    object-fit: fill;
    margin: 24px auto 0; }
    @media screen and (min-width: 768px) {
      .tipWithMedia .tipWithMedia-video {
        width: 649px;
        max-height: 365px; } }
    @media screen and (min-width: 992px) {
      .tipWithMedia .tipWithMedia-video {
        width: 1004px;
        max-height: 564px; } }

.Perspectives22Hero {
  position: relative;
  height: 70vh; }
  @media screen and (min-width: 992px) {
    .Perspectives22Hero {
      height: 55vw;
      max-height: 88vh;
      min-height: 600px; } }
  .Perspectives22Hero .Perspectives22Hero-overlay {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.5));
    z-index: 1; }
    @media screen and (min-width: 992px) {
      .Perspectives22Hero .Perspectives22Hero-overlay {
        top: 0;
        height: 100%;
        min-height: 600px; } }
  .Perspectives22Hero .heroCarouselMedia-media {
    position: relative; }
  .Perspectives22Hero .heroCarouselMedia-media::before {
    background: none; }
  .Perspectives22Hero .primaryHeadingText {
    color: #fff;
    font-family: "Minion Pro";
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 2px;
    padding: .8rem 2rem 0;
    text-align: center;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.65);
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .Perspectives22Hero .primaryHeadingText {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 4px; } }
    @media screen and (min-width: 992px) {
      .Perspectives22Hero .primaryHeadingText {
        font-size: 36px;
        line-height: 45px;
        padding-top: 1.5rem; } }
  .Perspectives22Hero .secondaryHeadingText {
    color: #fff;
    font-family: "Futura Book";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1px;
    padding: 0 2rem;
    text-align: center;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.65);
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .Perspectives22Hero .secondaryHeadingText {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 1.5px; } }
    @media screen and (min-width: 992px) {
      .Perspectives22Hero .secondaryHeadingText {
        font-size: 20px;
        line-height: 30px; } }
  @media screen and (min-width: 768px) {
    .Perspectives22Hero .heroCarouselMedia-media .videoControl-wrapper {
      bottom: 7rem; } }
  @media screen and (min-width: 992px) {
    .Perspectives22Hero .heroCarouselMedia-media .videoControl-wrapper {
      bottom: 7rem; } }
  .Perspectives22Hero .heroCarouselMedia-media .videoControl-wrapper button {
    height: 20px;
    vertical-align: bottom; }
  .Perspectives22Hero .Perspectives22Hero-textContainer {
    margin-bottom: 60px; }
    @media screen and (min-width: 768px) {
      .Perspectives22Hero .Perspectives22Hero-textContainer {
        margin-bottom: 72px; } }
    @media screen and (min-width: 992px) {
      .Perspectives22Hero .Perspectives22Hero-textContainer {
        margin-bottom: 80px; } }
  .Perspectives22Hero .Perspectives22Hero-overlay .weather {
    margin-left: 10px;
    border-left: solid 1px #fff;
    padding-left: 10px; }
  .Perspectives22Hero .Perspectives22Hero-overlay .weather-icon {
    position: relative;
    top: 7px;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    background: transparent url(/assets/images/weather.png) no-repeat 0 0; }
  .Perspectives22Hero .Perspectives22Hero-overlay .type-01 {
    background-position: 0 1px; }
  .Perspectives22Hero .Perspectives22Hero-overlay .type-02,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-34,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-03,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-04,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-06,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-35,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-36,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-38,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-05 {
    background-position: -40px 1px; }
  .Perspectives22Hero .Perspectives22Hero-overlay .type-07,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-08 {
    background-position: -80px 1px; }
  .Perspectives22Hero .Perspectives22Hero-overlay .type-11 {
    background-position: -117px 5px;
    width: 29px; }
  .Perspectives22Hero .Perspectives22Hero-overlay .type-12,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-18,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-13,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-14,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-39,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-40 {
    background-position: -160px 2px; }
  .Perspectives22Hero .Perspectives22Hero-overlay .type-15,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-16,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-17,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-41,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-42 {
    background-position: 0 -40px;
    height: 21px; }
  .Perspectives22Hero .Perspectives22Hero-overlay .type-19,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-22 {
    background-position: -40px -39px;
    height: 21px; }
  .Perspectives22Hero .Perspectives22Hero-overlay .type-20,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-21,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-43,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-23,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-44 {
    background-position: -78px -40px;
    height: 24px; }
  .Perspectives22Hero .Perspectives22Hero-overlay .type-24,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-25,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-26,
  .Perspectives22Hero .Perspectives22Hero-overlay .type-29 {
    background-position: -118px -35px;
    width: 22px; }
  .Perspectives22Hero .Perspectives22Hero-overlay .type-30 {
    background-position: -160px -40px;
    height: 24px;
    width: 23px; }
  .Perspectives22Hero .Perspectives22Hero-overlay .type-31 {
    background-position: 0 -79px;
    height: 25px;
    width: 23px; }
  .Perspectives22Hero .Perspectives22Hero-overlay .type-32 {
    background-position: -40px -78px; }
  .Perspectives22Hero .Perspectives22Hero-overlay .type-33 {
    background-position: -75px -78px; }
  .Perspectives22Hero .Perspectives22Hero-overlay .type-37 {
    background-position: -120px -75px;
    width: 25px; }

.ThreeCardsCarouselPerspectives22 .featureSection {
  padding-top: 32px;
  padding-bottom: 32px; }
  @media screen and (min-width: 768px) {
    .ThreeCardsCarouselPerspectives22 .featureSection {
      padding-top: 40px;
      padding-bottom: 40px; } }

.ThreeCardsCarouselPerspectives22 .headline {
  padding-left: 15px;
  padding-right: 15px; }
  .ThreeCardsCarouselPerspectives22 .headline .headline-secondary {
    color: #171717; }

.ThreeCardsCarouselPerspectives22 .hex-pagination {
  margin-bottom: 0; }
  .ThreeCardsCarouselPerspectives22 .hex-pagination .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 32px; }
    .ThreeCardsCarouselPerspectives22 .hex-pagination .slick-dots::before {
      width: 300px; }

.threeCardsCarouselPerspectives22-header {
  margin-bottom: 3rem; }

.threeCardsCarouselPerspectives22-controller {
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .threeCardsCarouselPerspectives22-controller {
      display: none; } }

.threeCardsCarouselPerspectives22-card {
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
  min-height: 1px;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .threeCardsCarouselPerspectives22-card {
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .threeCardsCarouselPerspectives22-card {
      float: left;
      width: 33.33333%; } }
  .threeCardsCarouselPerspectives22-card:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .threeCardsCarouselPerspectives22-card {
      margin-bottom: 0; } }

@media screen and (min-width: 768px) {
  .threeCardsCarouselPerspectives22-container {
    padding-left: 16px;
    padding-right: 16px; } }

.threeCardsCarouselPerspectives22-container > .unslicked {
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  vertical-align: top; }
  .threeCardsCarouselPerspectives22-container > .unslicked * {
    white-space: normal; }
  .threeCardsCarouselPerspectives22-container > .unslicked::-webkit-scrollbar {
    display: none; }
  .threeCardsCarouselPerspectives22-container > .unslicked > .threeCardsCarouselPerspectives22-card {
    display: inline-block; }

.threeCardsCarouselPerspectives22-icon-arrow-right,
.threeCardsCarouselPerspectives22-icon-arrow-left {
  position: absolute;
  font: 0/0 arial;
  transition: transform .3s ease;
  z-index: 2;
  top: 0;
  height: 87%; }
  .threeCardsCarouselPerspectives22-icon-arrow-right::before,
  .threeCardsCarouselPerspectives22-icon-arrow-left::before {
    font-size: 37px;
    transition: transform .3s ease, color .3s ease;
    color: #867050; }
  .threeCardsCarouselPerspectives22-icon-arrow-right:hover::before,
  .threeCardsCarouselPerspectives22-icon-arrow-left:hover::before {
    opacity: .5; }

.threeCardsCarouselPerspectives22-icon-arrow-right {
  right: 40px; }
  @media screen and (min-width: 768px) {
    .threeCardsCarouselPerspectives22-icon-arrow-right {
      right: 80px; } }
  @media screen and (min-width: 992px) {
    .threeCardsCarouselPerspectives22-icon-arrow-right {
      right: .5%; } }
  @media screen and (min-width: 1200px) {
    .threeCardsCarouselPerspectives22-icon-arrow-right {
      right: -1%; } }

.threeCardsCarouselPerspectives22-icon-arrow-left {
  left: 40px; }
  @media screen and (min-width: 768px) {
    .threeCardsCarouselPerspectives22-icon-arrow-left {
      left: 80px; } }
  @media screen and (min-width: 992px) {
    .threeCardsCarouselPerspectives22-icon-arrow-left {
      left: .5%; } }
  @media screen and (min-width: 1200px) {
    .threeCardsCarouselPerspectives22-icon-arrow-left {
      left: -1%; } }

.threeCardRecommendationsCarouselPerspectives22 .featureSection {
  padding-top: 32px;
  padding-bottom: 32px; }
  @media screen and (min-width: 768px) {
    .threeCardRecommendationsCarouselPerspectives22 .featureSection {
      padding-top: 40px;
      padding-bottom: 40px; } }

.threeCardRecommendationsCarouselPerspectives22 .headline {
  padding-left: 15px;
  padding-right: 15px; }
  .threeCardRecommendationsCarouselPerspectives22 .headline .headline-secondary {
    color: #171717; }

.threeCardRecommendationsCarouselPerspectives22 .hex-pagination {
  margin-bottom: 0; }
  .threeCardRecommendationsCarouselPerspectives22 .hex-pagination .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 32px; }
    .threeCardRecommendationsCarouselPerspectives22 .hex-pagination .slick-dots::before {
      width: 300px; }

.threeCardRecommendationsCarouselPerspectives22-header {
  margin-bottom: 3rem; }

.threeCardRecommendationsCarouselPerspectives22-controller {
  margin-bottom: 2rem; }
  @media screen and (max-width: 767px) {
    .threeCardRecommendationsCarouselPerspectives22-controller {
      display: none; } }

.threeCardRecommendationsCarouselPerspectives22-card {
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
  min-height: 1px;
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .threeCardRecommendationsCarouselPerspectives22-card {
      position: relative;
      min-height: 1px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .threeCardRecommendationsCarouselPerspectives22-card {
      float: left;
      width: 33.33333%; } }
  .threeCardRecommendationsCarouselPerspectives22-card:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .threeCardRecommendationsCarouselPerspectives22-card {
      margin-bottom: 0; } }

@media screen and (min-width: 768px) {
  .threeCardRecommendationsCarouselPerspectives22-container {
    padding-left: 16px;
    padding-right: 16px; } }

@media screen and (min-width: 992px) {
  .threeCardRecommendationsCarouselPerspectives22-container .slick-list {
    width: 90%;
    margin: 0 auto; } }

.threeCardRecommendationsCarouselPerspectives22-container > .unslicked {
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  vertical-align: top; }
  .threeCardRecommendationsCarouselPerspectives22-container > .unslicked * {
    white-space: normal; }
  .threeCardRecommendationsCarouselPerspectives22-container > .unslicked::-webkit-scrollbar {
    display: none; }
  .threeCardRecommendationsCarouselPerspectives22-container > .unslicked > .threeCardRecommendationsCarouselPerspectives22-card {
    display: inline-block; }

.threeCardRecommendationsCarouselPerspectives22-container .slick-slide.slick-active.slick-current img {
  transform: scale(1);
  transition: all 1s; }

.threeCardRecommendationsCarouselPerspectives22-container .slick-slide.slick-active.slick-current .disclaimer {
  margin-top: 0;
  margin-left: 0; }

@media screen and (min-width: 768px) {
  .threeCardRecommendationsCarouselPerspectives22-container .slick-slide.slick-active.slick-current img {
    transform: scale(0.9);
    transition: all 1s; }
  .threeCardRecommendationsCarouselPerspectives22-container .slick-slide.slick-active.slick-current .disclaimer {
    margin-top: -15px;
    margin-left: 15px; }
  .threeCardRecommendationsCarouselPerspectives22-container .slick-slide.slick-active.slick-current + div img,
  .threeCardRecommendationsCarouselPerspectives22-container .slick-slide.slick-active.equal-size img {
    transform: scale(1);
    transition: all 1s; }
  .threeCardRecommendationsCarouselPerspectives22-container .slick-slide.slick-active.slick-current + div .disclaimer,
  .threeCardRecommendationsCarouselPerspectives22-container .slick-slide.slick-active.equal-size .disclaimer {
    margin-top: 0;
    margin-left: 0; } }

.threeCardRecommendationsCarouselPerspectives22-icon-arrow-right,
.threeCardRecommendationsCarouselPerspectives22-icon-arrow-left {
  position: absolute;
  font: 0/0 arial;
  transition: transform .3s ease;
  z-index: 2;
  top: 0;
  height: 408px; }
  .threeCardRecommendationsCarouselPerspectives22-icon-arrow-right::before,
  .threeCardRecommendationsCarouselPerspectives22-icon-arrow-left::before {
    font-size: 37px;
    transition: transform .3s ease, color .3s ease;
    color: #867050; }
  .threeCardRecommendationsCarouselPerspectives22-icon-arrow-right:hover::before,
  .threeCardRecommendationsCarouselPerspectives22-icon-arrow-left:hover::before {
    opacity: .5; }

.threeCardRecommendationsCarouselPerspectives22-icon-arrow-right {
  right: 40px; }
  @media screen and (min-width: 768px) {
    .threeCardRecommendationsCarouselPerspectives22-icon-arrow-right {
      right: 80px; } }
  @media screen and (min-width: 992px) {
    .threeCardRecommendationsCarouselPerspectives22-icon-arrow-right {
      right: .5%; } }
  @media screen and (min-width: 1200px) {
    .threeCardRecommendationsCarouselPerspectives22-icon-arrow-right {
      right: -1%; } }

.threeCardRecommendationsCarouselPerspectives22-icon-arrow-left {
  left: 40px; }
  @media screen and (min-width: 768px) {
    .threeCardRecommendationsCarouselPerspectives22-icon-arrow-left {
      left: 80px; } }
  @media screen and (min-width: 992px) {
    .threeCardRecommendationsCarouselPerspectives22-icon-arrow-left {
      left: .5%; } }
  @media screen and (min-width: 1200px) {
    .threeCardRecommendationsCarouselPerspectives22-icon-arrow-left {
      left: -1%; } }

.worldMap {
  /*
  .slick-active:first-child,
  :not(.slick-active) + .slick-active {
    @include screen(md) {
      display: none;
    }
  }
*/ }
  .worldMap .featureSection {
    padding-top: 40px;
    padding-bottom: 24px; }
    @media screen and (min-width: 768px) {
      .worldMap .featureSection {
        padding-top: 48px;
        padding-bottom: 32px; } }
    @media screen and (min-width: 992px) {
      .worldMap .featureSection {
        padding-top: 64px;
        padding-bottom: 58px; } }
  .worldMap .headline {
    padding-left: 15px;
    padding-right: 15px; }
    .worldMap .headline .headline-secondary {
      color: #171717; }
  .worldMap .worldMap-controller {
    margin-top: 24px; }
    @media screen and (min-width: 768px) {
      .worldMap .worldMap-controller {
        margin-top: 32px; } }
    @media screen and (min-width: 992px) {
      .worldMap .worldMap-controller {
        margin-top: 24px; } }
    .worldMap .worldMap-controller .carouselPagination {
      line-height: 24px;
      font-weight: 400; }
  .worldMap .worldMap-card {
    min-height: 1px; }
    .worldMap .worldMap-card:focus .cardWorldMapDesktop .cardWorldMapDesktop-image-mask {
      opacity: .98;
      transition: opacity 2s ease;
      transition-delay: .4s;
      background: linear-gradient(0deg, #000 0%, rgba(81, 81, 81, 0.62) 100%); }
    .worldMap .worldMap-card:focus .cardWorldMapDesktop .cardWorldMapDesktop-image-info {
      opacity: 1;
      transition: opacity 2s ease;
      transition-delay: .4s; }
    .worldMap .worldMap-card:focus .cardWorldMapDesktop .cardWorldMapDesktop-image-cover {
      opacity: 0;
      transition: opacity 2s ease;
      transition-delay: .4s; }
  .worldMap div[aria-hidden="false"].slick-current .worldMap-card {
    min-height: 1px; }
    .worldMap div[aria-hidden="false"].slick-current .worldMap-card .cardWorldMapDesktop .cardWorldMapDesktop-image-mask {
      opacity: .98;
      transition: opacity 2s ease;
      transition-delay: .4s;
      background: linear-gradient(0deg, #000 0%, rgba(81, 81, 81, 0.62) 100%); }
    .worldMap div[aria-hidden="false"].slick-current .worldMap-card .cardWorldMapDesktop .cardWorldMapDesktop-image-info {
      opacity: 1;
      transition: opacity 2s ease;
      transition-delay: .4s; }
    .worldMap div[aria-hidden="false"].slick-current .worldMap-card .cardWorldMapDesktop .cardWorldMapDesktop-image-cover {
      opacity: 0;
      transition: opacity 2s ease;
      transition-delay: .4s; }
  .worldMap .worldMap-map-container {
    position: relative;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .worldMap .worldMap-map-container {
        padding-left: 6px;
        padding-right: 6px; } }
    @media screen and (min-width: 992px) {
      .worldMap .worldMap-map-container {
        max-width: 1068px;
        margin-top: -15px; } }
  .worldMap .worldMap-map {
    width: 100%;
    opacity: .5; }
    .worldMap .worldMap-map img {
      /* stylelint-disable */
      mask-image: linear-gradient(black, transparent);
      -webkit-mask-image: -webkit-radial-gradient(70%, black, transparent);
      outline: 2px solid #fff;
      outline-offset: -2px; }
  .worldMap .worldMap-map-circle {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
    z-index: 2;
    position: absolute;
    pointer-events: none;
    cursor: default; }
    @media screen and (min-width: 768px) {
      .worldMap .worldMap-map-circle {
        width: 24px;
        height: 24px;
        margin-top: -12px;
        margin-left: -12px;
        pointer-events: auto;
        cursor: pointer; } }
    @media screen and (min-width: 992px) {
      .worldMap .worldMap-map-circle {
        width: 36px;
        height: 36px;
        margin-top: -18px;
        margin-left: -18px; } }
    .worldMap .worldMap-map-circle:hover {
      filter: brightness(0.8) saturate(1.6);
      z-index: 3; }
    .worldMap .worldMap-map-circle.selected {
      z-index: 3; }
  .worldMap .worldMap-container {
    margin-top: -16vw;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .worldMap .worldMap-container {
        margin-top: -180px; } }
    .worldMap .worldMap-container > .unslicked {
      white-space: nowrap;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      vertical-align: top; }
      .worldMap .worldMap-container > .unslicked * {
        white-space: normal; }
      .worldMap .worldMap-container > .unslicked::-webkit-scrollbar {
        display: none; }
      .worldMap .worldMap-container > .unslicked > .worldMap-card {
        display: inline-block; }
  .worldMap .worldMap-slider {
    overflow: hidden;
    width: 100%; }
    @media screen and (min-width: 992px) {
      .worldMap .worldMap-slider {
        margin-left: 22px;
        width: 112vw; } }
    @media screen and (min-width: 1200px) {
      .worldMap .worldMap-slider {
        width: 110vw; } }
    @media screen and (min-width: 992px) {
      .worldMap .worldMap-slider.is-3-cards {
        margin: 0 auto;
        width: 84vw !important; } }
    @media screen and (min-width: 1200px) {
      .worldMap .worldMap-slider.is-3-cards {
        width: 83vw !important; } }
    @media screen and (min-width: 1441px) {
      .worldMap .worldMap-slider.is-3-cards {
        width: 82vw !important; } }
  @media screen and (min-width: 992px) {
    .worldMap .slick-slide {
      padding: 6px; } }
  @media screen and (min-width: 992px) {
    .worldMap .slick-cloned:first-child {
      display: none; } }
  @media screen and (min-width: 992px) {
    .worldMap .slick-slide.slick-active.slick-current {
      border: 2px solid #ae9364;
      border-radius: 4px; }
      .worldMap .slick-slide.slick-active.slick-current .cardWorldMap-text {
        color: #fff;
        background-color: #ad9d83; }
        .worldMap .slick-slide.slick-active.slick-current .cardWorldMap-text a {
          color: #fff; }
      .worldMap .slick-slide.slick-active.slick-current .linkCTA {
        color: #fff; } }

body.gallada-theme,
footer.gallada-theme {
  background-color: #1a2b3a; }

.Gallada_Navigation {
  position: relative; }
  .Gallada_Navigation .navbar {
    height: 112px;
    position: relative;
    align-items: center;
    display: flex;
    background-color: #1a2b3a;
    padding: 0 24px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .Gallada_Navigation .navbar {
        padding: 0 60px; } }
    @media screen and (min-width: 992px) {
      .Gallada_Navigation .navbar {
        position: fixed;
        top: 0;
        transition: top 1s ease-in-out; } }
    .Gallada_Navigation .navbar.scroll-down {
      top: -112px; }
  .Gallada_Navigation .navbar-menu {
    flex-grow: 1; }
  .Gallada_Navigation .navbar-brand {
    align-items: center;
    display: flex;
    flex-shrink: 0; }
  .Gallada_Navigation .navbar-end {
    align-items: center;
    display: flex;
    justify-content: flex-end; }
  .Gallada_Navigation .navbar-item {
    color: #a9915a;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none; }
    @media screen and (min-width: 992px) {
      .Gallada_Navigation .navbar-item {
        padding: 0 20px; } }
  .Gallada_Navigation .mobile-burger {
    display: inline-block;
    cursor: pointer;
    margin-left: 11px; }
    @media screen and (min-width: 768px) {
      .Gallada_Navigation .mobile-burger {
        margin-left: 16px; } }
    .Gallada_Navigation .mobile-burger .bar1,
    .Gallada_Navigation .mobile-burger .bar2,
    .Gallada_Navigation .mobile-burger .bar3 {
      width: 18px;
      height: 2px;
      background-color: #fff;
      margin: 6px 0;
      transition: .4s; }
    .Gallada_Navigation .mobile-burger.change .bar1 {
      transform: translate(0, 8px) rotate(-45deg); }
    .Gallada_Navigation .mobile-burger.change .bar2 {
      opacity: 0; }
    .Gallada_Navigation .mobile-burger.change .bar3 {
      transform: translate(0, -8px) rotate(45deg); }
  .Gallada_Navigation .navbar-menu-mobile {
    display: none;
    background-color: #fff;
    padding: 16px;
    position: absolute;
    top: 150;
    left: 0;
    width: 100%;
    z-index: 9; }
    .Gallada_Navigation .navbar-menu-mobile.is-visible {
      display: block; }
    .Gallada_Navigation .navbar-menu-mobile li {
      display: block;
      text-align: center;
      padding: 8px; }
    .Gallada_Navigation .navbar-menu-mobile a {
      color: #1a2b3a;
      font-family: "Futura LT Pro", serif;
      font-style: normal;
      font-weight: 600;
      font-size: 15px;
      line-height: 24px;
      text-align: center;
      letter-spacing: .025em;
      text-transform: uppercase; }
      .Gallada_Navigation .navbar-menu-mobile a:active {
        color: #897c5e; }
  .Gallada_Navigation .button {
    display: inline-block; }
    .Gallada_Navigation .button.is-primary {
      color: #fff;
      font-family: "Futura LT Pro", serif;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 26px;
      letter-spacing: 1px;
      background-color: #897c5e;
      border: 1px solid #897c5e;
      padding: 10px 30px;
      width: 100%;
      min-height: 45px;
      text-align: center; }
      @media screen and (min-width: 992px) {
        .Gallada_Navigation .button.is-primary {
          width: auto; } }
      .Gallada_Navigation .button.is-primary:hover {
        color: #897c5e;
        background-color: #fff;
        border: 1px solid #897c5e; }
  .Gallada_Navigation a .icon-social {
    margin-top: 6px; }
  .Gallada_Navigation .icon-social {
    color: #fff;
    margin: -4px 11px 0; }
    @media screen and (min-width: 768px) {
      .Gallada_Navigation .icon-social {
        margin: 0 16px; } }
    @media screen and (min-width: 992px) {
      .Gallada_Navigation .icon-social {
        margin: 0 20px; } }
  .Gallada_Navigation .is-16x16 {
    width: 16px;
    height: 16px; }
  .Gallada_Navigation .navigation-dropdownContainer.react-accessible-select .ras-button {
    color: #a9915a;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: right;
    letter-spacing: .025em;
    text-transform: uppercase; }
    .Gallada_Navigation .navigation-dropdownContainer.react-accessible-select .ras-button::before {
      font-size: 16px;
      margin-left: 11px;
      color: #a9915a; }
      @media screen and (min-width: 768px) {
        .Gallada_Navigation .navigation-dropdownContainer.react-accessible-select .ras-button::before {
          margin-left: 16px; } }
      @media screen and (min-width: 992px) {
        .Gallada_Navigation .navigation-dropdownContainer.react-accessible-select .ras-button::before {
          margin-left: 20px; } }
  .Gallada_Navigation .navigation-dropdownContainer.react-accessible-select .ras-ul {
    background: #fff;
    padding: 0; }
    .Gallada_Navigation .navigation-dropdownContainer.react-accessible-select .ras-ul::before {
      all: unset; }
  .Gallada_Navigation .navigation-dropdownContainer.react-accessible-select .ras-li {
    color: #1a2b3a;
    background-color: #fff;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .025em;
    text-transform: uppercase;
    padding: 10px 26px; }
    .Gallada_Navigation .navigation-dropdownContainer.react-accessible-select .ras-li:not(:nth-last-child(1)) {
      border-bottom: 1px solid #2e2c2f; }
    .Gallada_Navigation .navigation-dropdownContainer.react-accessible-select .ras-li a:first-of-type:first-child {
      color: #1a2b3a;
      background-color: #fff; }
    .Gallada_Navigation .navigation-dropdownContainer.react-accessible-select .ras-li.ras-selected {
      color: #1a2b3a;
      background-color: #fff; }
  .Gallada_Navigation .navigation-dropdownContainer.react-accessible-select .ras-arrow {
    margin-right: 11px;
    border-left: 2px solid #a9915a;
    border-bottom: 2px solid #a9915a; }
    @media screen and (min-width: 768px) {
      .Gallada_Navigation .navigation-dropdownContainer.react-accessible-select .ras-arrow {
        margin-right: 0; } }

.sticky-header {
  position: sticky;
  top: 0;
  z-index: 9999; }
  @media screen and (min-width: 992px) {
    .sticky-header {
      position: unset;
      top: unset;
      z-index: unset; } }

.Gallada_Hero {
  position: relative;
  height: auto;
  /* stylelint-disable */
  /*animated scroll arrow animation*/
  /* stylelint-enable */ }
  @media screen and (min-width: 992px) {
    .Gallada_Hero {
      margin-top: 112px; } }
  .Gallada_Hero .Gallada_Hero-overlay {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.64) 17.71%, transparent 70.83%, transparent 73.96%, rgba(0, 0, 0, 0.56) 100%);
    z-index: 1; }
    @media screen and (min-width: 992px) {
      .Gallada_Hero .Gallada_Hero-overlay {
        top: 0;
        height: 100%;
        min-height: 600px; } }
  .Gallada_Hero .heroCarouselMedia-media {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .Gallada_Hero .heroCarouselMedia-media .heroCarouselMedia-video {
      /* stylelint-disable-next-line */
      display: inline-block !important;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .Gallada_Hero .heroCarouselMedia-media::before {
    background: none; }
  .Gallada_Hero .primaryHeadingText {
    color: #fff;
    font-family: "Futura LT Pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 2px;
    margin: 24px;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;
    /* stylelint-disable-next-line */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }
    @media screen and (min-width: 992px) {
      .Gallada_Hero .primaryHeadingText {
        font-size: 36px;
        line-height: 50px; } }
  .Gallada_Hero .secondaryHeadingText {
    color: #fff;
    font-family: "Futura LT Pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    padding: 0 24px;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;
    /* stylelint-disable-next-line */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -moz-osx-font-smoothing: unset;
    -webkit-font-smoothing: unset; }
    @media screen and (min-width: 768px) {
      .Gallada_Hero .secondaryHeadingText {
        font-size: 14px;
        line-height: 21px; } }
    @media screen and (min-width: 992px) {
      .Gallada_Hero .secondaryHeadingText {
        font-size: 16px;
        line-height: 26px; } }
  .Gallada_Hero .heroCarouselMedia-media .videoControl-wrapper {
    bottom: 32px; }
    @media screen and (min-width: 768px) {
      .Gallada_Hero .heroCarouselMedia-media .videoControl-wrapper {
        bottom: 40px; } }
    .Gallada_Hero .heroCarouselMedia-media .videoControl-wrapper button {
      height: 20px;
      vertical-align: bottom; }
  .Gallada_Hero .heroCarouselMedia-video {
    padding-top: 0; }
  .Gallada_Hero .Gallada_Hero-textContainer {
    margin-bottom: 91px; }
    @media screen and (min-width: 768px) {
      .Gallada_Hero .Gallada_Hero-textContainer {
        margin-bottom: 160px; } }
    @media screen and (min-width: 992px) {
      .Gallada_Hero .Gallada_Hero-textContainer {
        margin-bottom: 155px; } }
  .Gallada_Hero .slick-dots {
    bottom: 68px; }
    @media screen and (min-width: 768px) {
      .Gallada_Hero .slick-dots {
        bottom: 100px; } }
    .Gallada_Hero .slick-dots li button::before {
      content: "\2014";
      /* stylelint-disable-next-line */
      color: #e2e2e2;
      font-size: 22px;
      font-family: Arial, sans-serif;
      font-style: normal;
      font-weight: 700; }
    .Gallada_Hero .slick-dots li.slick-active button::before {
      color: #fff; }
  .Gallada_Hero .scroll-down {
    position: absolute;
    left: calc(50% - 6px);
    bottom: 30px;
    display: block;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    text-shadow: 0;
    width: 13px;
    height: 13px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 9;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -moz-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
    -webkit-animation: fade_move_down 4s ease-in-out infinite;
    -moz-animation: fade_move_down 4s ease-in-out infinite;
    animation: fade_move_down 4s ease-in-out infinite; }
    @media screen and (min-width: 768px) {
      .Gallada_Hero .scroll-down {
        bottom: 40px; } }

@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px) rotate(45deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 10px) rotate(45deg);
    opacity: 0; } }

@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -10px) rotate(45deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -moz-transform: translate(0, 10px) rotate(45deg);
    opacity: 0; } }

@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px) rotate(45deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(0, 10px) rotate(45deg);
    opacity: 0; } }

.Gallada_CTA_WithBackgroundImage {
  text-align: center;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 12px; }
  .Gallada_CTA_WithBackgroundImage::before {
    content: "";
    background: radial-gradient(circle, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.73) 100%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .Gallada_CTA_WithBackgroundImage .container {
    max-width: 330px;
    z-index: 3;
    margin: auto auto; }
    @media screen and (min-width: 768px) {
      .Gallada_CTA_WithBackgroundImage .container {
        max-width: 700px; } }
  .Gallada_CTA_WithBackgroundImage .headline-primary {
    color: #fff;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 0;
    display: -webkit-box;
    /* stylelint-disable-next-line */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
    @media screen and (min-width: 992px) {
      .Gallada_CTA_WithBackgroundImage .headline-primary {
        font-size: 28px; } }
  .Gallada_CTA_WithBackgroundImage .headline-secondary {
    color: #fff;
    font-family: "Futura Book", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 10px; }
  .Gallada_CTA_WithBackgroundImage .content {
    color: #fff;
    font-family: "Futura Book", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 2px;
    padding-top: 10px;
    display: -webkit-box;
    /* stylelint-disable-next-line */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden; }
    @media screen and (min-width: 992px) {
      .Gallada_CTA_WithBackgroundImage .content {
        font-size: 15px;
        line-height: 26px; } }
  .Gallada_CTA_WithBackgroundImage .link {
    display: inline-block;
    margin-top: 40px;
    border: 1px solid #fff;
    padding: 16px 48px;
    cursor: pointer; }
    .Gallada_CTA_WithBackgroundImage .link:hover {
      background-color: #897c5e;
      border: 1px solid #897c5e; }
    .Gallada_CTA_WithBackgroundImage .link a {
      color: #fff;
      font-family: "Futura LT Pro", serif;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 26px;
      letter-spacing: 3px;
      text-transform: uppercase; }

.Gallada_Footer {
  background-color: #1a2b3a;
  padding: 30px 50px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .Gallada_Footer {
      padding: 32px 60px; } }
  .Gallada_Footer .grid {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 24px;
    align-items: center;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .Gallada_Footer .grid {
        display: grid;
        grid-template-columns: 1fr 3fr 1fr;
        grid-template-rows: auto auto;
        gap: 0;
        flex-direction: unset;
        align-items: unset;
        margin: 0;
        padding: 0;
        box-sizing: border-box; } }
  .Gallada_Footer .brand {
    display: flex;
    align-items: center;
    grid-column: 1;
    grid-row: 1 / 3; }
    @media screen and (min-width: 768px) {
      .Gallada_Footer .brand {
        text-align: left; } }
    .Gallada_Footer .brand .logo {
      width: 78px;
      height: 86px; }
  .Gallada_Footer .content {
    color: #a9915a;
    text-align: center;
    grid-column: 2;
    grid-row: 1; }
    .Gallada_Footer .content .text-info:nth-child(2) {
      padding-top: 10px; }
    .Gallada_Footer .content h3 {
      all: unset;
      display: block;
      font-family: "Futura LT Pro", serif;
      font-style: normal;
      font-weight: 600;
      font-size: 15px;
      line-height: 24px;
      letter-spacing: 2px;
      text-transform: capitalize; }
    .Gallada_Footer .content p {
      all: unset;
      display: block;
      font-family: "Futura LT Pro", serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: .03em;
      padding: 4px 0; }
    .Gallada_Footer .content a {
      color: #a9915a;
      display: inline-block; }
    .Gallada_Footer .content .nav {
      display: inline-block; }
      @media screen and (min-width: 768px) {
        .Gallada_Footer .content .nav {
          padding-top: 20px; } }
      .Gallada_Footer .content .nav .nav-link {
        color: #a9915a;
        font-family: "Futura LT Pro", serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: .05em;
        text-decoration: underline;
        text-transform: uppercase;
        padding: 20px 16px 0; }
        @media screen and (min-width: 768px) {
          .Gallada_Footer .content .nav .nav-link {
            padding-top: 0; } }
  .Gallada_Footer .break {
    display: none; }
    @media screen and (min-width: 768px) {
      .Gallada_Footer .break {
        width: 100%;
        display: block; } }
  .Gallada_Footer .bottom-text {
    text-align: center;
    width: 100%;
    grid-column: 2;
    grid-row: 2; }
    @media screen and (min-width: 768px) {
      .Gallada_Footer .bottom-text {
        padding-top: 24px; } }
    .Gallada_Footer .bottom-text #ot-sdk-btn,
    .Gallada_Footer .bottom-text #ot-sdk-btn:hover {
      all: unset;
      cursor: pointer;
      color: #8c8c8c;
      display: block;
      font-size: 10px;
      line-height: 16px;
      text-decoration: underline;
      text-transform: uppercase;
      margin: 0 auto 10px; }
    .Gallada_Footer .bottom-text .data-privacy,
    .Gallada_Footer .bottom-text .cookies {
      cursor: pointer;
      color: #8c8c8c;
      display: block;
      font-size: 10px;
      line-height: 16px;
      text-decoration: underline;
      text-transform: uppercase;
      margin: 0 auto 10px; }
    .Gallada_Footer .bottom-text a,
    .Gallada_Footer .bottom-text p,
    .Gallada_Footer .bottom-text button {
      /* stylelint-disable-next-line */
      color: #8c8c8c;
      display: block;
      font-size: 10px;
      line-height: 16px; }
    .Gallada_Footer .bottom-text button {
      cursor: pointer; }
  .Gallada_Footer .icons {
    display: flex;
    align-items: center;
    grid-column: 3;
    grid-row: 1 / 3;
    justify-content: flex-end; }
    @media screen and (min-width: 768px) {
      .Gallada_Footer .icons {
        text-align: right; } }
    .Gallada_Footer .icons a .icon-social {
      margin-top: 6px;
      display: inline-block; }
    .Gallada_Footer .icons a:first-of-type img {
      margin-left: 0; }
    .Gallada_Footer .icons a:last-of-type img {
      margin-right: 0; }
    .Gallada_Footer .icons .icon-social {
      color: #a9915a;
      margin: -4px 11px 0; }
      @media screen and (min-width: 768px) {
        .Gallada_Footer .icons .icon-social {
          margin: 0 16px; } }
      @media screen and (min-width: 992px) {
        .Gallada_Footer .icons .icon-social {
          margin: 0 20px; } }
  .Gallada_Footer .is-16x16 {
    width: 16px;
    height: 16px; }
  .Gallada_Footer .navigation-dropdownContainer.react-accessible-select .ras-button {
    color: #a9915a;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: right;
    letter-spacing: .025em;
    text-transform: uppercase; }
    .Gallada_Footer .navigation-dropdownContainer.react-accessible-select .ras-button::before {
      font-size: 16px;
      margin-left: 11px;
      color: #a9915a; }
      @media screen and (min-width: 768px) {
        .Gallada_Footer .navigation-dropdownContainer.react-accessible-select .ras-button::before {
          margin-left: 16px; } }
      @media screen and (min-width: 992px) {
        .Gallada_Footer .navigation-dropdownContainer.react-accessible-select .ras-button::before {
          margin-left: 20px; } }
  .Gallada_Footer .navigation-dropdownContainer.react-accessible-select .ras-ul {
    background: #fff;
    padding: 0; }
    .Gallada_Footer .navigation-dropdownContainer.react-accessible-select .ras-ul::before {
      all: unset; }
  .Gallada_Footer .navigation-dropdownContainer.react-accessible-select .ras-li {
    /* stylelint-disable-next-line */
    color: #1A2B3A;
    background-color: #fff;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .025em;
    text-transform: uppercase;
    padding: 10px 26px; }
    .Gallada_Footer .navigation-dropdownContainer.react-accessible-select .ras-li:not(:nth-last-child(1)) {
      border-bottom: 1px solid #2e2c2f; }
    .Gallada_Footer .navigation-dropdownContainer.react-accessible-select .ras-li a:first-of-type:first-child {
      /* stylelint-disable-next-line */
      color: #1A2B3A;
      background-color: #fff; }
    .Gallada_Footer .navigation-dropdownContainer.react-accessible-select .ras-li.ras-selected {
      /* stylelint-disable-next-line */
      color: #1A2B3A;
      background-color: #fff; }
  .Gallada_Footer .navigation-dropdownContainer.react-accessible-select .ras-arrow {
    margin-right: 11px;
    border-left: 2px solid #a9915a;
    border-bottom: 2px solid #a9915a; }
    @media screen and (min-width: 768px) {
      .Gallada_Footer .navigation-dropdownContainer.react-accessible-select .ras-arrow {
        margin-right: 0; } }

.Gallada_Carousel_Split {
  background-color: #d8eadf;
  padding-top: 24px; }
  @media screen and (min-width: 768px) {
    .Gallada_Carousel_Split {
      padding-top: 36px; } }
  @media screen and (min-width: 992px) {
    .Gallada_Carousel_Split {
      padding-top: 40px; } }
  .Gallada_Carousel_Split.is-dark {
    background-color: #1a2b3a;
    /* stylelint-disable-next-line */
    color: #fff !important; }
  .Gallada_Carousel_Split h2 {
    all: unset;
    color: #1a2b3a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: .03em;
    text-align: center;
    text-transform: uppercase;
    padding: 0 32px 32px; }
    @media screen and (min-width: 768px) {
      .Gallada_Carousel_Split h2 {
        font-size: 26px; } }
    @media screen and (min-width: 992px) {
      .Gallada_Carousel_Split h2 {
        font-size: 32px; } }
    .Gallada_Carousel_Split h2.is-dark {
      /* stylelint-disable-next-line */
      color: #c09861 !important; }
      .Gallada_Carousel_Split h2.is-dark::before, .Gallada_Carousel_Split h2.is-dark::after {
        color: #fff; }
    .Gallada_Carousel_Split h2::before {
      content: "|||";
      color: #5d6b63;
      padding-right: 16px;
      font-size: 24px;
      letter-spacing: -1px; }
    .Gallada_Carousel_Split h2::after {
      content: "|||";
      color: #5d6b63;
      padding-left: 16px;
      font-size: 24px;
      letter-spacing: -1px; }
  .Gallada_Carousel_Split .slick-list {
    height: auto; }
  .Gallada_Carousel_Split .slick-arrow {
    z-index: 3;
    top: calc(50vw + 200px);
    color: #fff; }
    .Gallada_Carousel_Split .slick-arrow::before {
      /* stylelint-disable-next-line */
      opacity: 1 !important; }
    @media screen and (min-width: 768px) {
      .Gallada_Carousel_Split .slick-arrow {
        top: 60vw; } }
    @media screen and (min-width: 992px) {
      .Gallada_Carousel_Split .slick-arrow {
        top: 18vw; } }
  .Gallada_Carousel_Split .slick-prev {
    left: 24px;
    transform: rotate(270deg);
    text-shadow: -2px -2px 5px rgba(0, 0, 0, 0.4); }
    @media screen and (min-width: 992px) {
      .Gallada_Carousel_Split .slick-prev {
        left: 76px; } }
    .Gallada_Carousel_Split .slick-prev::before {
      content: "\2303";
      font-family: Arial;
      font-size: 42px; }
  .Gallada_Carousel_Split .slick-next {
    right: 24px;
    transform: rotate(90deg);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    top: calc(50vw + 200px - 15px); }
    .Gallada_Carousel_Split .slick-next::before {
      content: "\2303";
      font-family: Arial;
      font-size: 42px; }
    @media screen and (min-width: 768px) {
      .Gallada_Carousel_Split .slick-next {
        top: calc(60vw - 15px); } }
    @media screen and (min-width: 992px) {
      .Gallada_Carousel_Split .slick-next {
        top: calc(18vw - 12px); } }
  @media screen and (min-width: 992px) {
    .Gallada_Carousel_Split .is-right .slick-prev {
      left: 24px;
      right: unset; } }
  @media screen and (min-width: 992px) {
    .Gallada_Carousel_Split .is-right .slick-next {
      left: unset;
      right: 24px; } }
  @media screen and (min-width: 992px) {
    .Gallada_Carousel_Split .is-right .slick-dots {
      left: 73px; } }
  .Gallada_Carousel_Split .slick-dots {
    bottom: 8px;
    left: 67px;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .Gallada_Carousel_Split .slick-dots {
        left: 160px; } }
    @media screen and (min-width: 992px) {
      .Gallada_Carousel_Split .slick-dots {
        bottom: 48px;
        left: 67.5%; } }
    .Gallada_Carousel_Split .slick-dots li button::before {
      content: "\2014";
      color: #a9915a;
      font-size: 22px;
      font-family: Arial, sans-serif;
      font-style: normal;
      font-weight: 700; }
    .Gallada_Carousel_Split .slick-dots li.slick-active button::before {
      color: #c09861; }

.CardSplit .container-card {
  display: block;
  padding: 0;
  background-color: #d8eadf; }
  @media screen and (min-width: 768px) {
    .CardSplit .container-card {
      padding: 0 94px; } }
  @media screen and (min-width: 992px) {
    .CardSplit .container-card {
      display: flex;
      align-items: strech;
      padding: 0; } }
  .CardSplit .container-card.is-dark {
    background-color: #1a2b3a; }

.CardSplit .media-card {
  position: relative;
  flex-basis: 0;
  width: 100%;
  flex-grow: 7;
  overflow: hidden; }
  .CardSplit .media-card .img-container {
    height: 100%;
    object-fit: cover; }
  .CardSplit .media-card img {
    all: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .CardSplit .media-card.is-right {
    order: 2; }
  .CardSplit .media-card span {
    position: absolute;
    display: block;
    height: 100%;
    width: 1px;
    /* stylelint-disable-next-line */
    background: #c09861; }
    @media screen and (min-width: 768px) {
      .CardSplit .media-card span {
        width: 2px; } }
  .CardSplit .media-card .first-line {
    left: 5%; }
  .CardSplit .media-card .second-line {
    left: 6%; }
  .CardSplit .media-card .third-line {
    left: 7%; }

.CardSplit .text-card {
  flex-basis: 0;
  width: 100%;
  flex-grow: 3;
  padding: 48px 73px;
  margin: auto 0; }
  .CardSplit .text-card.is-right {
    order: 1; }
  .CardSplit .text-card h3 {
    all: unset;
    display: block;
    color: #1a2b3a;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .035em;
    text-transform: uppercase; }
    .CardSplit .text-card h3.is-dark {
      /* stylelint-disable-next-line */
      color: #fff !important; }
  .CardSplit .text-card .description {
    all: unset;
    display: block;
    /* stylelint-disable-next-line */
    color: #2e2c2f;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .03em;
    margin: 32px 0; }
    .CardSplit .text-card .description.is-dark {
      /* stylelint-disable-next-line */
      color: #fff !important; }
  .CardSplit .text-card a {
    all: unset;
    display: block;
    /* stylelint-disable-next-line */
    color: #2e2c2f;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .03em;
    text-transform: uppercase;
    cursor: pointer; }
    .CardSplit .text-card a.is-dark {
      /* stylelint-disable-next-line */
      color: #c09861 !important; }
      .CardSplit .text-card a.is-dark::before {
        color: #c09861; }
      .CardSplit .text-card a.is-dark::after {
        color: #c09861; }
    .CardSplit .text-card a:hover {
      /* stylelint-disable-next-line */
      color: #897c5e; }
    .CardSplit .text-card a::before {
      content: "\2014";
      /* stylelint-disable-next-line */
      color: #897c5e;
      padding-right: 10px; }
    .CardSplit .text-card a::after {
      content: "\2014";
      /* stylelint-disable-next-line */
      color: #897c5e;
      padding-left: 10px; }

.Gallada_Error404 {
  background-color: #2e2c2f; }
  .Gallada_Error404 .container {
    color: #fff;
    text-align: center;
    max-width: 480px;
    padding: 40px 20px 50px; }
    @media screen and (min-width: 768px) {
      .Gallada_Error404 .container {
        padding: 100px 30px 110px; } }
    @media screen and (min-width: 992px) {
      .Gallada_Error404 .container {
        padding: 227px 30px 239px;
        min-height: calc(100vh - 112px - 150px); } }
    .Gallada_Error404 .container h2 {
      font-family: "Futura LT Pro", serif;
      font-style: normal;
      font-weight: 400;
      font-size: 28px;
      line-height: 32px; }
    .Gallada_Error404 .container p {
      /* stylelint-disable-next-line */
      color: #f2f2f3;
      font-family: "Futura Book", Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 25px; }

.Gallada_Richtext {
  padding: 40px 20px; }
  .Gallada_Richtext.is-light {
    /* stylelint-disable-next-line */
    background-color: #d8eadf !important; }
  .Gallada_Richtext.is-grey {
    /* stylelint-disable-next-line */
    background-color: #f2f2f3 !important; }
  .Gallada_Richtext.is-blue {
    /* stylelint-disable-next-line */
    background-color: #1a2b3a !important; }
  .Gallada_Richtext .container {
    width: 100%;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .Gallada_Richtext .container {
        max-width: 700px; } }
    .Gallada_Richtext .container.is-left {
      /* stylelint-disable-next-line */
      text-align: left !important; }
    .Gallada_Richtext .container.is-center {
      /* stylelint-disable-next-line */
      text-align: center !important; }
    .Gallada_Richtext .container.is-right {
      /* stylelint-disable-next-line */
      text-align: right !important; }
  .Gallada_Richtext .headline-primary {
    all: unset;
    color: #1a2b3a;
    align-items: center;
    justify-content: center;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: .03em;
    text-align: center;
    text-transform: uppercase;
    margin: 0 32px 32px;
    display: flex; }
    .Gallada_Richtext .headline-primary span {
      display: -webkit-box;
      /* stylelint-disable-next-line */
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden; }
    @media screen and (min-width: 768px) {
      .Gallada_Richtext .headline-primary {
        font-size: 26px; } }
    @media screen and (min-width: 992px) {
      .Gallada_Richtext .headline-primary {
        font-size: 32px; } }
    .Gallada_Richtext .headline-primary.is-blue {
      /* stylelint-disable-next-line */
      color: #c09861 !important; }
      .Gallada_Richtext .headline-primary.is-blue::before, .Gallada_Richtext .headline-primary.is-blue::after {
        color: #fff; }
    .Gallada_Richtext .headline-primary::before {
      content: "|||";
      color: #5d6b63;
      padding-right: 16px;
      font-size: 24px;
      letter-spacing: -1px; }
    .Gallada_Richtext .headline-primary::after {
      content: "|||";
      color: #5d6b63;
      padding-left: 16px;
      font-size: 24px;
      letter-spacing: -1px; }
  .Gallada_Richtext .headline-secondary {
    color: #7c7055;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .45px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: -webkit-box;
    /* stylelint-disable-next-line */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
    .Gallada_Richtext .headline-secondary.is-blue {
      /* stylelint-disable-next-line */
      color: #c09861 !important; }
  .Gallada_Richtext .content {
    color: #2e2c2f;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .45px; }
    .Gallada_Richtext .content.is-blue {
      /* stylelint-disable-next-line */
      color: #fff !important; }
  .Gallada_Richtext .link {
    padding-top: 32px; }
    .Gallada_Richtext .link a {
      all: unset;
      display: block;
      color: #2e2c2f;
      font-family: "Futura LT Pro", serif;
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 26px;
      letter-spacing: .03em;
      text-transform: uppercase;
      cursor: pointer; }
      .Gallada_Richtext .link a.is-blue {
        /* stylelint-disable-next-line */
        color: #fff !important; }
        .Gallada_Richtext .link a.is-blue::before {
          color: #fff; }
        .Gallada_Richtext .link a.is-blue::after {
          color: #fff; }
      .Gallada_Richtext .link a:hover {
        color: #897c5e; }
      .Gallada_Richtext .link a::before {
        content: "\2014";
        color: #897c5e;
        padding-right: 10px; }
      .Gallada_Richtext .link a::after {
        content: "\2014";
        color: #897c5e;
        padding-left: 10px; }

.Gallada_Quicklinks {
  padding: 40px 20px; }
  .Gallada_Quicklinks.is-light {
    /* stylelint-disable-next-line */
    background-color: #d8eadf !important; }
  .Gallada_Quicklinks.is-grey {
    /* stylelint-disable-next-line */
    background-color: #f2f2f3 !important; }
  .Gallada_Quicklinks.is-blue {
    /* stylelint-disable-next-line */
    background-color: #1a2b3a !important; }
  .Gallada_Quicklinks .container {
    width: 100%;
    padding: 0;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .Gallada_Quicklinks .container {
        max-width: 594px; } }
    .Gallada_Quicklinks .container.is-left {
      /* stylelint-disable-next-line */
      text-align: left !important; }
    .Gallada_Quicklinks .container.is-center {
      /* stylelint-disable-next-line */
      text-align: center !important; }
    .Gallada_Quicklinks .container.is-right {
      /* stylelint-disable-next-line */
      text-align: right !important; }
  .Gallada_Quicklinks .title {
    all: unset;
    color: #1a2b3a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: .03em;
    text-align: center;
    text-transform: uppercase;
    padding: 0 32px 32px; }
    @media screen and (min-width: 768px) {
      .Gallada_Quicklinks .title {
        font-size: 26px; } }
    @media screen and (min-width: 992px) {
      .Gallada_Quicklinks .title {
        font-size: 32px; } }
    .Gallada_Quicklinks .title.is-blue {
      /* stylelint-disable-next-line */
      color: #c09861 !important; }
      .Gallada_Quicklinks .title.is-blue::before, .Gallada_Quicklinks .title.is-blue::after {
        color: #fff; }
    .Gallada_Quicklinks .title::before {
      content: "|||";
      color: #5d6b63;
      padding-right: 16px;
      font-size: 24px;
      letter-spacing: -1px; }
    .Gallada_Quicklinks .title::after {
      content: "|||";
      color: #5d6b63;
      padding-left: 16px;
      font-size: 24px;
      letter-spacing: -1px; }
  .Gallada_Quicklinks .content {
    color: #2e2c2f;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .45px; }
    .Gallada_Quicklinks .content.is-blue {
      /* stylelint-disable-next-line */
      color: #fff !important; }
      .Gallada_Quicklinks .content.is-blue a {
        /* stylelint-disable-next-line */
        color: #c19961 !important; }
  .Gallada_Quicklinks .links-list {
    display: block;
    padding-top: 24px; }
    @media screen and (min-width: 768px) {
      .Gallada_Quicklinks .links-list {
        display: flex;
        justify-content: space-evenly; } }
  .Gallada_Quicklinks .link {
    padding: 8px 0; }
    @media screen and (min-width: 768px) {
      .Gallada_Quicklinks .link {
        padding: 0; } }
    .Gallada_Quicklinks .link a {
      all: unset;
      display: block;
      color: #2e2c2f;
      font-family: "Futura Book", Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 26px;
      letter-spacing: .03em;
      text-transform: uppercase;
      text-decoration: underline;
      cursor: pointer; }
      .Gallada_Quicklinks .link a.is-blue {
        /* stylelint-disable-next-line */
        color: #fff !important; }
        .Gallada_Quicklinks .link a.is-blue:hover {
          /* stylelint-disable-next-line */
          color: #c19961 !important; }
      .Gallada_Quicklinks .link a:hover {
        color: #7c7055; }

.Gallada_Carousel_Gallery {
  background: #1a2b3a;
  margin: auto;
  padding-top: 32px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .Gallada_Carousel_Gallery {
      padding-top: 40px; } }
  .Gallada_Carousel_Gallery .headline {
    margin-bottom: 13px; }
    @media screen and (min-width: 768px) {
      .Gallada_Carousel_Gallery .headline {
        margin-bottom: 30px;
        margin-top: 8px; } }
    .Gallada_Carousel_Gallery .headline h2 {
      all: unset;
      /* stylelint-disable-next-line */
      color: #c09861;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "Futura LT Pro", serif;
      font-style: normal;
      font-weight: 500;
      font-size: 22px;
      line-height: 28px;
      letter-spacing: .03em;
      text-align: center;
      text-transform: uppercase; }
      @media screen and (min-width: 768px) {
        .Gallada_Carousel_Gallery .headline h2 {
          font-size: 26px;
          line-height: 35px; } }
      @media screen and (min-width: 992px) {
        .Gallada_Carousel_Gallery .headline h2 {
          font-size: 32px;
          line-height: 40px; } }
      .Gallada_Carousel_Gallery .headline h2::before {
        content: "|||";
        /* stylelint-disable-next-line */
        color: #fff;
        padding-right: 16px; }
      .Gallada_Carousel_Gallery .headline h2::after {
        content: "|||";
        /* stylelint-disable-next-line */
        color: #fff;
        padding-left: 16px; }
    .Gallada_Carousel_Gallery .headline p {
      /* stylelint-disable-next-line */
      color: #c09861;
      font-family: "Futura LT Pro", serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: .45px;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 10px; }
  .Gallada_Carousel_Gallery .description {
    visibility: hidden;
    padding: 16px 0 32px; }
    @media screen and (min-width: 768px) {
      .Gallada_Carousel_Gallery .description {
        padding: 30px 0 40px; } }
    .Gallada_Carousel_Gallery .description h3 {
      /* stylelint-disable-next-line */
      color: #fff;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: .03em;
      text-transform: uppercase;
      margin: 0; }
  .Gallada_Carousel_Gallery .slick-center .description {
    visibility: visible; }
  .Gallada_Carousel_Gallery img {
    max-width: 100%;
    width: 100%;
    display: block;
    pointer-events: none;
    aspect-ratio: 16 / 9;
    object-fit: cover; }
  .Gallada_Carousel_Gallery video {
    max-width: 100%;
    width: 100%;
    display: block;
    max-height: 100%; }
  .Gallada_Carousel_Gallery .video-container {
    width: 100%;
    padding-top: 56.231%;
    position: relative; }
    .Gallada_Carousel_Gallery .video-container iframe,
    .Gallada_Carousel_Gallery .video-container object,
    .Gallada_Carousel_Gallery .video-container embed {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
    .Gallada_Carousel_Gallery .video-container .virtual {
      position: absolute;
      bottom: 0;
      width: 54px;
      height: 33px;
      text-align: center;
      cursor: pointer;
      z-index: 10;
      left: 0;
      background: url(/assets/images/Icon_360_Large.svg) center center/40px 20px no-repeat white;
      background-size: contain; }
  .Gallada_Carousel_Gallery h2 {
    all: unset;
    /* stylelint-disable-next-line */
    color: #1a2b3a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: .03em;
    text-align: center;
    text-transform: uppercase;
    padding: 0 32px 32px; }
    .Gallada_Carousel_Gallery h2::before {
      content: "|||";
      /* stylelint-disable-next-line */
      color: #897c5e;
      padding-right: 16px;
      font-size: 24px;
      letter-spacing: -1px; }
    .Gallada_Carousel_Gallery h2::after {
      content: "|||";
      /* stylelint-disable-next-line */
      color: #897c5e;
      padding-left: 16px;
      font-size: 24px;
      letter-spacing: -1px; }
  .Gallada_Carousel_Gallery .icon-arrow-right,
  .Gallada_Carousel_Gallery .icon-arrow-left {
    position: absolute;
    font: 0/0 arial;
    transition: transform .3s ease;
    z-index: 2;
    top: 0;
    height: calc(70vw - 20px - 34px);
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      .Gallada_Carousel_Gallery .icon-arrow-right,
      .Gallada_Carousel_Gallery .icon-arrow-left {
        height: calc(50vw - 20px); } }
    @media screen and (min-width: 992px) {
      .Gallada_Carousel_Gallery .icon-arrow-right,
      .Gallada_Carousel_Gallery .icon-arrow-left {
        height: calc(56vw - 20px); } }
    @media screen and (min-width: 1200px) {
      .Gallada_Carousel_Gallery .icon-arrow-right,
      .Gallada_Carousel_Gallery .icon-arrow-left {
        height: 635px; } }
    .Gallada_Carousel_Gallery .icon-arrow-right::before,
    .Gallada_Carousel_Gallery .icon-arrow-left::before {
      font-size: 30px;
      transition: transform .3s ease, color .3s ease;
      text-shadow: 0 0 2px #000;
      color: #fff; }
      @media screen and (min-width: 768px) {
        .Gallada_Carousel_Gallery .icon-arrow-right::before,
        .Gallada_Carousel_Gallery .icon-arrow-left::before {
          font-size: 40px; } }
      @media screen and (min-width: 1200px) {
        .Gallada_Carousel_Gallery .icon-arrow-right::before,
        .Gallada_Carousel_Gallery .icon-arrow-left::before {
          font-size: 50px; } }
    .Gallada_Carousel_Gallery .icon-arrow-right:hover::before,
    .Gallada_Carousel_Gallery .icon-arrow-left:hover::before {
      color: #ad9d83; }
  .Gallada_Carousel_Gallery svg {
    width: 10px;
    height: 20px; }
    @media screen and (min-width: 768px) {
      .Gallada_Carousel_Gallery svg {
        width: 14px;
        height: 28px; } }
  .Gallada_Carousel_Gallery img + * {
    margin-top: 20px;
    margin-bottom: 10px; }
  .Gallada_Carousel_Gallery h3 {
    /* stylelint-disable-next-line */
    color: #1a2b3a;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin: 30px 0 40px; }
  .Gallada_Carousel_Gallery .icon-arrow-right {
    right: 40px; }
    @media screen and (min-width: 768px) {
      .Gallada_Carousel_Gallery .icon-arrow-right {
        right: 80px; } }
    @media screen and (min-width: 1200px) {
      .Gallada_Carousel_Gallery .icon-arrow-right {
        right: calc(50vw - 562px + 45px); } }
  .Gallada_Carousel_Gallery .cardFeaturedType5Right {
    right: 80px; }
  .Gallada_Carousel_Gallery .icon-arrow-left {
    left: 40px; }
    @media screen and (min-width: 768px) {
      .Gallada_Carousel_Gallery .icon-arrow-left {
        left: 80px; } }
    @media screen and (min-width: 1200px) {
      .Gallada_Carousel_Gallery .icon-arrow-left {
        left: calc(50vw - 562px + 45px); } }
  .Gallada_Carousel_Gallery .cardFeaturedType5Left {
    left: 80px; }
  .Gallada_Carousel_Gallery .imageGallery-item {
    float: left;
    margin: 0 auto; }
  .Gallada_Carousel_Gallery .imageGallery-singleItemContainer {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1250px; }
    .Gallada_Carousel_Gallery .imageGallery-singleItemContainer::after {
      content: "";
      display: table;
      clear: both; }
  .Gallada_Carousel_Gallery .imageGallery-singleItem {
    margin: 0 auto; }
    @media screen and (min-width: 992px) {
      .Gallada_Carousel_Gallery .imageGallery-singleItem {
        max-width: 85%; } }

.Gallada_Montage_Gallery {
  background: #1a2b3a;
  margin: auto;
  padding-top: 40px;
  width: 100%;
  /*
  .slick-active {
    @include screen(md) {
      flex: 1 0 auto;
    }
  }
*/
  /*
  .slick-slide > div {
    display: grid;
    place-items: center stretch;
  }
*/ }
  @media screen and (min-width: 768px) {
    .Gallada_Montage_Gallery {
      padding-left: 37px;
      padding-right: 37px; } }
  @media screen and (min-width: 992px) {
    .Gallada_Montage_Gallery {
      padding-left: 5vw;
      padding-right: 5vw; } }
  .Gallada_Montage_Gallery .headline {
    margin: 0 29px 24px; }
    @media screen and (min-width: 768px) {
      .Gallada_Montage_Gallery .headline {
        margin-left: 0;
        margin-right: 0; } }
    .Gallada_Montage_Gallery .headline h2 {
      all: unset;
      color: #c09861;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "Futura LT Pro", serif;
      font-style: normal;
      font-weight: 500;
      font-size: 22px;
      line-height: 36px;
      letter-spacing: .03em;
      text-align: center;
      text-transform: uppercase;
      padding: 0 32px 32px; }
      @media screen and (min-width: 768px) {
        .Gallada_Montage_Gallery .headline h2 {
          font-size: 26px; } }
      @media screen and (min-width: 992px) {
        .Gallada_Montage_Gallery .headline h2 {
          font-size: 32px; } }
      .Gallada_Montage_Gallery .headline h2::before {
        content: "|||";
        /* stylelint-disable-next-line */
        color: #fff;
        padding-left: 16px;
        font-size: 24px;
        letter-spacing: -1px; }
      .Gallada_Montage_Gallery .headline h2::after {
        content: "|||";
        /* stylelint-disable-next-line */
        color: #fff;
        padding-left: 16px;
        font-size: 24px;
        letter-spacing: -1px; }
  .Gallada_Montage_Gallery .image-container {
    width: 25%;
    height: auto; }
    @media screen and (min-width: 992px) {
      .Gallada_Montage_Gallery .image-container {
        margin: 0; } }
    .Gallada_Montage_Gallery .image-container img {
      width: 100%;
      height: auto;
      aspect-ratio: 1 / 1;
      object-fit: cover; }
  .Gallada_Montage_Gallery h2 {
    all: unset;
    /* stylelint-disable-next-line */
    color: #1a2b3a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: .03em;
    text-align: center;
    text-transform: uppercase;
    padding: 0 32px 32px; }
    .Gallada_Montage_Gallery h2::before {
      content: "|||";
      /* stylelint-disable-next-line */
      color: #897c5e;
      padding-right: 16px; }
    .Gallada_Montage_Gallery h2::after {
      content: "|||";
      /* stylelint-disable-next-line */
      color: #897c5e;
      padding-left: 16px; }
  .Gallada_Montage_Gallery .icon-arrow-right,
  .Gallada_Montage_Gallery .icon-arrow-left {
    position: absolute;
    font: 0/0 arial;
    transition: transform .3s ease;
    z-index: 2;
    top: 0;
    height: calc(98vw - 20px - 12px);
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      .Gallada_Montage_Gallery .icon-arrow-right,
      .Gallada_Montage_Gallery .icon-arrow-left {
        height: calc(36vw - 20px - 22px); } }
    @media screen and (min-width: 992px) {
      .Gallada_Montage_Gallery .icon-arrow-right,
      .Gallada_Montage_Gallery .icon-arrow-left {
        height: calc(36vw - 20px); } }
    @media screen and (min-width: 1200px) {
      .Gallada_Montage_Gallery .icon-arrow-right,
      .Gallada_Montage_Gallery .icon-arrow-left {
        height: 33vw; } }
    .Gallada_Montage_Gallery .icon-arrow-right::before,
    .Gallada_Montage_Gallery .icon-arrow-left::before {
      font-size: 30px;
      transition: transform .3s ease, color .3s ease;
      text-shadow: 0 0 2px #000;
      color: #fff; }
      @media screen and (min-width: 768px) {
        .Gallada_Montage_Gallery .icon-arrow-right::before,
        .Gallada_Montage_Gallery .icon-arrow-left::before {
          font-size: 40px; } }
      @media screen and (min-width: 1200px) {
        .Gallada_Montage_Gallery .icon-arrow-right::before,
        .Gallada_Montage_Gallery .icon-arrow-left::before {
          font-size: 50px; } }
    .Gallada_Montage_Gallery .icon-arrow-right:hover::before,
    .Gallada_Montage_Gallery .icon-arrow-left:hover::before {
      color: #ad9d83; }
  .Gallada_Montage_Gallery svg {
    width: 10px;
    height: 20px; }
    @media screen and (min-width: 768px) {
      .Gallada_Montage_Gallery svg {
        width: 14px;
        height: 28px; } }
    .Gallada_Montage_Gallery svg path {
      stroke: #fff; }
  .Gallada_Montage_Gallery img + * {
    margin-top: 20px;
    margin-bottom: 10px; }
  .Gallada_Montage_Gallery h3 {
    /* stylelint-disable-next-line */
    color: #1a2b3a;
    font-family: "Futura Book", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin: 30px 0 40px; }
  .Gallada_Montage_Gallery .icon-arrow-right {
    right: 10px; }
    @media screen and (min-width: 768px) {
      .Gallada_Montage_Gallery .icon-arrow-right {
        right: 0; } }
  .Gallada_Montage_Gallery .cardFeaturedType5Right {
    right: 80px; }
  .Gallada_Montage_Gallery .icon-arrow-left {
    left: 10px; }
    @media screen and (min-width: 768px) {
      .Gallada_Montage_Gallery .icon-arrow-left {
        left: 0; } }
  .Gallada_Montage_Gallery .cardFeaturedType5Left {
    left: 80px; }
  .Gallada_Montage_Gallery .imageGallery-item {
    float: left;
    margin: 0 auto; }
  .Gallada_Montage_Gallery .imageGallery-singleItemContainer {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1250px; }
    .Gallada_Montage_Gallery .imageGallery-singleItemContainer::after {
      content: "";
      display: table;
      clear: both; }
  .Gallada_Montage_Gallery .imageGallery-singleItem {
    margin: 0 auto; }
    @media screen and (min-width: 992px) {
      .Gallada_Montage_Gallery .imageGallery-singleItem {
        max-width: 85%; } }
  .Gallada_Montage_Gallery .slick-list {
    margin: 0; }
    @media screen and (min-width: 768px) {
      .Gallada_Montage_Gallery .slick-list {
        margin: 0 26px; } }
    @media screen and (min-width: 992px) {
      .Gallada_Montage_Gallery .slick-list {
        margin: 0 5vw; } }
  @media screen and (min-width: 992px) {
    .Gallada_Montage_Gallery .slick-track {
      display: flex;
      column-count: 4;
      flex-wrap: wrap;
      flex-direction: column;
      align-content: center;
      align-items: left;
      justify-content: center;
      widht: 100%;
      /* stylelint-disable-next-line */
      height: 32vw !important;
      overflow: hidden;
      gap: 1vw; } }
  .Gallada_Montage_Gallery .slick-current {
    width: 120px;
    height: auto; }
  .Gallada_Montage_Gallery .slick-active img {
    padding: 0 2px; }
    @media screen and (min-width: 768px) {
      .Gallada_Montage_Gallery .slick-active img {
        padding: 0 8px; } }
    @media screen and (min-width: 992px) {
      .Gallada_Montage_Gallery .slick-active img {
        padding: 0; } }
  .Gallada_Montage_Gallery .slick-slide {
    height: auto; }
    @media screen and (min-width: 992px) {
      .Gallada_Montage_Gallery .slick-slide {
        display: flex;
        flex: 1 1 1;
        align-items: center; } }

.Gallada_Menu {
  padding: 38px 0 44px; }
  .Gallada_Menu.is-light {
    /* stylelint-disable-next-line */
    background-color: #d8eadf !important; }
  .Gallada_Menu.is-blue {
    /* stylelint-disable-next-line */
    background-color: #1a2b3a !important; }
  .Gallada_Menu .container {
    width: 100%;
    padding: 0 45px; }
    @media screen and (min-width: 768px) {
      .Gallada_Menu .container {
        max-width: 900px; } }
    @media screen and (min-width: 992px) {
      .Gallada_Menu .container {
        max-width: 1044px; } }
    .Gallada_Menu .container .is-blue {
      /* stylelint-disable-next-line */
      color: #fff !important; }
    .Gallada_Menu .container .headline {
      margin-bottom: 16px; }
      .Gallada_Menu .container .headline .headline-primary {
        all: unset;
        color: #1a2b3a;
        align-items: center;
        justify-content: center;
        font-family: "Futura LT Pro", serif;
        font-style: normal;
        font-weight: 300;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: .03em;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 20px;
        max-lines: 3;
        display: flex; }
        .Gallada_Menu .container .headline .headline-primary span {
          display: -webkit-box;
          /* stylelint-disable-next-line */
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
        .Gallada_Menu .container .headline .headline-primary.is-blue {
          /* stylelint-disable-next-line */
          color: #c09861 !important; }
          .Gallada_Menu .container .headline .headline-primary.is-blue::before, .Gallada_Menu .container .headline .headline-primary.is-blue::after {
            /* stylelint-disable-next-line */
            color: #fff !important; }
        .Gallada_Menu .container .headline .headline-primary::before {
          content: "|||";
          color: #897c5e;
          padding-right: 16px;
          font-size: 24px;
          letter-spacing: -1px; }
        .Gallada_Menu .container .headline .headline-primary::after {
          content: "|||";
          color: #897c5e;
          padding-left: 16px;
          font-size: 24px;
          letter-spacing: -1px; }
      .Gallada_Menu .container .headline .headline-secondary {
        all: unset;
        color: #7c7055;
        font-family: "Futura LT Pro", serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: .45px;
        text-align: center;
        text-transform: uppercase;
        margin: 0 0 12px;
        display: -webkit-box;
        /* stylelint-disable-next-line */
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; }
        @media screen and (min-width: 992px) {
          .Gallada_Menu .container .headline .headline-secondary {
            font-weight: 500; } }
        .Gallada_Menu .container .headline .headline-secondary.is-blue {
          /* stylelint-disable-next-line */
          color: #fff !important; }
        .Gallada_Menu .container .headline .headline-secondary::after {
          all: unset; }
      .Gallada_Menu .container .headline .date {
        color: #8c8c8c;
        font-family: "Futura LT Pro", serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: .45px;
        text-align: center;
        text-transform: uppercase;
        display: -webkit-box;
        /* stylelint-disable-next-line */
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; }
        .Gallada_Menu .container .headline .date.is-blue {
          /* stylelint-disable-next-line */
          color: #fff !important; }
    .Gallada_Menu .container .content {
      font-family: "Futura LT Pro", serif;
      border-top: 1px solid #8c8c8c;
      border-bottom: 1px solid #8c8c8c;
      padding: 45px 0 32px; }
      .Gallada_Menu .container .content.is-blue {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff; }
    .Gallada_Menu .container .group {
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 24px; }
      .Gallada_Menu .container .group:last-of-type {
        padding-bottom: 0; }
      .Gallada_Menu .container .group.header-prices {
        margin-top: -30px;
        margin-bottom: -12px; }
    .Gallada_Menu .container .category {
      flex: 1;
      color: #1a2b3a;
      font-family: "Futura LT Pro", serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: .45px;
      text-align: left; }
      .Gallada_Menu .container .category p {
        display: -webkit-box;
        /* stylelint-disable-next-line */
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
    .Gallada_Menu .container .list-container {
      flex: 4; }
    .Gallada_Menu .container .list-items {
      display: flex;
      padding-bottom: 24px; }
      .Gallada_Menu .container .list-items:last-of-type {
        padding-bottom: 0; }
    .Gallada_Menu .container .icons-container {
      flex: 1;
      margin-right: 14px; }
    .Gallada_Menu .container .space-icons-container {
      flex: 1; }
    .Gallada_Menu .container .icons-list {
      display: flex;
      justify-content: flex-end;
      gap: 12px; }
    .Gallada_Menu .container .item-content {
      flex: 7; }
    .Gallada_Menu .container .title {
      all: unset;
      color: #2e2c2f;
      font-family: "Futura LT Pro", serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 21px;
      letter-spacing: .45px;
      text-align: left; }
      .Gallada_Menu .container .title.is-blue {
        /* stylelint-disable-next-line */
        color: #c09861 !important; }
    .Gallada_Menu .container .description {
      color: #2e2c2f;
      font-family: "Futura LT Pro", serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      letter-spacing: .45px;
      text-align: left;
      padding-top: 4px; }
    .Gallada_Menu .container .prompt {
      flex: 7;
      color: #1a2b3a;
      font-family: "Futura LT Pro", serif;
      font-size: 13px;
      font-weight: 400;
      font-style: italic;
      line-height: 18px;
      letter-spacing: .45px;
      text-align: left;
      padding-top: 32px; }
    .Gallada_Menu .container .prices {
      display: flex;
      flex: 2;
      color: #2e2c2f;
      font-family: "Futura LT Pro", serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 21px;
      letter-spacing: .45px;
      text-align: right;
      text-transform: uppercase; }
      .Gallada_Menu .container .prices .price-one,
      .Gallada_Menu .container .prices .price-two {
        flex: 1; }
    .Gallada_Menu .container .price-labels {
      display: flex;
      flex: 2;
      color: #8c8c8c;
      font-family: "Futura LT Pro", serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      letter-spacing: .45px;
      text-align: right;
      text-transform: uppercase; }
      .Gallada_Menu .container .price-labels .price-one,
      .Gallada_Menu .container .price-labels .price-two {
        flex: 1; }
    .Gallada_Menu .container .icons-description {
      display: flex;
      padding-top: 24px; }
    .Gallada_Menu .container .icons-content {
      display: flex;
      flex: 12;
      flex-wrap: wrap;
      column-gap: 43px;
      row-gap: 24px; }
      @media screen and (min-width: 992px) {
        .Gallada_Menu .container .icons-content {
          flex: 11; } }
    .Gallada_Menu .container .icon span {
      color: #2e2c2f;
      font-family: "Futura LT Pro", serif;
      font-size: 13px;
      font-weight: 400;
      line-height: 21px;
      letter-spacing: .45px;
      text-transform: uppercase;
      text-align: left;
      margin-left: 14px; }
      .Gallada_Menu .container .icon span.is-blue {
        /* stylelint-disable-next-line */
        color: #fff !important; }
    .Gallada_Menu .container .break {
      flex-basis: 100%;
      height: 0; }
  .Gallada_Menu .container-mobile {
    width: 100%;
    padding: 0; }
    .Gallada_Menu .container-mobile .is-blue {
      /* stylelint-disable-next-line */
      color: #fff !important; }
    .Gallada_Menu .container-mobile .headline {
      margin: 0 32px 16px; }
      .Gallada_Menu .container-mobile .headline .headline-primary {
        all: unset;
        color: #1a2b3a;
        align-items: center;
        justify-content: center;
        font-family: "Futura LT Pro", serif;
        font-style: normal;
        font-weight: 300;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: .03em;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 20px;
        max-lines: 3;
        display: flex; }
        .Gallada_Menu .container-mobile .headline .headline-primary span {
          display: -webkit-box;
          /* stylelint-disable-next-line */
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
        .Gallada_Menu .container-mobile .headline .headline-primary.is-blue {
          /* stylelint-disable-next-line */
          color: #c09861 !important; }
          .Gallada_Menu .container-mobile .headline .headline-primary.is-blue::before, .Gallada_Menu .container-mobile .headline .headline-primary.is-blue::after {
            color: #fff; }
        .Gallada_Menu .container-mobile .headline .headline-primary::before {
          content: "|||";
          color: #897c5e;
          padding-right: 16px;
          font-size: 24px;
          letter-spacing: -1px; }
        .Gallada_Menu .container-mobile .headline .headline-primary::after {
          content: "|||";
          color: #897c5e;
          padding-left: 16px;
          font-size: 24px;
          letter-spacing: -1px; }
      .Gallada_Menu .container-mobile .headline .headline-secondary {
        all: unset;
        color: #7c7055;
        font-family: "Futura LT Pro", serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: .45px;
        text-align: center;
        text-transform: uppercase;
        margin: 0 0 12px;
        display: -webkit-box;
        /* stylelint-disable-next-line */
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; }
        .Gallada_Menu .container-mobile .headline .headline-secondary.is-blue {
          /* stylelint-disable-next-line */
          color: #fff !important; }
        .Gallada_Menu .container-mobile .headline .headline-secondary::after {
          all: unset; }
      .Gallada_Menu .container-mobile .headline .date {
        color: #8c8c8c;
        font-family: "Futura LT Pro", serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: .45px;
        text-align: center;
        text-transform: uppercase;
        display: -webkit-box;
        /* stylelint-disable-next-line */
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; }
        .Gallada_Menu .container-mobile .headline .date.is-blue {
          /* stylelint-disable-next-line */
          color: #fff !important; }
    .Gallada_Menu .container-mobile .content {
      font-family: "Futura LT Pro", serif;
      border-top: 1px solid #8c8c8c;
      border-bottom: 1px solid #8c8c8c;
      padding: 24px 32px 16px; }
      .Gallada_Menu .container-mobile .content.is-blue {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff; }
    .Gallada_Menu .container-mobile .group {
      padding-bottom: 22px; }
      .Gallada_Menu .container-mobile .group:last-of-type {
        padding-bottom: 0; }
    .Gallada_Menu .container-mobile .category {
      color: #1a2b3a;
      font-family: "Futura LT Pro", serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: .45px;
      text-align: left;
      padding-bottom: 16px; }
      .Gallada_Menu .container-mobile .category p {
        display: -webkit-box;
        /* stylelint-disable-next-line */
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
    .Gallada_Menu .container-mobile .list-items {
      padding-bottom: 24px; }
      .Gallada_Menu .container-mobile .list-items:last-of-type {
        padding-bottom: 0; }
    .Gallada_Menu .container-mobile .icons-container {
      margin-right: 14px; }
    .Gallada_Menu .container-mobile .icons-list {
      display: flex;
      justify-content: flex-start;
      gap: 6px; }
    .Gallada_Menu .container-mobile .title {
      all: unset;
      color: #2e2c2f;
      font-family: "Futura LT Pro", serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 21px;
      letter-spacing: .45px;
      text-align: left; }
      .Gallada_Menu .container-mobile .title.is-blue {
        /* stylelint-disable-next-line */
        color: #c09861 !important; }
    .Gallada_Menu .container-mobile .description {
      color: #2e2c2f;
      font-family: "Futura LT Pro", serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      letter-spacing: .45px;
      text-align: left;
      padding-top: 6px; }
    .Gallada_Menu .container-mobile .prompt {
      flex: 7;
      color: #1a2b3a;
      font-family: "Futura LT Pro", serif;
      font-size: 13px;
      font-weight: 400;
      font-style: italic;
      line-height: 18px;
      letter-spacing: .45px;
      text-align: left;
      padding-top: 16px; }
    .Gallada_Menu .container-mobile .prices {
      display: flex;
      align-content: flex-start;
      gap: 24px;
      flex: 2;
      padding-top: 6px; }
    .Gallada_Menu .container-mobile .price-label {
      color: #8c8c8c;
      font-family: "Futura LT Pro", serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      letter-spacing: .45px;
      text-align: left;
      text-transform: uppercase;
      padding-right: 10px; }
    .Gallada_Menu .container-mobile .price-value {
      color: #2e2c2f;
      font-family: "Futura LT Pro", serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 21px;
      letter-spacing: .45px;
      text-align: left;
      text-transform: uppercase; }
    .Gallada_Menu .container-mobile .icons-description {
      display: flex;
      padding: 24px 32px 0; }
    .Gallada_Menu .container-mobile .icons-content {
      display: flex;
      flex: 11;
      flex-wrap: wrap;
      column-gap: 43px;
      row-gap: 24px; }
    .Gallada_Menu .container-mobile .icon span {
      color: #2e2c2f;
      font-family: "Futura LT Pro", serif;
      font-size: 13px;
      font-weight: 400;
      line-height: 21px;
      letter-spacing: .45px;
      text-transform: uppercase;
      text-align: left;
      margin-left: 14px; }

.heroCarouselMedia-brook {
  top: 0;
  left: 0;
  height: calc(100vh + 40px);
  position: absolute;
  width: 100%; }
  .heroCarouselMedia-brook .slick-list {
    height: calc(100vh + 40px); }
    @media screen and (min-width: 992px) {
      .heroCarouselMedia-brook .slick-list {
        min-height: 600px; } }
  .heroCarouselMedia-brook .heroCarouselMedia-slide {
    display: inline-block;
    position: relative;
    width: 100%;
    height: calc(100vh + 40px); }
    @media screen and (min-width: 992px) {
      .heroCarouselMedia-brook .heroCarouselMedia-slide {
        min-height: 600px; } }

.heroCarouselCopy-Brook {
  position: absolute;
  bottom: 150px;
  transform: none !important;
  /* stylelint-disable-line declaration-no-important */
  color: #fff;
  z-index: 1;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .heroCarouselCopy-Brook {
      padding: 0; } }
  .heroCarouselCopy-Brook .heroCarouselCopy-Brook-title {
    display: flex !important;
    /* stylelint-disable-line declaration-no-important */
    justify-content: flex-start !important;
    /* stylelint-disable-line declaration-no-important */
    align-items: flex-end !important;
    /* stylelint-disable-line declaration-no-important */
    max-height: 250px;
    min-height: 60px;
    padding: 0 20px;
    margin: 0 auto;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .heroCarouselCopy-Brook .heroCarouselCopy-Brook-title {
        max-height: 280px;
        min-height: 180px;
        padding: 0 80px; } }
    .heroCarouselCopy-Brook .heroCarouselCopy-Brook-title h1 {
      color: #fff;
      font-family: "Myanmar MN";
      font-size: 30px;
      font-weight: 400;
      line-height: 46px;
      text-align: left;
      text-transform: none;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      line-clamp: 4;
      -webkit-line-clamp: 4;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media screen and (min-width: 768px) {
        .heroCarouselCopy-Brook .heroCarouselCopy-Brook-title h1 {
          font-size: 40px;
          line-height: 60px; } }
      @media screen and (min-width: 768px) {
        .heroCarouselCopy-Brook .heroCarouselCopy-Brook-title h1 {
          font-size: 50px;
          line-height: 60px; } }
  .heroCarouselCopy-Brook .heroCarouselCopy-Brook-desc {
    color: #fff;
    font-family: "Futura Book", Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    margin-top: 37px;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media screen and (min-width: 768px) {
      .heroCarouselCopy-Brook .heroCarouselCopy-Brook-desc {
        padding: 0 80px;
        margin-top: 34px; } }

.heroCarouselMedia-media-brook {
  display: inline-block;
  height: calc(100vh + 40px);
  overflow: hidden;
  width: 100%;
  background-size: cover;
  background-position: center;
  /* stylelint-disable-next-line */ }
  @media screen and (min-width: 992px) {
    .heroCarouselMedia-media-brook {
      min-height: 600px; } }

@media screen and (min-width: 992px) {
  div[data-react-component] > .heroCarouselMedia-media::before {
    top: 0;
    height: 100%; } }

.heroCarouselMedia-bg-container {
  position: relative; }
  .heroCarouselMedia-bg-container .heroCarouselMedia-video {
    /* stylelint-disable-next-line */
    height: calc(100vh + 40px);
    width: 100%;
    object-fit: cover; }
    @media screen and (min-width: 992px) {
      .heroCarouselMedia-bg-container .heroCarouselMedia-video {
        height: calc(100vh + 40px);
        /* stylelint-disable-next-line */
        display: inline-block !important; } }
  .heroCarouselMedia-bg-container .videoControl-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    display: block;
    z-index: 3;
    padding: 0;
    width: 100%; }
  .heroCarouselMedia-bg-container .videoControl {
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    text-align: right; }
    @media screen and (min-width: 768px) {
      .heroCarouselMedia-bg-container .videoControl {
        padding: 0 80px; } }
    .heroCarouselMedia-bg-container .videoControl.is-dark .icon-play2::before,
    .heroCarouselMedia-bg-container .videoControl.is-dark .icon-pause::before {
      color: #000; }
    .heroCarouselMedia-bg-container .videoControl .icon-play2::before,
    .heroCarouselMedia-bg-container .videoControl .icon-pause::before {
      color: #fff; }
    .heroCarouselMedia-bg-container .videoControl .pause,
    .heroCarouselMedia-bg-container .videoControl .play {
      border: 2px solid #867050;
      background-color: #867050;
      position: relative;
      height: 24px;
      width: 24px;
      border-radius: 12px;
      display: inline-block; }
      .heroCarouselMedia-bg-container .videoControl .pause:hover, .heroCarouselMedia-bg-container .videoControl .pause:focus,
      .heroCarouselMedia-bg-container .videoControl .play:hover,
      .heroCarouselMedia-bg-container .videoControl .play:focus {
        border: 2px solid #fff; }
    .heroCarouselMedia-bg-container .videoControl .pause::after {
      content: "||";
      font-size: 12px;
      font-weight: bold;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-45%, -55%); }
    .heroCarouselMedia-bg-container .videoControl .play::after {
      content: "";
      font-size: 0;
      line-height: 0;
      border-width: 6px;
      color: #fff;
      border-right-width: 0;
      border-style: dashed;
      border-left-style: solid;
      border-top-color: transparent;
      border-bottom-color: transparent;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .heroCarouselMedia-bg-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-image: linear-gradient(179.62deg, rgba(0, 0, 0, 0.5) 12.83%, transparent 25.6%, transparent 69.25%, rgba(0, 0, 0, 0.5) 81.41%); }

.globalHeroBrook {
  height: calc(100vh + 40px);
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 992px) {
    .globalHeroBrook {
      min-height: 600px;
      padding-top: 50px; } }
  .globalHeroBrook.is-dark .slick-dots button::before {
    background-color: #000; }
  .globalHeroBrook.is-dark .slick-dots .slick-active button {
    border-color: #000; }
    .globalHeroBrook.is-dark .slick-dots .slick-active button::before {
      color: #000; }
    .globalHeroBrook.is-dark .slick-dots .slick-active button::after {
      border-color: #000; }
  .globalHeroBrook .slick-dots {
    bottom: 100px;
    text-align: left;
    margin-left: 20px;
    width: 50%;
    z-index: 3; }
    @media screen and (min-width: 768px) {
      .globalHeroBrook .slick-dots {
        margin-left: 80px; } }
    .globalHeroBrook .slick-dots button::before {
      content: "";
      width: 8px;
      height: 8px;
      top: 6px;
      left: 4px;
      border-radius: 50%;
      background-color: #fff;
      transition: all .2s; }
    .globalHeroBrook .slick-dots .slick-active button::after {
      position: absolute;
      top: 2px;
      left: 0;
      content: "";
      width: 14px;
      height: 14px;
      border-radius: 50%;
      border: 1px solid #fff; }
  .globalHeroBrook .control-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8rem;
    display: block;
    z-index: 3;
    width: 100%;
    padding: 0 2rem; }
    @media screen and (min-width: 992px) {
      .globalHeroBrook .control-wrapper {
        bottom: 17rem; } }
    .globalHeroBrook .control-wrapper .control {
      margin: 0 auto;
      max-width: 1210px;
      text-align: right; }
  .globalHeroBrook .slick-initialized .slick-slide.slick-active {
    z-index: 1; }

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }

@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }
  .globalHeroBrook .scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 65px;
    text-align: center;
    margin: 0 auto;
    width: 20px; }
  .globalHeroBrook .scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px; }
  .globalHeroBrook .scroll-btn > *:hover,
  .globalHeroBrook .scroll-btn > *:focus,
  .globalHeroBrook .scroll-btn > *.active {
    color: #fff; }
  .globalHeroBrook .scroll-btn > *:hover,
  .globalHeroBrook .scroll-btn > *:focus,
  .globalHeroBrook .scroll-btn > *:active,
  .globalHeroBrook .scroll-btn > *.active {
    opacity: .8;
    filter: alpha(opacity=80); }
  .globalHeroBrook .scroll-btn .mouse {
    position: relative;
    display: block;
    width: 20px;
    height: 31px;
    margin: 0 auto 20px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 23px; }
  .globalHeroBrook .scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 70%;
    width: 1px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #fff;
    border-radius: 50%;
    animation: ani-mouse 2.5s linear infinite; }
  .globalHeroBrook .arrow {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 6px;
    margin-left: -20px; }
  .globalHeroBrook .down {
    transform: rotate(45deg); }

@media screen and (max-width: 767px) {
  .globalHero-NewsRoom {
    margin-top: 51px; } }

@media screen and (max-width: 991.5px) {
  .globalHero-NewsRoom {
    margin-top: 51px; } }

body.brooklands-theme,
footer.brooklands-theme {
  background-color: #fff; }

body#brooklands-landing {
  overflow: hidden; }
  body#brooklands-landing #brooklands_Scrollbar {
    display: none; }

.Brooklands_Navigation {
  position: relative; }
  .Brooklands_Navigation .navbar {
    height: 112px;
    position: fixed;
    top: 0;
    align-items: center;
    display: flex;
    background-color: transparent;
    padding: 0 24px;
    width: 100%;
    transition: background-color 1s ease-in-out; }
    @media screen and (min-width: 768px) {
      .Brooklands_Navigation .navbar {
        padding: 0 60px; } }
    @media screen and (min-width: 992px) {
      .Brooklands_Navigation .navbar {
        position: fixed;
        top: 0; } }
    .Brooklands_Navigation .navbar.scroll-up {
      background-color: #000; }
    .Brooklands_Navigation .navbar.scroll-down {
      background-color: #000; }
    @media screen and (min-width: 992px) {
      .Brooklands_Navigation .navbar:not(.scroll-up):not(.scroll-down) .navbar-item.is-dark:active {
        border-bottom: 1px solid #000; } }
    .Brooklands_Navigation .navbar:not(.scroll-up):not(.scroll-down) .navbar-item.is-dark {
      color: #000; }
      .Brooklands_Navigation .navbar:not(.scroll-up):not(.scroll-down) .navbar-item.is-dark:hover {
        color: #000;
        text-decoration: underline; }
      .Brooklands_Navigation .navbar:not(.scroll-up):not(.scroll-down) .navbar-item.is-dark:active {
        border-bottom: 1px solid #000; }
    @media screen and (min-width: 992px) {
      .Brooklands_Navigation .navbar:not(.scroll-up):not(.scroll-down) .navbar-item .buttons .button.is-primary.is-dark {
        color: #000;
        border: 1px solid #000;
        background-color: unset;
        transition: 2s ease; }
        .Brooklands_Navigation .navbar:not(.scroll-up):not(.scroll-down) .navbar-item .buttons .button.is-primary.is-dark:hover {
          color: #fff;
          background-color: #897c5e;
          border: 1px solid #897c5e; } }
    .Brooklands_Navigation .navbar:not(.scroll-up):not(.scroll-down) .mobile-burger .bar1.is-dark,
    .Brooklands_Navigation .navbar:not(.scroll-up):not(.scroll-down) .mobile-burger .bar2.is-dark,
    .Brooklands_Navigation .navbar:not(.scroll-up):not(.scroll-down) .mobile-burger .bar3.is-dark {
      background-color: #000; }
  .Brooklands_Navigation .navbar-menu {
    flex-grow: 1; }
  .Brooklands_Navigation .navbar-brand {
    align-items: center;
    display: flex;
    flex-shrink: 0; }
    .Brooklands_Navigation .navbar-brand .navbar-item img {
      width: 149px;
      height: 51px; }
      @media screen and (min-width: 768px) {
        .Brooklands_Navigation .navbar-brand .navbar-item img {
          width: 191px;
          height: 66px; } }
  .Brooklands_Navigation .navbar-end {
    align-items: center;
    display: flex;
    justify-content: flex-end; }
  .Brooklands_Navigation .navbar-item {
    color: #fff;
    font-family: "MyanmarMN", serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .025em;
    text-transform: uppercase;
    text-decoration: none; }
    .Brooklands_Navigation .navbar-item:hover {
      color: #897c5e; }
    .Brooklands_Navigation .navbar-item:active {
      border-bottom: 1px solid #000; }
    @media screen and (min-width: 992px) {
      .Brooklands_Navigation .navbar-item {
        margin: 0 20px;
        border-bottom: 1px solid transparent; }
        .Brooklands_Navigation .navbar-item:hover {
          color: #fff;
          text-decoration: underline; }
        .Brooklands_Navigation .navbar-item:active {
          border-bottom: 1px solid #fff; } }
  .Brooklands_Navigation .mobile-burger {
    display: inline-block;
    cursor: pointer;
    margin-left: 11px; }
    @media screen and (min-width: 768px) {
      .Brooklands_Navigation .mobile-burger {
        margin-left: 16px; } }
    .Brooklands_Navigation .mobile-burger .bar1,
    .Brooklands_Navigation .mobile-burger .bar2,
    .Brooklands_Navigation .mobile-burger .bar3 {
      width: 18px;
      height: 2px;
      background-color: #fff;
      margin: 6px 0;
      transition: .4s; }
    .Brooklands_Navigation .mobile-burger.change .bar1 {
      transform: translate(0, 8px) rotate(-45deg); }
    .Brooklands_Navigation .mobile-burger.change .bar2 {
      opacity: 0; }
    .Brooklands_Navigation .mobile-burger.change .bar3 {
      transform: translate(0, -8px) rotate(45deg); }
  .Brooklands_Navigation .navbar-menu-mobile {
    display: none;
    background-color: #fff;
    padding: 21px;
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 112px;
    z-index: 9; }
    .Brooklands_Navigation .navbar-menu-mobile.is-visible {
      display: block; }
    .Brooklands_Navigation .navbar-menu-mobile li {
      display: block;
      text-align: center;
      padding: 15px; }
    .Brooklands_Navigation .navbar-menu-mobile a {
      color: #000;
      font-family: "MyanmarMN", serif;
      font-style: normal;
      font-weight: 600;
      font-size: 15px;
      line-height: 24px;
      text-align: center;
      letter-spacing: .025em;
      text-transform: uppercase;
      transition: 2s ease; }
      .Brooklands_Navigation .navbar-menu-mobile a:active {
        color: #000; }
  .Brooklands_Navigation .buttons {
    text-align: center;
    margin: 15px 0; }
    .Brooklands_Navigation .buttons .button {
      display: inline-block; }
      .Brooklands_Navigation .buttons .button.is-primary {
        color: #897c5e;
        font-family: "MyanmarMN", serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: .05em;
        background-color: transparent;
        border: 1px solid #897c5e;
        padding: 10px 50px;
        width: 100%;
        min-height: 45px;
        text-align: center;
        max-width: 180px;
        transition: 2s ease; }
        @media screen and (min-width: 992px) {
          .Brooklands_Navigation .buttons .button.is-primary {
            color: #fff;
            border: 1px solid #fff;
            width: auto;
            max-width: unset; } }
        .Brooklands_Navigation .buttons .button.is-primary:hover {
          color: #fff;
          background-color: #897c5e;
          border: 1px solid #897c5e; }
  .Brooklands_Navigation a .icon-social {
    margin-top: 6px; }
  .Brooklands_Navigation .icon-social {
    color: #fff;
    margin: -4px 11px 0; }
    @media screen and (min-width: 768px) {
      .Brooklands_Navigation .icon-social {
        margin: 0 16px; } }
    @media screen and (min-width: 992px) {
      .Brooklands_Navigation .icon-social {
        margin: 0 20px; } }
  .Brooklands_Navigation .is-16x16 {
    width: 16px;
    height: 16px; }
  .Brooklands_Navigation #navbar-instagram-icon {
    transition: 2s ease; }
  .Brooklands_Navigation #navbar-instagram-icon:hover {
    filter: invert(55%) sepia(12%) saturate(840%) hue-rotate(4deg) brightness(87%) contrast(87%); }
  .Brooklands_Navigation .navigation-dropdownContainer.react-accessible-select .ras-button {
    color: #000;
    font-family: "MyanmarMN", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: right;
    letter-spacing: .025em;
    text-transform: uppercase; }
    .Brooklands_Navigation .navigation-dropdownContainer.react-accessible-select .ras-button::before {
      font-size: 16px;
      margin-left: 11px;
      color: #000; }
      @media screen and (min-width: 768px) {
        .Brooklands_Navigation .navigation-dropdownContainer.react-accessible-select .ras-button::before {
          margin-left: 16px; } }
      @media screen and (min-width: 992px) {
        .Brooklands_Navigation .navigation-dropdownContainer.react-accessible-select .ras-button::before {
          margin-left: 20px; } }
  .Brooklands_Navigation .navigation-dropdownContainer.react-accessible-select .ras-ul {
    background: #fff;
    padding: 0; }
    .Brooklands_Navigation .navigation-dropdownContainer.react-accessible-select .ras-ul::before {
      all: unset; }
  .Brooklands_Navigation .navigation-dropdownContainer.react-accessible-select .ras-li {
    color: #000;
    background-color: #fff;
    font-family: "MyanmarMN", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .025em;
    text-transform: uppercase;
    padding: 10px 26px; }
    .Brooklands_Navigation .navigation-dropdownContainer.react-accessible-select .ras-li:not(:nth-last-child(1)) {
      border-bottom: 1px solid #000; }
    .Brooklands_Navigation .navigation-dropdownContainer.react-accessible-select .ras-li a:first-of-type:first-child {
      color: #000;
      background-color: #fff; }
    .Brooklands_Navigation .navigation-dropdownContainer.react-accessible-select .ras-li.ras-selected {
      color: #000;
      background-color: #fff; }
  .Brooklands_Navigation .navigation-dropdownContainer.react-accessible-select .ras-arrow {
    margin-right: 11px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000; }
    @media screen and (min-width: 768px) {
      .Brooklands_Navigation .navigation-dropdownContainer.react-accessible-select .ras-arrow {
        margin-right: 0; } }

.sticky-header {
  position: sticky;
  top: 0;
  z-index: 9999; }
  @media screen and (min-width: 992px) {
    .sticky-header {
      position: unset;
      top: unset;
      z-index: unset; } }

.Brooklands_Footer {
  clear: both;
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  padding: 40px 24px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .Brooklands_Footer {
      padding: 38px 75px; } }
  .Brooklands_Footer .grid {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 24px;
    align-items: center;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .Brooklands_Footer .grid {
        display: grid;
        grid-template-columns: 1fr 3fr 1fr;
        grid-template-rows: auto auto;
        gap: 0;
        flex-direction: unset;
        align-items: unset;
        margin: 0;
        padding: 0;
        box-sizing: border-box; } }
  .Brooklands_Footer .brand {
    display: flex;
    align-items: center;
    grid-column: 1;
    grid-row: 1 / 3; }
    @media screen and (min-width: 768px) {
      .Brooklands_Footer .brand {
        text-align: left; } }
    .Brooklands_Footer .brand .logo {
      width: 191px;
      height: 66px; }
  .Brooklands_Footer .content {
    color: #454545;
    text-align: center;
    grid-column: 2;
    grid-row: 1; }
    .Brooklands_Footer .content .text-info:nth-child(2) {
      padding-top: 10px; }
    .Brooklands_Footer .content h3 {
      all: unset;
      display: block;
      font-family: "Futura Book", Arial, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 15px;
      line-height: 24px;
      letter-spacing: 2px;
      text-transform: capitalize; }
    .Brooklands_Footer .content p {
      all: unset;
      display: block;
      font-family: "Futura Book", Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: .03em;
      padding: 4px 0; }
    .Brooklands_Footer .content a {
      color: #454545;
      display: inline-block; }
    .Brooklands_Footer .content .nav {
      display: inline-block; }
      @media screen and (min-width: 768px) {
        .Brooklands_Footer .content .nav {
          padding-top: 20px; } }
      .Brooklands_Footer .content .nav .nav-link {
        color: #454545;
        font-family: "Futura Book", Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: .05em;
        text-transform: uppercase;
        padding: 20px 16px 0; }
        @media screen and (min-width: 768px) {
          .Brooklands_Footer .content .nav .nav-link {
            padding-top: 0; } }
  .Brooklands_Footer .break {
    display: none; }
    @media screen and (min-width: 768px) {
      .Brooklands_Footer .break {
        width: 100%;
        display: block; } }
  .Brooklands_Footer .bottom-text {
    text-align: center;
    width: 100%;
    grid-column: 2;
    grid-row: 2; }
    @media screen and (min-width: 768px) {
      .Brooklands_Footer .bottom-text {
        padding-top: 24px; } }
    .Brooklands_Footer .bottom-text #ot-sdk-btn,
    .Brooklands_Footer .bottom-text #ot-sdk-btn:hover {
      all: unset;
      cursor: pointer;
      color: #454545;
      display: inline-block;
      font-family: "Futura Book", Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: .03em;
      padding: 4px 0; }
    .Brooklands_Footer .bottom-text #ot-sdk-btn:hover,
    .Brooklands_Footer .bottom-text a:hover {
      text-decoration: underline; }
    .Brooklands_Footer .bottom-text .all-rights {
      display: block;
      padding-top: 10px; }
    .Brooklands_Footer .bottom-text a,
    .Brooklands_Footer .bottom-text p,
    .Brooklands_Footer .bottom-text span,
    .Brooklands_Footer .bottom-text button {
      /* stylelint-disable-next-line */
      all: unset;
      color: #454545;
      font-family: "Futura Book", Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: .03em;
      padding: 4px 0; }
    .Brooklands_Footer .bottom-text a,
    .Brooklands_Footer .bottom-text button {
      display: inline-block;
      cursor: pointer; }
    .Brooklands_Footer .bottom-text span {
      display: inline-block;
      padding: 0 10px; }
    .Brooklands_Footer .bottom-text p {
      display: block;
      padding-top: 10px; }
    .Brooklands_Footer .bottom-text .span-bar:first-child,
    .Brooklands_Footer .bottom-text .span-bar:last-child,
    .Brooklands_Footer .bottom-text .span-bar + .span-bar {
      display: none; }
  .Brooklands_Footer .icons {
    display: flex;
    align-items: center;
    grid-column: 3;
    grid-row: 1 / 3;
    justify-content: flex-end;
    margin-top: 16px; }
    @media screen and (min-width: 768px) {
      .Brooklands_Footer .icons {
        text-align: right;
        margin-top: 0; } }
    .Brooklands_Footer .icons a .icon-social {
      margin-top: 6px;
      display: inline-block; }
    .Brooklands_Footer .icons a:first-of-type img {
      margin-left: 0; }
    .Brooklands_Footer .icons a:last-of-type img {
      margin-right: 0; }
    .Brooklands_Footer .icons .icon-social {
      color: #454545;
      margin: -4px 11px 0; }
      @media screen and (min-width: 768px) {
        .Brooklands_Footer .icons .icon-social {
          margin: 0 16px; } }
      @media screen and (min-width: 992px) {
        .Brooklands_Footer .icons .icon-social {
          margin: 0 20px; } }
  .Brooklands_Footer .is-27x27 {
    width: 27px;
    height: 27px; }
  .Brooklands_Footer .navigation-dropdownContainer.react-accessible-select .ras-button {
    color: #454545;
    font-family: "Futura Book", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: right;
    letter-spacing: .025em;
    text-transform: uppercase; }
    .Brooklands_Footer .navigation-dropdownContainer.react-accessible-select .ras-button::before {
      font-size: 16px;
      margin-left: 11px;
      color: #454545; }
      @media screen and (min-width: 768px) {
        .Brooklands_Footer .navigation-dropdownContainer.react-accessible-select .ras-button::before {
          margin-left: 16px; } }
      @media screen and (min-width: 992px) {
        .Brooklands_Footer .navigation-dropdownContainer.react-accessible-select .ras-button::before {
          margin-left: 20px; } }
  .Brooklands_Footer .navigation-dropdownContainer.react-accessible-select .ras-ul {
    background: #fff;
    padding: 0; }
    .Brooklands_Footer .navigation-dropdownContainer.react-accessible-select .ras-ul::before {
      all: unset; }
  .Brooklands_Footer .navigation-dropdownContainer.react-accessible-select .ras-li {
    /* stylelint-disable-next-line */
    color: #1A2B3A;
    background-color: #fff;
    font-family: "Futura Book", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .025em;
    text-transform: uppercase;
    padding: 10px 26px; }
    .Brooklands_Footer .navigation-dropdownContainer.react-accessible-select .ras-li:not(:nth-last-child(1)) {
      border-bottom: 1px solid #2e2c2f; }
    .Brooklands_Footer .navigation-dropdownContainer.react-accessible-select .ras-li a:first-of-type:first-child {
      /* stylelint-disable-next-line */
      color: #1A2B3A;
      background-color: #fff; }
    .Brooklands_Footer .navigation-dropdownContainer.react-accessible-select .ras-li.ras-selected {
      /* stylelint-disable-next-line */
      color: #1A2B3A;
      background-color: #fff; }
  .Brooklands_Footer .navigation-dropdownContainer.react-accessible-select .ras-arrow {
    margin-right: 11px;
    border-left: 2px solid #454545;
    border-bottom: 2px solid #454545; }
    @media screen and (min-width: 768px) {
      .Brooklands_Footer .navigation-dropdownContainer.react-accessible-select .ras-arrow {
        margin-right: 0; } }

html {
  background-color: #fff; }

html::-webkit-scrollbar {
  width: 0; }

body::-webkit-scrollbar {
  width: 0; }

.Brooklands_Scrollbar {
  height: 120px;
  width: 2px;
  position: fixed;
  right: 37px;
  top: 340px;
  z-index: 100;
  mix-blend-mode: difference; }
  .Brooklands_Scrollbar .topBar {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff; }
  .Brooklands_Scrollbar .bottomBar {
    height: 80%;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%;
    bottom: 0; }
    .Brooklands_Scrollbar .bottomBar .logo {
      height: 25px;
      width: 25px;
      left: 0;
      position: absolute;
      transform: translateX(-50%);
      top: -16px;
      transition: color .3s ease; }
      .Brooklands_Scrollbar .bottomBar .logo img {
        width: 100%;
        margin-left: 1px; }
    .Brooklands_Scrollbar .bottomBar .string {
      height: calc(100% - 14px);
      left: 0;
      position: absolute;
      top: auto;
      width: 100%;
      bottom: 0;
      background: #fff; }

.Brooklands_Introduction_Card {
  clear: both;
  position: relative;
  padding: 20px 24px;
  max-width: 1920px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .Brooklands_Introduction_Card {
      padding: 30px 80px; } }
  @media screen and (min-width: 992px) {
    .Brooklands_Introduction_Card {
      height: 73.4vw;
      min-height: 638px;
      padding: 40px 80px; } }
  @media screen and (min-width: 1200px) {
    .Brooklands_Introduction_Card {
      height: 70.4vw;
      min-height: 720px; } }
  @media screen and (min-width: 1441px) {
    .Brooklands_Introduction_Card {
      height: 68.8vw;
      min-height: 991px;
      max-height: 68.8vw; } }
  .Brooklands_Introduction_Card.underBanner {
    margin-top: -80px; }
  .Brooklands_Introduction_Card .image-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 50ms; }
  .Brooklands_Introduction_Card .small-image {
    overflow: hidden;
    width: 40vw;
    height: 25vw;
    max-width: 880px;
    max-height: 490px;
    position: absolute;
    left: 30%;
    z-index: 1; }
    @media screen and (min-width: 1200px) {
      .Brooklands_Introduction_Card .small-image {
        left: 23%; } }
    @media screen and (min-width: 1441px) {
      .Brooklands_Introduction_Card .small-image {
        left: 18%;
        width: 45vw; } }
    .Brooklands_Introduction_Card .small-image.align-left {
      left: calc(48% - 152px); }
      @media screen and (min-width: 1200px) {
        .Brooklands_Introduction_Card .small-image.align-left {
          left: calc(50% - 152px); } }
      @media screen and (min-width: 1441px) {
        .Brooklands_Introduction_Card .small-image.align-left {
          left: calc(46% - 152px); } }
  .Brooklands_Introduction_Card .big-image {
    width: 40vw;
    height: 50vw;
    max-width: 740px;
    max-height: 880px;
    position: absolute;
    overflow: hidden;
    /*
    @include tablet-only {
      width: 52vw;
      height: 62vw;

      &.align-left {
        left: 80px;
      }

      &.align-right {
        right: 80px;
      }
    }

    @include screen(sm,true) {
      width: 55vw;
      height: 65vw;

      &.align-left {
        left: 20px;
      }

      &.align-right {
        right: 20px;
      }
    }
    */ }
    .Brooklands_Introduction_Card .big-image.align-left {
      left: 80px; }
    .Brooklands_Introduction_Card .big-image.align-right {
      right: 80px; }
  .Brooklands_Introduction_Card .content {
    width: 50%;
    height: 50vw;
    max-height: 880px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    float: left;
    /*
    @include screen(lg) {
      margin-top: -15vw;
    }

    @include screen(xl) {
      margin-top: -20vw;
    }

    @include screen(mw) {
      margin-top: -240px;
    }
    */ }
    @media screen and (min-width: 992px) {
      .Brooklands_Introduction_Card .content.align-right {
        float: right; } }
    .Brooklands_Introduction_Card .content .card-title {
      font-family: "Myanmar MN";
      font-weight: 400;
      font-size: 32px;
      line-height: 40px;
      text-align: left;
      position: relative;
      width: fit-content;
      margin: 0 auto;
      margin-top: 25px; }
      .Brooklands_Introduction_Card .content .card-title::after {
        content: "";
        width: 122px;
        position: absolute;
        left: 0;
        bottom: 2px;
        height: 1px;
        background-color: #000; }
      @media screen and (min-width: 768px) {
        .Brooklands_Introduction_Card .content .card-title {
          font-size: 50px;
          line-height: 60px; } }
      .Brooklands_Introduction_Card .content .card-title .card-title-span {
        width: fit-content;
        position: relative;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media screen and (min-width: 992px) {
          .Brooklands_Introduction_Card .content .card-title .card-title-span {
            margin: 0 auto; } }
    .Brooklands_Introduction_Card .content .card-desc {
      font-family: "Futura Book", Arial, sans-serif;
      font-size: 15px;
      font-weight: 500;
      line-height: 26px;
      text-align: left;
      padding-top: 40px;
      color: #26272b;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      line-clamp: 8;
      -webkit-line-clamp: 8;
      overflow: hidden;
      text-overflow: ellipsis; }
    .Brooklands_Introduction_Card .content .line-15 {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      line-clamp: 15;
      -webkit-line-clamp: 15;
      overflow: hidden;
      text-overflow: ellipsis; }
    .Brooklands_Introduction_Card .content .cta-image-container {
      display: flex;
      gap: 40px;
      margin-top: 220px; }
      .Brooklands_Introduction_Card .content .cta-image-container.align-right {
        justify-content: flex-end; }
    .Brooklands_Introduction_Card .content .card-btn {
      padding: 5px 20px;
      min-width: 153px;
      text-align: center;
      border: 1px solid #897c5e;
      color: #897c5e;
      font-family: "Myanmar MN";
      font-size: 15px;
      height: 37px;
      font-weight: 400;
      line-height: 24px;
      display: inline-block;
      width: fit-content; }
  .Brooklands_Introduction_Card .is-mobile .images {
    display: block;
    margin-bottom: 25vw; }
  .Brooklands_Introduction_Card .is-mobile .small-image {
    all: unset;
    display: block;
    position: absolute;
    width: 55vw;
    height: 36vw;
    margin-top: -15vw; }
    .Brooklands_Introduction_Card .is-mobile .small-image.align-left {
      right: 24px; }
      @media screen and (min-width: 768px) {
        .Brooklands_Introduction_Card .is-mobile .small-image.align-left {
          right: 80px; } }
  .Brooklands_Introduction_Card .is-mobile .big-image {
    all: unset;
    display: block;
    position: static;
    width: 55vw;
    height: 68vw;
    margin-left: auto;
    margin-right: 0; }
    .Brooklands_Introduction_Card .is-mobile .big-image.align-left {
      margin-left: 0;
      margin-right: auto; }
  .Brooklands_Introduction_Card .is-mobile .content {
    all: unset;
    display: block;
    width: 100%;
    float: unset; }
    .Brooklands_Introduction_Card .is-mobile .content .card-btn {
      margin-top: 40px; }

.Brooklands_Carousel_Split {
  clear: both;
  position: relative;
  padding-top: 24px; }
  @media screen and (min-width: 768px) {
    .Brooklands_Carousel_Split {
      padding-top: 36px; } }
  @media screen and (min-width: 992px) {
    .Brooklands_Carousel_Split {
      padding-top: 40px; } }
  .Brooklands_Carousel_Split h2 {
    all: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Myanmar MN";
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: .03em;
    text-transform: uppercase;
    padding: 0 32px 32px;
    padding-bottom: 47px;
    width: fit-content;
    position: relative;
    margin: 0 auto;
    text-align: left; }
    .Brooklands_Carousel_Split h2::after {
      content: "";
      width: 122px;
      position: absolute;
      left: 32px;
      bottom: 42px;
      height: 1px;
      background-color: #000; }
    @media screen and (max-width: 767px) {
      .Brooklands_Carousel_Split h2 {
        font-size: 32px;
        line-height: 40px; } }
    .Brooklands_Carousel_Split h2 span {
      width: fit-content;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      line-clamp: 3;
      -webkit-line-clamp: 3;
      overflow: hidden;
      text-overflow: ellipsis; }
  .Brooklands_Carousel_Split .slick-list {
    height: auto; }
  @media screen and (min-width: 992px) {
    .Brooklands_Carousel_Split .is-right .slick-dots {
      left: 76px; } }
  .Brooklands_Carousel_Split .slick-dots {
    width: 80%;
    bottom: 48px;
    left: 20px;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .Brooklands_Carousel_Split .slick-dots {
        left: 76px; } }
    @media screen and (min-width: 992px) {
      .Brooklands_Carousel_Split .slick-dots {
        width: calc(100% - 52.4vw - 76px - 76px);
        left: calc(76px + 52.4vw + 76px); } }
    .Brooklands_Carousel_Split .slick-dots li button::before {
      content: "\2014";
      color: #979797;
      font-size: 22px;
      font-family: Arial, sans-serif;
      font-style: normal;
      font-weight: 700; }
    .Brooklands_Carousel_Split .slick-dots li.slick-active button::before {
      color: #979797;
      opacity: .5; }

@media screen and (max-width: 991.5px) {
  .BrookCardSplit.if-carousel .text-card {
    margin-bottom: 40px; } }

@media screen and (min-width: 992px) {
  .BrookCardSplit.if-carousel .text-card a {
    margin-bottom: 40px; } }

.BrookCardSplit .container-card {
  display: block;
  padding: 0 24px; }
  @media screen and (min-width: 768px) {
    .BrookCardSplit .container-card {
      padding: 0 76px; } }
  @media screen and (min-width: 992px) {
    .BrookCardSplit .container-card {
      display: flex;
      align-items: strech;
      flex-direction: reverse;
      padding: 0 76px; }
      .BrookCardSplit .container-card.is-right {
        flex-direction: row-reverse; } }

.BrookCardSplit .media-card {
  position: relative;
  overflow: hidden; }
  .BrookCardSplit .media-card .img-container,
  .BrookCardSplit .media-card video {
    position: relative;
    width: 52.4vw;
    height: 36.1vw;
    overflow: hidden; }
    @media screen and (min-width: 768px) and (max-width: 991.5px) {
      .BrookCardSplit .media-card .img-container,
      .BrookCardSplit .media-card video {
        width: 100%;
        height: auto; } }
    @media screen and (max-width: 767px) {
      .BrookCardSplit .media-card .img-container,
      .BrookCardSplit .media-card video {
        width: 100%;
        height: auto; } }
    .BrookCardSplit .media-card .img-container img,
    .BrookCardSplit .media-card video img {
      overflow: hidden; }
    .BrookCardSplit .media-card .img-container .img,
    .BrookCardSplit .media-card video .img {
      position: absolute;
      top: 0;
      width: 100%;
      height: 140%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .BrookCardSplit .media-card video {
    object-fit: fill; }
  .BrookCardSplit .media-card img {
    all: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .BrookCardSplit .media-card span {
    position: absolute;
    display: block;
    height: 100%;
    width: 1px;
    /* stylelint-disable-next-line */
    background: #c09861; }
    @media screen and (min-width: 768px) {
      .BrookCardSplit .media-card span {
        width: 2px; } }
  .BrookCardSplit .media-card .first-line {
    left: 5%; }
  .BrookCardSplit .media-card .second-line {
    left: 6%; }
  .BrookCardSplit .media-card .third-line {
    left: 7%; }

.BrookCardSplit .text-card {
  flex-basis: 0;
  width: 100%;
  flex-grow: 3;
  padding: 48px 0;
  padding-left: 76px;
  margin: auto 0; }
  @media screen and (max-width: 991.5px) {
    .BrookCardSplit .text-card {
      padding: 48px 0;
      padding-top: 0; } }
  @media screen and (min-width: 992px) {
    .BrookCardSplit .text-card.is-right {
      padding-left: 0;
      padding-right: 76px; } }
  .BrookCardSplit .text-card h3 {
    all: unset;
    display: block;
    color: #1a2b3a;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .035em;
    text-transform: uppercase; }
  .BrookCardSplit .text-card .subtitle {
    font-family: "Futura Book", Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    margin-top: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media screen and (max-width: 767px) {
      .BrookCardSplit .text-card .subtitle {
        font-size: 24px;
        line-height: 34px; } }
  .BrookCardSplit .text-card .description {
    all: unset;
    display: block;
    /* stylelint-disable-next-line */
    color: #000;
    font-family: "Futura Book", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .03em;
    margin-top: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 7;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis; }
  .BrookCardSplit .text-card a {
    all: unset;
    display: inline-block;
    box-sizing: border-box;
    /* stylelint-disable-next-line */
    border: 1px solid;
    padding: 5px 20px;
    font-family: "Myanmar MN";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .03em;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 40px;
    min-width: 153px;
    text-align: center;
    min-height: 37; }
    .BrookCardSplit .text-card a:hover {
      /* stylelint-disable-next-line */
      color: #897c5e; }

.Brooklands_Error404 {
  background-color: #2e2c2f; }
  .Brooklands_Error404 .container {
    color: #fff;
    text-align: center;
    max-width: 480px;
    padding: 200px 20px 100px; }
    @media screen and (min-width: 768px) {
      .Brooklands_Error404 .container {
        padding: 100px 30px 110px; } }
    @media screen and (min-width: 992px) {
      .Brooklands_Error404 .container {
        padding: 227px 30px 239px;
        min-height: calc(100vh - 112px - 150px); } }
    .Brooklands_Error404 .container h2 {
      font-family: "MyanmarMN", serif;
      font-style: normal;
      font-weight: 400;
      font-size: 28px;
      line-height: 32px;
      text-transform: uppercase; }
    .Brooklands_Error404 .container p {
      /* stylelint-disable-next-line */
      color: #f2f2f3;
      font-family: "Futura Book", Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 25px;
      text-transform: uppercase; }

.Brooklands_Quicklinks {
  clear: both;
  position: relative;
  padding: 40px 20px;
  background-color: #fff;
  background-size: 0; }
  @media screen and (min-width: 768px) {
    .Brooklands_Quicklinks {
      background-repeat: no-repeat, no-repeat;
      background-position: -100px top, calc(100% + 100px) top;
      background-size: unset; } }
  @media screen and (min-width: 992px) {
    .Brooklands_Quicklinks {
      background-position: left top, right top; } }
  .Brooklands_Quicklinks a {
    color: #26272b; }
  .Brooklands_Quicklinks .container {
    width: 100%;
    padding: 0;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .Brooklands_Quicklinks .container {
        max-width: 594px; } }
  .Brooklands_Quicklinks .title {
    all: unset;
    font-family: "MyanmarMN", serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: left;
    position: relative;
    width: fit-content;
    max-width: 270px;
    margin: 0 auto;
    margin-top: 25px;
    display: -webkit-box;
    /* stylelint-disable-next-line */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }
    .Brooklands_Quicklinks .title::after {
      content: "";
      width: 122px;
      position: absolute;
      left: 0;
      bottom: 2px;
      height: 1px;
      background-color: #000; }
    @media screen and (min-width: 768px) {
      .Brooklands_Quicklinks .title {
        font-size: 50px;
        line-height: 60px;
        max-width: 700px; } }
  .Brooklands_Quicklinks .content {
    color: #26272b;
    font-family: "Futura Book", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .45px;
    padding-top: 40px; }
  .Brooklands_Quicklinks .links-list {
    display: flex;
    justify-content: space-evenly;
    padding-top: 24px;
    flex-wrap: wrap; }
  .Brooklands_Quicklinks .link {
    padding: 8px 0;
    width: 50%; }
    @media screen and (min-width: 768px) {
      .Brooklands_Quicklinks .link {
        padding: 0;
        width: unset; } }
    .Brooklands_Quicklinks .link a {
      all: unset;
      display: block;
      color: #26272b;
      font-family: "Futura Book", Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 26px;
      letter-spacing: .03em;
      text-transform: uppercase;
      text-decoration: underline;
      cursor: pointer; }
      .Brooklands_Quicklinks .link a:hover {
        color: #26272b; }

.Brooklands_Carousel_Gallery {
  clear: both;
  position: relative;
  background: #fff;
  margin: auto;
  padding-top: 32px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .Brooklands_Carousel_Gallery {
      padding-top: 40px; } }
  .Brooklands_Carousel_Gallery .headline h2 {
    all: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Myanmar MN";
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: .03em;
    text-transform: uppercase;
    padding: 0 32px 32px;
    padding-bottom: 47px;
    width: fit-content;
    position: relative;
    margin: 0 auto;
    max-width: 700px;
    text-align: left; }
    .Brooklands_Carousel_Gallery .headline h2::after {
      content: "";
      width: 122px;
      position: absolute;
      left: 32px;
      bottom: 42px;
      height: 1px;
      background-color: #000; }
    @media screen and (max-width: 767px) {
      .Brooklands_Carousel_Gallery .headline h2 {
        font-size: 32px;
        line-height: 40px; } }
    .Brooklands_Carousel_Gallery .headline h2 span {
      width: fit-content;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      line-clamp: 3;
      -webkit-line-clamp: 3;
      overflow: hidden;
      text-overflow: ellipsis; }
  .Brooklands_Carousel_Gallery .description {
    visibility: hidden;
    padding: 16px 0 32px; }
    @media screen and (min-width: 768px) {
      .Brooklands_Carousel_Gallery .description {
        padding: 30px 0 40px; } }
    .Brooklands_Carousel_Gallery .description h3 {
      /* stylelint-disable-next-line */
      color: #fff;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: .03em;
      text-transform: uppercase;
      margin: 0; }
  .Brooklands_Carousel_Gallery .slick-center .description {
    visibility: visible; }
  .Brooklands_Carousel_Gallery img {
    max-width: 100%;
    width: 100%;
    display: block;
    pointer-events: none;
    aspect-ratio: 16 / 9;
    object-fit: cover; }
  .Brooklands_Carousel_Gallery video {
    max-width: 100%;
    width: 100%;
    display: block;
    max-height: 100%; }
  .Brooklands_Carousel_Gallery .video-container {
    width: 100%;
    padding-top: 56.231%;
    position: relative; }
    .Brooklands_Carousel_Gallery .video-container iframe,
    .Brooklands_Carousel_Gallery .video-container object,
    .Brooklands_Carousel_Gallery .video-container embed {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
    .Brooklands_Carousel_Gallery .video-container .virtual {
      position: absolute;
      bottom: 0;
      width: 54px;
      height: 33px;
      text-align: center;
      cursor: pointer;
      z-index: 10;
      left: 0;
      background: url(/assets/images/Icon_360_Large.svg) center center/40px 20px no-repeat white;
      background-size: contain; }
  .Brooklands_Carousel_Gallery .icon-arrow-right,
  .Brooklands_Carousel_Gallery .icon-arrow-left {
    position: absolute;
    font: 0/0 arial;
    transition: transform .3s ease;
    z-index: 2;
    top: 0;
    height: calc(70vw - 20px - 34px);
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      .Brooklands_Carousel_Gallery .icon-arrow-right,
      .Brooklands_Carousel_Gallery .icon-arrow-left {
        height: calc(50vw - 20px); } }
    @media screen and (min-width: 992px) {
      .Brooklands_Carousel_Gallery .icon-arrow-right,
      .Brooklands_Carousel_Gallery .icon-arrow-left {
        height: calc(56vw - 20px); } }
    @media screen and (min-width: 1200px) {
      .Brooklands_Carousel_Gallery .icon-arrow-right,
      .Brooklands_Carousel_Gallery .icon-arrow-left {
        height: 635px; } }
    .Brooklands_Carousel_Gallery .icon-arrow-right::before,
    .Brooklands_Carousel_Gallery .icon-arrow-left::before {
      font-size: 30px;
      transition: transform .3s ease, color .3s ease;
      text-shadow: 0 0 2px #000;
      color: #fff; }
      @media screen and (min-width: 768px) {
        .Brooklands_Carousel_Gallery .icon-arrow-right::before,
        .Brooklands_Carousel_Gallery .icon-arrow-left::before {
          font-size: 40px; } }
      @media screen and (min-width: 1200px) {
        .Brooklands_Carousel_Gallery .icon-arrow-right::before,
        .Brooklands_Carousel_Gallery .icon-arrow-left::before {
          font-size: 50px; } }
    .Brooklands_Carousel_Gallery .icon-arrow-right:hover::before,
    .Brooklands_Carousel_Gallery .icon-arrow-left:hover::before {
      color: #ad9d83; }
  .Brooklands_Carousel_Gallery svg {
    width: 10px;
    height: 20px; }
    @media screen and (min-width: 768px) {
      .Brooklands_Carousel_Gallery svg {
        width: 14px;
        height: 28px; } }
  .Brooklands_Carousel_Gallery img + * {
    margin-top: 20px;
    margin-bottom: 10px; }
  .Brooklands_Carousel_Gallery h3 {
    /* stylelint-disable-next-line */
    color: #1a2b3a;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin: 30px 0 40px; }
  .Brooklands_Carousel_Gallery .icon-arrow-right {
    right: 40px; }
    @media screen and (min-width: 768px) {
      .Brooklands_Carousel_Gallery .icon-arrow-right {
        right: 80px; } }
    @media screen and (min-width: 1200px) {
      .Brooklands_Carousel_Gallery .icon-arrow-right {
        right: calc(50vw - 562px + 45px); } }
  .Brooklands_Carousel_Gallery .cardFeaturedType5Right {
    right: 80px; }
  .Brooklands_Carousel_Gallery .icon-arrow-left {
    left: 40px; }
    @media screen and (min-width: 768px) {
      .Brooklands_Carousel_Gallery .icon-arrow-left {
        left: 80px; } }
    @media screen and (min-width: 1200px) {
      .Brooklands_Carousel_Gallery .icon-arrow-left {
        left: calc(50vw - 562px + 45px); } }
  .Brooklands_Carousel_Gallery .cardFeaturedType5Left {
    left: 80px; }
  .Brooklands_Carousel_Gallery .imageGallery-item {
    float: left;
    margin: 0 auto; }
  .Brooklands_Carousel_Gallery .imageGallery-singleItemContainer {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1250px; }
    .Brooklands_Carousel_Gallery .imageGallery-singleItemContainer::after {
      content: "";
      display: table;
      clear: both; }
  .Brooklands_Carousel_Gallery .imageGallery-singleItem {
    margin: 0 auto; }
    @media screen and (min-width: 992px) {
      .Brooklands_Carousel_Gallery .imageGallery-singleItem {
        max-width: 85%; } }

.Brooklands_Navigation_Landing {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  /*
  #navbar-instagram-icon {
    transition: 2s ease;
  }

  #navbar-instagram-icon:hover {
    filter: invert(55%) sepia(12%) saturate(840%) hue-rotate(4deg) brightness(87%) contrast(87%);
  }
  */ }
  .Brooklands_Navigation_Landing .navbar {
    height: 68px;
    align-items: center;
    display: flex;
    background-color: transparent;
    padding: 0 24px;
    width: 100%;
    transition: background-color 1s ease-in-out; }
    @media screen and (min-width: 768px) {
      .Brooklands_Navigation_Landing .navbar {
        padding: 0 60px;
        height: 112px; } }
  .Brooklands_Navigation_Landing .navbar-menu {
    flex-grow: 1;
    z-index: 99; }
  .Brooklands_Navigation_Landing .navbar-brand {
    align-items: center;
    display: flex;
    flex-shrink: 0; }
    .Brooklands_Navigation_Landing .navbar-brand .navbar-item img {
      width: 111px;
      height: 40px; }
      @media screen and (min-width: 768px) {
        .Brooklands_Navigation_Landing .navbar-brand .navbar-item img {
          width: 191px;
          height: 66px; } }
  .Brooklands_Navigation_Landing .navbar-end {
    align-items: center;
    display: flex;
    justify-content: flex-end; }
  .Brooklands_Navigation_Landing .navbar-item {
    color: #fff;
    font-family: "Futura Book", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .025em;
    text-transform: uppercase;
    text-decoration: none; }
    .Brooklands_Navigation_Landing .navbar-item:hover {
      text-decoration: underline; }
    .Brooklands_Navigation_Landing .navbar-item:active {
      border-bottom: 1px solid #000; }
    .Brooklands_Navigation_Landing .navbar-item.bullet-point {
      display: flex;
      align-items: center;
      margin: 0 20px 0 0; }
      .Brooklands_Navigation_Landing .navbar-item.bullet-point:not(:first-of-type)::before {
        background-color: #fff;
        border-radius: 1em;
        content: "";
        display: inline-block;
        width: .35em;
        height: .35em;
        margin-right: 20px; }
    @media screen and (min-width: 992px) {
      .Brooklands_Navigation_Landing .navbar-item:not(.is-mobile) {
        border-bottom: 1px solid transparent; }
        .Brooklands_Navigation_Landing .navbar-item:not(.is-mobile):hover {
          color: #fff;
          text-decoration: underline; }
        .Brooklands_Navigation_Landing .navbar-item:not(.is-mobile):active {
          border-bottom: 1px solid #fff; } }
  .Brooklands_Navigation_Landing .icons-container {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    border-left: 1px solid #fff; }
  .Brooklands_Navigation_Landing .mobile-burger {
    display: inline-block;
    cursor: pointer;
    margin-left: 11px; }
    @media screen and (min-width: 768px) {
      .Brooklands_Navigation_Landing .mobile-burger {
        margin-left: 16px; } }
    .Brooklands_Navigation_Landing .mobile-burger .bar1,
    .Brooklands_Navigation_Landing .mobile-burger .bar2,
    .Brooklands_Navigation_Landing .mobile-burger .bar3 {
      width: 18px;
      height: 2px;
      background-color: #fff;
      margin: 6px 0;
      transition: .4s; }
    .Brooklands_Navigation_Landing .mobile-burger.change .bar1 {
      transform: translate(0, 8px) rotate(-45deg); }
    .Brooklands_Navigation_Landing .mobile-burger.change .bar2 {
      opacity: 0; }
    .Brooklands_Navigation_Landing .mobile-burger.change .bar3 {
      transform: translate(0, -8px) rotate(45deg); }
  .Brooklands_Navigation_Landing .navbar-menu-mobile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #768e8d;
    padding: 68px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    white-space: nowrap;
    z-index: 9;
    transition: 1s ease; }
    @media screen and (min-width: 768px) {
      .Brooklands_Navigation_Landing .navbar-menu-mobile {
        padding: 112px 0 0; } }
    .Brooklands_Navigation_Landing .navbar-menu-mobile.is-visible {
      width: 55vw; }
    .Brooklands_Navigation_Landing .navbar-menu-mobile li {
      display: block;
      text-align: left;
      padding: 0 24px 24px; }
      @media screen and (min-width: 768px) {
        .Brooklands_Navigation_Landing .navbar-menu-mobile li {
          padding: 0 48px 40px; } }
    .Brooklands_Navigation_Landing .navbar-menu-mobile a {
      color: #fff;
      font-family: "Futura Book", Arial, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 24px;
      text-align: center;
      letter-spacing: .025em;
      text-transform: uppercase;
      transition: 2s ease; }
      @media screen and (min-width: 768px) {
        .Brooklands_Navigation_Landing .navbar-menu-mobile a {
          font-size: 14px;
          line-height: 26px; } }
      .Brooklands_Navigation_Landing .navbar-menu-mobile a:active {
        color: #000; }
    .Brooklands_Navigation_Landing .navbar-menu-mobile .icons-container-mobile {
      display: flex;
      gap: 34px;
      margin: 0 24px; }
      @media screen and (min-width: 768px) {
        .Brooklands_Navigation_Landing .navbar-menu-mobile .icons-container-mobile {
          gap: 50px;
          margin: 0 48px; } }
      .Brooklands_Navigation_Landing .navbar-menu-mobile .icons-container-mobile .icon-social {
        margin: 0; }
  .Brooklands_Navigation_Landing .buttons {
    text-align: center; }
    .Brooklands_Navigation_Landing .buttons .button {
      display: inline-block; }
      .Brooklands_Navigation_Landing .buttons .button.is-primary {
        color: #fff;
        font-family: "MyanmarMN", serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: .05em;
        background-color: transparent;
        border: 1px solid #fff;
        padding: 6px 26px;
        width: auto;
        min-height: 40px;
        text-align: center;
        transition: 2s ease; }
        @media screen and (min-width: 992px) {
          .Brooklands_Navigation_Landing .buttons .button.is-primary {
            max-width: unset; } }
        .Brooklands_Navigation_Landing .buttons .button.is-primary:hover {
          text-decoration: underline; }
        .Brooklands_Navigation_Landing .buttons .button.is-primary.is-mobile {
          color: #768e8d;
          background-color: #fff;
          border: 1px solid #768e8d;
          width: 55vw; }
  .Brooklands_Navigation_Landing a .icon-social {
    margin-top: 3px; }
  .Brooklands_Navigation_Landing .icon-social {
    color: #fff;
    margin: -4px 11px 0 0; }
    @media screen and (min-width: 768px) {
      .Brooklands_Navigation_Landing .icon-social {
        margin: 0 16px 0 0; } }
    @media screen and (min-width: 992px) {
      .Brooklands_Navigation_Landing .icon-social {
        margin: 0 20px; } }
  .Brooklands_Navigation_Landing .is-16x16 {
    width: 16px;
    height: 16px; }

.Brooklands_Hero_Landing .heroCarouselMedia-brook {
  top: 0;
  left: 0;
  height: calc(100vh + 40px);
  position: absolute;
  width: 100%; }
  .Brooklands_Hero_Landing .heroCarouselMedia-brook .slick-list {
    height: calc(100vh + 40px); }
    @media screen and (min-width: 992px) {
      .Brooklands_Hero_Landing .heroCarouselMedia-brook .slick-list {
        min-height: 600px; } }
  .Brooklands_Hero_Landing .heroCarouselMedia-brook .heroCarouselMedia-slide {
    display: inline-block;
    position: relative;
    width: 100%;
    height: calc(100vh + 40px); }
    @media screen and (min-width: 992px) {
      .Brooklands_Hero_Landing .heroCarouselMedia-brook .heroCarouselMedia-slide {
        min-height: 600px; } }

.Brooklands_Hero_Landing .heroCarouselMedia-media-brook {
  display: inline-block;
  height: calc(100vh + 40px);
  overflow: hidden;
  width: 100%;
  background-size: cover;
  background-position: center;
  /* stylelint-disable-next-line */ }
  @media screen and (min-width: 992px) {
    .Brooklands_Hero_Landing .heroCarouselMedia-media-brook {
      min-height: 600px; } }

@media screen and (min-width: 992px) {
  .Brooklands_Hero_Landing div[data-react-component] > .heroCarouselMedia-media::before {
    top: 0;
    height: 100%; } }

.Brooklands_Hero_Landing .heroCarouselMedia-bg-container {
  position: relative; }
  .Brooklands_Hero_Landing .heroCarouselMedia-bg-container .heroCarouselMedia-video {
    /* stylelint-disable-next-line */
    height: calc(100vh + 40px);
    width: 100%;
    object-fit: cover; }
    @media screen and (min-width: 992px) {
      .Brooklands_Hero_Landing .heroCarouselMedia-bg-container .heroCarouselMedia-video {
        height: calc(100vh + 40px);
        /* stylelint-disable-next-line */
        display: inline-block !important; } }
  .Brooklands_Hero_Landing .heroCarouselMedia-bg-container .videoControl-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 215px;
    display: block;
    z-index: 3;
    padding: 0;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .Brooklands_Hero_Landing .heroCarouselMedia-bg-container .videoControl-wrapper {
        bottom: 190px; } }
    @media screen and (min-width: 992px) {
      .Brooklands_Hero_Landing .heroCarouselMedia-bg-container .videoControl-wrapper {
        bottom: 145px; } }
  .Brooklands_Hero_Landing .heroCarouselMedia-bg-container .videoControl {
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    text-align: right; }
    @media screen and (min-width: 768px) {
      .Brooklands_Hero_Landing .heroCarouselMedia-bg-container .videoControl {
        padding: 0 80px; } }
    .Brooklands_Hero_Landing .heroCarouselMedia-bg-container .videoControl.is-dark .icon-play2::before,
    .Brooklands_Hero_Landing .heroCarouselMedia-bg-container .videoControl.is-dark .icon-pause::before {
      color: #000; }
    .Brooklands_Hero_Landing .heroCarouselMedia-bg-container .videoControl .icon-play2::before,
    .Brooklands_Hero_Landing .heroCarouselMedia-bg-container .videoControl .icon-pause::before {
      color: #fff; }
    .Brooklands_Hero_Landing .heroCarouselMedia-bg-container .videoControl .pause,
    .Brooklands_Hero_Landing .heroCarouselMedia-bg-container .videoControl .play {
      border: 2px solid #867050;
      background-color: #867050;
      position: relative;
      height: 24px;
      width: 24px;
      border-radius: 12px;
      display: inline-block; }
      .Brooklands_Hero_Landing .heroCarouselMedia-bg-container .videoControl .pause:hover, .Brooklands_Hero_Landing .heroCarouselMedia-bg-container .videoControl .pause:focus,
      .Brooklands_Hero_Landing .heroCarouselMedia-bg-container .videoControl .play:hover,
      .Brooklands_Hero_Landing .heroCarouselMedia-bg-container .videoControl .play:focus {
        border: 2px solid #fff; }
    .Brooklands_Hero_Landing .heroCarouselMedia-bg-container .videoControl .pause::after {
      content: "||";
      font-size: 12px;
      font-weight: bold;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-45%, -55%); }
    .Brooklands_Hero_Landing .heroCarouselMedia-bg-container .videoControl .play::after {
      content: "";
      font-size: 0;
      line-height: 0;
      border-width: 6px;
      color: #fff;
      border-right-width: 0;
      border-style: dashed;
      border-left-style: solid;
      border-top-color: transparent;
      border-bottom-color: transparent;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .Brooklands_Hero_Landing .heroCarouselMedia-bg-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-image: linear-gradient(179.62deg, rgba(0, 0, 0, 0.5) 12.83%, transparent 25.6%, transparent 69.25%, rgba(0, 0, 0, 0.5) 81.41%); }

.Brooklands_Hero_Landing {
  height: calc(100vh + 40px);
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 992px) {
    .Brooklands_Hero_Landing {
      min-height: 600px;
      padding-top: 50px; } }
  .Brooklands_Hero_Landing.is-dark .slick-dots button::before {
    background-color: #000; }
  .Brooklands_Hero_Landing.is-dark .slick-dots .slick-active button {
    border-color: #000; }
    .Brooklands_Hero_Landing.is-dark .slick-dots .slick-active button::before {
      color: #000; }
    .Brooklands_Hero_Landing.is-dark .slick-dots .slick-active button::after {
      border-color: #000; }
  .Brooklands_Hero_Landing .slick-dots {
    bottom: 100px;
    text-align: left;
    margin-left: 20px;
    width: 50%;
    z-index: 3; }
    @media screen and (min-width: 768px) {
      .Brooklands_Hero_Landing .slick-dots {
        margin-left: 80px; } }
    .Brooklands_Hero_Landing .slick-dots button::before {
      content: "";
      width: 8px;
      height: 8px;
      top: 6px;
      left: 4px;
      border-radius: 50%;
      background-color: #fff;
      transition: all .2s; }
    .Brooklands_Hero_Landing .slick-dots .slick-active button::after {
      position: absolute;
      top: 2px;
      left: 0;
      content: "";
      width: 14px;
      height: 14px;
      border-radius: 50%;
      border: 1px solid #fff; }
  .Brooklands_Hero_Landing .control-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8rem;
    display: block;
    z-index: 3;
    width: 100%;
    padding: 0 2rem; }
    @media screen and (min-width: 992px) {
      .Brooklands_Hero_Landing .control-wrapper {
        bottom: 17rem; } }
    .Brooklands_Hero_Landing .control-wrapper .control {
      margin: 0 auto;
      max-width: 1210px;
      text-align: right; }
  .Brooklands_Hero_Landing .slick-initialized .slick-slide.slick-active {
    z-index: 1; }

@media screen and (max-width: 767px) {
  .globalHero-NewsRoom {
    margin-top: 51px; } }

@media screen and (max-width: 991.5px) {
  .globalHero-NewsRoom {
    margin-top: 51px; } }

.Brooklands_Footer_Landing {
  clear: both;
  position: fixed;
  bottom: 0;
  z-index: 1;
  background-color: transparent;
  padding: 22px;
  box-sizing: border-box;
  width: 100%; }
  .Brooklands_Footer_Landing .text-line-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 18px; }
    .Brooklands_Footer_Landing .text-line-container.first-line a,
    .Brooklands_Footer_Landing .text-line-container.first-line p,
    .Brooklands_Footer_Landing .text-line-container.first-line span,
    .Brooklands_Footer_Landing .text-line-container.first-line .richText {
      all: unset;
      display: inline-block;
      color: #fff;
      font-family: "Futura Book", Arial, sans-serif;
      font-size: 11px;
      font-weight: 400;
      line-height: 18px;
      letter-spacing: .03em;
      text-align: center; }
    .Brooklands_Footer_Landing .text-line-container.first-line a {
      cursor: pointer; }
      .Brooklands_Footer_Landing .text-line-container.first-line a:hover {
        text-decoration: underline; }
    .Brooklands_Footer_Landing .text-line-container.second-line a,
    .Brooklands_Footer_Landing .text-line-container.second-line p,
    .Brooklands_Footer_Landing .text-line-container.second-line span,
    .Brooklands_Footer_Landing .text-line-container.second-line button,
    .Brooklands_Footer_Landing .text-line-container.second-line .richText {
      all: unset;
      display: inline-block;
      color: #fff;
      font-family: "Futura Book", Arial, sans-serif;
      font-size: 9px;
      font-weight: 400;
      line-height: 18px;
      letter-spacing: .03em;
      text-align: center; }
    .Brooklands_Footer_Landing .text-line-container.second-line a,
    .Brooklands_Footer_Landing .text-line-container.second-line button {
      cursor: pointer; }
      .Brooklands_Footer_Landing .text-line-container.second-line a:hover,
      .Brooklands_Footer_Landing .text-line-container.second-line button:hover {
        text-decoration: underline; }
    .Brooklands_Footer_Landing .text-line-container.second-line #ot-sdk-btn,
    .Brooklands_Footer_Landing .text-line-container.second-line #ot-sdk-btn:hover {
      all: unset;
      cursor: pointer;
      display: inline-block;
      color: #fff;
      font-family: "Futura Book", Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 9px;
      line-height: 18px;
      letter-spacing: .03em;
      padding: 4px 0; }
      .Brooklands_Footer_Landing .text-line-container.second-line #ot-sdk-btn:hover,
      .Brooklands_Footer_Landing .text-line-container.second-line #ot-sdk-btn:hover:hover {
        text-decoration: underline; }
    .Brooklands_Footer_Landing .text-line-container .richText {
      text-align: center; }
    .Brooklands_Footer_Landing .text-line-container .info-text {
      width: 100%;
      text-align: center; }
      @media screen and (min-width: 992px) {
        .Brooklands_Footer_Landing .text-line-container .info-text {
          width: auto; } }

body.gallada-theme,
footer.gallada-theme {
  background-color: #1a2b3a; }

/*stylelint-disable*/
.react-accessible-select .ras-main {
  width: auto;
  position: relative; }

.react-accessible-select .ras-label-hide {
  width: 0;
  height: 0;
  display: none;
  overflow: hidden;
  visibility: hidden; }

.react-accessible-select .ras-button {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  line-height: 34px;
  padding: 0 20px 0 10px; }

.react-accessible-select .ras-placeholder {
  color: #aaa; }

.react-accessible-select .ras-ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 1;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06); }

.react-accessible-select .ras-li {
  cursor: pointer;
  padding: 8px 10px; }

.react-accessible-select.ras-active .ras-ul {
  display: block; }

.react-accessible-select .ras-focused {
  color: red; }

.react-accessible-select .ras-selected {
  background-color: antiquewhite; }

.react-accessible-select .ras-arrow {
  position: absolute;
  top: 8px;
  right: 5px;
  display: block;
  border-width: 0;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  background: transparent; }

.react-accessible-select.ras-active .ras-arrow {
  transform: rotate(135deg); }

body.gallada-theme,
footer.gallada-theme {
  background-color: #1a2b3a; }

.Gallada_Navigation {
  position: relative; }
  .Gallada_Navigation .navbar {
    height: 112px;
    position: relative;
    align-items: center;
    display: flex;
    background-color: #1a2b3a;
    padding: 0 24px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .Gallada_Navigation .navbar {
        padding: 0 60px; } }
    @media screen and (min-width: 992px) {
      .Gallada_Navigation .navbar {
        position: fixed;
        top: 0;
        transition: top 1s ease-in-out; } }
    .Gallada_Navigation .navbar.scroll-down {
      top: -112px; }
  .Gallada_Navigation .navbar-menu {
    flex-grow: 1; }
  .Gallada_Navigation .navbar-brand {
    align-items: center;
    display: flex;
    flex-shrink: 0; }
  .Gallada_Navigation .navbar-end {
    align-items: center;
    display: flex;
    justify-content: flex-end; }
  .Gallada_Navigation .navbar-item {
    color: #a9915a;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none; }
    @media screen and (min-width: 992px) {
      .Gallada_Navigation .navbar-item {
        padding: 0 20px; } }
  .Gallada_Navigation .mobile-burger {
    display: inline-block;
    cursor: pointer;
    margin-left: 11px; }
    @media screen and (min-width: 768px) {
      .Gallada_Navigation .mobile-burger {
        margin-left: 16px; } }
    .Gallada_Navigation .mobile-burger .bar1,
    .Gallada_Navigation .mobile-burger .bar2,
    .Gallada_Navigation .mobile-burger .bar3 {
      width: 18px;
      height: 2px;
      background-color: #fff;
      margin: 6px 0;
      transition: .4s; }
    .Gallada_Navigation .mobile-burger.change .bar1 {
      transform: translate(0, 8px) rotate(-45deg); }
    .Gallada_Navigation .mobile-burger.change .bar2 {
      opacity: 0; }
    .Gallada_Navigation .mobile-burger.change .bar3 {
      transform: translate(0, -8px) rotate(45deg); }
  .Gallada_Navigation .navbar-menu-mobile {
    display: none;
    background-color: #fff;
    padding: 16px;
    position: absolute;
    top: 150;
    left: 0;
    width: 100%;
    z-index: 9; }
    .Gallada_Navigation .navbar-menu-mobile.is-visible {
      display: block; }
    .Gallada_Navigation .navbar-menu-mobile li {
      display: block;
      text-align: center;
      padding: 8px; }
    .Gallada_Navigation .navbar-menu-mobile a {
      color: #1a2b3a;
      font-family: "Futura LT Pro", serif;
      font-style: normal;
      font-weight: 600;
      font-size: 15px;
      line-height: 24px;
      text-align: center;
      letter-spacing: .025em;
      text-transform: uppercase; }
      .Gallada_Navigation .navbar-menu-mobile a:active {
        color: #897c5e; }
  .Gallada_Navigation .button {
    display: inline-block; }
    .Gallada_Navigation .button.is-primary {
      color: #fff;
      font-family: "Futura LT Pro", serif;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 26px;
      letter-spacing: 1px;
      background-color: #897c5e;
      border: 1px solid #897c5e;
      padding: 10px 30px;
      width: 100%;
      min-height: 45px;
      text-align: center; }
      @media screen and (min-width: 992px) {
        .Gallada_Navigation .button.is-primary {
          width: auto; } }
      .Gallada_Navigation .button.is-primary:hover {
        color: #897c5e;
        background-color: #fff;
        border: 1px solid #897c5e; }
  .Gallada_Navigation a .icon-social {
    margin-top: 6px; }
  .Gallada_Navigation .icon-social {
    color: #fff;
    margin: -4px 11px 0; }
    @media screen and (min-width: 768px) {
      .Gallada_Navigation .icon-social {
        margin: 0 16px; } }
    @media screen and (min-width: 992px) {
      .Gallada_Navigation .icon-social {
        margin: 0 20px; } }
  .Gallada_Navigation .is-16x16 {
    width: 16px;
    height: 16px; }
  .Gallada_Navigation .navigation-dropdownContainer.react-accessible-select .ras-button {
    color: #a9915a;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: right;
    letter-spacing: .025em;
    text-transform: uppercase; }
    .Gallada_Navigation .navigation-dropdownContainer.react-accessible-select .ras-button::before {
      font-size: 16px;
      margin-left: 11px;
      color: #a9915a; }
      @media screen and (min-width: 768px) {
        .Gallada_Navigation .navigation-dropdownContainer.react-accessible-select .ras-button::before {
          margin-left: 16px; } }
      @media screen and (min-width: 992px) {
        .Gallada_Navigation .navigation-dropdownContainer.react-accessible-select .ras-button::before {
          margin-left: 20px; } }
  .Gallada_Navigation .navigation-dropdownContainer.react-accessible-select .ras-ul {
    background: #fff;
    padding: 0; }
    .Gallada_Navigation .navigation-dropdownContainer.react-accessible-select .ras-ul::before {
      all: unset; }
  .Gallada_Navigation .navigation-dropdownContainer.react-accessible-select .ras-li {
    color: #1a2b3a;
    background-color: #fff;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .025em;
    text-transform: uppercase;
    padding: 10px 26px; }
    .Gallada_Navigation .navigation-dropdownContainer.react-accessible-select .ras-li:not(:nth-last-child(1)) {
      border-bottom: 1px solid #2e2c2f; }
    .Gallada_Navigation .navigation-dropdownContainer.react-accessible-select .ras-li a:first-of-type:first-child {
      color: #1a2b3a;
      background-color: #fff; }
    .Gallada_Navigation .navigation-dropdownContainer.react-accessible-select .ras-li.ras-selected {
      color: #1a2b3a;
      background-color: #fff; }
  .Gallada_Navigation .navigation-dropdownContainer.react-accessible-select .ras-arrow {
    margin-right: 11px;
    border-left: 2px solid #a9915a;
    border-bottom: 2px solid #a9915a; }
    @media screen and (min-width: 768px) {
      .Gallada_Navigation .navigation-dropdownContainer.react-accessible-select .ras-arrow {
        margin-right: 0; } }

.sticky-header {
  position: sticky;
  top: 0;
  z-index: 9999; }
  @media screen and (min-width: 992px) {
    .sticky-header {
      position: unset;
      top: unset;
      z-index: unset; } }

.Gallada_Hero {
  position: relative;
  height: auto;
  /* stylelint-disable */
  /*animated scroll arrow animation*/
  /* stylelint-enable */ }
  @media screen and (min-width: 992px) {
    .Gallada_Hero {
      margin-top: 112px; } }
  .Gallada_Hero .Gallada_Hero-overlay {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.64) 17.71%, transparent 70.83%, transparent 73.96%, rgba(0, 0, 0, 0.56) 100%);
    z-index: 1; }
    @media screen and (min-width: 992px) {
      .Gallada_Hero .Gallada_Hero-overlay {
        top: 0;
        height: 100%;
        min-height: 600px; } }
  .Gallada_Hero .heroCarouselMedia-media {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .Gallada_Hero .heroCarouselMedia-media .heroCarouselMedia-video {
      /* stylelint-disable-next-line */
      display: inline-block !important;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .Gallada_Hero .heroCarouselMedia-media::before {
    background: none; }
  .Gallada_Hero .primaryHeadingText {
    color: #fff;
    font-family: "Futura LT Pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 2px;
    margin: 24px;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;
    /* stylelint-disable-next-line */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }
    @media screen and (min-width: 992px) {
      .Gallada_Hero .primaryHeadingText {
        font-size: 36px;
        line-height: 50px; } }
  .Gallada_Hero .secondaryHeadingText {
    color: #fff;
    font-family: "Futura LT Pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    padding: 0 24px;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;
    /* stylelint-disable-next-line */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -moz-osx-font-smoothing: unset;
    -webkit-font-smoothing: unset; }
    @media screen and (min-width: 768px) {
      .Gallada_Hero .secondaryHeadingText {
        font-size: 14px;
        line-height: 21px; } }
    @media screen and (min-width: 992px) {
      .Gallada_Hero .secondaryHeadingText {
        font-size: 16px;
        line-height: 26px; } }
  .Gallada_Hero .heroCarouselMedia-media .videoControl-wrapper {
    bottom: 32px; }
    @media screen and (min-width: 768px) {
      .Gallada_Hero .heroCarouselMedia-media .videoControl-wrapper {
        bottom: 40px; } }
    .Gallada_Hero .heroCarouselMedia-media .videoControl-wrapper button {
      height: 20px;
      vertical-align: bottom; }
  .Gallada_Hero .heroCarouselMedia-video {
    padding-top: 0; }
  .Gallada_Hero .Gallada_Hero-textContainer {
    margin-bottom: 91px; }
    @media screen and (min-width: 768px) {
      .Gallada_Hero .Gallada_Hero-textContainer {
        margin-bottom: 160px; } }
    @media screen and (min-width: 992px) {
      .Gallada_Hero .Gallada_Hero-textContainer {
        margin-bottom: 155px; } }
  .Gallada_Hero .slick-dots {
    bottom: 68px; }
    @media screen and (min-width: 768px) {
      .Gallada_Hero .slick-dots {
        bottom: 100px; } }
    .Gallada_Hero .slick-dots li button::before {
      content: "\2014";
      /* stylelint-disable-next-line */
      color: #e2e2e2;
      font-size: 22px;
      font-family: Arial, sans-serif;
      font-style: normal;
      font-weight: 700; }
    .Gallada_Hero .slick-dots li.slick-active button::before {
      color: #fff; }
  .Gallada_Hero .scroll-down {
    position: absolute;
    left: calc(50% - 6px);
    bottom: 30px;
    display: block;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    text-shadow: 0;
    width: 13px;
    height: 13px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 9;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -moz-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
    -webkit-animation: fade_move_down 4s ease-in-out infinite;
    -moz-animation: fade_move_down 4s ease-in-out infinite;
    animation: fade_move_down 4s ease-in-out infinite; }
    @media screen and (min-width: 768px) {
      .Gallada_Hero .scroll-down {
        bottom: 40px; } }

@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px) rotate(45deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 10px) rotate(45deg);
    opacity: 0; } }

@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -10px) rotate(45deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -moz-transform: translate(0, 10px) rotate(45deg);
    opacity: 0; } }

@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px) rotate(45deg);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(0, 10px) rotate(45deg);
    opacity: 0; } }

.Gallada_CTA_WithBackgroundImage {
  text-align: center;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 12px; }
  .Gallada_CTA_WithBackgroundImage::before {
    content: "";
    background: radial-gradient(circle, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.73) 100%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .Gallada_CTA_WithBackgroundImage .container {
    max-width: 330px;
    z-index: 3;
    margin: auto auto; }
    @media screen and (min-width: 768px) {
      .Gallada_CTA_WithBackgroundImage .container {
        max-width: 700px; } }
  .Gallada_CTA_WithBackgroundImage .headline-primary {
    color: #fff;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 0;
    display: -webkit-box;
    /* stylelint-disable-next-line */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
    @media screen and (min-width: 992px) {
      .Gallada_CTA_WithBackgroundImage .headline-primary {
        font-size: 28px; } }
  .Gallada_CTA_WithBackgroundImage .headline-secondary {
    color: #fff;
    font-family: "Futura Book", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 10px; }
  .Gallada_CTA_WithBackgroundImage .content {
    color: #fff;
    font-family: "Futura Book", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 2px;
    padding-top: 10px;
    display: -webkit-box;
    /* stylelint-disable-next-line */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden; }
    @media screen and (min-width: 992px) {
      .Gallada_CTA_WithBackgroundImage .content {
        font-size: 15px;
        line-height: 26px; } }
  .Gallada_CTA_WithBackgroundImage .link {
    display: inline-block;
    margin-top: 40px;
    border: 1px solid #fff;
    padding: 16px 48px;
    cursor: pointer; }
    .Gallada_CTA_WithBackgroundImage .link:hover {
      background-color: #897c5e;
      border: 1px solid #897c5e; }
    .Gallada_CTA_WithBackgroundImage .link a {
      color: #fff;
      font-family: "Futura LT Pro", serif;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 26px;
      letter-spacing: 3px;
      text-transform: uppercase; }

.Gallada_Footer {
  background-color: #1a2b3a;
  padding: 30px 50px;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .Gallada_Footer {
      padding: 32px 60px; } }
  .Gallada_Footer .grid {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 24px;
    align-items: center;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .Gallada_Footer .grid {
        display: grid;
        grid-template-columns: 1fr 3fr 1fr;
        grid-template-rows: auto auto;
        gap: 0;
        flex-direction: unset;
        align-items: unset;
        margin: 0;
        padding: 0;
        box-sizing: border-box; } }
  .Gallada_Footer .brand {
    display: flex;
    align-items: center;
    grid-column: 1;
    grid-row: 1 / 3; }
    @media screen and (min-width: 768px) {
      .Gallada_Footer .brand {
        text-align: left; } }
    .Gallada_Footer .brand .logo {
      width: 78px;
      height: 86px; }
  .Gallada_Footer .content {
    color: #a9915a;
    text-align: center;
    grid-column: 2;
    grid-row: 1; }
    .Gallada_Footer .content .text-info:nth-child(2) {
      padding-top: 10px; }
    .Gallada_Footer .content h3 {
      all: unset;
      display: block;
      font-family: "Futura LT Pro", serif;
      font-style: normal;
      font-weight: 600;
      font-size: 15px;
      line-height: 24px;
      letter-spacing: 2px;
      text-transform: capitalize; }
    .Gallada_Footer .content p {
      all: unset;
      display: block;
      font-family: "Futura LT Pro", serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: .03em;
      padding: 4px 0; }
    .Gallada_Footer .content a {
      color: #a9915a;
      display: inline-block; }
    .Gallada_Footer .content .nav {
      display: inline-block; }
      @media screen and (min-width: 768px) {
        .Gallada_Footer .content .nav {
          padding-top: 20px; } }
      .Gallada_Footer .content .nav .nav-link {
        color: #a9915a;
        font-family: "Futura LT Pro", serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: .05em;
        text-decoration: underline;
        text-transform: uppercase;
        padding: 20px 16px 0; }
        @media screen and (min-width: 768px) {
          .Gallada_Footer .content .nav .nav-link {
            padding-top: 0; } }
  .Gallada_Footer .break {
    display: none; }
    @media screen and (min-width: 768px) {
      .Gallada_Footer .break {
        width: 100%;
        display: block; } }
  .Gallada_Footer .bottom-text {
    text-align: center;
    width: 100%;
    grid-column: 2;
    grid-row: 2; }
    @media screen and (min-width: 768px) {
      .Gallada_Footer .bottom-text {
        padding-top: 24px; } }
    .Gallada_Footer .bottom-text #ot-sdk-btn,
    .Gallada_Footer .bottom-text #ot-sdk-btn:hover {
      all: unset;
      cursor: pointer;
      color: #8c8c8c;
      display: block;
      font-size: 10px;
      line-height: 16px;
      text-decoration: underline;
      text-transform: uppercase;
      margin: 0 auto 10px; }
    .Gallada_Footer .bottom-text .data-privacy,
    .Gallada_Footer .bottom-text .cookies {
      cursor: pointer;
      color: #8c8c8c;
      display: block;
      font-size: 10px;
      line-height: 16px;
      text-decoration: underline;
      text-transform: uppercase;
      margin: 0 auto 10px; }
    .Gallada_Footer .bottom-text a,
    .Gallada_Footer .bottom-text p,
    .Gallada_Footer .bottom-text button {
      /* stylelint-disable-next-line */
      color: #8c8c8c;
      display: block;
      font-size: 10px;
      line-height: 16px; }
    .Gallada_Footer .bottom-text button {
      cursor: pointer; }
  .Gallada_Footer .icons {
    display: flex;
    align-items: center;
    grid-column: 3;
    grid-row: 1 / 3;
    justify-content: flex-end; }
    @media screen and (min-width: 768px) {
      .Gallada_Footer .icons {
        text-align: right; } }
    .Gallada_Footer .icons a .icon-social {
      margin-top: 6px;
      display: inline-block; }
    .Gallada_Footer .icons a:first-of-type img {
      margin-left: 0; }
    .Gallada_Footer .icons a:last-of-type img {
      margin-right: 0; }
    .Gallada_Footer .icons .icon-social {
      color: #a9915a;
      margin: -4px 11px 0; }
      @media screen and (min-width: 768px) {
        .Gallada_Footer .icons .icon-social {
          margin: 0 16px; } }
      @media screen and (min-width: 992px) {
        .Gallada_Footer .icons .icon-social {
          margin: 0 20px; } }
  .Gallada_Footer .is-16x16 {
    width: 16px;
    height: 16px; }
  .Gallada_Footer .navigation-dropdownContainer.react-accessible-select .ras-button {
    color: #a9915a;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: right;
    letter-spacing: .025em;
    text-transform: uppercase; }
    .Gallada_Footer .navigation-dropdownContainer.react-accessible-select .ras-button::before {
      font-size: 16px;
      margin-left: 11px;
      color: #a9915a; }
      @media screen and (min-width: 768px) {
        .Gallada_Footer .navigation-dropdownContainer.react-accessible-select .ras-button::before {
          margin-left: 16px; } }
      @media screen and (min-width: 992px) {
        .Gallada_Footer .navigation-dropdownContainer.react-accessible-select .ras-button::before {
          margin-left: 20px; } }
  .Gallada_Footer .navigation-dropdownContainer.react-accessible-select .ras-ul {
    background: #fff;
    padding: 0; }
    .Gallada_Footer .navigation-dropdownContainer.react-accessible-select .ras-ul::before {
      all: unset; }
  .Gallada_Footer .navigation-dropdownContainer.react-accessible-select .ras-li {
    /* stylelint-disable-next-line */
    color: #1A2B3A;
    background-color: #fff;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .025em;
    text-transform: uppercase;
    padding: 10px 26px; }
    .Gallada_Footer .navigation-dropdownContainer.react-accessible-select .ras-li:not(:nth-last-child(1)) {
      border-bottom: 1px solid #2e2c2f; }
    .Gallada_Footer .navigation-dropdownContainer.react-accessible-select .ras-li a:first-of-type:first-child {
      /* stylelint-disable-next-line */
      color: #1A2B3A;
      background-color: #fff; }
    .Gallada_Footer .navigation-dropdownContainer.react-accessible-select .ras-li.ras-selected {
      /* stylelint-disable-next-line */
      color: #1A2B3A;
      background-color: #fff; }
  .Gallada_Footer .navigation-dropdownContainer.react-accessible-select .ras-arrow {
    margin-right: 11px;
    border-left: 2px solid #a9915a;
    border-bottom: 2px solid #a9915a; }
    @media screen and (min-width: 768px) {
      .Gallada_Footer .navigation-dropdownContainer.react-accessible-select .ras-arrow {
        margin-right: 0; } }

.Gallada_Carousel_Split {
  background-color: #d8eadf;
  padding-top: 24px; }
  @media screen and (min-width: 768px) {
    .Gallada_Carousel_Split {
      padding-top: 36px; } }
  @media screen and (min-width: 992px) {
    .Gallada_Carousel_Split {
      padding-top: 40px; } }
  .Gallada_Carousel_Split.is-dark {
    background-color: #1a2b3a;
    /* stylelint-disable-next-line */
    color: #fff !important; }
  .Gallada_Carousel_Split h2 {
    all: unset;
    color: #1a2b3a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: .03em;
    text-align: center;
    text-transform: uppercase;
    padding: 0 32px 32px; }
    @media screen and (min-width: 768px) {
      .Gallada_Carousel_Split h2 {
        font-size: 26px; } }
    @media screen and (min-width: 992px) {
      .Gallada_Carousel_Split h2 {
        font-size: 32px; } }
    .Gallada_Carousel_Split h2.is-dark {
      /* stylelint-disable-next-line */
      color: #c09861 !important; }
      .Gallada_Carousel_Split h2.is-dark::before, .Gallada_Carousel_Split h2.is-dark::after {
        color: #fff; }
    .Gallada_Carousel_Split h2::before {
      content: "|||";
      color: #5d6b63;
      padding-right: 16px;
      font-size: 24px;
      letter-spacing: -1px; }
    .Gallada_Carousel_Split h2::after {
      content: "|||";
      color: #5d6b63;
      padding-left: 16px;
      font-size: 24px;
      letter-spacing: -1px; }
  .Gallada_Carousel_Split .slick-list {
    height: auto; }
  .Gallada_Carousel_Split .slick-arrow {
    z-index: 3;
    top: calc(50vw + 200px);
    color: #fff; }
    .Gallada_Carousel_Split .slick-arrow::before {
      /* stylelint-disable-next-line */
      opacity: 1 !important; }
    @media screen and (min-width: 768px) {
      .Gallada_Carousel_Split .slick-arrow {
        top: 60vw; } }
    @media screen and (min-width: 992px) {
      .Gallada_Carousel_Split .slick-arrow {
        top: 18vw; } }
  .Gallada_Carousel_Split .slick-prev {
    left: 24px;
    transform: rotate(270deg);
    text-shadow: -2px -2px 5px rgba(0, 0, 0, 0.4); }
    @media screen and (min-width: 992px) {
      .Gallada_Carousel_Split .slick-prev {
        left: 76px; } }
    .Gallada_Carousel_Split .slick-prev::before {
      content: "\2303";
      font-family: Arial;
      font-size: 42px; }
  .Gallada_Carousel_Split .slick-next {
    right: 24px;
    transform: rotate(90deg);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    top: calc(50vw + 200px - 15px); }
    .Gallada_Carousel_Split .slick-next::before {
      content: "\2303";
      font-family: Arial;
      font-size: 42px; }
    @media screen and (min-width: 768px) {
      .Gallada_Carousel_Split .slick-next {
        top: calc(60vw - 15px); } }
    @media screen and (min-width: 992px) {
      .Gallada_Carousel_Split .slick-next {
        top: calc(18vw - 12px); } }
  @media screen and (min-width: 992px) {
    .Gallada_Carousel_Split .is-right .slick-prev {
      left: 24px;
      right: unset; } }
  @media screen and (min-width: 992px) {
    .Gallada_Carousel_Split .is-right .slick-next {
      left: unset;
      right: 24px; } }
  @media screen and (min-width: 992px) {
    .Gallada_Carousel_Split .is-right .slick-dots {
      left: 73px; } }
  .Gallada_Carousel_Split .slick-dots {
    bottom: 8px;
    left: 67px;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .Gallada_Carousel_Split .slick-dots {
        left: 160px; } }
    @media screen and (min-width: 992px) {
      .Gallada_Carousel_Split .slick-dots {
        bottom: 48px;
        left: 67.5%; } }
    .Gallada_Carousel_Split .slick-dots li button::before {
      content: "\2014";
      color: #a9915a;
      font-size: 22px;
      font-family: Arial, sans-serif;
      font-style: normal;
      font-weight: 700; }
    .Gallada_Carousel_Split .slick-dots li.slick-active button::before {
      color: #c09861; }

.CardSplit .container-card {
  display: block;
  padding: 0;
  background-color: #d8eadf; }
  @media screen and (min-width: 768px) {
    .CardSplit .container-card {
      padding: 0 94px; } }
  @media screen and (min-width: 992px) {
    .CardSplit .container-card {
      display: flex;
      align-items: strech;
      padding: 0; } }
  .CardSplit .container-card.is-dark {
    background-color: #1a2b3a; }

.CardSplit .media-card {
  position: relative;
  flex-basis: 0;
  width: 100%;
  flex-grow: 7;
  overflow: hidden; }
  .CardSplit .media-card .img-container {
    height: 100%;
    object-fit: cover; }
  .CardSplit .media-card img {
    all: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .CardSplit .media-card.is-right {
    order: 2; }
  .CardSplit .media-card span {
    position: absolute;
    display: block;
    height: 100%;
    width: 1px;
    /* stylelint-disable-next-line */
    background: #c09861; }
    @media screen and (min-width: 768px) {
      .CardSplit .media-card span {
        width: 2px; } }
  .CardSplit .media-card .first-line {
    left: 5%; }
  .CardSplit .media-card .second-line {
    left: 6%; }
  .CardSplit .media-card .third-line {
    left: 7%; }

.CardSplit .text-card {
  flex-basis: 0;
  width: 100%;
  flex-grow: 3;
  padding: 48px 73px;
  margin: auto 0; }
  .CardSplit .text-card.is-right {
    order: 1; }
  .CardSplit .text-card h3 {
    all: unset;
    display: block;
    color: #1a2b3a;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: .035em;
    text-transform: uppercase; }
    .CardSplit .text-card h3.is-dark {
      /* stylelint-disable-next-line */
      color: #fff !important; }
  .CardSplit .text-card .description {
    all: unset;
    display: block;
    /* stylelint-disable-next-line */
    color: #2e2c2f;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .03em;
    margin: 32px 0; }
    .CardSplit .text-card .description.is-dark {
      /* stylelint-disable-next-line */
      color: #fff !important; }
  .CardSplit .text-card a {
    all: unset;
    display: block;
    /* stylelint-disable-next-line */
    color: #2e2c2f;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .03em;
    text-transform: uppercase;
    cursor: pointer; }
    .CardSplit .text-card a.is-dark {
      /* stylelint-disable-next-line */
      color: #c09861 !important; }
      .CardSplit .text-card a.is-dark::before {
        color: #c09861; }
      .CardSplit .text-card a.is-dark::after {
        color: #c09861; }
    .CardSplit .text-card a:hover {
      /* stylelint-disable-next-line */
      color: #897c5e; }
    .CardSplit .text-card a::before {
      content: "\2014";
      /* stylelint-disable-next-line */
      color: #897c5e;
      padding-right: 10px; }
    .CardSplit .text-card a::after {
      content: "\2014";
      /* stylelint-disable-next-line */
      color: #897c5e;
      padding-left: 10px; }

.Gallada_Error404 {
  background-color: #2e2c2f; }
  .Gallada_Error404 .container {
    color: #fff;
    text-align: center;
    max-width: 480px;
    padding: 40px 20px 50px; }
    @media screen and (min-width: 768px) {
      .Gallada_Error404 .container {
        padding: 100px 30px 110px; } }
    @media screen and (min-width: 992px) {
      .Gallada_Error404 .container {
        padding: 227px 30px 239px;
        min-height: calc(100vh - 112px - 150px); } }
    .Gallada_Error404 .container h2 {
      font-family: "Futura LT Pro", serif;
      font-style: normal;
      font-weight: 400;
      font-size: 28px;
      line-height: 32px; }
    .Gallada_Error404 .container p {
      /* stylelint-disable-next-line */
      color: #f2f2f3;
      font-family: "Futura Book", Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 25px; }

.Gallada_Richtext {
  padding: 40px 20px; }
  .Gallada_Richtext.is-light {
    /* stylelint-disable-next-line */
    background-color: #d8eadf !important; }
  .Gallada_Richtext.is-grey {
    /* stylelint-disable-next-line */
    background-color: #f2f2f3 !important; }
  .Gallada_Richtext.is-blue {
    /* stylelint-disable-next-line */
    background-color: #1a2b3a !important; }
  .Gallada_Richtext .container {
    width: 100%;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .Gallada_Richtext .container {
        max-width: 700px; } }
    .Gallada_Richtext .container.is-left {
      /* stylelint-disable-next-line */
      text-align: left !important; }
    .Gallada_Richtext .container.is-center {
      /* stylelint-disable-next-line */
      text-align: center !important; }
    .Gallada_Richtext .container.is-right {
      /* stylelint-disable-next-line */
      text-align: right !important; }
  .Gallada_Richtext .headline-primary {
    all: unset;
    color: #1a2b3a;
    align-items: center;
    justify-content: center;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: .03em;
    text-align: center;
    text-transform: uppercase;
    margin: 0 32px 32px;
    display: flex; }
    .Gallada_Richtext .headline-primary span {
      display: -webkit-box;
      /* stylelint-disable-next-line */
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden; }
    @media screen and (min-width: 768px) {
      .Gallada_Richtext .headline-primary {
        font-size: 26px; } }
    @media screen and (min-width: 992px) {
      .Gallada_Richtext .headline-primary {
        font-size: 32px; } }
    .Gallada_Richtext .headline-primary.is-blue {
      /* stylelint-disable-next-line */
      color: #c09861 !important; }
      .Gallada_Richtext .headline-primary.is-blue::before, .Gallada_Richtext .headline-primary.is-blue::after {
        color: #fff; }
    .Gallada_Richtext .headline-primary::before {
      content: "|||";
      color: #5d6b63;
      padding-right: 16px;
      font-size: 24px;
      letter-spacing: -1px; }
    .Gallada_Richtext .headline-primary::after {
      content: "|||";
      color: #5d6b63;
      padding-left: 16px;
      font-size: 24px;
      letter-spacing: -1px; }
  .Gallada_Richtext .headline-secondary {
    color: #7c7055;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .45px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: -webkit-box;
    /* stylelint-disable-next-line */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
    .Gallada_Richtext .headline-secondary.is-blue {
      /* stylelint-disable-next-line */
      color: #c09861 !important; }
  .Gallada_Richtext .content {
    color: #2e2c2f;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .45px; }
    .Gallada_Richtext .content.is-blue {
      /* stylelint-disable-next-line */
      color: #fff !important; }
  .Gallada_Richtext .link {
    padding-top: 32px; }
    .Gallada_Richtext .link a {
      all: unset;
      display: block;
      color: #2e2c2f;
      font-family: "Futura LT Pro", serif;
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 26px;
      letter-spacing: .03em;
      text-transform: uppercase;
      cursor: pointer; }
      .Gallada_Richtext .link a.is-blue {
        /* stylelint-disable-next-line */
        color: #fff !important; }
        .Gallada_Richtext .link a.is-blue::before {
          color: #fff; }
        .Gallada_Richtext .link a.is-blue::after {
          color: #fff; }
      .Gallada_Richtext .link a:hover {
        color: #897c5e; }
      .Gallada_Richtext .link a::before {
        content: "\2014";
        color: #897c5e;
        padding-right: 10px; }
      .Gallada_Richtext .link a::after {
        content: "\2014";
        color: #897c5e;
        padding-left: 10px; }

.Gallada_Quicklinks {
  padding: 40px 20px; }
  .Gallada_Quicklinks.is-light {
    /* stylelint-disable-next-line */
    background-color: #d8eadf !important; }
  .Gallada_Quicklinks.is-grey {
    /* stylelint-disable-next-line */
    background-color: #f2f2f3 !important; }
  .Gallada_Quicklinks.is-blue {
    /* stylelint-disable-next-line */
    background-color: #1a2b3a !important; }
  .Gallada_Quicklinks .container {
    width: 100%;
    padding: 0;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .Gallada_Quicklinks .container {
        max-width: 594px; } }
    .Gallada_Quicklinks .container.is-left {
      /* stylelint-disable-next-line */
      text-align: left !important; }
    .Gallada_Quicklinks .container.is-center {
      /* stylelint-disable-next-line */
      text-align: center !important; }
    .Gallada_Quicklinks .container.is-right {
      /* stylelint-disable-next-line */
      text-align: right !important; }
  .Gallada_Quicklinks .title {
    all: unset;
    color: #1a2b3a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: .03em;
    text-align: center;
    text-transform: uppercase;
    padding: 0 32px 32px; }
    @media screen and (min-width: 768px) {
      .Gallada_Quicklinks .title {
        font-size: 26px; } }
    @media screen and (min-width: 992px) {
      .Gallada_Quicklinks .title {
        font-size: 32px; } }
    .Gallada_Quicklinks .title.is-blue {
      /* stylelint-disable-next-line */
      color: #c09861 !important; }
      .Gallada_Quicklinks .title.is-blue::before, .Gallada_Quicklinks .title.is-blue::after {
        color: #fff; }
    .Gallada_Quicklinks .title::before {
      content: "|||";
      color: #5d6b63;
      padding-right: 16px;
      font-size: 24px;
      letter-spacing: -1px; }
    .Gallada_Quicklinks .title::after {
      content: "|||";
      color: #5d6b63;
      padding-left: 16px;
      font-size: 24px;
      letter-spacing: -1px; }
  .Gallada_Quicklinks .content {
    color: #2e2c2f;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: .45px; }
    .Gallada_Quicklinks .content.is-blue {
      /* stylelint-disable-next-line */
      color: #fff !important; }
      .Gallada_Quicklinks .content.is-blue a {
        /* stylelint-disable-next-line */
        color: #c19961 !important; }
  .Gallada_Quicklinks .links-list {
    display: block;
    padding-top: 24px; }
    @media screen and (min-width: 768px) {
      .Gallada_Quicklinks .links-list {
        display: flex;
        justify-content: space-evenly; } }
  .Gallada_Quicklinks .link {
    padding: 8px 0; }
    @media screen and (min-width: 768px) {
      .Gallada_Quicklinks .link {
        padding: 0; } }
    .Gallada_Quicklinks .link a {
      all: unset;
      display: block;
      color: #2e2c2f;
      font-family: "Futura Book", Arial, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 26px;
      letter-spacing: .03em;
      text-transform: uppercase;
      text-decoration: underline;
      cursor: pointer; }
      .Gallada_Quicklinks .link a.is-blue {
        /* stylelint-disable-next-line */
        color: #fff !important; }
        .Gallada_Quicklinks .link a.is-blue:hover {
          /* stylelint-disable-next-line */
          color: #c19961 !important; }
      .Gallada_Quicklinks .link a:hover {
        color: #7c7055; }

.Gallada_Carousel_Gallery {
  background: #1a2b3a;
  margin: auto;
  padding-top: 32px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .Gallada_Carousel_Gallery {
      padding-top: 40px; } }
  .Gallada_Carousel_Gallery .headline {
    margin-bottom: 13px; }
    @media screen and (min-width: 768px) {
      .Gallada_Carousel_Gallery .headline {
        margin-bottom: 30px;
        margin-top: 8px; } }
    .Gallada_Carousel_Gallery .headline h2 {
      all: unset;
      /* stylelint-disable-next-line */
      color: #c09861;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "Futura LT Pro", serif;
      font-style: normal;
      font-weight: 500;
      font-size: 22px;
      line-height: 28px;
      letter-spacing: .03em;
      text-align: center;
      text-transform: uppercase; }
      @media screen and (min-width: 768px) {
        .Gallada_Carousel_Gallery .headline h2 {
          font-size: 26px;
          line-height: 35px; } }
      @media screen and (min-width: 992px) {
        .Gallada_Carousel_Gallery .headline h2 {
          font-size: 32px;
          line-height: 40px; } }
      .Gallada_Carousel_Gallery .headline h2::before {
        content: "|||";
        /* stylelint-disable-next-line */
        color: #fff;
        padding-right: 16px; }
      .Gallada_Carousel_Gallery .headline h2::after {
        content: "|||";
        /* stylelint-disable-next-line */
        color: #fff;
        padding-left: 16px; }
    .Gallada_Carousel_Gallery .headline p {
      /* stylelint-disable-next-line */
      color: #c09861;
      font-family: "Futura LT Pro", serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: .45px;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 10px; }
  .Gallada_Carousel_Gallery .description {
    visibility: hidden;
    padding: 16px 0 32px; }
    @media screen and (min-width: 768px) {
      .Gallada_Carousel_Gallery .description {
        padding: 30px 0 40px; } }
    .Gallada_Carousel_Gallery .description h3 {
      /* stylelint-disable-next-line */
      color: #fff;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: .03em;
      text-transform: uppercase;
      margin: 0; }
  .Gallada_Carousel_Gallery .slick-center .description {
    visibility: visible; }
  .Gallada_Carousel_Gallery img {
    max-width: 100%;
    width: 100%;
    display: block;
    pointer-events: none;
    aspect-ratio: 16 / 9;
    object-fit: cover; }
  .Gallada_Carousel_Gallery video {
    max-width: 100%;
    width: 100%;
    display: block;
    max-height: 100%; }
  .Gallada_Carousel_Gallery .video-container {
    width: 100%;
    padding-top: 56.231%;
    position: relative; }
    .Gallada_Carousel_Gallery .video-container iframe,
    .Gallada_Carousel_Gallery .video-container object,
    .Gallada_Carousel_Gallery .video-container embed {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%; }
    .Gallada_Carousel_Gallery .video-container .virtual {
      position: absolute;
      bottom: 0;
      width: 54px;
      height: 33px;
      text-align: center;
      cursor: pointer;
      z-index: 10;
      left: 0;
      background: url(/assets/images/Icon_360_Large.svg) center center/40px 20px no-repeat white;
      background-size: contain; }
  .Gallada_Carousel_Gallery h2 {
    all: unset;
    /* stylelint-disable-next-line */
    color: #1a2b3a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: .03em;
    text-align: center;
    text-transform: uppercase;
    padding: 0 32px 32px; }
    .Gallada_Carousel_Gallery h2::before {
      content: "|||";
      /* stylelint-disable-next-line */
      color: #897c5e;
      padding-right: 16px;
      font-size: 24px;
      letter-spacing: -1px; }
    .Gallada_Carousel_Gallery h2::after {
      content: "|||";
      /* stylelint-disable-next-line */
      color: #897c5e;
      padding-left: 16px;
      font-size: 24px;
      letter-spacing: -1px; }
  .Gallada_Carousel_Gallery .icon-arrow-right,
  .Gallada_Carousel_Gallery .icon-arrow-left {
    position: absolute;
    font: 0/0 arial;
    transition: transform .3s ease;
    z-index: 2;
    top: 0;
    height: calc(70vw - 20px - 34px);
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      .Gallada_Carousel_Gallery .icon-arrow-right,
      .Gallada_Carousel_Gallery .icon-arrow-left {
        height: calc(50vw - 20px); } }
    @media screen and (min-width: 992px) {
      .Gallada_Carousel_Gallery .icon-arrow-right,
      .Gallada_Carousel_Gallery .icon-arrow-left {
        height: calc(56vw - 20px); } }
    @media screen and (min-width: 1200px) {
      .Gallada_Carousel_Gallery .icon-arrow-right,
      .Gallada_Carousel_Gallery .icon-arrow-left {
        height: 635px; } }
    .Gallada_Carousel_Gallery .icon-arrow-right::before,
    .Gallada_Carousel_Gallery .icon-arrow-left::before {
      font-size: 30px;
      transition: transform .3s ease, color .3s ease;
      text-shadow: 0 0 2px #000;
      color: #fff; }
      @media screen and (min-width: 768px) {
        .Gallada_Carousel_Gallery .icon-arrow-right::before,
        .Gallada_Carousel_Gallery .icon-arrow-left::before {
          font-size: 40px; } }
      @media screen and (min-width: 1200px) {
        .Gallada_Carousel_Gallery .icon-arrow-right::before,
        .Gallada_Carousel_Gallery .icon-arrow-left::before {
          font-size: 50px; } }
    .Gallada_Carousel_Gallery .icon-arrow-right:hover::before,
    .Gallada_Carousel_Gallery .icon-arrow-left:hover::before {
      color: #ad9d83; }
  .Gallada_Carousel_Gallery svg {
    width: 10px;
    height: 20px; }
    @media screen and (min-width: 768px) {
      .Gallada_Carousel_Gallery svg {
        width: 14px;
        height: 28px; } }
  .Gallada_Carousel_Gallery img + * {
    margin-top: 20px;
    margin-bottom: 10px; }
  .Gallada_Carousel_Gallery h3 {
    /* stylelint-disable-next-line */
    color: #1a2b3a;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin: 30px 0 40px; }
  .Gallada_Carousel_Gallery .icon-arrow-right {
    right: 40px; }
    @media screen and (min-width: 768px) {
      .Gallada_Carousel_Gallery .icon-arrow-right {
        right: 80px; } }
    @media screen and (min-width: 1200px) {
      .Gallada_Carousel_Gallery .icon-arrow-right {
        right: calc(50vw - 562px + 45px); } }
  .Gallada_Carousel_Gallery .cardFeaturedType5Right {
    right: 80px; }
  .Gallada_Carousel_Gallery .icon-arrow-left {
    left: 40px; }
    @media screen and (min-width: 768px) {
      .Gallada_Carousel_Gallery .icon-arrow-left {
        left: 80px; } }
    @media screen and (min-width: 1200px) {
      .Gallada_Carousel_Gallery .icon-arrow-left {
        left: calc(50vw - 562px + 45px); } }
  .Gallada_Carousel_Gallery .cardFeaturedType5Left {
    left: 80px; }
  .Gallada_Carousel_Gallery .imageGallery-item {
    float: left;
    margin: 0 auto; }
  .Gallada_Carousel_Gallery .imageGallery-singleItemContainer {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1250px; }
    .Gallada_Carousel_Gallery .imageGallery-singleItemContainer::after {
      content: "";
      display: table;
      clear: both; }
  .Gallada_Carousel_Gallery .imageGallery-singleItem {
    margin: 0 auto; }
    @media screen and (min-width: 992px) {
      .Gallada_Carousel_Gallery .imageGallery-singleItem {
        max-width: 85%; } }

.Gallada_Montage_Gallery {
  background: #1a2b3a;
  margin: auto;
  padding-top: 40px;
  width: 100%;
  /*
  .slick-active {
    @include screen(md) {
      flex: 1 0 auto;
    }
  }
*/
  /*
  .slick-slide > div {
    display: grid;
    place-items: center stretch;
  }
*/ }
  @media screen and (min-width: 768px) {
    .Gallada_Montage_Gallery {
      padding-left: 37px;
      padding-right: 37px; } }
  @media screen and (min-width: 992px) {
    .Gallada_Montage_Gallery {
      padding-left: 5vw;
      padding-right: 5vw; } }
  .Gallada_Montage_Gallery .headline {
    margin: 0 29px 24px; }
    @media screen and (min-width: 768px) {
      .Gallada_Montage_Gallery .headline {
        margin-left: 0;
        margin-right: 0; } }
    .Gallada_Montage_Gallery .headline h2 {
      all: unset;
      color: #c09861;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "Futura LT Pro", serif;
      font-style: normal;
      font-weight: 500;
      font-size: 22px;
      line-height: 36px;
      letter-spacing: .03em;
      text-align: center;
      text-transform: uppercase;
      padding: 0 32px 32px; }
      @media screen and (min-width: 768px) {
        .Gallada_Montage_Gallery .headline h2 {
          font-size: 26px; } }
      @media screen and (min-width: 992px) {
        .Gallada_Montage_Gallery .headline h2 {
          font-size: 32px; } }
      .Gallada_Montage_Gallery .headline h2::before {
        content: "|||";
        /* stylelint-disable-next-line */
        color: #fff;
        padding-left: 16px;
        font-size: 24px;
        letter-spacing: -1px; }
      .Gallada_Montage_Gallery .headline h2::after {
        content: "|||";
        /* stylelint-disable-next-line */
        color: #fff;
        padding-left: 16px;
        font-size: 24px;
        letter-spacing: -1px; }
  .Gallada_Montage_Gallery .image-container {
    width: 25%;
    height: auto; }
    @media screen and (min-width: 992px) {
      .Gallada_Montage_Gallery .image-container {
        margin: 0; } }
    .Gallada_Montage_Gallery .image-container img {
      width: 100%;
      height: auto;
      aspect-ratio: 1 / 1;
      object-fit: cover; }
  .Gallada_Montage_Gallery h2 {
    all: unset;
    /* stylelint-disable-next-line */
    color: #1a2b3a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Futura LT Pro", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: .03em;
    text-align: center;
    text-transform: uppercase;
    padding: 0 32px 32px; }
    .Gallada_Montage_Gallery h2::before {
      content: "|||";
      /* stylelint-disable-next-line */
      color: #897c5e;
      padding-right: 16px; }
    .Gallada_Montage_Gallery h2::after {
      content: "|||";
      /* stylelint-disable-next-line */
      color: #897c5e;
      padding-left: 16px; }
  .Gallada_Montage_Gallery .icon-arrow-right,
  .Gallada_Montage_Gallery .icon-arrow-left {
    position: absolute;
    font: 0/0 arial;
    transition: transform .3s ease;
    z-index: 2;
    top: 0;
    height: calc(98vw - 20px - 12px);
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      .Gallada_Montage_Gallery .icon-arrow-right,
      .Gallada_Montage_Gallery .icon-arrow-left {
        height: calc(36vw - 20px - 22px); } }
    @media screen and (min-width: 992px) {
      .Gallada_Montage_Gallery .icon-arrow-right,
      .Gallada_Montage_Gallery .icon-arrow-left {
        height: calc(36vw - 20px); } }
    @media screen and (min-width: 1200px) {
      .Gallada_Montage_Gallery .icon-arrow-right,
      .Gallada_Montage_Gallery .icon-arrow-left {
        height: 33vw; } }
    .Gallada_Montage_Gallery .icon-arrow-right::before,
    .Gallada_Montage_Gallery .icon-arrow-left::before {
      font-size: 30px;
      transition: transform .3s ease, color .3s ease;
      text-shadow: 0 0 2px #000;
      color: #fff; }
      @media screen and (min-width: 768px) {
        .Gallada_Montage_Gallery .icon-arrow-right::before,
        .Gallada_Montage_Gallery .icon-arrow-left::before {
          font-size: 40px; } }
      @media screen and (min-width: 1200px) {
        .Gallada_Montage_Gallery .icon-arrow-right::before,
        .Gallada_Montage_Gallery .icon-arrow-left::before {
          font-size: 50px; } }
    .Gallada_Montage_Gallery .icon-arrow-right:hover::before,
    .Gallada_Montage_Gallery .icon-arrow-left:hover::before {
      color: #ad9d83; }
  .Gallada_Montage_Gallery svg {
    width: 10px;
    height: 20px; }
    @media screen and (min-width: 768px) {
      .Gallada_Montage_Gallery svg {
        width: 14px;
        height: 28px; } }
    .Gallada_Montage_Gallery svg path {
      stroke: #fff; }
  .Gallada_Montage_Gallery img + * {
    margin-top: 20px;
    margin-bottom: 10px; }
  .Gallada_Montage_Gallery h3 {
    /* stylelint-disable-next-line */
    color: #1a2b3a;
    font-family: "Futura Book", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin: 30px 0 40px; }
  .Gallada_Montage_Gallery .icon-arrow-right {
    right: 10px; }
    @media screen and (min-width: 768px) {
      .Gallada_Montage_Gallery .icon-arrow-right {
        right: 0; } }
  .Gallada_Montage_Gallery .cardFeaturedType5Right {
    right: 80px; }
  .Gallada_Montage_Gallery .icon-arrow-left {
    left: 10px; }
    @media screen and (min-width: 768px) {
      .Gallada_Montage_Gallery .icon-arrow-left {
        left: 0; } }
  .Gallada_Montage_Gallery .cardFeaturedType5Left {
    left: 80px; }
  .Gallada_Montage_Gallery .imageGallery-item {
    float: left;
    margin: 0 auto; }
  .Gallada_Montage_Gallery .imageGallery-singleItemContainer {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1250px; }
    .Gallada_Montage_Gallery .imageGallery-singleItemContainer::after {
      content: "";
      display: table;
      clear: both; }
  .Gallada_Montage_Gallery .imageGallery-singleItem {
    margin: 0 auto; }
    @media screen and (min-width: 992px) {
      .Gallada_Montage_Gallery .imageGallery-singleItem {
        max-width: 85%; } }
  .Gallada_Montage_Gallery .slick-list {
    margin: 0; }
    @media screen and (min-width: 768px) {
      .Gallada_Montage_Gallery .slick-list {
        margin: 0 26px; } }
    @media screen and (min-width: 992px) {
      .Gallada_Montage_Gallery .slick-list {
        margin: 0 5vw; } }
  @media screen and (min-width: 992px) {
    .Gallada_Montage_Gallery .slick-track {
      display: flex;
      column-count: 4;
      flex-wrap: wrap;
      flex-direction: column;
      align-content: center;
      align-items: left;
      justify-content: center;
      widht: 100%;
      /* stylelint-disable-next-line */
      height: 32vw !important;
      overflow: hidden;
      gap: 1vw; } }
  .Gallada_Montage_Gallery .slick-current {
    width: 120px;
    height: auto; }
  .Gallada_Montage_Gallery .slick-active img {
    padding: 0 2px; }
    @media screen and (min-width: 768px) {
      .Gallada_Montage_Gallery .slick-active img {
        padding: 0 8px; } }
    @media screen and (min-width: 992px) {
      .Gallada_Montage_Gallery .slick-active img {
        padding: 0; } }
  .Gallada_Montage_Gallery .slick-slide {
    height: auto; }
    @media screen and (min-width: 992px) {
      .Gallada_Montage_Gallery .slick-slide {
        display: flex;
        flex: 1 1 1;
        align-items: center; } }

.Gallada_Menu {
  padding: 38px 0 44px; }
  .Gallada_Menu.is-light {
    /* stylelint-disable-next-line */
    background-color: #d8eadf !important; }
  .Gallada_Menu.is-blue {
    /* stylelint-disable-next-line */
    background-color: #1a2b3a !important; }
  .Gallada_Menu .container {
    width: 100%;
    padding: 0 45px; }
    @media screen and (min-width: 768px) {
      .Gallada_Menu .container {
        max-width: 900px; } }
    @media screen and (min-width: 992px) {
      .Gallada_Menu .container {
        max-width: 1044px; } }
    .Gallada_Menu .container .is-blue {
      /* stylelint-disable-next-line */
      color: #fff !important; }
    .Gallada_Menu .container .headline {
      margin-bottom: 16px; }
      .Gallada_Menu .container .headline .headline-primary {
        all: unset;
        color: #1a2b3a;
        align-items: center;
        justify-content: center;
        font-family: "Futura LT Pro", serif;
        font-style: normal;
        font-weight: 300;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: .03em;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 20px;
        max-lines: 3;
        display: flex; }
        .Gallada_Menu .container .headline .headline-primary span {
          display: -webkit-box;
          /* stylelint-disable-next-line */
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
        .Gallada_Menu .container .headline .headline-primary.is-blue {
          /* stylelint-disable-next-line */
          color: #c09861 !important; }
          .Gallada_Menu .container .headline .headline-primary.is-blue::before, .Gallada_Menu .container .headline .headline-primary.is-blue::after {
            /* stylelint-disable-next-line */
            color: #fff !important; }
        .Gallada_Menu .container .headline .headline-primary::before {
          content: "|||";
          color: #897c5e;
          padding-right: 16px;
          font-size: 24px;
          letter-spacing: -1px; }
        .Gallada_Menu .container .headline .headline-primary::after {
          content: "|||";
          color: #897c5e;
          padding-left: 16px;
          font-size: 24px;
          letter-spacing: -1px; }
      .Gallada_Menu .container .headline .headline-secondary {
        all: unset;
        color: #7c7055;
        font-family: "Futura LT Pro", serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: .45px;
        text-align: center;
        text-transform: uppercase;
        margin: 0 0 12px;
        display: -webkit-box;
        /* stylelint-disable-next-line */
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; }
        @media screen and (min-width: 992px) {
          .Gallada_Menu .container .headline .headline-secondary {
            font-weight: 500; } }
        .Gallada_Menu .container .headline .headline-secondary.is-blue {
          /* stylelint-disable-next-line */
          color: #fff !important; }
        .Gallada_Menu .container .headline .headline-secondary::after {
          all: unset; }
      .Gallada_Menu .container .headline .date {
        color: #8c8c8c;
        font-family: "Futura LT Pro", serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: .45px;
        text-align: center;
        text-transform: uppercase;
        display: -webkit-box;
        /* stylelint-disable-next-line */
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; }
        .Gallada_Menu .container .headline .date.is-blue {
          /* stylelint-disable-next-line */
          color: #fff !important; }
    .Gallada_Menu .container .content {
      font-family: "Futura LT Pro", serif;
      border-top: 1px solid #8c8c8c;
      border-bottom: 1px solid #8c8c8c;
      padding: 45px 0 32px; }
      .Gallada_Menu .container .content.is-blue {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff; }
    .Gallada_Menu .container .group {
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 24px; }
      .Gallada_Menu .container .group:last-of-type {
        padding-bottom: 0; }
      .Gallada_Menu .container .group.header-prices {
        margin-top: -30px;
        margin-bottom: -12px; }
    .Gallada_Menu .container .category {
      flex: 1;
      color: #1a2b3a;
      font-family: "Futura LT Pro", serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: .45px;
      text-align: left; }
      .Gallada_Menu .container .category p {
        display: -webkit-box;
        /* stylelint-disable-next-line */
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
    .Gallada_Menu .container .list-container {
      flex: 4; }
    .Gallada_Menu .container .list-items {
      display: flex;
      padding-bottom: 24px; }
      .Gallada_Menu .container .list-items:last-of-type {
        padding-bottom: 0; }
    .Gallada_Menu .container .icons-container {
      flex: 1;
      margin-right: 14px; }
    .Gallada_Menu .container .space-icons-container {
      flex: 1; }
    .Gallada_Menu .container .icons-list {
      display: flex;
      justify-content: flex-end;
      gap: 12px; }
    .Gallada_Menu .container .item-content {
      flex: 7; }
    .Gallada_Menu .container .title {
      all: unset;
      color: #2e2c2f;
      font-family: "Futura LT Pro", serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 21px;
      letter-spacing: .45px;
      text-align: left; }
      .Gallada_Menu .container .title.is-blue {
        /* stylelint-disable-next-line */
        color: #c09861 !important; }
    .Gallada_Menu .container .description {
      color: #2e2c2f;
      font-family: "Futura LT Pro", serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      letter-spacing: .45px;
      text-align: left;
      padding-top: 4px; }
    .Gallada_Menu .container .prompt {
      flex: 7;
      color: #1a2b3a;
      font-family: "Futura LT Pro", serif;
      font-size: 13px;
      font-weight: 400;
      font-style: italic;
      line-height: 18px;
      letter-spacing: .45px;
      text-align: left;
      padding-top: 32px; }
    .Gallada_Menu .container .prices {
      display: flex;
      flex: 2;
      color: #2e2c2f;
      font-family: "Futura LT Pro", serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 21px;
      letter-spacing: .45px;
      text-align: right;
      text-transform: uppercase; }
      .Gallada_Menu .container .prices .price-one,
      .Gallada_Menu .container .prices .price-two {
        flex: 1; }
    .Gallada_Menu .container .price-labels {
      display: flex;
      flex: 2;
      color: #8c8c8c;
      font-family: "Futura LT Pro", serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      letter-spacing: .45px;
      text-align: right;
      text-transform: uppercase; }
      .Gallada_Menu .container .price-labels .price-one,
      .Gallada_Menu .container .price-labels .price-two {
        flex: 1; }
    .Gallada_Menu .container .icons-description {
      display: flex;
      padding-top: 24px; }
    .Gallada_Menu .container .icons-content {
      display: flex;
      flex: 12;
      flex-wrap: wrap;
      column-gap: 43px;
      row-gap: 24px; }
      @media screen and (min-width: 992px) {
        .Gallada_Menu .container .icons-content {
          flex: 11; } }
    .Gallada_Menu .container .icon span {
      color: #2e2c2f;
      font-family: "Futura LT Pro", serif;
      font-size: 13px;
      font-weight: 400;
      line-height: 21px;
      letter-spacing: .45px;
      text-transform: uppercase;
      text-align: left;
      margin-left: 14px; }
      .Gallada_Menu .container .icon span.is-blue {
        /* stylelint-disable-next-line */
        color: #fff !important; }
    .Gallada_Menu .container .break {
      flex-basis: 100%;
      height: 0; }
  .Gallada_Menu .container-mobile {
    width: 100%;
    padding: 0; }
    .Gallada_Menu .container-mobile .is-blue {
      /* stylelint-disable-next-line */
      color: #fff !important; }
    .Gallada_Menu .container-mobile .headline {
      margin: 0 32px 16px; }
      .Gallada_Menu .container-mobile .headline .headline-primary {
        all: unset;
        color: #1a2b3a;
        align-items: center;
        justify-content: center;
        font-family: "Futura LT Pro", serif;
        font-style: normal;
        font-weight: 300;
        font-size: 32px;
        line-height: 40px;
        letter-spacing: .03em;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 20px;
        max-lines: 3;
        display: flex; }
        .Gallada_Menu .container-mobile .headline .headline-primary span {
          display: -webkit-box;
          /* stylelint-disable-next-line */
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden; }
        .Gallada_Menu .container-mobile .headline .headline-primary.is-blue {
          /* stylelint-disable-next-line */
          color: #c09861 !important; }
          .Gallada_Menu .container-mobile .headline .headline-primary.is-blue::before, .Gallada_Menu .container-mobile .headline .headline-primary.is-blue::after {
            color: #fff; }
        .Gallada_Menu .container-mobile .headline .headline-primary::before {
          content: "|||";
          color: #897c5e;
          padding-right: 16px;
          font-size: 24px;
          letter-spacing: -1px; }
        .Gallada_Menu .container-mobile .headline .headline-primary::after {
          content: "|||";
          color: #897c5e;
          padding-left: 16px;
          font-size: 24px;
          letter-spacing: -1px; }
      .Gallada_Menu .container-mobile .headline .headline-secondary {
        all: unset;
        color: #7c7055;
        font-family: "Futura LT Pro", serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: .45px;
        text-align: center;
        text-transform: uppercase;
        margin: 0 0 12px;
        display: -webkit-box;
        /* stylelint-disable-next-line */
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; }
        .Gallada_Menu .container-mobile .headline .headline-secondary.is-blue {
          /* stylelint-disable-next-line */
          color: #fff !important; }
        .Gallada_Menu .container-mobile .headline .headline-secondary::after {
          all: unset; }
      .Gallada_Menu .container-mobile .headline .date {
        color: #8c8c8c;
        font-family: "Futura LT Pro", serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: .45px;
        text-align: center;
        text-transform: uppercase;
        display: -webkit-box;
        /* stylelint-disable-next-line */
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; }
        .Gallada_Menu .container-mobile .headline .date.is-blue {
          /* stylelint-disable-next-line */
          color: #fff !important; }
    .Gallada_Menu .container-mobile .content {
      font-family: "Futura LT Pro", serif;
      border-top: 1px solid #8c8c8c;
      border-bottom: 1px solid #8c8c8c;
      padding: 24px 32px 16px; }
      .Gallada_Menu .container-mobile .content.is-blue {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff; }
    .Gallada_Menu .container-mobile .group {
      padding-bottom: 22px; }
      .Gallada_Menu .container-mobile .group:last-of-type {
        padding-bottom: 0; }
    .Gallada_Menu .container-mobile .category {
      color: #1a2b3a;
      font-family: "Futura LT Pro", serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: .45px;
      text-align: left;
      padding-bottom: 16px; }
      .Gallada_Menu .container-mobile .category p {
        display: -webkit-box;
        /* stylelint-disable-next-line */
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
    .Gallada_Menu .container-mobile .list-items {
      padding-bottom: 24px; }
      .Gallada_Menu .container-mobile .list-items:last-of-type {
        padding-bottom: 0; }
    .Gallada_Menu .container-mobile .icons-container {
      margin-right: 14px; }
    .Gallada_Menu .container-mobile .icons-list {
      display: flex;
      justify-content: flex-start;
      gap: 6px; }
    .Gallada_Menu .container-mobile .title {
      all: unset;
      color: #2e2c2f;
      font-family: "Futura LT Pro", serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 21px;
      letter-spacing: .45px;
      text-align: left; }
      .Gallada_Menu .container-mobile .title.is-blue {
        /* stylelint-disable-next-line */
        color: #c09861 !important; }
    .Gallada_Menu .container-mobile .description {
      color: #2e2c2f;
      font-family: "Futura LT Pro", serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      letter-spacing: .45px;
      text-align: left;
      padding-top: 6px; }
    .Gallada_Menu .container-mobile .prompt {
      flex: 7;
      color: #1a2b3a;
      font-family: "Futura LT Pro", serif;
      font-size: 13px;
      font-weight: 400;
      font-style: italic;
      line-height: 18px;
      letter-spacing: .45px;
      text-align: left;
      padding-top: 16px; }
    .Gallada_Menu .container-mobile .prices {
      display: flex;
      align-content: flex-start;
      gap: 24px;
      flex: 2;
      padding-top: 6px; }
    .Gallada_Menu .container-mobile .price-label {
      color: #8c8c8c;
      font-family: "Futura LT Pro", serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      letter-spacing: .45px;
      text-align: left;
      text-transform: uppercase;
      padding-right: 10px; }
    .Gallada_Menu .container-mobile .price-value {
      color: #2e2c2f;
      font-family: "Futura LT Pro", serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 21px;
      letter-spacing: .45px;
      text-align: left;
      text-transform: uppercase; }
    .Gallada_Menu .container-mobile .icons-description {
      display: flex;
      padding: 24px 32px 0; }
    .Gallada_Menu .container-mobile .icons-content {
      display: flex;
      flex: 11;
      flex-wrap: wrap;
      column-gap: 43px;
      row-gap: 24px; }
    .Gallada_Menu .container-mobile .icon span {
      color: #2e2c2f;
      font-family: "Futura LT Pro", serif;
      font-size: 13px;
      font-weight: 400;
      line-height: 21px;
      letter-spacing: .45px;
      text-transform: uppercase;
      text-align: left;
      margin-left: 14px; }
