.We65Ea_container {
  background-color: var(--default-bg-color);
  color: var(--default-color);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 100px;
  display: flex;
}

.We65Ea_inner {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.We65Ea_content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-height: 0;
  padding: 20px;
  display: flex;
}

.We65Ea_logo {
  object-fit: contain;
  width: 132px;
  height: auto;
}

@media (width <= 457px) {
  .We65Ea_container {
    padding: 20px;
  }
}

.IoncgG_container {
  color: #1c1c1c;
  background-color: #f9f6f4;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.IoncgG_content {
  width: 100%;
  min-height: 100vh;
  padding: 24px;
  display: block;
}

.IoncgG_wrapper {
  display: contents;
}

._3S-0Xq_list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  display: flex;
}

._3S-0Xq_notice {
  margin: 24px 16px 32px;
}

h1 {
  padding-top: 24px;
  padding-bottom: 4px;
}

._3S-0Xq_subheader {
  text-align: center;
  padding-bottom: 24px;
  font-size: 16px;
}

@media (width <= 457px) {
  ._3S-0Xq_notice {
    background-color: var(--color-white);
    border-top: 1px solid #c4c4c4;
    margin: 16px 0 0;
    padding: 16px;
    position: sticky;
    bottom: 0;
    box-shadow: 0 -2px 2px #0000001a;
  }
}

.mqNl7a_card {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  width: 316px;
  font-size: 14px;
  display: flex;
  overflow: hidden;
}

.mqNl7a_card img {
  object-fit: cover;
  width: 316px;
  height: 100%;
}

.mqNl7a_card .mqNl7a_body {
  padding: 8px;
}

.mqNl7a_card .mqNl7a_body h2 {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
}

.mqNl7a_card .mqNl7a_body p {
  color: #707070;
  margin-bottom: 8px;
  font-size: 12px;
}

.mqNl7a_card .mqNl7a_buttons {
  gap: 8px;
  display: flex;
}

.mqNl7a_card .mqNl7a_body button {
  font: var(--font-button);
  color: #1c1c1c;
  background-color: #fff;
  border: 1px solid #1c1c1c;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  display: flex;
}

.mqNl7a_card .mqNl7a_body button.mqNl7a_following {
  color: #fff;
  background-color: #1c1c1c;
}

.mqNl7a_card .mqNl7a_body button img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.mqNl7a_slider {
  width: 316px;
  height: 120px;
  position: relative;
  overflow: hidden;
}

.mqNl7a_slides {
  width: 948px;
  height: 100%;
  display: flex;
}

.mqNl7a_card:hover .mqNl7a_slides {
  animation: 6s infinite mqNl7a_slideAnimation;
}

.mqNl7a_slide {
  width: 316px;
}

@keyframes mqNl7a_slideAnimation {
  0% {
    transform: translateX(0);
  }

  33.33% {
    transform: translateX(0);
  }

  40% {
    transform: translateX(-316px);
  }

  73.33% {
    transform: translateX(-316px);
  }

  80% {
    transform: translateX(-632px);
  }

  100% {
    transform: translateX(-632px);
  }
}

@media (width <= 457px) {
  .mqNl7a_slider.mqNl7a_active .mqNl7a_slides {
    animation: 6s infinite mqNl7a_slideAnimation;
  }
}

.IuKezq_heading {
  font: var(--font-heading);
  text-align: center;
}

.SkpM7W_progress {
  justify-content: center;
  align-items: center;
  display: flex;
}

.SkpM7W_progressCircle {
  background-color: #0000;
  border: 2px solid #303030;
  border-right-color: #ff8d6b;
  border-radius: 50%;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  animation: 1s linear infinite SkpM7W_animationProgressRotate;
  display: inline-block;
}

.SkpM7W_progressText {
  margin-left: 8px;
}

@keyframes SkpM7W_animationProgressRotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.H1VeGa_loading {
  cursor: progress !important;
}

.H1VeGa_block {
  width: 100%;
  display: block;
}

.H1VeGa_icon {
  font-size: 0;
  line-height: 1;
}

.H1VeGa_primary {
  font: var(--font-button);
  border-radius: var(--radius-big);
  background-color: var(--color-black);
  color: var(--color-white);
  transition: opacity var(--transition-default);
  padding: 12px 24px;
}

.H1VeGa_primary:hover {
  background-color: var(--color-black);
  color: var(--color-white);
  opacity: .8;
}

.JlMdXq_btnBack {
  font: var(--font-button-sm);
  word-wrap: break-word;
  text-transform: none;
  cursor: pointer;
  border: none;
  height: auto;
  display: inline-block;
}

.JlMdXq_btnBack_filled {
  color: #fff;
  background-color: #1c1c1c;
  border-radius: 30px;
  padding: 10px 30px;
  transition: background-color .3s;
}

.JlMdXq_btnBack_text {
  color: #1c1c1c;
  background-color: #0000;
  padding: 0;
}

.JlMdXq_btnBack_inversion {
  border: 1px solid var(--default-color);
  color: var(--default-color);
  background-color: #fff;
  border-radius: 30px;
  padding: 5px 8px;
}

.QaVPEq_icon {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: inline-flex;
}

.QaVPEq_iconInverse {
  transform: rotate(180deg);
}

.QaVPEq_iconSvg {
  width: 100%;
  height: 100%;
}

.QaVPEq_icon-16 {
  width: 16px;
  height: 16px;
}

.QaVPEq_icon-24 {
  width: 24px;
  height: 24px;
}

.QaVPEq_icon-32 {
  width: 32px;
  height: 32px;
}

._8YT7oW_notice {
  font: var(--font-body-13);
  text-align: center;
  color: var(--color-black);
  cursor: default;
}

.zo-QhW_overlay {
  z-index: 1;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.zo-QhW_dialog {
  background-color: var(--color-white);
  border-radius: 12px;
  width: 100%;
  max-width: 360px;
  margin-left: 16px;
  margin-right: 16px;
  overflow: hidden;
}

.zo-QhW_dialogHeader {
  padding: 16px 16px 0;
  position: relative;
}

.zo-QhW_dialogBody {
  padding: 0 16px;
}

.zo-QhW_dialogFooter {
  padding: 0 16px 24px;
}

.zo-QhW_close {
  border-radius: var(--radius-small);
  color: var(--color-white);
  transition: opacity var(--transition-default);
  background-color: #1c1c1c40;
  border: none;
  padding: 3px;
  position: absolute;
  top: 16px;
  right: 16px;
}

.zo-QhW_close:hover {
  opacity: .8;
}

.zo-QhW_close:active {
  opacity: 1;
}

.zo-QhW_closeIcon {
  width: 18px;
  height: 18px;
}

.SyssMW_passions {
  text-align: center;
  background-color: var(--color-primary);
  margin: -16px -16px 0;
  padding: 20px 16px;
  font-size: 0;
  line-height: 1;
}

.SyssMW_passion {
  background-color: var(--color-black);
  color: var(--color-white);
  outline: 4px solid var(--color-primary);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 23px;
}

.SyssMW_passion:not(:first-child) {
  margin-left: -12px;
}

.SyssMW_heading {
  font: var(--font-heading-2);
  text-shadow: .2px 0;
  margin: 24px 0 0;
}

.SyssMW_text {
  font: var(--font-body);
  text-align: center;
  margin: 8px 0 24px;
}

.SyssMW_signUpWrapper {
  justify-content: center;
  margin-top: 16px;
  display: flex;
}

.SyssMW_signUpLink {
  font: var(--font-body);
  color: var(--color-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.SyssMW_signUpLink:hover {
  text-decoration: underline;
}

.nqWPPa_layout {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.nqWPPa_carousel {
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-behavior: smooth;
  will-change: scroll-position;
  flex-shrink: 0;
  width: 100%;
  max-width: 948px;
  display: flex;
  overflow-x: auto;
}

.nqWPPa_carousel::-webkit-scrollbar {
  display: none;
}

.nqWPPa_carouselInner {
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.nqWPPa_btn {
  color: var(--color-white);
  background-color: var(--color-black);
  z-index: 1;
  transition: background-color var(--transition-default), opacity var(--transition-default);
  border-radius: 50%;
  flex-shrink: 0;
  padding: 12px;
  font-size: 0;
  line-height: 1;
  box-shadow: 0 4px 6px -2px #0000000d, 0 10px 15px -3px #0000001a;
}

.nqWPPa_btnLeft {
  margin-right: -24px;
}

.nqWPPa_btnRight {
  margin-left: -24px;
}

.nqWPPa_btn:hover {
  background-color: var(--color-dark);
}

.nqWPPa_btn:active {
  background-color: var(--color-black);
}

.nqWPPa_btnHidden {
  opacity: 0;
}

@media (width <= 1043px) {
  .nqWPPa_carousel {
    max-width: 100%;
  }

  .nqWPPa_btnLeft {
    margin-right: -64px;
  }

  .nqWPPa_btnRight {
    margin-left: -64px;
  }

  .nqWPPa_btnNone {
    display: none;
  }
}

.waMbDW_item {
  scroll-snap-align: center;
  aspect-ratio: 1;
  vertical-align: middle;
  white-space: normal;
  text-align: left;
  border-radius: var(--radius-default);
  color: var(--color-white);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 300px;
  padding: 12px;
  display: inline-flex;
  box-shadow: 0 1px 2px #0000000f, 0 1px 3px #0000001a;
}

.waMbDW_item + .waMbDW_item {
  margin-left: 24px;
}

.waMbDW_title {
  font: var(--font-body);
}

.waMbDW_text {
  font: var(--font-body);
  margin: 4px 0 0;
}

.waMbDW_link {
  border: 1px solid var(--color-white);
  font: var(--font-body-13-24);
  border-radius: var(--radius-big);
  color: var(--color-white);
  transition: background-color var(--transition-default);
  margin-top: 12px;
  padding: 3px 27px;
}

.waMbDW_link:hover {
  font: var(--font-body-13-24);
  color: var(--color-white);
  background-color: #ffffff1a;
}

@media (width <= 1043px) {
  .waMbDW_item:first-child {
    margin-left: 46px;
  }

  .waMbDW_item:last-child {
    margin-right: 46px;
  }
}

@media (width <= 392px) {
  .waMbDW_item {
    width: 76vw;
  }

  .waMbDW_item:first-child {
    margin-left: 10vw;
  }

  .waMbDW_item:last-child {
    margin-right: 10vw;
  }
}

.QZeiwq_item {
  scroll-snap-align: center;
  aspect-ratio: 1;
  vertical-align: middle;
  white-space: normal;
  text-align: left;
  border-radius: var(--radius-default);
  color: var(--color-white);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 300px;
  padding: 16px;
  display: inline-flex;
  box-shadow: 0 1px 2px #0000000f, 0 1px 3px #0000001a;
}

.QZeiwq_item + .QZeiwq_item {
  margin-left: 24px;
}

.QZeiwq_title {
  font: var(--font-body);
  font-weight: 800;
}

.QZeiwq_text {
  font: var(--font-body);
  margin: 4px 0 0;
}

.QZeiwq_link {
  font: var(--font-body-13-24);
  color: var(--color-white);
  transition: border-bottom-color var(--transition-default);
  border-bottom: 1px solid #0000;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  text-decoration: none;
  display: flex;
}

.QZeiwq_link svg {
  width: 16px;
  height: 16px;
}

.QZeiwq_link:hover {
  border-bottom-color: var(--color-white);
}

@media (width <= 1043px) {
  .QZeiwq_item:first-child {
    margin-left: 46px;
  }

  .QZeiwq_item:last-child {
    margin-right: 46px;
  }
}

@media (width <= 392px) {
  .QZeiwq_item {
    width: 76vw;
  }

  .QZeiwq_item:first-child {
    margin-left: 10vw;
  }

  .QZeiwq_item:last-child {
    margin-right: 10vw;
  }
}

.g2B5Ta_parentContent {
  flex: 1;
  width: 100%;
  max-width: 100%;
}

.g2B5Ta_bubbles {
  background: #fff;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 16px 0;
  display: flex;
  overflow: hidden;
}

.g2B5Ta_banner {
  background-color: var(--marriot-orange);
  padding: 16px;
}

.g2B5Ta_banner h1 {
  font: var(--font-heading-24-32);
  margin-bottom: 4px;
  padding: 0;
}

.g2B5Ta_subheader {
  text-align: center;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

.g2B5Ta_explore {
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #1c1c1c;
  border: 1px solid #1c1c1c;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 32px;
  margin-top: 24px;
  margin-bottom: 8px;
  padding: 20px 16px;
  text-decoration: none;
  display: flex;
}

.g2B5Ta_explore:disabled {
  opacity: .5;
}

.g2B5Ta_notice {
  margin-left: 16px;
  margin-right: 16px;
}

.g2B5Ta_motionLabel {
  margin-top: 6px;
  display: block;
}

.p0mxfG_parentContent {
  flex: 1;
  width: 100%;
  max-width: 100%;
}

.p0mxfG_bubbles {
  background: #fff;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 16px 0;
  display: flex;
  overflow: hidden;
}

.p0mxfG_banner {
  background-color: var(--marriot-orange);
  padding: 24px;
}

.p0mxfG_banner h1 {
  padding-top: 0;
  padding-bottom: 4px;
}

.p0mxfG_subheader {
  text-align: center;
  margin: 0;
  font-size: 16px;
}

.p0mxfG_explore {
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #1c1c1c;
  border: 1px solid #1c1c1c;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 32px;
  margin-top: 24px;
  margin-bottom: 8px;
  padding: 20px 16px;
  text-decoration: none;
  display: flex;
}

.p0mxfG_explore:disabled {
  opacity: .5;
}

.p0mxfG_notice {
  margin-left: 16px;
  margin-right: 16px;
}

.p0mxfG_motionLabel {
  margin-top: 6px;
  display: block;
}

.IniLqG_header {
  margin: 24px 16px;
  padding: 0;
}

.IniLqG_headerShort {
  margin-left: 20px;
  margin-right: 20px;
}

.IniLqG_header h1 {
  padding: 0;
}

.IniLqG_subheader {
  text-align: center;
  margin: 0;
  font-size: 16px;
}

.IniLqG_buttonContainer {
  background-color: var(--default-bg-color);
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 24px 16px 80px;
  display: flex;
}

.IniLqG_explore {
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #1c1c1c;
  border: 1px solid #1c1c1c;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 32px;
  padding: 20px 16px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  display: flex;
}

.IniLqG_explore:disabled {
  opacity: .5;
}

.IniLqG_cardGrid {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 752px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
}

.IniLqG_cardGrid[data-mode="derived"] {
  max-width: 576px;
}

.IniLqG_card {
  cursor: pointer;
  border-radius: 4px;
  flex-shrink: 0;
  width: 168px;
  height: 168px;
  position: relative;
  overflow: hidden;
}

.IniLqG_card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.IniLqG_card:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(#0000, #000) 0 100% / 100% 50% no-repeat;
  position: absolute;
  inset: 0;
}

.IniLqG_cardContent {
  color: #fff;
  z-index: 1;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.IniLqG_cardIcon {
  fill: #fff;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.IniLqG_cardText {
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}

@media (width <= 457px) {
  .IniLqG_buttonContainer {
    z-index: 1;
    background-color: var(--color-white);
    border-top: 1px solid #c4c4c4;
    margin: 16px 0 0;
    padding: 16px;
    position: sticky;
    bottom: 0;
    box-shadow: 0 -2px 2px #0000001a;
  }
}

.hkwgDG_header {
  margin: 24px 16px;
}

.hkwgDG_header h1 {
  padding: 0;
}

.hkwgDG_subheader {
  text-align: center;
  margin: 0;
  font-size: 16px;
}

.hkwgDG_imgContainer {
  justify-content: center;
  padding: 0 16px;
  display: flex;
}

.hkwgDG_img {
  object-fit: cover;
  border-radius: 4px;
  width: 360px;
  height: 300px;
}

.hkwgDG_buttonContainer {
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  margin-bottom: 64px;
  padding: 0 16px;
  display: flex;
}

.hkwgDG_btnGroup {
  gap: 12px;
  width: 100%;
  max-width: 360px;
  display: flex;
}

.hkwgDG_yesBtn, .hkwgDG_noBtn {
  border-radius: var(--radius-big);
  font: var(--font-button);
  color: var(--color-white);
  background-color: var(--color-black);
  border: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px;
  display: flex;
}

.hkwgDG_btnText {
  margin-left: 8px;
}

.hkwgDG_btnOtherIcon {
  padding: 3px;
}

.hkwgDG_noBtn {
  font: var(--font-body);
  color: var(--default-color);
  background: none;
  width: auto;
  padding: 0;
}

.hkwgDG_explore:disabled {
  opacity: .5;
}

@media (width <= 457px) {
  .hkwgDG_buttonContainer {
    margin-bottom: 24px;
  }
}

.SMN7qW_container {
  background-color: #0000001a;
  position: relative;
  overflow: hidden;
}

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

.video-js {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.vjs-title-bar {
  display: none !important;
}

._4lrhVa_container {
  background-color: var(--color-dark);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

._4lrhVa_survey {
  text-align: center;
  flex: 1;
  margin-top: 32px;
}

._4lrhVa_notice {
  color: #c4c4c4;
  padding: 32px 16px;
}

._4lrhVa_surveyLogo {
  height: 32px;
}

._4lrhVa_surveyBox {
  aspect-ratio: 1 / 2;
  flex-direction: column;
  justify-content: flex-end;
  width: min(352px, 50vh);
  max-width: 352px;
  height: min(100vh, 704px);
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

@supports (height: 100dvh) {
  ._4lrhVa_surveyBox {
    width: min(352px, 50dvh);
    height: min(100dvh, 704px);
  }
}

._4lrhVa_surveyVideo {
  border-radius: var(--radius-default);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

._4lrhVa_surveyInfo {
  border-radius: var(--radius-default);
  background: linear-gradient(#0000 0%, #00000073 25%, #000000bf 100%);
  padding: 0 24px 24px;
  position: relative;
}

._4lrhVa_surveyText {
  font: var(--font-body);
  color: #fff;
}

._4lrhVa_surveyPassion {
  font: var(--font-body);
  color: #fff;
  font-size: 22px;
  line-height: 40px;
}

._4lrhVa_surveyBtn {
  font: var(--font-button);
  color: #1c1c1c;
  background-color: #fff;
  border: none;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

@media (width <= 393px) {
  ._4lrhVa_container {
    background-color: #1c1c1c;
    justify-content: flex-start;
  }

  ._4lrhVa_surveyVideo, ._4lrhVa_surveyInfo {
    border-radius: 0;
  }

  ._4lrhVa_survey {
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  ._4lrhVa_notice {
    background-color: var(--color-dark);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  ._4lrhVa_surveyBox {
    width: min(100%, 50vh);
    max-width: 100%;
    height: min(100vh, 200%);
    margin-top: 0;
  }

  @supports (height: 100dvh) {
    ._4lrhVa_surveyBox {
      width: min(100%, 50dvh);
      height: min(100dvh, 200%);
    }
  }

  ._4lrhVa_surveyLogoWrapper {
    z-index: 1;
    background: linear-gradient(#000000bf 0%, #0000 100%);
    width: 100%;
    padding-top: 64px;
    padding-bottom: 16px;
    position: absolute;
  }
}

.aykEKa_container {
  background-color: var(--color-dark);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.aykEKa_survey {
  text-align: center;
  flex: 1;
  margin-top: 32px;
}

.aykEKa_notice {
  color: #c4c4c4;
  padding: 32px 16px;
}

.aykEKa_surveyLogo {
  height: 32px;
}

.aykEKa_surveyBox {
  aspect-ratio: .5;
  flex-direction: column;
  justify-content: flex-end;
  width: 352px;
  margin-top: 32px;
  display: flex;
  position: relative;
}

.aykEKa_surveyVideo {
  border-radius: var(--radius-default);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.aykEKa_surveyInfo {
  border-radius: var(--radius-default);
  background: linear-gradient(#0000 0%, #00000073 25%, #000000bf 100%);
  padding: 0 16px 24px;
  position: relative;
}

.aykEKa_surveyIcon {
  color: #1c1c1c;
  background-color: #ff8d6b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 8px;
  display: inline-flex;
}

.aykEKa_surveyText {
  font: var(--font-body);
  color: #fff;
  margin-top: 12px;
  font-weight: 600;
}

.aykEKa_surveyPassion {
  font: var(--font-body);
  color: #fff;
  font-size: 30px;
  line-height: 40px;
}

.aykEKa_surveyBtnGroup {
  gap: 16px;
  margin-top: 24px;
  display: flex;
}

.aykEKa_surveyBtn {
  font: var(--font-button);
  color: #1c1c1c;
  background-color: #fff;
  border: none;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.aykEKa_surveyBtnYes {
  color: #fff;
  background-color: #477d00;
}

.aykEKa_surveyBtnNo {
  color: #fff;
  background-color: #d0021b;
}

.aykEKa_surveyBtnIcon {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}

.aykEKa_surveySkip {
  font: var(--font-button);
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border: none;
  margin-top: 16px;
  padding: 4px;
  display: inline-flex;
}

.aykEKa_surveySkipIcon {
  margin-left: 8px;
}

@media (width <= 393px) {
  .aykEKa_container {
    background-color: #1c1c1c;
    justify-content: flex-start;
  }

  .aykEKa_surveyVideo, .aykEKa_surveyInfo {
    border-radius: 0;
  }

  .aykEKa_survey {
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  .aykEKa_notice {
    background-color: var(--color-dark);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .aykEKa_surveyBox {
    width: 100%;
    margin-top: 0;
  }

  .aykEKa_surveyLogoWrapper {
    z-index: 1;
    background: linear-gradient(#000000bf 0%, #0000 100%);
    width: 100%;
    padding-top: 64px;
    padding-bottom: 16px;
    position: absolute;
  }
}

.tzooxa_buttonContainer {
  background-color: var(--default-bg-color);
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 394px;
  margin: 16px auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.tzooxa_explore {
  border: none;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.tzooxa_explore:disabled {
  opacity: .5;
}

.tzooxa_cardGrid {
  will-change: contents;
  backface-visibility: hidden;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  max-width: 394px;
  min-height: 200px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  position: relative;
  transform: translateZ(0);
}

.tzooxa_card {
  cursor: pointer;
  touch-action: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: translate3d(var(--translate-x, 0), var(--translate-y, 0), 0) scale(var(--scale, 1));
  will-change: transform;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  flex-shrink: 0;
  width: 168px;
  height: 168px;
  transition: transform .15s cubic-bezier(.25, 1, .5, 1), border-radius .3s;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  box-shadow: 0 4px 12px #0000001a;
}

.tzooxa_shapeRound {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.tzooxa_shapeHorizontalOvalThin {
  border-radius: 50% / 20%;
}

.tzooxa_shapeHorizontalOvalThick {
  border-radius: 50px;
  width: 160px;
  height: 80px;
}

.tzooxa_shapeVerticalOvalThick {
  border-radius: 75px;
  width: 120px;
  height: 200px;
}

.tzooxa_shapeRoundedRect {
  border-top-right-radius: 55px;
  border-bottom-left-radius: 55px;
  width: 160px;
  height: 100px;
}

.tzooxa_shapeRoundedRectOpposite {
  border-top-left-radius: 55px;
  border-bottom-right-radius: 55px;
  width: 100px;
  height: 160px;
}

.tzooxa_card:hover:not(.tzooxa_dockedCard) {
  transform: translate3d(var(--translate-x, 0), var(--translate-y, 0), 0) scale(1.05);
  z-index: 10;
  box-shadow: 0 8px 20px #00000026;
}

.tzooxa_dockedCard {
  border-radius: 8px;
  width: 56px;
  height: 56px;
  margin: 0 4px;
  position: relative;
  overflow: visible;
}

.tzooxa_removeButton {
  cursor: pointer;
  z-index: 20;
  color: #fff;
  pointer-events: auto;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: -6px;
  left: -6px;
  box-shadow: 0 1px 3px #0003;
}

.tzooxa_removeButton:hover {
  background-color: #333;
  transform: scale(1.1);
}

.tzooxa_draggingCard {
  pointer-events: none;
  cursor: grabbing;
  box-shadow: 0 5px 15px #0003;
  z-index: 999 !important;
  border-radius: inherit !important;
  clip-path: inherit !important;
}

.tzooxa_card[data-dragging="true"] {
  --scale: 1.03;
  z-index: 999;
  cursor: grabbing;
  box-shadow: 0 5px 15px #0000001a;
  border-radius: inherit !important;
  clip-path: inherit !important;
}

.dnd-kit-drag-overlay {
  z-index: 9999 !important;
}

.dnd-kit-drag-overlay > div, .dnd-kit-drag-overlay .card {
  border-radius: inherit !important;
  overflow: hidden !important;
  transform: none !important;
}

.dnd-kit-drag-overlay img {
  border-radius: inherit !important;
  clip-path: inherit !important;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.tzooxa_card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  border-radius: inherit !important;
  clip-path: inherit !important;
}

.tzooxa_card:after {
  content: "";
  pointer-events: none;
  border-radius: inherit;
  clip-path: inherit;
  position: absolute;
  inset: 0;
}

.tzooxa_cardContent {
  color: #fff;
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.tzooxa_shapeTriangle .tzooxa_cardContent {
  bottom: 20px;
}

.tzooxa_shapeTrapezoid .tzooxa_cardContent {
  bottom: 16px;
}

.tzooxa_shapeParallelogram .tzooxa_cardContent {
  transform: translateX(-40%);
}

.tzooxa_cardIcon {
  fill: #fff;
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}

.tzooxa_cardText {
  white-space: nowrap;
  text-shadow: 0 1px 2px #00000080;
  font-size: 14px;
  font-weight: bold;
}

.tzooxa_cardLabel {
  color: #fff;
  white-space: nowrap;
  text-align: center;
  pointer-events: none;
  z-index: 2;
  background-color: #000000b3;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tzooxa_cardLabelOverlay {
  pointer-events: none;
  z-index: 2;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.tzooxa_cardLabelText {
  color: #fff;
  text-align: center;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
}

.tzooxa_cardLabelHover {
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: opacity var(--transition-default);
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.tzooxa_cardLabelHover:hover {
  opacity: 1;
}

.tzooxa_favoriteArea {
  flex-direction: column;
  max-width: 394px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.tzooxa_imageDock {
  will-change: contents;
  background-color: #00000008;
  border: 1px solid #0003;
  border-radius: 8px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 100px;
  margin-top: 8px;
  padding: 8px 16px;
  display: flex;
  position: relative;
  overflow-x: auto;
  transform: translateZ(0);
}

.tzooxa_imageDock:before {
  content: attr(data-empty-text);
  color: #0000004d;
  font: var(--font-body-14);
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tzooxa_imageDock:empty:before {
  opacity: 1;
  content: "Drag and drop your favorites here";
  color: var(--color-black);
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tzooxa_favoritesLabel {
  font: var(--font-body);
  color: #1c1c1c;
  align-items: center;
  gap: 4px;
  display: flex;
}

.tzooxa_banner {
  background-color: var(--marriot-orange);
  padding: 16px;
}

.tzooxa_banner h1 {
  font: var(--font-heading-24-32);
  margin-bottom: 4px;
  padding: 0;
}

.tzooxa_subheader {
  font: var(--font-body-16-20);
  text-align: center;
  margin: 0;
}

.tzooxa_preferencesNotice {
  margin: 16px;
}

@media (width <= 457px) {
  .tzooxa_favoriteArea {
    z-index: 1;
    background-color: var(--color-white);
    border-top: 1px solid #c4c4c4;
    max-width: 100%;
    padding-top: 4px;
    position: sticky;
    bottom: 80px;
    box-shadow: 0 -2px 2px #0000001a;
  }

  .tzooxa_imageDock {
    min-height: 60px;
  }

  .tzooxa_preferencesNotice {
    background-color: var(--color-white);
    margin: 0;
    padding: 0 16px 16px;
  }

  .tzooxa_buttonContainer {
    z-index: 1;
    background-color: var(--color-white);
    max-width: 100%;
    margin: 0;
    padding: 16px;
    position: sticky;
    bottom: 0;
  }

  .tzooxa_banner {
    padding: 12px 16px;
  }

  .tzooxa_shapeHorizontalOvalThick {
    aspect-ratio: 2;
    width: auto;
    height: 15vmin;
  }

  .tzooxa_shapeVerticalOvalThick {
    aspect-ratio: 84 / 140;
    width: auto;
    height: 30vmin;
  }

  .tzooxa_shapeRoundedRect {
    aspect-ratio: 112 / 70;
    width: auto;
    height: 15vmin;
  }

  .tzooxa_shapeRoundedRectOpposite {
    aspect-ratio: 70 / 112;
    width: auto;
    height: 30vmin;
  }

  .tzooxa_shapeRound {
    aspect-ratio: 1;
    width: auto;
    height: 20vmin;
  }
}

.EMIJ_a_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.EMIJ_a_banner {
  margin-top: 16px;
}

.EMIJ_a_header {
  --overlap-margin: -20px;
  background-color: var(--marriot-orange);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
  overflow-x: hidden;
}

.EMIJ_a_header .EMIJ_a_icon {
  background: var(--default-color);
  color: #fff;
  border: 4px solid var(--marriot-orange);
  margin-left: var(--overlap-margin);
  border-radius: 50%;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.EMIJ_a_icon.EMIJ_a_love {
  padding: 27px;
}

.EMIJ_a_icon.EMIJ_a_like {
  padding: 20px;
}

.EMIJ_a_icon:first-child {
  margin-left: 0;
}

.EMIJ_a_icon:last-child {
  margin-right: 0;
}

.EMIJ_a_love img {
  width: 56px;
  height: 56px;
}

.EMIJ_a_like img {
  width: 40px;
  height: 40px;
}

@media (width <= 600px) {
  [data-passions="5"], [data-passions="6"], [data-passions="7"] {
    --overlap-margin: -30px;
  }
}

.oxqRrq_box {
  font: var(--font-body);
  text-align: center;
  background-color: var(--color-black);
  color: var(--color-white);
  border-radius: 4px;
  max-width: 360px;
  margin: 0 16px 16px;
  padding: 16px;
}

.oxqRrq_btn {
  font: var(--font-button);
  border-radius: var(--radius-big);
  background-color: var(--color-white);
  color: var(--color-black);
  margin-top: 16px;
  padding: 12px 0;
  display: block;
}

.L-SBcG_link {
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #0000000f, 0 1px 3px #0000001a;
}

.L-SBcG_link:hover {
  text-decoration: none;
}

.L-SBcG_card {
  color: var(--default-color);
  background: #fff;
  border-radius: 4px;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px;
  text-decoration: none;
  display: grid;
}

.L-SBcG_card a {
  text-decoration: none;
}

.L-SBcG_card .L-SBcG_img {
  object-fit: cover;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.L-SBcG_content {
  flex-direction: column;
  align-self: flex-start;
  gap: 4px;
  display: flex;
}

.L-SBcG_content p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.L-SBcG_title {
  align-items: center;
  gap: 4px;
  height: 44px;
  display: flex;
}

.L-SBcG_title h2 {
  color: var(--default-color);
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

@media (width >= 768px) {
  .L-SBcG_link {
    grid-column: span 2;
  }

  .L-SBcG_link:last-child:nth-child(odd) {
    grid-column: 2 / span 2;
  }
}

._12-I3G_list {
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 738px;
  padding: 16px 16px 8px;
  display: grid;
}

@media (width >= 768px) {
  ._12-I3G_list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.IwF3eq_wrapper {
  justify-content: center;
  display: flex;
}

.IwF3eq_banner {
  border-radius: var(--radius-small);
  font: var(--font-body-14);
  color: var(--color-white);
  background-color: var(--color-success);
  cursor: default;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 360px;
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 12px;
  display: flex;
  box-shadow: 0 1px 2px #0000000f, 0 1px 3px #0000001a;
}

.GpsQUq_parentContent {
  flex: 1;
  width: 100%;
  max-width: 100%;
}

.GpsQUq_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.GpsQUq_heading {
  margin-top: 16px;
  padding: 0;
}

.GpsQUq_subheader {
  text-align: center;
  margin: 0;
  font-size: 16px;
}

.GpsQUq_back.GpsQUq_back {
  align-items: center;
  gap: 4px;
  margin: 12px 16px 0;
  padding: 5px 11px;
  display: inline-flex;
}

.GpsQUq_backIcon {
  transform: rotateX(180deg)rotateY(180deg);
}

.GpsQUq_carousel {
  margin-top: 24px;
  margin-bottom: 24px;
}

.Pi4DsG_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.Pi4DsG_banner {
  background-color: var(--marriot-orange);
  margin-top: 16px;
  padding: 16px 0;
}

.Pi4DsG_banner h2 {
  font-size: 18px;
  font-weight: 800;
}

.Pi4DsG_header {
  --overlap-margin: -20px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow-x: hidden;
}

.Pi4DsG_header .Pi4DsG_icon {
  background: var(--default-color);
  color: #fff;
  border: 4px solid var(--marriot-orange);
  margin-left: var(--overlap-margin);
  border-radius: 50%;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.Pi4DsG_icon.Pi4DsG_love {
  padding: 27px;
}

.Pi4DsG_icon.Pi4DsG_like {
  padding: 20px;
}

.Pi4DsG_icon:first-child {
  margin-left: 0;
}

.Pi4DsG_icon:last-child {
  margin-right: 0;
}

.Pi4DsG_love svg {
  width: 56px;
  height: 56px;
}

.Pi4DsG_like svg {
  width: 40px;
  height: 40px;
}

@media (width <= 600px) {
  [data-passions="5"], [data-passions="6"], [data-passions="7"] {
    --overlap-margin: -30px;
  }
}

.ZP-Q_a_box {
  font: var(--font-body);
  background-color: var(--color-white);
  color: var(--color-black);
  border-radius: 4px;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px;
  display: flex;
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.ZP-Q_a_btn {
  font: var(--font-button);
  border-radius: var(--radius-big);
  background-color: var(--color-white);
  color: var(--color-black);
  padding: 0;
  font-weight: 800;
  text-decoration: none;
  display: block;
}

.ZP-Q_a_btn svg {
  width: 16px;
  height: 16px;
}

.ZP-Q_a_logo {
  background-color: var(--color-black);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.ZP-Q_a_logo img {
  width: 60px;
}

.explore-back {
  align-items: center;
  gap: 4px;
  margin: 12px 16px 0;
  padding: 5px 11px;
  display: inline-flex;
}

.backIcon {
  transform: rotateX(180deg)rotateY(180deg);
}

.carousel-wrapper {
  width: 100%;
  max-width: 1004px;
  margin: 32px auto 0;
}

.carousel-header {
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px;
  font-size: 24px;
  display: flex;
}

.carousel-header svg {
  width: 24px;
  height: 24px;
}

.explore-update-profile {
  justify-content: center;
  width: 100%;
  max-width: 948px;
  margin: 30px auto 40px;
  display: flex;
}

@media (width <= 768px) {
  .carousel-header {
    justify-content: start;
  }
}

.AYJvFq_container {
  flex: 1;
  place-items: center;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
}

.AYJvFq_box {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.AYJvFq_logo {
  width: 100px;
}

.AYJvFq_heading {
  cursor: default;
  margin: 24px 0 0;
  padding: 0;
}

.AYJvFq_subheader {
  cursor: default;
  margin: 8px 0 0;
}

.AYJvFq_btn {
  border-radius: var(--radius-big);
  font: var(--font-button);
  background-color: var(--color-black);
  color: var(--color-white);
  margin-top: 24px;
  padding: 12px 24px;
  text-decoration: none;
  transition: opacity .3s;
}

.AYJvFq_btn:hover {
  background-color: var(--color-black);
  color: var(--color-white);
  opacity: .8;
}

._9sG2RG_guestPicker {
  border-radius: var(--radius-default);
  color: var(--color-black);
  background-color: #fff;
  width: 340px;
  padding: 8px 16px 16px;
  position: absolute;
  top: 110%;
  right: 0;
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

._9sG2RG_row {
  justify-content: space-between;
  padding: 8px 0;
  display: flex;
}

._9sG2RG_row:first-child, ._9sG2RG_row:nth-child(2) {
  border-bottom: 1px solid #eee;
}

._9sG2RG_title {
  font: var(--font-body-14);
  margin: 0;
}

._9sG2RG_subtitle {
  font: normal 400 12px / 18px var(--font-family-default);
  color: #707070;
  margin: 0;
}

._9sG2RG_actions {
  gap: 12px;
  display: flex;
}

._9sG2RG_value {
  font: var(--font-heading-2);
  text-align: center;
  min-width: 60px;
}

._9sG2RG_btn {
  background-color: #0000;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

._9sG2RG_reset {
  text-align: right;
  border-top: 1px solid #eee;
  padding-top: 16px;
}

._9sG2RG_resetBtn {
  font: normal 400 12px / 18px var(--font-family-default);
  color: var(--color-black);
  box-shadow: none;
  background-color: #0000;
  border: none;
  text-decoration: underline;
  display: inline-block;
}

@media screen and (width <= 800px) {
  ._9sG2RG_guestPicker {
    width: 100%;
  }
}

.LdW4ZW_fieldTrigger {
  text-align: left;
  color: var(--color-black);
  background-color: #0000;
  border: none;
  outline: none;
  width: 100%;
  padding: 8px 0;
  font-family: Swiss, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.LdW4ZW_rangeDialog {
  background-color: var(--color-white);
  min-width: 100%;
  padding: 16px;
  position: absolute;
}

.LdW4ZW_monthButton {
  background-color: #0000;
  border: none;
  outline: none;
}

.LdW4ZW_monthHeading {
  font-size: 18px;
}

.LdW4ZW_monthButton:hover, .LdW4ZW_monthButton:focus {
  color: var(--color-dark-70);
}

.LdW4ZW_rangeDialogHeader {
  color: var(--color-black);
  justify-content: space-between;
  font-family: Swiss, Arial, sans-serif;
  display: flex;
}

.LdW4ZW_calendarGrid {
  margin: 0 auto;
}

.LdW4ZW_calendarGrid td:focus-visible {
  border: none;
  outline: none;
}

.LdW4ZW_gridHeaderCell {
  text-align: center;
  vertical-align: middle;
  color: var(--color-black);
  width: 40px;
  height: 40px;
}

.LdW4ZW_gridCell {
  color: var(--color-black);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.LdW4ZW_gridCell:hover, .LdW4ZW_gridCell:focus, .LdW4ZW_gridCell:focus-visible {
  background-color: var(--color-light);
  outline: none;
}

.LdW4ZW_gridCell[aria-disabled="true"] {
  cursor: not-allowed;
  color: var(--color-dark-40);
}

.LdW4ZW_gridCell[aria-disabled="true"]:hover, .LdW4ZW_gridCell[aria-disabled="true"]:focus, .LdW4ZW_gridCell[aria-disabled="true"]:focus-visible {
  background-color: #0000;
}

.LdW4ZW_gridCell[data-outside-month] {
  display: none;
}

.LdW4ZW_gridCell[data-selected] {
  background-color: var(--color-black);
  color: var(--color-white);
  border-radius: 0;
}

.LdW4ZW_gridCell[data-selection-start] {
  border-radius: 40px 0 0 40px;
}

.LdW4ZW_gridCell[data-selection-end] {
  border-radius: 0 40px 40px 0;
}

.LdW4ZW_gridCell[data-selection-start][data-selection-end] {
  border-radius: 40px;
}

.LdW4ZW_gridCell > div {
  align-items: center;
  display: flex;
}

@media (width <= 800px) {
  .LdW4ZW_fieldTrigger {
    color: var(--color-white);
  }

  .LdW4ZW_rangePopover {
    top: 0;
  }

  .LdW4ZW_rangeDialog {
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.destination-field, .search-field {
  position: relative;
}

.search-field:after {
  content: "";
  background: var(--color-black);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.search-field input {
  color: #333;
  cursor: pointer;
  background-color: #0000;
  border: none;
  outline: none;
  width: 100%;
  padding: 5px 0;
  font-size: 14px;
}

.search-field:focus-within:after {
  height: 2px;
}

.search-field input[readonly] {
  background-color: #0000;
}

.date-picker-field {
  justify-content: space-between;
  height: 57px;
  position: relative;
}

.date-picker-field [role="textbox"], .date-picker-field [role="combobox"] {
  box-shadow: none !important;
  color: #333 !important;
  cursor: pointer !important;
  background-color: #0000 !important;
  border: none !important;
  border-bottom: 1px solid #1c1c1c !important;
  border-radius: 0 !important;
  width: 100% !important;
  padding: 5px 0 !important;
  font-size: 14px !important;
}

.date-picker-field [role="textbox"]:focus, .date-picker-field [role="combobox"]:focus {
  border-bottom: 2px solid #1c1c1c !important;
  outline: none !important;
}

.react-aria-DateRangePicker-popover, [role="dialog"] {
  border-radius: 5px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 8px #0003 !important;
}

.react-aria-Calendar-header {
  background-color: #f5f5f5 !important;
  padding: 10px !important;
}

.react-aria-Calendar-cell[aria-selected="true"] {
  color: #fff !important;
  background-color: #1c1c1c !important;
}

.react-aria-Calendar-cell:hover:not([aria-selected="true"]) {
  background-color: #1c1c1c1a !important;
}

.react-aria-Calendar-cell[aria-selected="true"][data-selection-state="middle"] {
  color: #1c1c1c !important;
  background-color: #1c1c1c33 !important;
}

.date-picker-field [aria-label="Date Range"] {
  display: none !important;
}

.react-aria-OverlayContainer [role="presentation"] {
  background-color: #0009 !important;
}

.react-aria-Button {
  border-radius: 5px !important;
  font-weight: 500 !important;
}

.react-aria-Button:not([aria-disabled="true"]) {
  color: #1c1c1c !important;
}

.date-picker-field > div, .date-picker-field .react-spectrum-Provider, .date-picker-field .react-spectrum-Provider > div, .react-aria-DateRangePicker, .react-spectrum-DateRangePicker, .react-spectrum-DateRangePicker-field, .react-spectrum-DateField, .date-picker-field [role="textbox"], .date-picker-field [role="combobox"], .date-picker-field input {
  width: 100% !important;
  max-width: 100% !important;
}

.react-spectrum-DateRangePicker {
  margin: 0 !important;
}

.react-aria-Calendar {
  max-height: 300px !important;
  overflow-y: auto !important;
}

.react-spectrum-Dialog-footer {
  border-top: 1px solid #e0e0e0 !important;
  justify-content: flex-start !important;
  padding: 10px !important;
  display: flex !important;
}

.react-spectrum-Dialog-header {
  border-bottom: 1px solid #e0e0e0 !important;
  padding: 15px !important;
}

.suggestions-dropdown {
  z-index: 10;
  background-color: #fff;
  border-radius: 5px;
  max-height: 250px;
  margin-top: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow-y: auto;
  box-shadow: 0 4px 8px #0003;
}

.suggestion-item {
  cursor: pointer;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 15px;
  font-size: 14px;
  transition: background-color .2s;
}

.suggestion-item:hover {
  background-color: #1c1c1c0d;
}

.suggestion-item:last-child {
  border-bottom: none;
}

.suggestion-item.loading, .suggestion-item.error, .suggestion-item.no-results {
  color: #666;
  cursor: default;
  font-style: italic;
}

.suggestion-item.loading:hover, .suggestion-item.error:hover, .suggestion-item.no-results:hover {
  background-color: #0000;
}

.offers-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  flex-direction: row;
  gap: 16px;
  width: 49%;
  height: 290px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.card-image-chip {
  background-color: #ffb995;
  border-radius: 15px;
  align-items: center;
  gap: 5px;
  height: 24px;
  padding: 6px 12px;
  display: flex;
  position: absolute;
  top: 10px;
  left: 10px;
}

.card-chip-icon {
  filter: brightness(0);
  width: 15px;
  height: 14px;
}

.card-chip {
  font-size: 10px;
}

.card-image {
  object-fit: cover;
  width: 40%;
  height: 100%;
}

.card-content {
  width: 60%;
  height: 100%;
  padding-right: 16px;
}

.card-info {
  flex-direction: column;
  justify-content: space-between;
  height: 70%;
  display: flex;
  overflow: hidden;
}

.card-title {
  padding-top: 16px;
  font-size: 22px;
}

.card-rating {
  color: #707070;
  font-size: 14px;
}

.card-description {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 100px;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
}

.card-link {
  color: #000;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.card-footer {
  border-top: 1px solid #c4c4c4;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  height: 25%;
  margin: 10px 0 0;
  padding-top: 10px;
  display: flex;
}

.price-container {
  text-align: right;
  flex-direction: column;
  gap: 5px;
  display: flex;
}

.price-row {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 5px;
  display: flex;
}

.price-amount {
  text-align: right;
  font-size: 22px;
  line-height: 1;
}

.price-unit {
  text-align: right;
  color: #707070;
  font-size: 12px;
  line-height: 1;
}

.price-fee {
  text-align: right;
  color: #707070;
  font-size: 12px;
}

.price-fee-hover {
  text-align: right;
  color: #707070;
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
  transition: opacity .3s, visibility .3s;
}

.offers-card:hover .price-fee-hover {
  opacity: 1;
  visibility: visible;
}

.book-button {
  color: #fff;
  cursor: pointer;
  background: #1c1c1c;
  border: none;
  border-radius: 40px;
  min-width: 108px;
  height: 40px;
  padding: 6px 16px;
}

.book-button:hover {
  background: #333;
}

@media (width <= 1120px) {
  .offers-card {
    width: 684px;
  }
}

@media (width <= 590px) {
  .offers-card {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .card-image {
    object-position: center;
    width: 100%;
    max-height: 300px;
  }

  .card-content {
    width: 100%;
    height: auto;
    padding: 0 16px 16px;
  }

  .card-title {
    padding-top: 0;
    font-size: 18px;
  }

  .card-info {
    height: auto;
  }

  .card-description {
    margin-top: 8px;
    margin-bottom: 0;
  }

  .card-link {
    margin-top: 20px;
  }

  .card-footer {
    margin-top: 10px;
    padding-top: 20px;
  }

  .price-container {
    gap: 4px;
  }

  .price-fee {
    line-height: 20px;
  }

  .price-amount {
    font-size: 20px;
  }
}

@media (width <= 350px) {
  .book-button {
    padding: 6px 10px;
    font-size: 14px;
  }
}

.offers-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 90vh;
  margin: 0 auto;
  display: flex;
  overflow: hidden scroll;
}

.hero-section {
  background: linear-gradient(to right, #0000 0%, #0006 50%, #000000b3 100%), var(--bg);
  background-position: center;
  background-size: cover;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding: 16px 24px;
  display: flex;
}

.hero-overlay {
  color: var(--color-white);
  width: 411px;
  margin: 18px 60px 34px;
}

.hero-content {
  opacity: 0;
  transition: opacity .6s ease-out, transform .6s ease-out;
  transform: translateY(20px);
}

.hero-content.loaded {
  opacity: 1;
  transform: translateY(0);
}

.hero-content.loading {
  opacity: .3;
  transform: translateY(10px);
}

.search-container {
  z-index: 1;
  background-color: #ffffffe5;
  border-radius: 16px;
  justify-content: space-between;
  align-self: center;
  align-items: flex-end;
  gap: 16px;
  width: 100%;
  max-width: 1392px;
  padding: 16px;
  display: flex;
}

.search-filters-header {
  background-color: var(--color-black);
  color: var(--color-white);
  padding: 16px;
  display: none;
}

.search-filters-toggle {
  text-transform: uppercase;
  color: currentColor;
  background-color: #0000;
  border: none;
  align-items: center;
  gap: 4px;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.search-filters-icon {
  transform: rotate(90deg);
}

.search-filter-checkbox, .search-filters-hide {
  display: none;
}

.search-fields-container {
  justify-content: space-between;
  align-items: flex-end;
  gap: 25px;
  width: 85%;
  height: 100%;
  display: flex;
}

.search-field {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.search-field input {
  background-color: #0000;
  border: none;
  border-bottom: 1px solid #1c1c1c;
  outline: none;
  padding: 8px 0;
  font-size: 14px;
}

.search-field label {
  color: var(--color-dark-70);
  letter-spacing: .8px;
  text-transform: uppercase;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.search-field-btn {
  text-align: left;
  border: none;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  cursor: pointer;
  background-color: #0000;
  outline: none;
  padding: 8px 0;
  font-family: Swiss, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.search-button, .filter-button {
  border: 1px solid var(--color-black);
  color: var(--color-black);
  cursor: pointer;
  background-color: #0000;
  border-radius: 40px;
  flex-shrink: 0;
  width: 165px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.filter-button {
  display: none;
}

.search-button:hover, .filter-button:hover {
  background-color: #f5f5f5;
}

.passion-icon {
  height: 57px;
}

.divider {
  background-color: #ff8d6b;
  width: 57px;
  height: 4px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.passion-heading {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.passion-description {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.2;
}

.passion-link-button {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: 5px;
  margin-top: 16px;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  display: flex;
}

.passion-link-button:hover {
  text-decoration: underline;
}

.offers-list {
  flex-flow: wrap;
  justify-content: flex-start;
  gap: 15px;
  width: 100%;
  max-width: 1440px;
  padding: 16px 32px 32px;
  display: flex;
}

@media (width >= 591px) {
  .offers-list {
    justify-content: space-between;
  }

  .offers-list:after {
    content: "";
    width: 49%;
    height: 0;
  }
}

@media (width <= 590px) {
  .offers-list {
    padding: 16px;
  }
}

.modal-overlay {
  z-index: 1000;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-container {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  width: 85%;
  max-width: 1024px;
  max-height: 90vh;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px #0000001a;
}

.modal-header {
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.modal-title {
  color: #333;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
}

.modal-close-button {
  cursor: pointer;
  color: #333;
  background: #f2f2f2;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  display: flex;
}

.modal-close-button:hover {
  background: #e5e5e5;
}

.modal-divider {
  border: 0;
  border-top: 1px solid #e1e1e1;
  margin: 0;
}

.modal-content {
  flex: 1;
  max-height: calc(80vh - 120px);
  padding: 20px 30px;
  overflow-y: auto;
}

.modal-paragraph {
  color: #333;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.5;
}

.modal-paragraph a {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}

.modal-section-title {
  color: #333;
  margin: 16px 0 8px;
  font-size: 16px;
  font-weight: 700;
}

.modal-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.modal-list li {
  color: #333;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
}

.modal-footer {
  background-color: #fff;
  border-top: 1px solid #e1e1e1;
  justify-content: flex-start;
  padding: 15px 30px;
  display: flex;
}

.modal-close-btn {
  cursor: pointer;
  color: #333;
  background: none;
  border: 1px solid #333;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 16px;
  transition: background-color .2s, color .2s;
  display: inline-block;
}

.modal-close-btn:hover {
  color: #fff;
  background-color: #333;
}

@keyframes shimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.skeleton-text {
  background: linear-gradient(to right, #f6f7f8 8%, #edeef1 18%, #f6f7f8 33%) 0 0 / 800px 104px;
  border-radius: 3px;
  animation: 1.5s linear infinite shimmer;
}

.skeleton-heading-primary {
  width: 60%;
  height: 32px;
  margin-bottom: 10px;
}

.skeleton-heading-secondary {
  width: 80%;
  height: 32px;
}

.skeleton-description-block {
  width: 90%;
  height: 60px;
}

.skeleton-button-block {
  width: 150px;
  height: 24px;
}

.skeleton-card {
  background: #fff;
}

.skeleton-image {
  background: linear-gradient(to right, #f6f7f8 8%, #edeef1 18%, #f6f7f8 33%) 0 0 / 800px 104px;
  width: 40%;
  height: 100%;
  animation: 1.5s linear infinite shimmer;
}

.skeleton-chip {
  z-index: 1;
  background-color: #f6f7f8;
  background-size: 800px 104px;
  border-radius: 15px;
  align-items: center;
  gap: 5px;
  width: 120px;
  height: 24px;
  padding: 6px 12px;
  animation: 1.5s linear infinite shimmer;
  display: flex;
  position: absolute;
  top: 10px;
  left: 10px;
}

.skeleton-chip-icon {
  background: #edeef1;
  border-radius: 2px;
  width: 10px;
  height: 14px;
}

.skeleton-chip-text {
  background: #edeef1;
  border-radius: 2px;
  width: 80px;
  height: 10px;
}

.skeleton-title {
  background: linear-gradient(to right, #f6f7f8 8%, #edeef1 18%, #f6f7f8 33%) 0 0 / 800px 104px;
  border-radius: 3px;
  width: 80%;
  height: 22px;
  margin-bottom: 8px;
  padding-top: 16px;
  animation: 1.5s linear infinite shimmer;
}

.skeleton-rating {
  background: linear-gradient(to right, #f6f7f8 8%, #edeef1 18%, #f6f7f8 33%) 0 0 / 800px 104px;
  border-radius: 3px;
  width: 40%;
  height: 14px;
  margin-bottom: 12px;
  animation: 1.5s linear infinite shimmer;
}

.skeleton-description {
  background: linear-gradient(to right, #f6f7f8 8%, #edeef1 18%, #f6f7f8 33%) 0 0 / 800px 104px;
  border-radius: 3px;
  width: 100%;
  height: 14px;
  margin-bottom: 6px;
  animation: 1.5s linear infinite shimmer;
}

.skeleton-description:last-of-type {
  width: 70%;
  margin-bottom: 12px;
}

.skeleton-link {
  background: linear-gradient(to right, #f6f7f8 8%, #edeef1 18%, #f6f7f8 33%) 0 0 / 800px 104px;
  border-radius: 3px;
  width: 40%;
  height: 14px;
  animation: 1.5s linear infinite shimmer;
}

.skeleton-price {
  background: linear-gradient(to right, #f6f7f8 8%, #edeef1 18%, #f6f7f8 33%) 0 0 / 800px 104px;
  border-radius: 3px;
  width: 60px;
  height: 22px;
  animation: 1.5s linear infinite shimmer;
}

.skeleton-unit {
  background: linear-gradient(to right, #f6f7f8 8%, #edeef1 18%, #f6f7f8 33%) 0 0 / 800px 104px;
  border-radius: 3px;
  align-self: flex-end;
  width: 80px;
  height: 12px;
  animation: 1.5s linear infinite shimmer;
}

.skeleton-fee {
  background: linear-gradient(to right, #f6f7f8 8%, #edeef1 18%, #f6f7f8 33%) 0 0 / 800px 104px;
  border-radius: 3px;
  width: 140px;
  height: 12px;
  margin-left: auto;
  animation: 1.5s linear infinite shimmer;
}

.skeleton-button {
  background: linear-gradient(to right, #f6f7f8 8%, #edeef1 18%, #f6f7f8 33%) 0 0 / 800px 104px;
  border-radius: 40px;
  width: 100px;
  height: 40px;
  animation: 1.5s linear infinite shimmer;
}

.mobile-controls {
  background-color: var(--color-black);
  color: var(--color-white);
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 16px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.mobile-controls img {
  transition: transform .3s;
}

.mobile-controls img.rotate-icon {
  transform: rotate(180deg);
}

.mobile-search-panel {
  z-index: 5;
  background-color: #1c1c1c;
  width: 100%;
  max-height: 0;
  padding: 0;
  transition: max-height .3s ease-in-out;
  display: none;
  overflow: visible;
}

.mobile-search-panel.show {
  max-height: 500px;
  padding: 16px;
  display: block;
  box-shadow: 0 4px 8px #0003;
}

@media (width <= 800px) {
  .search-filters-header {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .search-fields-container {
    flex-direction: column;
    gap: 16px;
    width: 100%;
    display: flex;
  }

  .search-fields-container .search-field label {
    color: var(--color-dark-40);
  }

  .search-fields-container .search-field input::-moz-placeholder {
    color: var(--color-dark-40);
  }

  .search-fields-container .search-field input::placeholder {
    color: var(--color-dark-40);
  }

  .search-fields-container .search-field:after {
    background-color: var(--color-dark-40);
  }

  .search-fields-container .search-field input {
    color: var(--color-white);
  }

  .hero-section {
    background: linear-gradient(to bottom, #0000 0%, #0000 100px, #0000004d 200px, #000000b3 350px), var(--bg);
    background-position: top;
    background-size: cover;
    align-items: flex-start;
    padding: 0;
  }

  .hero-overlay {
    max-width: 90vw;
    margin: 140px 24px 16px;
  }

  .search-container {
    background-color: var(--color-black);
    color: var(--color-white);
    border-radius: 0;
    flex-direction: column;
    padding-top: 0;
  }

  .search-container.mobile-view {
    align-items: flex-start;
    position: relative;
    top: -1px;
  }

  .search-field-label {
    color: #c4c4c4;
  }

  .search-field-input, .search-field-btn {
    color: var(--color-white);
    border-bottom-color: #c4c4c4;
  }

  .search-button, .filter-button {
    color: var(--color-white);
    border-color: var(--color-white);
  }

  .filter-button {
    display: block;
  }

  .search-button:hover, .filter-button:hover {
    background-color: #0000;
  }

  .search-filter-checkbox:checked + .search-filters-header + .search-container {
    display: flex;
  }

  .search-filter-checkbox:checked + .search-filters-header .search-filters-icon {
    transform: rotate(-90deg);
  }

  .search-filter-checkbox:checked + .search-filters-header .search-filters-show {
    display: none;
  }

  .search-filter-checkbox:checked + .search-filters-header .search-filters-hide {
    display: inline;
  }
}

@media (width <= 457px) {
  .passion-heading {
    font-size: 24px;
  }
}

.no-properties-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  display: flex;
}

.no-properties-content {
  text-align: center;
  border-radius: 8px;
  max-width: 800px;
  padding: 10px 30px 30px;
}

.no-properties-image {
  height: 100px;
  margin-bottom: 15px;
}

.no-properties-title {
  color: #333;
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 400;
}

.no-properties-message {
  color: #333;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.5;
}

.no-properties-suggestion {
  color: #333;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.search-wrapper {
  width: 100%;
}

@media (width <= 590px) {
  .no-properties-content {
    padding: 24px;
  }

  .no-properties-title {
    font-size: 20px;
  }

  .no-properties-message {
    font-size: 14px;
  }

  .no-properties-suggestion {
    font-size: 13px;
  }
}

.pagination-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  display: flex;
}

.pagination-loading {
  color: #666;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 20px 0;
  font-size: 14px;
  display: flex;
}

.pagination-loading-spinner {
  border: 2px solid #f3f3f3;
  border-top-color: #333;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: 1s linear infinite spin;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.load-more-button {
  color: #333;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #333;
  border-radius: 40px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
}

.load-more-button:hover:not(:disabled) {
  color: #fff;
  background-color: #333;
}

.load-more-button:disabled {
  opacity: .6;
  cursor: not-allowed;
}

@media (width <= 590px) {
  .pagination-container {
    padding: 16px;
  }

  .load-more-button {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.dm8F7q_separator {
  font: var(--font-footer);
  display: inline-block;
}

.dm8F7q_separatorIcon {
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.lT8KTW_links {
  margin: 8px 0 0;
  line-height: 1;
  list-style: none;
}

.lT8KTW_link {
  font: var(--font-footer);
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.lT8KTW_link:hover {
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
}

.ORayUG_footer {
  text-align: center;
  color: #fff;
  cursor: default;
  background-color: #1c1c1c;
  width: 100%;
  padding: 16px;
}

.ORayUG_rights {
  font: var(--font-footer);
  margin: 0;
}

.ORayUG_privacyChoicesImg {
  margin-top: -3px;
  margin-right: 4px;
  display: inline-block;
}

._5hjTZq_container {
  color: #1c1c1c;
  background-color: #f9f6f4;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  display: flex;
}

._5hjTZq_header {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 2px #0000001a;
}

._5hjTZq_header ._5hjTZq_logo {
  object-fit: cover;
  width: 100%;
  max-width: 486px;
  height: 100%;
}

._5hjTZq_content {
  flex: 1;
  width: 100%;
  min-height: 0;
}

._5hjTZq_footer {
  color: #707070;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-top: 24px;
  font-size: 12px;
  display: flex;
}

._5hjTZq_footer a {
  color: #707070;
}

@font-face {
  font-family: Swiss;
  font-weight: 400;
  font-style: normal;
  src: url("Swiss721BT-Regular.bec8aa7d.otf") format("opentype");
}

@font-face {
  font-family: Swiss;
  font-weight: 200;
  font-style: normal;
  src: url("Swiss721BT-Light.3b34f286.otf") format("opentype");
}

@font-face {
  font-family: Swiss;
  font-weight: 600;
  font-style: normal;
  src: url("Swiss721BT-Medium.b91e2875.otf") format("opentype");
}

@font-face {
  font-family: Swiss;
  font-weight: 800;
  font-style: normal;
  src: url("Swiss721BT-BlackCondensed.4fbb9ac4.otf") format("opentype");
}

:root {
  --font-family-default: "Swiss", "Arial", sans-serif;
  --font-body: normal 400 16px / 24px var(--font-family-default);
  --font-body-13: normal 400 13px / 16px var(--font-family-default);
  --font-body-13-24: normal 400 13px / 24px var(--font-family-default);
  --font-body-14: normal 400 14px / 20px var(--font-family-default);
  --font-body-16-20: normal 400 16px / 20px var(--font-family-default);
  --font-heading: normal 600 30px / 40px var(--font-family-default);
  --font-heading-2: normal 400 22px / 28px var(--font-family-default);
  --font-heading-24-32: normal 400 24px / 32px var(--font-family-default);
  --font-footer: normal 400 13px / 20px var(--font-family-default);
  --font-button: normal 600 16px / 24px var(--font-family-default);
  --font-button-sm: normal 600 13px / 20px var(--font-family-default);
}

@media (width <= 457px) {
  :root {
    --font-heading: normal 600 22px / 28px var(--font-family-default);
  }
}

:root {
  --color-black: #1c1c1c;
  --color-white: #fff;
  --color-dark: #303030;
  --color-dark-70: #707070;
  --color-dark-40: #c4c4c4;
  --color-light: #f9f6f4;
  --color-primary: #ff8d6b;
  --color-success: #477d00;
  --color-error: red;
  --color-warning: #ff8d6b;
  --radius-default: 8px;
  --radius-big: 30px;
  --radius-small: 4px;
  --transition-default: .3s ease;
}

.ueMAJW_toastContainer {
  z-index: 9999;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.ueMAJW_toast {
  box-shadow: 4px 4px 12px 0 var(--color-black);
  border-radius: 8px;
  max-width: 320px;
  padding: 12px 30px 12px 12px;
  display: flex;
  position: relative;
}

.ueMAJW_toastClose {
  color: #fff;
  background-color: #0000;
  border: none;
  outline: none;
  transition: transform .2s ease-in-out;
  position: absolute;
  top: 3px;
  right: 8px;
}

.ueMAJW_toastClose:hover {
  transform: rotate(90deg);
}

.ueMAJW_toastSuccess {
  background-color: var(--color-success);
  color: var(--color-white);
}

.ueMAJW_toastWarning {
  background-color: var(--color-warning);
  color: var(--color-white);
}

.ueMAJW_toastError {
  background-color: var(--color-error);
  color: var(--color-white);
}

.ueMAJW_toastInfo {
  background-color: var(--color-white);
  color: var(--color-black);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  font: var(--font-body);
  background-color: #ffffff26;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

button {
  font: var(--font-button);
}

#root {
  box-sizing: border-box;
  flex: 1 0 auto;
  width: 100%;
}

.marriott-footer {
  flex-shrink: 0;
}

:root {
  --default-bg-color: #faf6f4;
  --default-color: #1c1c1c;
  --marriot-orange: #ff8d6b;
  --mobile-max-width: 457px;
}

#ccpaspan {
  vertical-align: middle;
  display: inline-block;
}

.stacked-carousel-responsive-container {
  justify-content: center;
  display: flex;
}

.spinner {
  width: 100%;
  max-width: 80px;
  height: 100%;
  max-height: 80px;
  animation: 2s linear infinite spin;
}
/*# sourceMappingURL=index.59165346.css.map */
