:root {
  --white: white;
  --_cta-and-links---link-color: var(--blue-700);
  --_cta-and-links---hover-links: var(--pink-500);
  --pink-500: #c91869;
  --_cta-and-links---cta-bg: var(--pink-500);
  --_cta-and-links---cta-hover: var(--blue-700);
  --_timer---timer-bg: var(--yellow-500);
  --_timer---timer-txt-color: var(--blue-700);
  --_timer---time-digit-color: var(--pink-500);
  --_timer---time-label-color: var(--blue-700);
  --blue-700: #003058;
  --teal-500\<deleted\|variable-b485974b-6558-352e-02ba-b6c1c8f65ae6\>: #205272;
  --pure-red-500\<deleted\|variable-25d3bda9-adc4-6eff-2b0f-64595841ebb7\>: red;
  --silver-100\<deleted\|variable-58a2afa4-77ed-a556-2cc8-be358c332c49\>: #edf8f8;
  --teal-50: #e1f3f3;
  --cyan-300: #6ce6e5;
  --_responsive---section-topbot-paddings: 104px;
  --_responsive---section-inset-paddings: 80px;
  --white\<deleted\|variable-fbdc9c14-0e5c-6f7b-635e-f5136e53e53f\>: white;
  --text-color: var(--neutral-850);
  --_reviews---card-bg: var(--neutral-50);
  --_reviews---user-nickname-color: var(--neutral-950);
  --_reviews---verified: #66a721;
  --_photo-gallery---expanded: 100%;
  --neutral-950: #0d0d0d;
  --neutral-300: #b3b3b3;
  --_photo-gallery---full-width: 100%;
  --_cta-and-links---inactive-link: var(--neutral-300);
  --_responsive---section-card-radius: 32px;
  --_responsive---card-radius: 16px;
  --system--blue-500: #1b5cdd;
  --bg--pink: #fff2f8;
  --neutral-850: #262626;
  --pink-200: #f82e89;
  --yellow-500: #fffb53;
  --black: #000;
  --neutral-50: #f3f3f3;
  --neutral-500: gray;
  --neutral-550: #737373;
  --_reviews---publish-date-color: var(--neutral-500);
  --_reviews---read-more-color: var(--neutral-550);
  --_photo-gallery---collapsed: 64px;
  --_photo-gallery---image-corner-rad: 12px;
  --update-color-1: #a818c2;
  --update-color-2: #5fffac;
  --roundstampdiameter: 144px;
  --_timer---border: #fffb53;
  --blue-500: #095695;
  --pink-800: #ad0b5d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  --_responsive---section-topbot-paddings: 104px;
  --_responsive---section-inset-paddings: 80px;
  --_responsive---section-card-radius: 40px;
  --_responsive---card-radius: 16px;
  --_photo-gallery---expanded: 100%;
  --_photo-gallery---full-width: 100%;
  --_photo-gallery---collapsed: 64px;
  --_photo-gallery---image-corner-rad: 12px;
  padding-top: 46px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 120%;
}

.topper {
  z-index: 12;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: clip;
  box-shadow: 0 1px 2px #00000040;
}

.mainmenu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.menulink {
  color: var(--_cta-and-links---link-color);
  letter-spacing: -.1px;
  flex: 1 0 auto;
  line-height: 100%;
  text-decoration: none;
}

.menulink:hover {
  color: var(--_cta-and-links---hover-links);
}

.menulink.w--current {
  color: var(--pink-500);
}

.vacationviplogo {
  text-transform: none;
  max-width: 160px;
  font-style: normal;
}

.toppercontainer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.toppercta {
  background-color: var(--_cta-and-links---cta-bg);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.toppercta:hover {
  background-color: var(--_cta-and-links---cta-hover);
}

.hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  mix-blend-mode: normal;
  object-fit: fill;
  background-image: url('../images/c92bbbedb947198cdd063a846744ed63acf04ac2-2.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: static;
}

.herocontainer {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  perspective: 1064px;
  flex-flow: wrap;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.roundstamppricecontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: relative;
}

.campaignlogoand-price {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  display: flex;
}

.offerwidget {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fffc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 390px;
  min-width: 340px;
  display: flex;
  position: static;
  top: 8px;
  overflow: hidden;
}

.offerexpirecounter {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--_timer---timer-bg);
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.offertitle {
  color: var(--_timer---timer-txt-color);
  text-transform: uppercase;
  flex: 0 auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.time {
  color: var(--_timer---time-digit-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.timelabel {
  color: var(--_timer---time-label-color);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
}

.timehmsblock {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.timer {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lotofattention {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--blue-700);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-weight: 300;
  line-height: 120%;
  display: block;
  position: relative;
}

.lotofattentioncopy {
  text-align: center;
  flex: 1;
}

.bulbicon {
  transition: opacity .2s;
  position: absolute;
  inset: 50% 16px 0% auto;
  transform: translate(0, -50%);
}

.offerdetails {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.sealset {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.regularprice {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--teal-500\<deleted\|variable-b485974b-6558-352e-02ba-b6c1c8f65ae6\>);
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.oldprice {
  color: var(--pure-red-500\<deleted\|variable-25d3bda9-adc4-6eff-2b0f-64595841ebb7\>);
  font-weight: 600;
  text-decoration: line-through;
}

.newprice {
  color: var(--blue-700);
  letter-spacing: -3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 68px;
  font-weight: 800;
  line-height: 100%;
  position: relative;
}

.stayperiod {
  color: var(--blue-700);
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.priceanddiscount {
  background-color: var(--silver-100\<deleted\|variable-58a2afa4-77ed-a556-2cc8-be358c332c49\>);
  flex: 0 auto;
  align-self: stretch;
  position: relative;
}

.priceset {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--teal-50);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.discount {
  background-color: var(--cyan-300);
  pointer-events: auto;
  color: var(--white);
  text-transform: uppercase;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-size: 24px;
  font-weight: 800;
  line-height: 90%;
  display: flex;
  position: static;
  inset: 50% auto auto 0%;
}

.maincta {
  background-color: var(--_cta-and-links---cta-bg);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 26px;
  flex: 0 auto;
  padding: 14px 44px;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  transition: background-color .2s;
}

.maincta:hover {
  background-color: var(--_cta-and-links---cta-hover);
}

.resortname {
  color: var(--blue-700);
  text-align: center;
  letter-spacing: -.5px;
  font-size: 34px;
  font-weight: 700;
  line-height: 90%;
}

.widgettitlestay {
  color: var(--blue-700);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.widgettitle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.widgetdetails {
  color: var(--blue-700);
  text-align: center;
  -webkit-text-stroke-color: var(--blue-700);
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
}

.titleline {
  background-color: var(--blue-700);
  flex: 1;
  height: 2px;
}

.titlestay {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.menuandcta {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menusecondlevel {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  scroll-behavior: smooth;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-weight: 500;
  display: flex;
  position: static;
}

.menul2item {
  color: var(--_cta-and-links---link-color);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.menul2item:hover {
  color: var(--_cta-and-links---hover-links);
}

.photostrip {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--teal-50);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: stretch stretch;
  padding: 16px;
  display: flex;
  overflow: hidden;
}

.roundstamptotaltxt {
  text-transform: uppercase;
}

.normalrate {
  color: var(--blue-700);
}

.savelabel {
  color: var(--blue-700);
  text-align: left;
  line-height: 85%;
}

.priceblock {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.listitem {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--blue-700);
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 27ch;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.includingslist {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 24px;
  display: flex;
}

.checkicon {
  max-width: 40%;
  margin-top: 3px;
  font-size: 12px;
}

.whatyouget {
  padding: var(--_responsive---section-topbot-paddings) var(--_responsive---section-inset-paddings);
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: var(--blue-700);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.whatyougettitle {
  text-align: center;
  letter-spacing: -.8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  line-height: 110%;
}

.wyglistitem {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 160%;
  display: flex;
}

.whatyougetsubtitle {
  color: var(--white\<deleted\|variable-fbdc9c14-0e5c-6f7b-635e-f5136e53e53f\>);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff0;
  background-image: url('../images/colonial_shape.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  height: 100px;
  margin-bottom: 8px;
  padding: 12px 20px;
  display: flex;
}

.whatyougetsubtitle.why {
  background-color: #fcfcfc00;
  background-image: url('../images/colonial_shape.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  height: 100px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columntitle {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.whatyougetcolumn {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--text-color);
  flex-flow: column;
  flex: 1;
  display: flex;
}

.whatyougetset {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
}

.whatyougetcontainer {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 920px;
  display: flex;
}

.bannerwithcard {
  padding: 200px var(--_responsive---section-inset-paddings);
  perspective: 1000px;
  color: var(--text-color);
  background-image: url('../images/waves-up.svg'), url('../images/waves-down.svg'), url('../images/pool-view.webp');
  background-position: 50% 0, 50% 100%, 50%;
  background-repeat: repeat-x, repeat-x, no-repeat;
  background-size: auto, 100%, cover;
  background-attachment: scroll, scroll, fixed;
  border-top: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cardinfodetails {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: #262626;
  background-color: #02163347;
  border: 2px solid #ffffff9e;
  border-radius: 24px;
  flex-flow: column;
  max-width: 740px;
  padding-bottom: 32px;
  display: flex;
  overflow: clip;
  box-shadow: 0 20px 80px #050e2c40;
}

.imgtextblock {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  opacity: 1;
  -webkit-text-stroke-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.textblock {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 48px;
  padding-right: 48px;
  line-height: 100%;
  display: flex;
}

.infoblockheader {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 120%;
}

.roundstampcontainer {
  margin-top: -120px;
  position: static;
  bottom: -50px;
}

.amenitiesandattractions {
  padding: 144px 40px var(--_responsive---section-topbot-paddings);
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.analisttitle {
  color: var(--blue-700);
  margin-top: 0;
  margin-bottom: 0;
}

.anacolumn {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.galleryitem {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  align-self: auto;
  min-width: 300px;
  display: flex;
}

.guestreviews {
  padding-top: var(--_responsive---section-topbot-paddings);
  padding-bottom: var(--_responsive---section-topbot-paddings);
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.guestrevphotogall {
  box-sizing: content-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  overflow: hidden;
}

.tripadvisorcard {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--_reviews---card-bg);
  border-radius: 32px;
  flex-flow: column;
  max-width: 320px;
  min-height: 240px;
  padding: 24px;
  display: flex;
}

.revcardusername {
  color: var(--_reviews---user-nickname-color);
  letter-spacing: .2px;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
}

.revcardpublishdate {
  color: var(--_reviews---verified);
  letter-spacing: .3px;
  align-self: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
}

.revcarduserdetails {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.revcardtopper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.revcardrates {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.revcardtext {
  height: var(--_photo-gallery---expanded);
  color: var(--text-color);
  font-size: 14px;
  line-height: 140%;
}

.revcardpost {
  height: var(--_photo-gallery---expanded);
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.sectionh3title {
  color: var(--blue-700);
  text-align: center;
  text-transform: uppercase;
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 110%;
}

.sectionh3title.alignleft {
  color: var(--blue-700);
  text-align: left;
}

.anatableoflists {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer {
  padding: 40px var(--_responsive---section-inset-paddings);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--neutral-950);
  color: var(--neutral-300);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 150%;
  display: flex;
}

.footercontent {
  text-wrap: pretty;
  max-width: 120ch;
}

.footercontent.title {
  color: #b3b3b3;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: underline;
}

.campaignlogo {
  align-self: stretch;
}

.cardbodytxt {
  max-width: var(--_photo-gallery---full-width);
  color: var(--white);
  text-align: center;
  font-size: 16px;
  line-height: 140%;
}

.mobilemenu {
  display: none;
}

.drawer {
  z-index: 14;
  background-color: var(--white);
  opacity: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  padding: 48px 88px 40px 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
  transform: translate(100%);
  box-shadow: -12px 0 80px #00000080;
}

.drawermenu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.closedrawerbtn {
  position: absolute;
  inset: 24px 24px auto auto;
}

.drawercta {
  background-color: var(--pink-500);
  text-transform: uppercase;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.drawercta:hover {
  background-color: var(--teal-500\<deleted\|variable-b485974b-6558-352e-02ba-b6c1c8f65ae6\>);
}

.mainsection {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--_reviews---card-bg);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.acccardcontainer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.bodytext {
  color: var(--text-color);
  max-width: 720px;
  font-size: 16px;
  line-height: 140%;
}

.acccardsummaryblocktxt {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.acccardincludingslist {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.herostripphoto {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  position: static;
}

.drawerlink {
  color: var(--_cta-and-links---link-color);
  letter-spacing: -.1px;
  flex: 1 0 auto;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
}

.drawerlink:hover {
  color: var(--_cta-and-links---hover-links);
}

.drawerlink.w--current {
  color: var(--_cta-and-links---inactive-link);
  font-size: 18px;
}

.amntcard {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-radius: var(--_responsive---section-card-radius);
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 48px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #0000004d;
}

.amntcardsectionl {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.amntcardsecttxtbl {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
  position: static;
}

.amntcardtxtcnt {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.amntcardleadimg {
  aspect-ratio: 4 / 3;
  border-radius: var(--_responsive---card-radius);
  object-fit: cover;
  flex: 1;
  order: 0;
}

.amntcardsectionr {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sectioncontainer {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.lightboxlinkammenities {
  border-radius: var(--_responsive---card-radius);
  overflow: clip;
}

.lightboxlinkammenities:hover {
  outline-color: var(--pink-500);
  outline-offset: 0px;
  outline-width: 4px;
  outline-style: solid;
}

.amenitiesphotogallery {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.listcontainer {
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  flex: 0 auto;
  display: flex;
}

.amattlistitem {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--text-color);
  justify-content: flex-start;
  align-items: center;
  line-height: 24px;
  display: flex;
}

.amattlist {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.footerlink {
  color: var(--_cta-and-links---cta-bg);
}

.footerlink:hover {
  color: var(--white);
}

.tnctitleh2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.tnctitleh2.toppad {
  margin-top: 32px;
}

.tnctitleh1 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 95%;
}

.docsection {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.tnccontainer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--text-color);
  text-wrap: pretty;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 84ch;
  padding: 48px 24px;
  line-height: 144%;
  display: flex;
}

.footerserlinks {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tncdialogue {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  font-size: 16px;
  line-height: 150%;
  display: none;
  position: fixed;
  inset: 0%;
}

.modaltopper {
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  padding: 16px;
  display: flex;
}

.modalcard {
  background-color: var(--white);
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  box-shadow: 0 16px 88px #00000080;
}

.modalwrapper {
  justify-content: flex-start;
  align-items: center;
  padding: 48px 80px;
  overflow: auto;
}

.image {
  cursor: pointer;
}

.madialogue {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  font-size: 16px;
  line-height: 150%;
  display: none;
  position: fixed;
  inset: 0%;
}

.astericstop {
  font-size: 20px;
  position: absolute;
  inset: 16px -4px auto auto;
}

.houseicon {
  display: none;
}

.ppdialogue {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  font-size: 16px;
  line-height: 150%;
  display: none;
  position: fixed;
  inset: 0%;
}

.titleh1 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 95%;
}

.text-span {
  text-decoration: underline;
}

.bodywrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #000;
  text-wrap: pretty;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 84ch;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 144%;
  display: flex;
}

.checkout-cta.maincta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--pink-500);
  white-space: nowrap;
  word-break: normal;
  object-fit: fill;
  --_photo-gallery---expanded: 100%;
  --_photo-gallery---full-width: 100%;
  --_photo-gallery---collapsed: 64px;
  --_photo-gallery---image-corner-rad: 12px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
  font-size: 16px;
  display: flex;
}

.checkout-cta.maincta:where(.w-variant-eb404270-8822-4a37-3777-c7f3d12c760e) {
  width: var(--_photo-gallery---full-width);
  background-color: var(--pink-500);
  background-image: none;
  max-width: 1200px;
}

.checkout-cta.maincta.big-4 {
  width: var(--_photo-gallery---full-width);
  background-color: #c91869;
  background-image: none;
  max-width: 1200px;
}

.checkout-cta.maincta.cta-mobile {
  display: none;
}

.wyglink {
  color: var(--system--blue-500);
  text-decoration: none;
}

.wyglink:hover {
  color: var(--pink-500);
}

.circleimages {
  margin-top: -60px;
  margin-bottom: -65px;
  position: relative;
}

.section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: -63px;
  display: flex;
}

.guestrevphoto-2 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 16px;
  flex: none;
}

.image-3 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 56px;
  display: block;
  overflow: visible;
}

.verified-user {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-self: flex-start;
  display: flex;
}

.offertitle-2 {
  color: #262626;
  text-transform: uppercase;
  flex: 0 auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.acccard-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #0000004d;
}

.offerexpirecounteracccard-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fffb53;
  border: 1px solid #e7e326;
  border-radius: 12px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.offerexpirecounteracccard-2.mobilecounter {
  border-radius: 0;
  margin-bottom: 8px;
  display: none;
}

.roundstampprice-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -3px;
  font-size: 60px;
  font-weight: 800;
  line-height: 86%;
  text-decoration: none;
}

.roundstampcurrency-2 {
  color: #fff;
  text-shadow: 2px 2px 6px #205272;
  mix-blend-mode: normal;
  object-fit: scale-down;
  border: 0 #000;
  min-width: 2px;
  min-height: 2px;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  top: -2px;
  left: -10px;
}

.acccardsectionh3title-2 {
  color: #262626;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 110%;
}

.timelabel-2 {
  color: #004b64;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
}

.amenitieslistitem {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #004b64;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}

.acccardtopcontainer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 48px;
  padding-right: 48px;
  display: grid;
}

.acccardlistitem-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #262626;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.checkicon-2 {
  margin-top: 3px;
}

.acctableheader {
  background-color: var(--blue-700);
  padding: 24px 40px;
}

.asterics-2 {
  color: #fff;
  text-shadow: 2px 2px 6px #205272;
  object-fit: scale-down;
  min-width: 2px;
  min-height: 2px;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  inset: 0% -14px auto auto;
}

.acccardinfocontainer-2 {
  width: 100%;
  padding: 0 48px;
}

.roundstampdetails-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}

.amenitieslist {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: stretch;
  padding: 32px;
}

.time-2 {
  color: #262626;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.heroaccm {
  background-image: linear-gradient(#0006, #0006), url('../images/accm_hero_bg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 48px;
  display: flex;
}

.acccardtext-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.resorttitle {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 105%;
}

.sectionh3title-3 {
  color: var(--blue-700);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 110%;
}

.herowrapper {
  justify-content: center;
  align-items: center;
}

.roundstampstayperiod-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 90%;
}

.acccardblock-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--bg--pink);
  border-radius: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 24px 24px 24px 64px;
  display: flex;
  overflow: visible;
}

.acctextgroup {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.bodytext-2 {
  color: #262626;
  max-width: 720px;
  font-size: 16px;
  line-height: 140%;
}

.resortdetails {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f3f3f3;
  border-radius: 16px;
  flex-flow: column;
  align-items: stretch;
  overflow: hidden;
}

.roundstamp-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #205272;
  border: 8px solid #fff;
  border-radius: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 144px;
  display: flex;
  position: static;
}

.div-block-2 {
  border-width: 6px;
  border-color: var(--white);
  background-color: var(--blue-700);
  flex: none;
  position: relative;
}

.roundstamptotal-2 {
  background-color: var(--pink-500);
  color: #fff;
  padding: 5px 8px;
  font-weight: 500;
  line-height: 100%;
  display: block;
  position: absolute;
  top: 62px;
  left: -44px;
  box-shadow: 0 2px 8px #0006;
}

.photostrip-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e1f3f3;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: stretch stretch;
  padding: 16px;
  display: flex;
  overflow: hidden;
}

.herophotosrow-2 {
  width: var(--_photo-gallery---expanded);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accmlightbox {
  border: 1px #000;
  border-radius: 16px;
  min-width: 384px;
  display: block;
  overflow: clip;
}

.accmlightbox:hover {
  outline-offset: 0px;
  outline: 4px solid #fe5925;
}

.herostripphoto-2 {
  aspect-ratio: 4 / 3;
  width: 100%;
}

.singlectacontainer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  color: var(--neutral-850);
}

.photostripwrapper {
  justify-content: center;
  align-items: center;
  position: relative;
}

.arrow-right {
  z-index: 10;
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  cursor: pointer;
  background-color: #0000004d;
  border: 2px solid #fff;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: absolute;
  inset: 50% 8px 0% auto;
  transform: translate(0, -50%);
}

.arrow-right:hover {
  background-color: #000;
  border-width: 3px;
  border-color: #ef564c;
}

.arrow-left {
  z-index: 10;
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  cursor: pointer;
  background-color: #0000004d;
  border: 2px solid #fff;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: absolute;
  inset: 50% auto 0% 8px;
  transform: translate(0, -50%);
}

.arrow-left:hover {
  background-color: #000;
  border-width: 3px;
  border-color: #ef564c;
}

.herophotosrow-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.herolightboxstrip-2 {
  border-radius: 16px;
  min-width: 384px;
  display: block;
  overflow: clip;
}

.herolightboxstrip-2:hover {
  outline-offset: 0px;
  outline: 4px solid #ef564c;
}

.herostripphoto-3 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.image-4, .image-5 {
  border: 0px solid var(--white);
}

.utility-page-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: url('../images/sunset-with-palm-trees-lake.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 solid #af5a5a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #cccccc4d;
  background-clip: border-box;
  border: 2px solid #ffffff1a;
  border-radius: 32px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding: 100px 32px 32px;
  display: flex;
  position: relative;
}

.body {
  padding-top: 0;
}

.image-6 {
  z-index: 1;
  width: 140px;
  max-width: 60%;
  margin-top: -494px;
  position: absolute;
}

.heading {
  color: #a50101;
  font-size: 180px;
  line-height: 120px;
}

.heading-2, .text-block-8 {
  color: #000;
}

.section-2 {
  width: 80%;
}

.button {
  background-color: var(--white);
  color: var(--pink-500);
  border-radius: 50px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
  display: flex;
}

.ehologo {
  fill: #000;
}

.resortvideo {
  z-index: 20;
  background-color: #000000e0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.videowrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.videoclosebtn {
  cursor: pointer;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-10 {
  flex: 1;
  display: flex;
}

.checkicon-3 {
  vertical-align: top;
  max-width: 40%;
  margin-top: 0;
  font-size: 12px;
  display: block;
  position: relative;
  top: 0;
}

.oldprice-2 {
  color: red;
  font-weight: 600;
  text-decoration: line-through;
}

.time-3 {
  color: #c6102b;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.widgetdetails-2 {
  color: #003058;
  text-align: center;
  -webkit-text-stroke-color: #003058;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
}

.lotofattention-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #003058;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-weight: 300;
  line-height: 120%;
  display: block;
  position: relative;
}

.priceanddiscount-2 {
  background-color: #edf8f8;
  flex: 0 auto;
  align-self: stretch;
  position: relative;
}

.offertitle-3 {
  color: #003058;
  text-transform: uppercase;
  flex: 0 auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.normalrate-2 {
  color: #003058;
}

.offerexpirecounter-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f5f73f;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.titleline-2 {
  background-color: #003058;
  flex: 1;
  height: 2px;
}

.timelabel-3 {
  color: #003058;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
}

.resortname-2 {
  color: #003058;
  text-align: center;
  letter-spacing: -.5px;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.image-11 {
  max-width: 160px;
}

.stayperiod-2 {
  color: #003058;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.savelabel-2 {
  color: #fff;
  text-align: left;
  font-size: 32px;
  line-height: 85%;
}

.priceblock-2 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: -80px;
  padding-left: 0;
  display: flex;
}

.priceset-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #ffefe3;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.offerwidget-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffffb3;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 390px;
  min-width: 340px;
  display: flex;
  position: static;
  top: 8px;
  overflow: hidden;
}

.regularprice-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #205272;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.discount-2 {
  pointer-events: auto;
  color: #fff;
  text-transform: uppercase;
  background-color: #003058;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-size: 24px;
  font-weight: 800;
  line-height: 90%;
  display: flex;
  position: static;
  inset: 50% auto auto 0%;
}

.widgettitlestay-2 {
  color: #003058;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.listitem-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #003058;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.newprice-2 {
  color: #003058;
  letter-spacing: -3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 68px;
  font-weight: 800;
  line-height: 100%;
  position: relative;
}

.videocta.maincta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  white-space: nowrap;
  word-break: normal;
  object-fit: fill;
  --_photo-gallery---expanded: 100%;
  --_photo-gallery---full-width: 100%;
  --_photo-gallery---collapsed: 64px;
  --_photo-gallery---image-corner-rad: 12px;
  background-image: linear-gradient(270deg, #c6102b, #ff2424 53%, #c6102b 103%);
  border: 2px solid #ff2424;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
  font-size: 16px;
  display: flex;
}

.videocta.maincta:hover {
  background-image: none;
  border-color: #0076d7;
}

.videocta.maincta.big {
  width: 100%;
  max-width: 1200px;
}

.videocta.toppercta {
  --_responsive---section-topbot-paddings: 104px;
  --_responsive---section-inset-paddings: 80px;
  --_responsive---section-card-radius: 32px;
  --_responsive---card-radius: 16px;
  border: .5px solid #fff;
  border-radius: 144px;
  padding: 12px 24px;
  font-size: 14px;
  transition: opacity .2s;
  display: flex;
  box-shadow: 0 6px 20px #ff212178;
}

.videocta.toppercta:hover {
  mix-blend-mode: normal;
  box-shadow: 0 6px 20px #2160ff78;
}

.videocta.maincta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  white-space: nowrap;
  word-break: normal;
  object-fit: fill;
  --_photo-gallery---expanded: 100%;
  --_photo-gallery---full-width: 100%;
  --_photo-gallery---collapsed: 64px;
  --_photo-gallery---image-corner-rad: 12px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  white-space: nowrap;
  word-break: normal;
  object-fit: fill;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
  font-size: 16px;
  display: flex;
}

.videocta.maincta.big-2 {
  width: 100%;
  max-width: 1200px;
}

.videocta.maincta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  white-space: nowrap;
  word-break: normal;
  object-fit: fill;
  --_photo-gallery---expanded: 100%;
  --_photo-gallery---full-width: 100%;
  --_photo-gallery---collapsed: 64px;
  --_photo-gallery---image-corner-rad: 12px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
  font-size: 16px;
  display: flex;
}

.videocta.maincta.big-3 {
  width: 100%;
  max-width: 1200px;
}

.photostrip-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffefe3;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: stretch stretch;
  padding: 16px;
  display: flex;
  overflow: hidden;
}

.herophotosrow-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.herolightboxstrip-3 {
  border-radius: 16px;
  min-width: 384px;
  display: block;
  overflow: clip;
}

.herolightboxstrip-3:hover {
  outline-offset: 0px;
  outline: 4px solid #ef564c;
}

.herostripphoto-4 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.image-12 {
  border: 0 solid #fff;
}

.photostrip4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffefe3;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: stretch stretch;
  padding: 16px;
  display: flex;
  overflow: hidden;
}

.infoblockheader-2 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 120%;
}

.roundstampcontainer-2 {
  margin-bottom: 42px;
  position: absolute;
  bottom: -50px;
}

.cardbodytxt-2 {
  color: #fff;
  text-align: center;
  max-width: 100%;
  font-size: 16px;
  line-height: 140%;
}

.cardinfodetails-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  opacity: 1;
  color: #262626;
  border: 0 solid #ffffff9e;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 650px;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  overflow: clip;
}

.roundstamptotal-3 {
  color: #fff;
  background-color: #f5f73f;
  background-image: repeating-linear-gradient(90deg, #c6102b, #ff2424 51%, #c6102b);
  padding: 5px 8px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  position: absolute;
  top: 62px;
  left: -44px;
  box-shadow: 0 2px 8px #0006;
}

.div-block-3 {
  background-color: #003058;
  border-width: 6px;
  border-color: #fdb808;
  flex: none;
  position: relative;
}

.image-13 {
  max-width: 160px;
}

.bannerwithcard-2 {
  perspective: 1000px;
  transform-origin: 50%;
  color: #262626;
  background-image: url('../images/edge_top.svg'), url('../images/edge_bottom.svg'), url('../images/Details_bg.webp');
  background-position: 50% 0, 50% 100%, 50%;
  background-repeat: repeat-x, repeat-x, no-repeat;
  background-size: auto, 100%, cover;
  background-attachment: scroll, scroll, fixed;
  border-top: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 200px 80px;
  display: flex;
  position: relative;
}

.textblock-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.imageswrapercolumn {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex: none;
  grid-template: "Area" 60%
                 "." 40%
                 / 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: stretch center;
  width: 30%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.imageswrapercolumn.col1 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: 60% 40%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  display: flex;
}

.imageswrapercolumn.col2 {
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: 40% 60%;
  width: 40%;
  display: flex;
}

.imageswrapercolumn.col3 {
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 40%;
  display: flex;
}

.imageswrapercolumn.col4 {
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: 40% 60%;
  width: 60%;
  display: flex;
}

.text {
  grid-column-gap: 10.42px;
  grid-row-gap: 10.42px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.discover {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-image: url('../images/edge_inverted.svg'), url('../images/edge_top.svg'), radial-gradient(circle, #0003 16%, #0f2052), url('../images/Discover_bg.webp');
  background-position: 50% 0, 50% -1px, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat;
  background-size: cover, contain, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 124px;
  padding-bottom: 124px;
  display: flex;
}

.heading-6 {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.discoverimage {
  color: #fff;
  background-image: linear-gradient(0deg, #000, #fff0 40%), url('../images/discover_vegas01.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-end;
  max-width: none;
  height: 140px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 300;
  display: flex;
}

.discoverimage.disc06 {
  background-image: linear-gradient(0deg, #000, #fff0 40%), url('../images/discover_vegas06.webp');
}

.discoverimage.disc07 {
  background-image: linear-gradient(0deg, #000, #fff0 40%), url('../images/discover_vegas07.webp');
  width: 100%;
}

.discoverimage.disc08 {
  background-image: linear-gradient(0deg, #000, #fff0 40%), url('../images/discover_vegas08.webp');
  width: 100%;
}

.discoverimage.disc01 {
  background-image: linear-gradient(0deg, #000, #fff0 60%), url('../images/pic_discover-2-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  min-width: 100%;
  max-width: none;
  height: 60%;
  min-height: auto;
}

.discoverimage.disc01.disc03 {
  background-image: linear-gradient(0deg, #000, #fff0 60%), url('../images/pic_discover-3.webp');
  height: 40%;
  min-height: auto;
}

.discoverimage.disc01.disc05 {
  background-image: linear-gradient(0deg, #000, #fff0 40%), url('../images/disc-5.webp');
}

.discoverimage.disc01.disc07 {
  width: auto;
  min-width: auto;
  height: 40%;
  min-height: auto;
}

.discoverimage.disc03 {
  background-image: linear-gradient(0deg, #000, #fff0 60%), url('../images/discover_vegas03.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.discoverimage.disc05 {
  background-image: linear-gradient(0deg, #000, #fff0 40%), url('../images/discover_vegas05.webp');
  width: 100%;
}

.discoverimage.disc02 {
  background-image: linear-gradient(0deg, #000, #fff0 60%), url('../images/pic_discover-2-1-1.webp');
  border-radius: 8px;
  min-width: 100%;
  height: 40%;
  min-height: auto;
}

.discoverimage.disc02.disc04 {
  background-image: linear-gradient(0deg, #000, #fff0 60%), url('../images/pic_discover-4.webp');
  height: 60%;
  min-height: auto;
}

.discoverimage.disc02.disc08 {
  width: auto;
  min-width: auto;
  height: 60%;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
}

.discoverimage.disc04 {
  background-image: linear-gradient(0deg, #000, #fff0 60%), url('../images/discover_vegas04.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.discoverimage.disc01-copy {
  background-image: linear-gradient(0deg, #000, #fff0 60%), url('../images/pic_discover-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-end;
  min-width: auto;
  max-width: none;
  height: 60%;
  min-height: auto;
}

.discoverimage.disc01-copy.disc03 {
  height: 40%;
  min-height: auto;
}

.discoverimage.disc01-copy.disc07 {
  background-image: linear-gradient(0deg, #000, #fff0 60%), url('../images/pic_discover-7.webp');
  width: auto;
  min-width: 100%;
  height: 40%;
  min-height: auto;
}

.discoverimage.disc02-copy.disc06 {
  background-image: linear-gradient(0deg, #000, #fff0 60%), url('../images/pic_discover-6.webp');
  min-width: 100%;
}

.discoverimage.disc02-copy.disc08 {
  width: auto;
  min-width: auto;
  height: 60%;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
}

.discoverimage.disc02-copy {
  background-image: linear-gradient(0deg, #000, #fff0 60%), url('../images/pic_discover-2.webp');
  border-radius: 8px;
  min-width: auto;
  height: 40%;
  min-height: auto;
}

.discoverimage.disc02-copy.disc04 {
  background-image: linear-gradient(0deg, #000, #fff0 60%), url('../images/pic_discover-4.webp');
  height: 60%;
  min-height: auto;
}

.discoverimage.disc02-copy.disc08 {
  background-image: linear-gradient(0deg, #000, #fff0 60%), url('../images/pic_discover-8.webp');
  width: auto;
  min-width: auto;
  height: 60%;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
}

.text-block-26 {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.heading-5 {
  text-align: center;
}

.footer-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--neutral-950);
  color: #b3b3b3;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 80px;
  line-height: 150%;
  display: flex;
}

.photostrip-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: stretch stretch;
  padding: 16px;
  display: flex;
  overflow: hidden;
}

.herophotosrow-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.accmlightbox-2 {
  border: 1px #000;
  border-radius: 16px;
  min-width: 384px;
  display: block;
  overflow: clip;
}

.accmlightbox-2:hover {
  outline-offset: 0px;
  outline: 4px solid #fe5925;
}

.herostripphoto-5 {
  aspect-ratio: 4 / 3;
  width: 100%;
}

.timelabel-4 {
  color: #004b64;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
}

.acccardblock-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #ffefe3;
  border-radius: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 24px 24px 24px 64px;
  display: flex;
  overflow: visible;
}

.div-block-4 {
  background-color: #003058;
  border-width: 6px;
  border-color: #fdb808;
  flex: none;
  position: relative;
}

.checkicon-4 {
  margin-top: 0;
}

.resorttitle-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 120%;
}

.acctableheader-2 {
  background-color: #003058;
  padding: 24px 40px;
}

.sectionh3title-4 {
  color: #003058;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 110%;
}

.text-block-27, .text-block-28 {
  color: #262626;
}

.bodytext-3 {
  color: #262626;
  max-width: 720px;
  font-size: 16px;
  line-height: 140%;
}

.text-block-29 {
  color: #262626;
}

.timelabel-5 {
  color: #004b64;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
}

.sectionh3title-5 {
  color: #003058;
  text-align: center;
  text-transform: uppercase;
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 110%;
}

.sectionh3title-5.alignleft {
  color: #003058;
  text-align: left;
}

.amntcard-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 48px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #0000004d;
}

.checkicon-5 {
  margin-top: 0;
}

.amntcardleadimg-2 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  flex: 1;
  order: 0;
}

.bodytext-4 {
  color: #262626;
  max-width: 720px;
  font-size: 16px;
  line-height: 140%;
}

.sectionh3title-6 {
  color: #003058;
  text-align: center;
  text-transform: uppercase;
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 110%;
}

.sectionh3title-6.alignleft {
  color: #003058;
  text-align: left;
}

.checkicon-6 {
  margin-top: 0;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.savelabel-3 {
  color: var(--white);
  text-align: left;
  font-size: 32px;
  line-height: 85%;
}

.text-block-30 {
  flex: 1;
  display: flex;
}

.time-4 {
  color: #fe5925;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.checkicon-7 {
  vertical-align: top;
  max-width: 40%;
  margin-top: 3px;
  font-size: 12px;
  display: block;
  position: relative;
  top: 0;
}

.oldprice-3 {
  color: red;
  font-weight: 600;
  text-decoration: line-through;
}

.offertitle-4 {
  color: #0d1f48;
  text-transform: uppercase;
  flex: 0 auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.widgetdetails-3 {
  color: #0d1f48;
  text-align: center;
  -webkit-text-stroke-color: #0d1f48;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
}

.lotofattention-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #003058;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-weight: 300;
  line-height: 120%;
  display: block;
  position: relative;
}

.priceanddiscount-3 {
  background-color: #edf8f8;
  flex: 0 auto;
  align-self: stretch;
  position: relative;
}

.widgettitlestay-3 {
  color: #0d1f48;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.resortname-3 {
  color: #0d1f48;
  text-align: center;
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}

.offerexpirecounter-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f5f73f;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.regularprice-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #205272;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.discount-3 {
  background-color: var(--blue-700);
  pointer-events: auto;
  color: #fff;
  text-transform: uppercase;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px 16px 16px;
  font-size: 24px;
  font-weight: 800;
  line-height: 90%;
  display: flex;
  position: static;
  inset: 50% auto auto 0%;
}

.normalrate-3 {
  color: #0d1f48;
}

.priceblock-3 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: -80px;
  padding-left: 0;
  display: flex;
}

.newprice-3 {
  color: #0d1f48;
  letter-spacing: -3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 68px;
  font-weight: 800;
  line-height: 100%;
  position: relative;
}

.offerwidget-3 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffffb3;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 390px;
  min-width: 340px;
  display: flex;
  position: static;
  top: 8px;
  overflow: hidden;
}

.timelabel-6 {
  color: #0d1f48;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
}

.priceset-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--bg--pink);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.listitem-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0d1f48;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.titleline-3 {
  background-color: #0d1f48;
  flex: 1;
  height: 2px;
}

.stayperiod-3 {
  color: #0d1f48;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.photostrip5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--bg--pink);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: stretch stretch;
  padding: 16px;
  display: flex;
  overflow: hidden;
}

.bold-text-2 {
  color: var(--pink-500);
  text-decoration: none;
}

.infoblockheader-3 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 120%;
}

.drawerlink-2 {
  color: #0d1f48;
  letter-spacing: -.1px;
  flex: 1 0 auto;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
}

.drawerlink-2:hover {
  color: #fe5925;
}

.drawerlink-2.w--current {
  color: #b3b3b3;
  font-size: 18px;
}

.cardbodytxt-3 {
  color: #fff;
  text-align: center;
  max-width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

.cardinfodetails-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  color: #262626;
  background-color: #acacac00;
  background-image: url('../images/Union.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0 solid #ffffff9e;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  height: 600px;
  margin-bottom: -120px;
  padding-bottom: 32px;
  display: flex;
  position: static;
  overflow: clip;
}

.div-block-5 {
  border-width: 6px;
  border-color: var(--pink-200);
  background-color: #095695;
  flex: none;
  width: 150px;
  height: 150px;
  position: relative;
}

.drawer-2 {
  z-index: 14;
  opacity: 0;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  padding: 48px 88px 40px 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
  transform: translate(100%);
  box-shadow: -12px 0 80px #00000080;
}

.bannerwithcard-3 {
  perspective: 1000px;
  transform-origin: 50%;
  color: #262626;
  background-image: url('../images/border.png'), url('../images/border.png'), url('../images/explore_bg.webp');
  background-position: 50% 0, 50% 100%, 50%;
  background-repeat: repeat-x, repeat-x, no-repeat;
  background-size: contain, contain, cover;
  background-attachment: scroll, scroll, scroll;
  border-top: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px;
  display: flex;
  position: relative;
}

.imgtextblock-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  opacity: 1;
  -webkit-text-stroke-color: white;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.roundstamptotal-4 {
  color: #000;
  background-color: #f5f73f;
  padding: 5px 8px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  position: absolute;
  top: 62px;
  left: -44px;
  box-shadow: 0 2px 8px #0006;
}

.slide-4 {
  background-image: url('../images/Review_pics.webp');
  background-position: 50%;
  background-size: cover;
}

.review_cards_container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 32px;
  display: flex;
}

.picture_wrapper {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 24px;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 960px;
  max-width: none;
  height: 100%;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-5 {
  background-image: url('../images/Review_pics4.webp');
  background-position: 50%;
  background-size: cover;
}

.reviewstamp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #d1d1d11a;
  border-radius: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 480px;
  max-width: none;
  margin-top: 16px;
  margin-left: 16px;
  display: flex;
}

.guestreviews-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 104px;
  display: flex;
}

.review_v2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: flex-start;
  width: 90%;
  max-width: none;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-14 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 56px;
  display: block;
  overflow: visible;
}

.sectionh3title-7 {
  color: #0d1f48;
  text-align: center;
  text-transform: uppercase;
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 110%;
}

.text-block-15 {
  color: #000;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.revcardusername-2 {
  color: #0d0d0d;
  letter-spacing: .2px;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
}

.revcardpublishdate-2 {
  color: #66a721;
  letter-spacing: .3px;
  align-self: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
}

.div-block-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  display: flex;
}

.slide-7 {
  background-image: url('../images/Review_pics5.webp');
  background-position: 50%;
  background-size: cover;
}

.image-10 {
  width: 90px;
}

.text-block-16 {
  color: #fff;
}

.text-block-14 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.revcardpost-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.slide-8 {
  background-image: url('../images/Review_pics3.webp');
  background-position: 50%;
  background-size: cover;
}

.revcardtext-2 {
  color: #262626;
  height: 100%;
  font-size: 14px;
  line-height: 140%;
}

.container-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  max-width: none;
  margin-left: 16px;
  margin-right: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.slide-6 {
  background-image: url('../images/Review_pics2.webp');
  background-position: 50%;
  background-size: cover;
}

.slider-2 {
  width: auto;
  min-width: 100%;
  height: 650px;
}

.revcardtopper-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.cards-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  max-width: none;
  margin: -406px 24px 24px 0;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tripadvisor_stamp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f3f3f3;
  border-radius: 32px;
  flex-flow: column;
  max-width: 320px;
  min-height: 240px;
  padding: 24px;
  display: flex;
  position: relative;
}

.container-5 {
  margin-left: 0;
}

.resorttitle-3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 120%;
}

.acctableheader-3 {
  background-color: #095695;
  flex-flow: column;
  padding: 24px 40px;
}

.sectionh3title-8 {
  color: #0d1f48;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 110%;
}

.div-block-7 {
  background-color: #095695;
  border-width: 6px;
  border-color: #fff;
  flex: none;
  position: relative;
}

.checkicon-8 {
  margin-top: 3px;
}

.acccardblock-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--bg--pink);
  border-radius: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 24px 24px 24px 64px;
  display: flex;
  overflow: visible;
}

.photostrip-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: var(--white);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: stretch stretch;
  padding: 16px;
  display: flex;
  overflow: hidden;
}

.herophotosrow-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.accmlightbox-3 {
  border: 1px #000;
  border-radius: 16px;
  min-width: 384px;
  display: block;
  overflow: clip;
}

.accmlightbox-3:hover {
  outline-offset: 0px;
  outline: 4px solid #fe5925;
}

.herostripphoto-6 {
  aspect-ratio: 4 / 3;
  width: 100%;
}

.sectionh3title-9 {
  color: #0d1f48;
  text-align: center;
  text-transform: uppercase;
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 110%;
}

.sectionh3title-9.alignleft {
  color: #0d1f48;
  text-align: left;
}

.div-block-8 {
  background-color: #095695;
  border-width: 6px;
  border-color: #fff;
  flex: none;
  position: relative;
}

.checkicon-9 {
  margin-top: 3px;
}

.acccardblock-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #e6f3ff;
  border-radius: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 24px 24px 24px 64px;
  display: flex;
  overflow: visible;
}

.sectionh3title-10 {
  color: #0d1f48;
  text-align: center;
  text-transform: uppercase;
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 110%;
}

.sectionh3title-10.alignleft {
  color: #0d1f48;
  text-align: left;
}

.checkicon-10 {
  margin-top: 3px;
}

.text-block-31 {
  color: var(--pink-500);
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.text32 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.bold-text-4 {
  color: var(--pink-500);
}

.image-15 {
  margin-top: 0;
  margin-bottom: -16px;
}

.image-16 {
  width: 400px;
  position: absolute;
  inset: auto auto 0 5%;
}

.discover-2 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  background-image: url('../images/border.png'), url('../images/border.png'), url('../images/discover_bg_new.webp');
  background-position: 50% 100%, 50% 0, 50% 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, contain, cover;
  background-attachment: scroll, scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 124px;
  padding-bottom: 124px;
  display: flex;
}

.heading-7 {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.text-block-33 {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.heading-8 {
  text-align: center;
  text-transform: uppercase;
}

.container-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  min-width: 960px;
  max-width: 960px;
  height: 500px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.wrapper_massoury1, .wrapper_massoury2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  min-width: 50%;
  max-width: none;
  display: flex;
}

.revcardtopper-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.revcarduseravatar {
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

.revcardpublishdate-3 {
  color: gray;
  letter-spacing: .3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.guestreviews-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 104px;
  padding-bottom: 104px;
  display: none;
}

.sectionh3title-11 {
  color: #205272;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 110%;
}

.revcardusername-3 {
  color: #0d0d0d;
  letter-spacing: .2px;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
}

.reviewcards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.revcardpost-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.revcardtext-3 {
  color: #262626;
  font-size: 16px;
  line-height: 140%;
}

.revcardmessageheader {
  color: #262626;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.guestrevphotogall-2 {
  box-sizing: content-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  min-height: auto;
  max-height: 350px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  overflow: hidden;
}

.tripadvisorcard-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f3f3f3;
  border-radius: 32px;
  flex-flow: column;
  max-width: 320px;
  padding: 24px;
  display: flex;
}

.guestrevphoto {
  object-fit: cover;
  border-radius: 16px;
  flex: none;
  max-width: 30%;
}

.guestreviewscontainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-17 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 56px;
  display: block;
  overflow: visible;
}

.revcardpublishdate-4 {
  color: #66a721;
  letter-spacing: .3px;
  align-self: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
}

.revcardpost-4 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.revcardtopper-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.footerserlinks-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footerlink-2 {
  color: var(--pink-200);
}

.footerlink-2:hover {
  color: #fff;
}

.image-18 {
  border-radius: 12px;
}

.bold-text-5 {
  color: var(--yellow-500);
  text-transform: none;
  font-size: 20px;
  font-weight: 300;
}

.text-block-34 {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.widget-disclosure {
  color: #003058;
  text-align: center;
  -webkit-text-stroke-color: #003058;
  max-width: 90%;
  font-size: 12px;
  font-weight: 500;
  line-height: 125%;
}

.roundstampcurrency-3 {
  color: #fff;
  text-shadow: 2px 2px 6px #205272;
  mix-blend-mode: normal;
  object-fit: scale-down;
  border: 0 #000;
  min-width: 2px;
  min-height: 2px;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  position: absolute;
  top: -6px;
  left: -12px;
}

.roundstamptotal-5 {
  color: var(--black);
  background-color: #f5f73f;
  padding: 5px 4px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  position: absolute;
  top: 62px;
  left: -40px;
  box-shadow: 0 2px 8px #0006;
}

.roundstampprice-3 {
  color: #fff;
  text-align: center;
  letter-spacing: -3px;
  font-size: 50px;
  font-weight: 700;
  line-height: 86%;
  text-decoration: none;
}

.div-block-9 {
  border-width: 6px;
  border-color: var(--pink-500);
  background-color: #003058;
  background-image: url('../images/Round.svg');
  background-position: 50%;
  background-size: auto;
  flex: none;
  position: relative;
}

.footer-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #b3b3b3;
  text-align: center;
  background-color: #051028;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 80px;
  line-height: 150%;
  display: flex;
}

.copyright-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  color: #65aaff;
  text-decoration-color: #65aaff;
}

.link-footer {
  color: #65aaff;
}

.footer_link-set {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.titleline-4 {
  background-color: #003058;
  flex: 1;
  height: 2px;
}

.widgettitlestay-4 {
  color: #003058;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.docsection-2 {
  background-color: #f3f3f3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.h6 {
  font-size: 28px;
}

.container-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ffffff1a;
  border-radius: 12px;
  flex-flow: column;
  min-width: 50%;
  padding: 24px;
  display: flex;
}

.copyright-block-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-footer-2, .text-block-35 {
  color: #fff;
}

.roundstamptotal-6 {
  color: #000;
  background-color: #f5f73f;
  padding: 5px 4px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  position: absolute;
  top: 62px;
  left: -40px;
  box-shadow: 0 2px 8px #0006;
}

.roundstampprice-4 {
  color: #fff;
  text-align: center;
  letter-spacing: -3px;
  font-size: 50px;
  font-weight: 800;
  line-height: 86%;
  text-decoration: none;
}

.div-block-11 {
  background-color: #003058;
  border-width: 6px;
  border-color: #c91869;
  flex: none;
  position: relative;
}

.cardbodytxt-4 {
  color: #fff;
  text-align: center;
  max-width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

.infoblockheader-4 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 120%;
}

.cardinfodetails-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  color: #262626;
  background-color: #acacac00;
  background-image: url('../images/Union.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0 solid #ffffff9e;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  height: 600px;
  margin-bottom: -120px;
  padding-bottom: 32px;
  display: flex;
  position: static;
  overflow: clip;
}

.image-19 {
  margin-top: 0;
  margin-bottom: -16px;
}

.image-20 {
  width: 400px;
  position: absolute;
  inset: auto auto 0 8%;
}

.textblock-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 48px;
  padding-right: 48px;
  line-height: 100%;
  display: flex;
}

.bannerwithcard-4 {
  perspective: 1000px;
  transform-origin: 50%;
  color: #262626;
  background-image: url('../images/border.png'), url('../images/border.png'), url('../images/explore_bg.webp');
  background-position: 50% 0, 50% 100%, 50%;
  background-repeat: repeat-x, repeat-x, no-repeat;
  background-size: contain, contain, cover;
  background-attachment: scroll, scroll, scroll;
  border-top: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px;
  display: flex;
  position: relative;
}

.amenitieslistitem-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #004b64;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 24px;
  font-size: 16px;
  font-weight: 500;
}

.amenitieslistitem-2.odd {
  background-color: #fff;
  padding: 15px 24px;
  font-size: 20px;
}

.bold-text-9 {
  text-transform: none;
  color: #f9de0b;
  font-size: 20px;
  font-weight: 400;
}

.amenitieslist-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: stretch;
  padding: 0;
}

.resorttitle-4 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 120%;
}

.text-block-36 {
  color: #262626;
  font-size: 20px;
}

.resortdetails-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f3f3f3;
  border-radius: 0;
  flex-flow: column;
  align-items: stretch;
  overflow: hidden;
}

.acctableheader-4 {
  text-align: center;
  background-color: #003058;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
}

.image-21 {
  vertical-align: baseline;
  display: none;
}

.bannerwithcard-5 {
  perspective: 1000px;
  transform-origin: 50%;
  color: #262626;
  background-image: url('../images/border.png'), url('../images/border.png'), url('../images/explore_bg.webp');
  background-position: 50% 0, 50% 100%, 50%;
  background-repeat: repeat-x, repeat-x, no-repeat;
  background-size: contain, contain, cover;
  background-attachment: scroll, scroll, scroll;
  border-top: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px;
  display: flex;
  position: relative;
}

.cardinfodetails-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  color: #262626;
  background-color: #acacac00;
  background-image: url('../images/Union.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0 solid #ffffff9e;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  height: 600px;
  margin-bottom: -120px;
  padding-bottom: 32px;
  display: flex;
  position: static;
  overflow: clip;
}

.textblock-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 48px;
  padding-right: 48px;
  line-height: 100%;
  display: flex;
}

.image-28 {
  margin-top: 0;
  margin-bottom: -16px;
}

.image-29 {
  width: 400px;
  position: absolute;
  inset: auto auto 0 8%;
}

@media screen and (max-width: 991px) {
  body {
    --_responsive---section-topbot-paddings: 64px;
    --_responsive---section-inset-paddings: 40px;
    --_responsive---section-card-radius: 32px;
    --_responsive---card-radius: 16px;
    --_photo-gallery---expanded: 100%;
    --_photo-gallery---full-width: 100%;
    --_photo-gallery---collapsed: 64px;
    --_photo-gallery---image-corner-rad: 8px;
  }

  .mainmenu {
    display: none;
  }

  .menulink {
    flex: none;
  }

  .menulink.w--current {
    flex: 0 auto;
  }

  .toppercontainer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .toppercta {
    flex: none;
    display: none;
  }

  .hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 50%;
    background-attachment: fixed;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .herocontainer {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .campaignlogoand-price {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 640px;
    margin-top: 0;
  }

  .offerwidget {
    width: auto;
    max-width: 440px;
  }

  .maincta {
    flex: 0 auto;
    align-self: stretch;
  }

  .menuandcta {
    flex: none;
    justify-content: flex-start;
    align-items: center;
  }

  .menusecondlevel {
    justify-content: flex-start;
    align-items: center;
  }

  .menul2item {
    flex: 1 0 auto;
  }

  .whatyougetcolumn {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .whatyougetset {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    max-width: 548px;
  }

  .bannerwithcard {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .anacolumn {
    flex: 0 auto;
  }

  .galleryitem {
    flex: 1;
    width: 100%;
    min-width: 300px;
  }

  .guestrevphotogall {
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tripadvisorcard {
    flex: 1;
  }

  .anatableoflists {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    align-self: stretch;
  }

  .campaignlogo {
    width: 100%;
    max-width: none;
  }

  .homeanchor {
    flex: none;
  }

  .mobilemenu {
    cursor: pointer;
    display: block;
    overflow: hidden;
  }

  .drawer {
    opacity: 100;
    display: none;
    transform: none;
  }

  .drawermenu {
    display: flex;
  }

  .closedrawerbtn {
    cursor: pointer;
    display: block;
    top: 16px;
  }

  .drawercta {
    flex: none;
    display: block;
  }

  .acccardcontainer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .acccardsummaryblocktxt {
    align-items: stretch;
    padding: 0 16px 40px;
  }

  .drawerlink {
    flex: none;
  }

  .drawerlink.w--current {
    flex: 0 auto;
  }

  .amntcard {
    grid-column-gap: 104px;
    grid-row-gap: 104px;
  }

  .amntcardsectionl {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .amntcardsecttxtbl {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex: 0 auto;
  }

  .amntcardtxtcnt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .amntcardleadimg {
    order: -1;
  }

  .amntcardsectionr {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .amenitiesphotogallery {
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    max-width: none;
    display: flex;
  }

  .listcontainer {
    flex-flow: column;
  }

  .docsection {
    padding: 64px;
  }

  .tnccontainer {
    padding: 24px 0;
  }

  .tncdialogue {
    padding: 24px;
  }

  .modalwrapper {
    padding-left: 48px;
    padding-right: 48px;
  }

  .madialogue, .ppdialogue {
    padding: 24px;
  }

  .bodywrapper {
    padding: 24px 0;
  }

  .checkout-cta.maincta.cta-mobile {
    display: none;
  }

  .checkout-cta.maincta {
    align-self: auto;
  }

  .section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    padding-left: 16px;
    padding-right: 16px;
  }

  .acccard-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    border-radius: 0;
    align-items: stretch;
    margin-top: 50%;
  }

  .offerexpirecounteracccard-2 {
    border-width: 0 0 1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    order: -1;
    align-self: stretch;
  }

  .acccardtopcontainer {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .heroaccm {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: linear-gradient(#0000, #0000), url('../images/accm_hero_bg.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 40%;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 40px 0 0;
  }

  .acccardtext-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .herowrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .acccardblock-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    overflow: hidden;
  }

  .accmlightbox {
    min-width: 320px;
  }

  .singlectacontainer {
    padding-top: 24px;
    padding-bottom: 24px;
    display: none;
  }

  .singlectacontainer.accm {
    display: block;
  }

  .cta {
    width: var(--_photo-gallery---expanded);
  }

  .arrow-right, .arrow-left {
    display: none;
  }

  .offerwidget-2 {
    width: auto;
    max-width: 440px;
  }

  .videocta.toppercta {
    display: inline-flex;
  }

  .bannerwithcard-2 {
    background-position: 50% 0, 50% 100%, 50%;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .imageswrapercolumn {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .imageswrapercolumn.col1 {
    width: 60%;
  }

  .imageswrapercolumn.col2, .imageswrapercolumn.col3 {
    width: 40%;
  }

  .imageswrapercolumn.col4 {
    width: 60%;
  }

  .discover {
    padding: 80px 32px;
  }

  .discoverimage.disc01.disc03, .discoverimage.disc01.disc05, .discoverimage.disc02.disc04 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .discoverimage.disc02-copy.disc06 {
    min-width: 100%;
    padding-left: 17px;
    padding-right: 17px;
  }

  .footer-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .photostrip-4 {
    background-color: #e6f3ff;
  }

  .herophotosrow-5 {
    flex: 0 auto;
  }

  .accmlightbox-2 {
    min-width: 230px;
  }

  .acccardblock-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    overflow: hidden;
  }

  .cta-2 {
    width: 100%;
  }

  .amntcard-2 {
    grid-column-gap: 104px;
    grid-row-gap: 104px;
  }

  .amntcardleadimg-2 {
    order: -1;
  }

  .offerwidget-3 {
    width: auto;
    max-width: 440px;
  }

  .drawerlink-2 {
    flex: none;
  }

  .drawerlink-2.w--current {
    flex: 0 auto;
  }

  .cardinfodetails-3 {
    padding-top: 48px;
  }

  .drawer-2 {
    opacity: 100;
    display: none;
    transform: none;
  }

  .bannerwithcard-3 {
    background-size: auto 24px, auto 24px, cover;
    padding-top: 120px;
    padding-bottom: 160px;
  }

  .review_cards_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .picture_wrapper {
    width: 100%;
  }

  .review_v2 {
    margin-bottom: 660px;
  }

  .revcardtext-2 {
    font-size: 12px;
    line-height: 120%;
  }

  .revcardtopper-2 {
    flex-flow: row;
  }

  .cards-button {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    bottom: -108%;
    right: 0;
  }

  .tripadvisor_stamp {
    border-radius: 24px;
    flex: 1;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .acccardblock-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    overflow: hidden;
  }

  .photostrip-5 {
    background-color: #e6f3ff;
  }

  .herophotosrow-6 {
    flex: 0 auto;
  }

  .accmlightbox-3 {
    min-width: 230px;
  }

  .acccardblock-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    overflow: hidden;
  }

  .image-16 {
    width: 300px;
    left: 5px;
    right: 0%;
  }

  .discover-2 {
    background-size: auto 24px, auto 24px, auto;
    padding: 80px 32px;
  }

  .container-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    min-width: 100%;
    max-width: none;
    height: 800px;
  }

  .wrapper_massoury1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: 50%;
    display: flex;
  }

  .wrapper_massoury2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: none;
    min-height: 50%;
    margin-top: -16px;
    display: flex;
  }

  .reviewcards {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 16px;
    padding-right: 16px;
  }

  .guestrevphotogall-2 {
    justify-content: center;
    align-items: center;
    min-height: 20px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .guestrevphoto {
    min-height: 120px;
  }

  .guestreviewscontainer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: center;
  }

  .revcardtopper-4 {
    flex-flow: column;
  }

  .footer-3 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .docsection-2 {
    padding: 64px;
  }

  .div-block-10 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .copyright-block-2 {
    flex-flow: wrap;
  }

  .cardinfodetails-4 {
    padding-top: 48px;
  }

  .image-20 {
    width: 380px;
    left: auto;
    right: 0%;
  }

  .bannerwithcard-4 {
    background-size: auto 24px, auto 24px, cover;
    padding-top: 120px;
    padding-bottom: 160px;
  }

  .image-21 {
    --_photo-gallery---expanded: 100%;
    --_photo-gallery---full-width: 100%;
    --_photo-gallery---collapsed: 64px;
    --_photo-gallery---image-corner-rad: 8px;
  }

  .bannerwithcard-5 {
    background-size: auto 24px, auto 24px, cover;
    justify-content: center;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 0;
  }

  .cardinfodetails-5 {
    padding-top: 48px;
  }

  .image-29 {
    flex: 0 auto;
    order: 0;
    align-self: center;
    width: 380px;
    margin-left: 0;
    position: relative;
    inset: auto 0% 0%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-position: 50% 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .herocontainer {
    flex-flow: column;
  }

  .campaignlogoand-price {
    justify-content: center;
    align-items: center;
    max-width: 90%;
  }

  .offerwidget {
    max-width: 440px;
    overflow: hidden;
  }

  .regularprice {
    color: var(--blue-700);
  }

  .maincta {
    align-self: stretch;
  }

  .menuandcta {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .bannerwithcard {
    background-size: auto 24px, auto 24px, cover;
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .imgtextblock {
    padding-left: 24px;
    padding-right: 24px;
  }

  .textblock {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .roundstampcontainer {
    margin-top: -172px;
    margin-bottom: 256px;
  }

  .amenitiesandattractions {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .anacolumn {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .galleryitem {
    flex: 1;
    min-width: 228px;
  }

  .guestreviews {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    padding-left: 0;
    padding-right: 0;
  }

  .guestrevphotogall {
    justify-content: flex-start;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .tripadvisorcard {
    width: 100%;
    max-width: none;
  }

  .anatableoflists {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
  }

  .mainsection {
    padding: 24px;
  }

  .acccardcontainer {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .amntcard {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 24px;
  }

  .amntcardsectionl {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .amntcardtxtcnt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .amntcardsectionr {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .sectioncontainer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .amenitiesphotogallery {
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: flex;
  }

  .docsection {
    padding: 48px;
  }

  .tnccontainer {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tncdialogue {
    padding: 24px;
  }

  .modalwrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .madialogue, .ppdialogue {
    padding: 24px;
  }

  .bodywrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section {
    flex-flow: column;
    margin-top: 0;
  }

  .acccard-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 24px;
  }

  .acccardtopcontainer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .acccardinfocontainer-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heroaccm {
    padding: 24px 0 0;
  }

  .acccardtext-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .herowrapper {
    flex-flow: column;
  }

  .accmlightbox {
    min-width: 280px;
  }

  .singlectacontainer {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .utility-page-content {
    padding: 24px;
  }

  .heading {
    font-size: 150px;
  }

  .offerwidget-2 {
    max-width: 440px;
    overflow: hidden;
  }

  .regularprice-2 {
    color: #003058;
  }

  .videocta.toppercta {
    display: inline-flex;
    position: static;
    inset: 0% 0% auto auto;
  }

  .roundstampcontainer-2 {
    margin-bottom: -16px;
  }

  .cardinfodetails-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .bannerwithcard-2 {
    background-image: url('../images/edge_top.svg'), url('../images/edge_bottom.svg'), url('../images/Details_bg.webp');
    background-position: 50% 0, 50% 100%, 50%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto 28px, auto 28px, cover;
    background-attachment: scroll, scroll, fixed;
    padding: 104px 32px;
  }

  .textblock-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .imageswrapercolumn {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "Area Area-2 Area-3";
    place-items: center;
  }

  .imageswrapercolumn.col1 {
    grid-column-gap: 24px;
    width: 60%;
    margin-right: 16px;
  }

  .imageswrapercolumn.col2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: stretch;
    width: 40%;
    margin-left: auto;
  }

  .imageswrapercolumn.col3 {
    width: 40%;
    margin-right: auto;
  }

  .imageswrapercolumn.col4 {
    justify-content: space-between;
    align-items: stretch;
    width: 60%;
    margin-left: 16px;
  }

  .discover {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .discoverimage.disc01 {
    width: auto;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .discoverimage.disc03, .discoverimage.disc04 {
    width: 100%;
  }

  .discoverimage.disc01-copy {
    width: auto;
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .discoverimage.disc02-copy.disc08 {
    width: 100%;
  }

  .footer-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .accmlightbox-2 {
    min-width: 240px;
  }

  .amntcard-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 24px;
  }

  .regularprice-3 {
    color: #0d1f48;
  }

  .offerwidget-3 {
    border-radius: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .infoblockheader-3 {
    font-size: 20px;
  }

  .cardbodytxt-3 {
    font-size: 14px;
  }

  .cardinfodetails-3 {
    margin-bottom: -140px;
  }

  .bannerwithcard-3 {
    background-position: 50% 0, 50% 100%, 50%;
    background-size: auto 24px, auto 24px, cover;
    background-attachment: scroll, scroll, fixed;
    padding: 0 32px 104px;
  }

  .imgtextblock-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .review_cards_container {
    flex-flow: column;
    margin-top: 0;
  }

  .guestreviews-2 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    padding-left: 0;
    padding-right: 0;
  }

  .review_v2 {
    margin-bottom: 660px;
  }

  .revcardtopper-2 {
    flex-flow: row;
  }

  .cards-button {
    justify-content: flex-start;
    align-items: center;
    bottom: -108%;
  }

  .tripadvisor_stamp {
    width: 100%;
    max-width: none;
  }

  .container-5 {
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .accmlightbox-3 {
    min-width: 240px;
  }

  .image-15 {
    max-width: 80%;
  }

  .image-16 {
    z-index: 0;
    text-align: center;
    vertical-align: middle;
    width: 280px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    text-decoration: underline;
    inset: auto auto 0% 0;
  }

  .discover-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-size: auto 20px, auto 20px, auto;
  }

  .container-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template: "Area"
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    height: 800px;
    display: flex;
  }

  .wrapper_massoury1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: stretch;
    min-width: 100%;
    min-height: 50%;
    margin-right: auto;
    display: flex;
  }

  .wrapper_massoury2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: stretch;
    min-width: 100%;
    height: auto;
    min-height: 50%;
    margin-left: auto;
    display: flex;
  }

  .guestreviews-3 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .reviewcards {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .guestrevphotogall-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-height: auto;
    max-height: none;
    padding-left: 40px;
    padding-right: 40px;
    display: grid;
  }

  .tripadvisorcard-2 {
    width: 100%;
    max-width: none;
  }

  .guestrevphoto {
    max-width: 100%;
    min-height: 220px;
  }

  .guestreviewscontainer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .revcardtopper-4 {
    flex-flow: row;
  }

  .footerserlinks-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer-3 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .docsection-2 {
    padding: 48px;
  }

  .container-9 {
    flex-flow: column;
    min-width: 100%;
    max-width: 100%;
  }

  .cardbodytxt-4 {
    font-size: 14px;
  }

  .infoblockheader-4 {
    font-size: 20px;
  }

  .image-19 {
    max-width: 80%;
  }

  .image-20 {
    z-index: 0;
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    text-decoration: underline;
    inset: auto 0% 0% auto;
  }

  .textblock-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .bannerwithcard-4 {
    background-position: 50% 0, 50% 100%, 50%;
    background-size: auto 24px, auto 24px, cover;
    background-attachment: scroll, scroll, fixed;
    padding: 0 32px 104px;
  }

  .bannerwithcard-5 {
    background-position: 50% 0, 50% 100%, 50%;
    background-size: auto 24px, auto 24px, cover;
    background-attachment: scroll, scroll, fixed;
    padding: 0 32px;
  }

  .textblock-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-28 {
    max-width: 80%;
  }

  .image-29 {
    z-index: 0;
    text-align: center;
    vertical-align: baseline;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-decoration: underline;
    inset: auto 0% 0% 0;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_responsive---section-topbot-paddings: 48px;
    --_responsive---section-inset-paddings: 16px;
    --_responsive---section-card-radius: 26px;
    --_responsive---card-radius: 12px;
    --_photo-gallery---expanded: 100%;
    --_photo-gallery---full-width: 100%;
    --_photo-gallery---collapsed: 64px;
    --_photo-gallery---image-corner-rad: 8px;
  }

  .topper {
    overflow: hidden;
  }

  .toppercontainer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/c92bbbedb947198cdd063a846744ed63acf04ac2-2.webp');
    background-position: 50% 0;
    background-size: auto 500px;
    flex-flow: column;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 0 0;
    position: relative;
    overflow: clip;
  }

  .herocontainer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 100%;
  }

  .offerwidget {
    align-self: stretch;
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .regularprice {
    color: var(--blue-700);
  }

  .oldprice {
    font-size: 14px;
  }

  .menusecondlevel {
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }

  .menul2item {
    flex: 1 0 auto;
  }

  .photostrip {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .normalrate {
    font-size: 14px;
  }

  .whatyouget {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 32px 16px;
    display: flex;
  }

  .whatyougetsubtitle, .whatyougetsubtitle.why {
    background-size: cover;
  }

  .whatyougetset {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .whatyougetcontainer {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .bannerwithcard {
    background-image: url('../images/edge-top.svg'), url('../images/edge-bottom.svg'), url('../images/pool-view.webp');
    background-position: 50% 0, 50% 100%, 50%;
    background-repeat: repeat-x, repeat-x, repeat;
    background-size: auto 24px, auto 24px, cover;
    padding: 104px 5% 184px;
    overflow: visible;
  }

  .imgtextblock {
    padding: 24px 16px;
  }

  .textblock {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .roundstampcontainer {
    margin-top: -155px;
    margin-bottom: 188px;
  }

  .amenitiesandattractions {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 80px 16px 40px;
    overflow: clip;
  }

  .guestreviews {
    padding-top: var(--_responsive---section-topbot-paddings);
    padding-bottom: var(--_responsive---section-topbot-paddings);
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    align-items: center;
    overflow: hidden;
  }

  .guestrevphotogall {
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    overflow: visible;
  }

  .tripadvisorcard {
    max-width: 100%;
  }

  .anatableoflists {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .campaignlogo {
    margin-bottom: 72px;
  }

  .mainsection {
    padding: 16px 12px 32px;
  }

  .acccardcontainer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .acccardsummaryblocktxt {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-bottom: 32px;
  }

  .herostripphoto {
    box-sizing: border-box;
    aspect-ratio: 4 / 3;
  }

  .amntcard {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 16px;
  }

  .amntcardsectionl {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .amntcardsecttxtbl {
    align-items: stretch;
  }

  .amntcardtxtcnt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .amntcardsectionr {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .amenitiesphotogallery {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: none;
  }

  .tnctitleh2 {
    font-size: 34px;
  }

  .tnctitleh1 {
    font-size: 44px;
  }

  .docsection {
    padding: 24px 16px;
  }

  .tnccontainer {
    padding: 8px;
  }

  .footerserlinks {
    flex-flow: column;
  }

  .tncdialogue {
    padding: 12px;
  }

  .modalwrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .madialogue, .ppdialogue {
    padding: 12px;
    display: none;
  }

  .titleh1 {
    font-size: 44px;
  }

  .bodywrapper {
    padding: 8px;
  }

  .guestrevphoto-2 {
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    flex: 1 0 auto;
    max-width: 95%;
    overflow: hidden;
  }

  .acccard-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 0;
    margin-top: 70%;
    padding-top: 64px;
    padding-bottom: 0;
  }

  .offerexpirecounteracccard-2 {
    border-width: 0 0 1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    display: none;
  }

  .offerexpirecounteracccard-2.mobilecounter {
    margin-bottom: 0;
    display: flex;
  }

  .acccardsectionh3title-2 {
    text-align: center;
    font-size: 24px;
  }

  .acccardtopcontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .acctableheader {
    padding-left: 16px;
    padding-right: 16px;
  }

  .acccardinfocontainer-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .amenitieslist {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heroaccm {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/accm_hero_bg.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 30%;
    flex-flow: column;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    position: relative;
    overflow: clip;
  }

  .sectionh3title-3 {
    font-size: 24px;
  }

  .herowrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    max-width: 100%;
  }

  .acccardblock-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .acctextgroup {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
  }

  .resortdetails {
    border-radius: 0;
  }

  .photostrip-2 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .herophotosrow-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .accmlightbox {
    flex: 1 0 340px;
    min-width: auto;
  }

  .herostripphoto-2 {
    box-sizing: border-box;
    aspect-ratio: 4 / 3;
  }

  .singlectacontainer {
    padding: 24px 16px;
  }

  .divider {
    display: none;
  }

  .herophotosrow-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .herolightboxstrip-2 {
    flex: 1 0 340px;
    min-width: auto;
  }

  .herostripphoto-3 {
    box-sizing: border-box;
    aspect-ratio: 4 / 3;
  }

  .utility-page-wrap {
    padding: 24px;
  }

  .utility-page-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    padding: 24px;
  }

  .heading {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 100px;
    line-height: 100px;
    display: block;
  }

  .heading-2 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    font-size: 24px;
    line-height: 26px;
    display: flex;
  }

  .text-block-8 {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    line-height: 100%;
    display: flex;
  }

  .section-2 {
    flex-flow: column;
    flex: 0 auto;
    align-items: center;
    width: 90%;
    height: auto;
    line-height: 150%;
    display: flex;
    position: static;
  }

  .oldprice-2, .normalrate-2 {
    font-size: 14px;
  }

  .offerwidget-2 {
    align-self: stretch;
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .regularprice-2 {
    color: #003058;
  }

  .videocta.toppercta {
    font-size: 12px;
    display: inline-flex;
    position: static;
  }

  .photostrip-3 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .herophotosrow-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .herolightboxstrip-3 {
    flex: 1 0 150px;
    min-width: auto;
    overflow: clip;
  }

  .herostripphoto-4 {
    box-sizing: border-box;
    aspect-ratio: 4 / 3;
  }

  .photostrip4 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .cardinfodetails-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .bannerwithcard-2 {
    background-image: url('../images/edge_top.svg'), url('../images/edge_bottom.svg'), url('../images/Details_bg.webp');
    background-position: 50% 0, 50% 100%, 50%;
    background-repeat: repeat-x, repeat-x, repeat;
    background-size: auto 24px, auto 24px, cover;
    padding: 104px 5% 110px;
    overflow: visible;
  }

  .imageswrapercolumn {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "Area Area-2";
  }

  .text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .discover {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 48px 16px;
  }

  .discoverimage.disc06, .discoverimage.disc07, .discoverimage.disc08, .discoverimage.disc03, .discoverimage.disc05, .discoverimage.disc02, .discoverimage.disc04, .discoverimage.disc02-copy, .discoverimage.disc02-copy, .footer-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .photostrip-4 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .herophotosrow-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .accmlightbox-2 {
    flex: 1 0 340px;
    min-width: auto;
  }

  .herostripphoto-5 {
    box-sizing: border-box;
    aspect-ratio: 4 / 3;
  }

  .acccardblock-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .acctableheader-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sectionh3title-4 {
    font-size: 24px;
  }

  .bold-text {
    font-size: 20px;
  }

  .amntcard-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 16px;
  }

  .bodytext-4 {
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .oldprice-3 {
    font-size: 14px;
  }

  .regularprice-3 {
    color: #0d1f48;
  }

  .normalrate-3 {
    font-size: 14px;
  }

  .offerwidget-3 {
    align-self: stretch;
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .photostrip5 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .infoblockheader-3 {
    font-size: 16px;
  }

  .cardinfodetails-3 {
    margin-bottom: -174px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .bannerwithcard-3 {
    background-image: url('../images/border.png'), url('../images/border.png'), url('../images/explore_bg.webp');
    background-position: 50% 0, 50% 100%, 50%;
    background-repeat: repeat-x, repeat-x, repeat;
    background-size: auto 24px, auto 24px, cover;
    margin-left: -50px;
    margin-right: -50px;
    padding: 90px 0%;
    display: none;
    overflow: visible;
  }

  .imgtextblock-2 {
    padding: 24px 48px;
  }

  .slide-4 {
    background-position: 50%;
  }

  .picture_wrapper {
    border-radius: 0;
  }

  .reviewstamp {
    flex-flow: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 16px;
  }

  .guestreviews-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    align-items: center;
    padding-top: 104px;
    padding-bottom: 104px;
    overflow: hidden;
  }

  .review_v2 {
    width: 100%;
    margin-bottom: 750px;
  }

  .div-block-6 {
    justify-content: space-between;
    align-items: center;
  }

  .image-10 {
    width: 120px;
  }

  .text-block-16, .text-block-14 {
    text-align: center;
  }

  .container-7 {
    margin-left: auto;
    margin-right: auto;
  }

  .cards-button {
    bottom: -120%;
  }

  .tripadvisor_stamp {
    max-width: 100%;
  }

  .bold-text-3 {
    text-transform: none;
    font-size: 20px;
  }

  .acctableheader-3 {
    text-align: center;
    background-color: #003058;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
  }

  .sectionh3title-8 {
    font-size: 24px;
  }

  .acccardblock-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 32px;
  }

  .photostrip-5 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .herophotosrow-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .accmlightbox-3 {
    flex: 1 0 340px;
    min-width: auto;
  }

  .herostripphoto-6 {
    box-sizing: border-box;
    aspect-ratio: 4 / 3;
  }

  .acccardblock-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-16 {
    z-index: 0;
    vertical-align: baseline;
    margin-left: 0;
    margin-right: 0;
    display: none;
    inset: auto auto 0%;
  }

  .discover-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-position: 50% 100%, 50% 0, 50%;
    background-size: auto 20px, auto 20px, cover;
    padding: 48px 16px;
  }

  .guestreviews-3 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    align-items: center;
    padding-top: 104px;
    padding-bottom: 104px;
    overflow: hidden;
  }

  .reviewcards {
    padding-left: 16px;
    padding-right: 16px;
  }

  .guestrevphotogall-2 {
    box-sizing: border-box;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    display: grid;
    overflow: visible;
  }

  .tripadvisorcard-2 {
    max-width: 100%;
  }

  .guestrevphoto {
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    flex: 1 0 auto;
    max-width: 100%;
    min-height: 80px;
    overflow: hidden;
  }

  .guestreviewscontainer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footerserlinks-2 {
    flex-flow: column;
  }

  .footercopydivider {
    display: none;
  }

  .image-18 {
    min-height: 50px;
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }

  .bold-text-5 {
    color: #f9de0b;
    font-size: 20px;
    font-weight: 400;
  }

  .footer-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .copyright-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .footer_divider {
    display: none;
  }

  .footer_link-set {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .docsection-2 {
    padding: 24px 16px;
  }

  .copyright-block-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
  }

  .footer_divider-2 {
    display: block;
  }

  .text-span-2 {
    color: #b3b2b2;
    font-weight: 700;
  }

  .italic-text {
    font-weight: 600;
  }

  .bold-text-6 {
    color: var(--pink-200);
  }

  .bold-text-7 {
    color: var(--pink-500);
  }

  .cardbodytxt-4 {
    width: 300px;
    margin-top: 0;
    font-size: 16px;
  }

  .infoblockheader-4 {
    width: 300px;
    margin-bottom: 12px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

  .cardinfodetails-4 {
    background-size: contain;
    background-attachment: scroll;
    width: 200%;
    max-width: none;
    margin-top: -69px;
    margin-bottom: -69px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-19 {
    margin-bottom: 0;
  }

  .image-20 {
    z-index: 0;
    inset: auto 0% 0% 10%;
  }

  .textblock-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: -50px;
  }

  .bannerwithcard-4 {
    background-image: url('../images/border.png'), url('../images/border.png'), url('../images/explore_bg.webp');
    background-position: 50% 0, 50% 100%, 50% 0;
    background-repeat: repeat-x, repeat-x, no-repeat;
    background-size: auto 24px, auto 24px, cover;
    background-attachment: scroll, scroll, fixed;
    margin-left: 0;
    margin-right: 0;
    padding: 104px 0% 350px;
    overflow: visible;
  }

  .bold-text-8, .bold-text-9 {
    font-size: 20px;
  }

  .amenitieslist-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-36 {
    line-height: 121%;
  }

  .acctableheader-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-21 {
    --_photo-gallery---expanded: 100%;
    --_photo-gallery---full-width: 100%;
    --_photo-gallery---collapsed: 64px;
    --_photo-gallery---image-corner-rad: 8px;
    display: block;
  }

  .bold-text-10 {
    color: #af0c5e;
  }

  .slide-item {
    margin-top: 20px;
    margin-bottom: 32px;
    margin-left: 16px;
    padding: 0 16px 0 0;
  }

  .bannerwithcard-5 {
    background-image: url('../images/border.png'), url('../images/border.png'), url('../images/explore_bg.webp');
    background-position: 50% 0, 50% 100%, 50% 0;
    background-repeat: repeat-x, repeat-x, no-repeat;
    background-size: auto 24px, auto 24px, cover;
    background-attachment: scroll, scroll, fixed;
    margin-left: 0;
    margin-right: 0;
    padding: 104px 0% 0;
    overflow: hidden;
  }

  .cardinfodetails-5 {
    background-size: contain;
    background-attachment: scroll;
    width: 200%;
    max-width: none;
    margin-top: -69px;
    margin-bottom: -69px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .textblock-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: -50px;
  }

  .image-28 {
    margin-bottom: 0;
  }

  .image-29 {
    z-index: 0;
    inset: auto 0% 0%;
  }
}

#w-node-_8248745c-c2e6-5bff-823f-55bc620d9241-49a23ff2, #w-node-_25d7de54-0705-bd60-00de-1f07f0a8e243-49a23ff2, #w-node-d8536474-e121-3764-d228-b81be3f7bfca-49a23ff2, #w-node-af8f499c-0f58-c422-e906-b212e8fb4cbd-49a23ff2 {
  grid-area: Area;
}


