.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #f5f7f9;
  font-family: Epilogue, sans-serif;
  color: #667380;
  font-size: 17px;
  line-height: 1.7;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 46px;
  line-height: 1.1;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

p {
  margin-bottom: 24px;
}

a {
  -webkit-transition: color 400ms ease-out;
  transition: color 400ms ease-out;
  color: #667380;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  color: #05396b;
}

ul {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-left: 0px;
}

ol {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-left: 18px;
}

li {
  margin-bottom: 4px;
}

label {
  display: block;
  margin-bottom: 8px;
  color: #05396b;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  max-width: 730px;
  margin-bottom: 24px;
  padding: 0px;
  border-left: 5px none #e2e2e2;
  font-family: Literata72pt, sans-serif;
  color: #05396b;
  font-size: 48px;
  line-height: 1.1;
}

figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

figcaption {
  margin-top: 20px;
  color: #05396b;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.sectiongfrt {
  padding-top: 180px;
  padding-bottom: 180px;
}

.sectiongfrt.cta {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

.sectiongfrt.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.sectiongfrt.template-links {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eceef0;
  background-color: #fff;
}

.sectiongfrt.hero {
  overflow: hidden;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.sectiongfrt.about {
  background-color: #fff;
}

.sectiongfrt.events {
  padding-top: 0px;
  background-color: #fff;
  text-align: center;
}

.sectiongfrt.resort {
  background-color: #fff;
}

.sectiongfrt.amenities {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #eceef0;
  background-color: #fff;
  text-align: center;
}

.sectiongfrt.amenities.asasas {
  background-color: #f5f7f9;
}

.sectiongfrt.cms-hero {
  padding-bottom: 0px;
}

.sectiongfrt.cms {
  padding-top: 90px;
}

.sectiongfrt.reviews {
  overflow: hidden;
}

.sectiongfrt.other-rooms {
  padding-top: 180px;
  background-color: #fff;
  text-align: center;
}

.sectiongfrt.padding-top-none {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sectiongfrt.resort-page {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container {
  width: 100%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.container.slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-bottom: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.rooms {
  text-align: left;
}

.container.menu-links {
  position: relative;
  z-index: 300;
}

.extra-large-headfgytinginn {
  margin-top: 0px;
  margin-bottom: 90px;
  font-family: Literata72pt, sans-serif;
  color: #05396b;
  font-size: 110px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -3px;
  text-transform: uppercase;
}

.extra-large-headfgytinginn.margin-none {
  color: #fff;
  font-size: 100px;
  line-height: 120px;
}

.large-heading {
  margin-bottom: 70px;
  font-family: Literata72pt, sans-serif;
  color: #05396b;
  font-size: 70px;
  line-height: 1;
  font-weight: 300;
}

.large-heading.margin-none {
  margin-top: 10px;
  margin-bottom: 60px;
  text-align: center;
}

.medium-heading {
  margin-bottom: 24px;
  font-family: Literata72pt, sans-serif;
  color: #05396b;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -3px;
}

.large-text {
  position: relative;
  z-index: 15;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
}

.medium-text {
  font-size: 20px;
  line-height: 1.4;
}

.label-text {
  color: #05396b;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.label-text.margin-bottom-medium {
  text-align: left;
}

.label-text.gray-text {
  color: #667380;
}

.grid-quarters {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.primary-bg {
  height: 180px;
  margin-bottom: 12px;
  background-color: #05396b;
}

.body-text-bg {
  height: 180px;
  margin-bottom: 12px;
  background-color: #667380;
}

.divisors-bg {
  height: 180px;
  margin-bottom: 12px;
  background-color: #eceef0;
}

.body-bg {
  height: 180px;
  margin-bottom: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #eceef0;
  background-color: #f5f7f9;
}

.qutwqtwtqjkk {
  margin-top: 40px;
  padding: 15px 32px 12px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(102, 115, 128, 0.06);
  -webkit-transition: color 400ms ease-out, background-color 400ms ease-out;
  transition: color 400ms ease-out, background-color 400ms ease-out;
  color: #05396b;
  text-align: center;
  text-transform: uppercase;
}

.qutwqtwtqjkk:hover {
  background-color: rgba(102, 115, 128, 0.64);
  box-shadow: none;
  color: #fff;
}

.qutwqtwtqjkk.border {
  border-style: solid;
  border-width: 1px;
  border-color: #eceef0;
  -webkit-transition-duration: 400ms, 400ms;
  transition-duration: 400ms, 400ms;
}

.submit-button {
  padding: 15px 32px 12px;
  background-color: #05396b;
  -webkit-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: rgba(102, 115, 128, 0.64);
  color: #fff;
}

.input {
  height: 60px;
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  border-style: none;
  border-width: 0px;
  border-color: rgba(102, 115, 128, 0);
  background-color: #fff;
  font-size: 15px;
}

.input:focus {
  border-style: none;
  border-width: 1px;
  border-color: rgba(102, 115, 128, 0.24);
  color: #667380;
}

.input::-webkit-input-placeholder {
  color: #667380;
  line-height: 1;
}

.input:-ms-input-placeholder {
  color: #667380;
  line-height: 1;
}

.input::-ms-input-placeholder {
  color: #667380;
  line-height: 1;
}

.input::placeholder {
  color: #667380;
  line-height: 1;
}

.select {
  height: 60px;
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #000;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(102, 115, 128, 0.06);
  color: #667380;
  font-size: 15px;
}

.select:focus {
  color: #667380;
}

.textarea {
  min-height: 120px;
  padding: 24px;
  border: 1px none #000;
  box-shadow: 0 6px 12px 0 rgba(102, 115, 128, 0.06);
  font-size: 15px;
}

.textarea:focus {
  color: #667380;
}

.textarea::-webkit-input-placeholder {
  color: #667380;
}

.textarea:-ms-input-placeholder {
  color: #667380;
}

.textarea::-ms-input-placeholder {
  color: #667380;
}

.textarea::placeholder {
  color: #667380;
}

.form-wrap {
  display: -ms-grid;
  display: grid;
  max-width: 840px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.success-message {
  padding: 24px;
  background-color: #05396b;
  color: #fff;
}

.error-message {
  margin-top: 24px;
  padding: 24px;
  background-color: #667380;
  color: #fff;
  text-align: center;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.margin-bottom-medium {
  margin-bottom: 24px;
}

.margin-none {
  margin: 0px;
}

.container-small {
  max-width: 730px;
}

.full-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.full-container.nav {
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 540px;
  padding-bottom: 72px;
  padding-left: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(63%, rgba(1, 14, 26, 0)), to(rgba(1, 14, 26, 0.9))), url('../images/Our-rooms-BG.jpg');
  background-image: linear-gradient(180deg, rgba(1, 14, 26, 0) 63%, rgba(1, 14, 26, 0.9)), url('../images/Our-rooms-BG.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  -webkit-transition-property: none;
  transition-property: none;
  font-weight: 400;
}

.cta-wrap:hover {
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../images/out-room-cta-image-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../images/out-room-cta-image-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.cta-wrap.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(63%, rgba(1, 14, 26, 0)), to(rgba(1, 14, 26, 0.9))), url('../images/Contact-BG.jpg');
  background-image: linear-gradient(180deg, rgba(1, 14, 26, 0) 63%, rgba(1, 14, 26, 0.9)), url('../images/Contact-BG.jpg');
}

.cta-heading {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
  font-family: Literata72pt, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 1;
  font-weight: 300;
}

.cta-subtitle-wrap {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-left: 2px;
  color: #fff;
}

.cta-arrow {
  margin-left: 8px;
}

.footer-column {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-link {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
}

.grid-thirds {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.template-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-slider {
  position: static;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask {
  position: static;
}

.slide {
  position: static;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.47)), to(rgba(0, 0, 0, 0.47))), url('../images/Blue-Point-Bay-Villas-banner-7-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0.47)), url('../images/Blue-Point-Bay-Villas-banner-7-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slider-text {
  max-width: none;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}

.slider-heading {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Literata72pt, sans-serif;
  color: #fff;
  font-size: 110px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -3px;
  text-transform: uppercase;
}

.slide-nav {
  display: none;
}

.right-arrow {
  position: absolute;
  left: auto;
  top: 50%;
  right: 72px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 56px;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.right-arrow.dynamic-pages {
  right: 48px;
}

.left-arrow {
  position: absolute;
  left: 72px;
  top: 50%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.left-arrow.dynamic-pages {
  left: 48px;
}

.slide-right-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slide-2 {
  position: static;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url('../images/Blue-Point-Bay-Villas-banner-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../images/Blue-Point-Bay-Villas-banner-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.rooms-heading-wrap {
  max-width: 733px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.grid-half {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-half.rooms {
  margin-top: 90px;
  margin-bottom: 56px;
}

.grid-half.about {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-half.events {
  margin-top: 90px;
  margin-bottom: 56px;
}

.grid-half.rooms-page {
  margin-top: 90px;
  margin-bottom: 0px;
}

.grid-half.amenities {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.grid-half.about-page {
  width: 100%;
  height: 600px;
}

.grid-half.about-view {
  margin-top: 90px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 3.25fr 1fr;
  grid-template-columns: 3.25fr 1fr;
}

.card {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 440px;
  padding: 56px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}

.card:hover {
  color: #fff;
}

.collection-item {
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gradient-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(63%, rgba(1, 14, 26, 0)), to(rgba(1, 14, 26, 0.8)));
  background-image: linear-gradient(180deg, rgba(1, 14, 26, 0) 63%, rgba(1, 14, 26, 0.8));
}

.card-content {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.price {
  margin-bottom: 0px;
  font-family: Literata72pt, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -3px;
}

.about-image {
  width: 100%;
  height: 740px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-wrap {
  max-width: 478px;
  margin-right: 40px;
}

.card-photo-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-photo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews-slider {
  height: auto;
  margin-top: 90px;
  background-color: transparent;
}

.reviews-slide {
  width: 48.4%;
  height: auto;
  margin-right: 40px;
  padding: 0px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(102, 115, 128, 0.06);
}

.reviews-slide-nav {
  display: none;
}

.ratings-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 48px;
  padding-left: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #eceef0;
}

.star-image {
  margin-left: 8px;
}

.reviews-slide-content {
  padding-top: 60px;
  padding-right: 48px;
  padding-left: 48px;
}

.reviews-mask {
  overflow: visible;
}

.reviews-right-arrow {
  left: auto;
  top: -151px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews-left-arrow {
  left: auto;
  top: -151px;
  right: 68px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews-arrow-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.resort-wrap {
  max-width: 478px;
  margin-left: 80px;
}

.resort-image {
  width: 100%;
  height: 740px;
  -o-object-fit: cover;
  object-fit: cover;
}

.amenities-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.amenities-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.amenities-icon {
  margin-bottom: 12px;
}

.amenities-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.amenities-column.last {
  margin-bottom: 0px;
}

.nav-bar {
  position: absolute;
  left: 0%;
  top: 56px;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #000;
  cursor: pointer;
}

.nav-lottie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-3 {
  position: static;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.41))), url('../images/Blue-Point-Bay-Villas-banner-4-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/Blue-Point-Bay-Villas-banner-4-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-4 {
  position: static;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(99, 104, 111, 0)), to(rgba(99, 104, 111, 0.7))), url('../images/Events01.jpg');
  background-image: linear-gradient(180deg, rgba(99, 104, 111, 0) 30%, rgba(99, 104, 111, 0.7)), url('../images/Events01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cms-heading {
  max-width: 720px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Literata72pt, sans-serif;
  color: #05396b;
  font-size: 110px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -3px;
  text-transform: uppercase;
}

.cms-heading.events {
  max-width: 950px;
}

.cms-slider {
  width: 100%;
  height: 100%;
  max-height: 800px;
  margin-top: 90px;
}

.cms-mask {
  overflow: hidden;
  width: 100%;
  height: 800px;
}

.cms-slider-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cms-slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.cms-slide-nav {
  display: none;
}

.cms-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cms-content {
  width: 100%;
  max-width: 730px;
  margin-right: 40px;
}

.cms-book-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  width: 100%;
  height: 100%;
  max-width: 380px;
  border-style: solid;
  border-width: 1px;
  border-color: #eceef0;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(102, 115, 128, 0.06);
}

.cms-amenities-wrap {
  margin-top: 180px;
}

.cms-amenities-content {
  margin-top: 90px;
}

.cms-amenities-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(102, 115, 128, 0.06);
}

.cms-amenities-icon {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.sticky-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 28px 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-content {
  padding: 0px 24px 32px;
}

.reservation-button {
  width: 100%;
  margin-top: 0px;
  padding: 17px 32px 14px;
  border-radius: 0px;
  background-color: #05396b;
  -webkit-transition: background-color 400ms ease-out, color 400ms ease-out;
  transition: background-color 400ms ease-out, color 400ms ease-out;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.reservation-button:hover {
  background-color: rgba(102, 115, 128, 0.64);
  color: #fff;
}

.margin-top-large {
  margin-top: 32px;
}

.cover-full-height {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.margin-top-xl {
  margin-top: 90px;
}

.medium-column {
  width: 100%;
  max-width: 510px;
  margin-right: 40px;
}

.medium-column.margin-none {
  margin-right: 0px;
}

.about-page-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.padding-top-none {
  padding-top: 0px;
}

.padding-bottom-none {
  padding-bottom: 0px;
}

.padding-none {
  padding-top: 0px;
  padding-bottom: 0px;
}

.image {
  width: 100%;
  height: 730px;
}

.column {
  width: 100%;
  max-width: none;
}

.column.faq {
  display: -ms-grid;
  display: grid;
  margin-top: 90px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.column.margin-top-xl {
  max-width: none;
  margin-top: 40px;
}

.resort-slider {
  width: 100%;
  height: 100%;
  max-height: 800px;
  margin-top: 0px;
}

.resort-mask {
  overflow: visible;
  width: 100%;
  height: 800px;
}

.resort-slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: 40px;
}

.resort-slider-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.resort-slide-nav {
  display: none;
}

.faq-item {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgba(102, 115, 128, 0.06);
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 32px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.faq-answer {
  overflow: hidden;
  padding-right: 40px;
  padding-left: 40px;
}

.contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-form {
  width: 100%;
  max-width: 840px;
}

.small-column {
  width: 100%;
  max-width: 280px;
}

.menu-logo-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 250;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-social {
  display: -ms-grid;
  display: grid;
  width: 420px;
  margin-top: 48px;
  margin-right: 0px;
  margin-left: 0px;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu-links-wrap {
  position: relative;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #05396b;
}

.menu-photo-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: url('../images/menu-bg.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: cover;
  object-fit: cover;
}

.menu-photo-mask {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 150;
  width: 50%;
  height: 100%;
}

.nav-link {
  margin-bottom: 32px;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  font-family: Literata72pt, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 1;
  font-weight: 300;
  text-transform: none;
}

.nav-link:hover {
  color: #a9d4ff;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.social-link {
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  color: #fff;
  font-weight: 400;
}

.social-link:hover {
  color: #a9d4ff;
}

.social-wrap {
  margin-right: 24px;
}

.cta-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(1, 14, 25, 0.7);
  opacity: 0;
}

.licensing-image {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1500;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f7f9;
}

.loading {
  width: 56px;
  height: 56px;
}

.room-price {
  font-family: Literata72pt, sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}

.room-people-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eceef0;
}

.room-people-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.room-people-text {
  margin-left: 8px;
  line-height: 1;
}

.people-beds-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.room-price-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #eceef0;
}

.global-badge._404 {
  width: 180px;
  height: 180px;
  margin-bottom: 40px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.room-link-image {
  max-width: 929px;
  margin-top: 24px;
}

.margin-left-medium {
  margin-left: 24px;
}

.template-links-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 800;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.div-block {
  background-image: url('../images/Our-rooms-BG.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-2 {
  height: 440px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/rooms-img-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/rooms-img-4.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 37px;
  font-weight: 700;
  text-align: center;
}

.jhkjhkhj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Droid Serif', serif;
  color: #fff;
  line-height: 60px;
  font-weight: 400;
  text-align: left;
}

.ljkljkljkl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 428px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-3 {
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 41px;
  line-height: 55px;
}

.body {
  font-size: 19px;
}

.column-2 {
  padding-right: 10px;
  padding-left: 10px;
}

.column-3 {
  padding-right: 10px;
  padding-left: 10px;
}

.column-4 {
  padding-right: 10px;
  padding-left: 10px;
}

.column-5 {
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-2-copy {
  height: 440px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/rooms-img-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/rooms-img-2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.dfdas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 440px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.37)), to(rgba(0, 0, 0, 0.37))), url('../images/party-img-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.37), rgba(0, 0, 0, 0.37)), url('../images/party-img-2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-block-2-copygf {
  height: 440px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.51)), to(rgba(0, 0, 0, 0.51))), url('../images/rooms-img-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url('../images/rooms-img-3.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.columns {
  margin-top: 20px;
}

.text-block-2fdfd {
  padding-bottom: 40px;
  padding-left: 40px;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  text-align: left;
}

.dfdas-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 440px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url('../images/party-img-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../images/party-img-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-block-2-copygf-copy {
  height: 440px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.51)), to(rgba(0, 0, 0, 0.51))), url('../images/rooms-img-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url('../images/rooms-img-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-block-3 {
  text-align: left;
}

.div-block-3-copyty {
  font-size: 15px;
  text-align: center;
}

.footer-site-title {
  color: #05396b;
  font-size: 40px;
  line-height: 50px;
}

.section-copy {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-copy.cta {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-copy.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.section-copy.template-links {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eceef0;
  background-color: #fff;
}

.section-copy.hero {
  overflow: hidden;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.section-copy.about {
  background-color: #fff;
}

.section-copy.events {
  padding-top: 0px;
  background-color: #fff;
  text-align: center;
}

.section-copy.resort {
  background-color: #fff;
}

.section-copy.amenities {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #eceef0;
  background-color: #fff;
  text-align: center;
}

.section-copy.amenities.asasas {
  background-color: #f5f7f9;
}

.section-copy.cms-hero {
  padding-bottom: 0px;
}

.section-copy.cms {
  padding-top: 90px;
}

.section-copy.reviews {
  overflow: hidden;
}

.section-copy.other-rooms {
  padding-top: 180px;
  background-color: #fff;
  text-align: center;
}

.section-copy.resort-page {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-copy-copy {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-copy-copy.cta {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-copy-copy.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.section-copy-copy.template-links {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eceef0;
  background-color: #fff;
}

.section-copy-copy.hero {
  overflow: hidden;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.section-copy-copy.about {
  background-color: #fff;
}

.section-copy-copy.events {
  padding-top: 0px;
  background-color: #fff;
  text-align: center;
}

.section-copy-copy.resort {
  background-color: #fff;
}

.section-copy-copy.amenities {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #eceef0;
  background-color: #fff;
  text-align: center;
}

.section-copy-copy.amenities.asasas {
  background-color: #f5f7f9;
}

.section-copy-copy.header {
  padding-top: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/wedding-page-cover.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/wedding-page-cover.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-copy-copy.cms-hero {
  padding-bottom: 0px;
}

.section-copy-copy.cms {
  padding-top: 90px;
}

.section-copy-copy.reviews {
  overflow: hidden;
}

.section-copy-copy.other-rooms {
  padding-top: 180px;
  background-color: #fff;
  text-align: center;
}

.section-copy-copy.resort-page {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-copyasd {
  width: 100%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 40px;
}

.container-copyasd.slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-bottom: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-copyasd.rooms {
  text-align: center;
}

.container-copyasd.menu-links {
  position: relative;
  z-index: 300;
}

.paragraph {
  margin-bottom: 0px;
  color: #fff;
}

.large-heading-copycv {
  margin-bottom: 70px;
  font-family: Literata72pt, sans-serif;
  color: #05396b;
  font-size: 70px;
  line-height: 1;
  font-weight: 300;
}

.large-heading-copycv.margin-none {
  margin-bottom: 10px;
}

.margin-top-xl-copfry {
  margin-top: 60px;
}

.inner-stxt-only {
  margin-bottom: 10px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}

.iiner-wrap-only {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding: 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Daylight-Wedding-cover-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Daylight-Wedding-cover-min.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.inner-stxt-only-copy {
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.inner-stxt-only-copy-copy {
  margin-top: 20px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
}

.trrtui {
  margin-top: 20px;
}

.iiner-wrap-only-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding: 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Sunset-Wedding-cover-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Sunset-Wedding-cover-min.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.iiner-wrap-only-copyy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding: 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Villa-Wedding-cover-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Villa-Wedding-cover-min.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.ihjhiner-wrap-only-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding: 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Garden-Wedding-cover-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Garden-Wedding-cover-min.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.iiner-wfgrap-only-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding: 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Rama-Sita-Wedding-cover-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Rama-Sita-Wedding-cover-min.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.iiner-wraasap-only-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding: 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, 0.61))), url('../images/muslim-wedding-cover-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)), url('../images/muslim-wedding-cover-min.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.iiner-wrap-only-copoiijy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding: 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.56))), url('../images/Daylight-Wedding-cover-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)), url('../images/Daylight-Wedding-cover-min.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section-copy-copy-copy {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-copy-copy-copy.cta {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-copy-copy-copy.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.section-copy-copy-copy.template-links {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eceef0;
  background-color: #fff;
}

.section-copy-copy-copy.hero {
  overflow: hidden;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.section-copy-copy-copy.about {
  background-color: #fff;
}

.section-copy-copy-copy.events {
  padding-top: 0px;
  background-color: #fff;
  text-align: center;
}

.section-copy-copy-copy.resort {
  background-color: #fff;
}

.section-copy-copy-copy.amenities {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #eceef0;
  background-color: #fff;
  text-align: center;
}

.section-copy-copy-copy.amenities.asasas {
  background-color: #f5f7f9;
}

.section-copy-copy-copy.header {
  padding-top: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/wedding-page-cover.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/wedding-page-cover.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-copy-copy-copy.cms-hero {
  padding-bottom: 0px;
}

.section-copy-copy-copy.cms {
  padding-top: 90px;
}

.section-copy-copy-copy.reviews {
  overflow: hidden;
}

.section-copy-copy-copy.other-rooms {
  padding-top: 180px;
  background-color: #fff;
  text-align: center;
}

.section-copy-copy-copy.resort-page {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}

.rates-section-header {
  padding-top: 180px;
  padding-bottom: 180px;
}

.rates-section-header.cta {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

.rates-section-header.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.rates-section-header.template-links {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eceef0;
  background-color: #fff;
}

.rates-section-header.hero {
  overflow: hidden;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.rates-section-header.about {
  background-color: #fff;
}

.rates-section-header.events {
  padding-top: 0px;
  background-color: #fff;
  text-align: center;
}

.rates-section-header.resort {
  background-color: #fff;
}

.rates-section-header.amenities {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #eceef0;
  background-color: #fff;
  text-align: center;
}

.rates-section-header.amenities.asasas {
  background-color: #f5f7f9;
}

.rates-section-header.header {
  padding-top: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/rates-page-cover.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/rates-page-cover.jpg');
  background-position: 0px 0px, 50% 50%;
}

.rates-section-header.header.surfing-point-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/surfing.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/surfing.jpg');
}

.rates-section-header.header.restaurant-section-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Restaurant.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Restaurant.jpg');
}

.rates-section-header.header.spa-package-section-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/spa.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/spa.jpg');
}

.rates-section-header.header.swim-and-fun {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/swim-and-fun.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/swim-and-fun.jpg');
}

.rates-section-header.cms-hero {
  padding-bottom: 0px;
}

.rates-section-header.cms {
  padding-top: 90px;
}

.rates-section-header.reviews {
  overflow: hidden;
}

.rates-section-header.other-rooms {
  padding-top: 180px;
  background-color: #fff;
  text-align: center;
}

.rates-section-header.resort-page {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}

.qwewqeq {
  font-family: Epilogue, sans-serif;
  font-size: 22px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
}

.qwewqeq.sf {
  font-size: 17px;
  line-height: 21px;
}

.weweuiuiplk {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 32px;
  text-align: left;
}

.rewrwerwrgjhg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tytyopl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(5, 57, 107, 0.03);
}

.kljluiuplo {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
}

.column-7 {
  background-color: #f5f7f9;
}

.sdsdwewtynmb {
  padding: 20px;
}

.yttyghhgj {
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 27px;
  font-style: italic;
  text-align: center;
}

.gallery {
  padding-top: 180px;
  padding-bottom: 180px;
}

.gallery.cta {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

.gallery.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.gallery.template-links {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eceef0;
  background-color: #fff;
}

.gallery.hero {
  overflow: hidden;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.gallery.about {
  background-color: #fff;
}

.gallery.events {
  padding-top: 0px;
  background-color: #fff;
  text-align: center;
}

.gallery.resort {
  background-color: #fff;
}

.gallery.amenities {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #eceef0;
  background-color: #fff;
  text-align: center;
}

.gallery.amenities.asasas {
  background-color: #f5f7f9;
}

.gallery.header {
  padding-top: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Gallery.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Gallery.jpg');
  background-position: 0px 0px, 50% 50%;
}

.gallery.header.surfing-point-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/surfing.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/surfing.jpg');
}

.gallery.header.restaurant-section-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Restaurant.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Restaurant.jpg');
}

.gallery.header.spa-package-section-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/spa.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/spa.jpg');
}

.gallery.cms-hero {
  padding-bottom: 0px;
}

.gallery.cms {
  padding-top: 90px;
}

.gallery.reviews {
  overflow: hidden;
}

.gallery.other-rooms {
  padding-top: 180px;
  background-color: #fff;
  text-align: center;
}

.gallery.resort-page {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}

.accommodation {
  padding-top: 180px;
  padding-bottom: 180px;
}

.accommodation.cta {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

.accommodation.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.accommodation.template-links {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eceef0;
  background-color: #fff;
}

.accommodation.hero {
  overflow: hidden;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.accommodation.about {
  background-color: #fff;
}

.accommodation.events {
  padding-top: 0px;
  background-color: #fff;
  text-align: center;
}

.accommodation.resort {
  background-color: #fff;
}

.accommodation.amenities {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #eceef0;
  background-color: #fff;
  text-align: center;
}

.accommodation.amenities.asasas {
  background-color: #f5f7f9;
}

.accommodation.header {
  padding-top: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/accommodation-page-cover.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/accommodation-page-cover.jpg');
  background-position: 0px 0px, 50% 50%;
}

.accommodation.header.surfing-point-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/surfing.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/surfing.jpg');
}

.accommodation.header.restaurant-section-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Restaurant.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Restaurant.jpg');
}

.accommodation.header.spa-package-section-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/spa.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/spa.jpg');
}

.accommodation.cms-hero {
  padding-bottom: 0px;
}

.accommodation.cms {
  padding-top: 90px;
}

.accommodation.reviews {
  overflow: hidden;
}

.accommodation.other-rooms {
  padding-top: 180px;
  background-color: #fff;
  text-align: center;
}

.accommodation.resort-page {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.reservation {
  padding-top: 180px;
  padding-bottom: 180px;
}

.reservation.cta {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

.reservation.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.reservation.template-links {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eceef0;
  background-color: #fff;
}

.reservation.hero {
  overflow: hidden;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.reservation.about {
  background-color: #fff;
}

.reservation.events {
  padding-top: 0px;
  background-color: #fff;
  text-align: center;
}

.reservation.resort {
  background-color: #fff;
}

.reservation.amenities {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #eceef0;
  background-color: #fff;
  text-align: center;
}

.reservation.amenities.asasas {
  background-color: #f5f7f9;
}

.reservation.header {
  padding-top: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Reservation.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Reservation.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, auto;
}

.reservation.cms-hero {
  padding-bottom: 0px;
}

.reservation.cms {
  padding-top: 90px;
}

.reservation.reviews {
  overflow: hidden;
}

.reservation.other-rooms {
  padding-top: 180px;
  background-color: #fff;
  text-align: center;
}

.reservation.padding-top-none {
  padding-top: 100px;
  padding-bottom: 100px;
}

.reservation.resort-page {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}

.reservation-form {
  padding-top: 180px;
  padding-bottom: 180px;
}

.reservation-form.cta {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

.reservation-form.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.reservation-form.template-links {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eceef0;
  background-color: #fff;
}

.reservation-form.hero {
  overflow: hidden;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.reservation-form.about {
  background-color: #fff;
}

.reservation-form.events {
  padding-top: 0px;
  background-color: #fff;
  text-align: center;
}

.reservation-form.resort {
  background-color: #fff;
}

.reservation-form.amenities {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #eceef0;
  background-color: #fff;
  text-align: center;
}

.reservation-form.amenities.asasas {
  background-color: #f5f7f9;
}

.reservation-form.cms-hero {
  padding-bottom: 0px;
}

.reservation-form.cms {
  padding-top: 90px;
}

.reservation-form.reviews {
  overflow: hidden;
}

.reservation-form.other-rooms {
  padding-top: 180px;
  background-color: #fff;
  text-align: center;
}

.reservation-form.padding-top-none {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #fff;
}

.reservation-form.resort-page {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}

.register {
  padding-top: 180px;
  padding-bottom: 180px;
}

.register.cta {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

.register.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.register.template-links {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eceef0;
  background-color: #fff;
}

.register.hero {
  overflow: hidden;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.register.about {
  background-color: #fff;
}

.register.events {
  padding-top: 0px;
  background-color: #fff;
  text-align: center;
}

.register.resort {
  background-color: #fff;
}

.register.amenities {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #eceef0;
  background-color: #fff;
  text-align: center;
}

.register.amenities.asasas {
  background-color: #f5f7f9;
}

.register.header {
  padding-top: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Register.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Register.jpg');
  background-position: 0px 0px, 50% 50%;
}

.register.cms-hero {
  padding-bottom: 0px;
}

.register.cms {
  padding-top: 90px;
}

.register.reviews {
  overflow: hidden;
}

.register.other-rooms {
  padding-top: 180px;
  background-color: #fff;
  text-align: center;
}

.register.padding-top-none {
  padding-top: 100px;
  padding-bottom: 100px;
}

.register.resort-page {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}

.reg-title {
  font-family: Literata72pt, sans-serif;
  color: #05396b;
}

.spa-header {
  padding-top: 180px;
  padding-bottom: 180px;
}

.spa-header.cta {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

.spa-header.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.spa-header.template-links {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eceef0;
  background-color: #fff;
}

.spa-header.hero {
  overflow: hidden;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.spa-header.about {
  background-color: #fff;
}

.spa-header.events {
  padding-top: 0px;
  background-color: #fff;
  text-align: center;
}

.spa-header.resort {
  background-color: #fff;
}

.spa-header.amenities {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #eceef0;
  background-color: #fff;
  text-align: center;
}

.spa-header.amenities.asasas {
  background-color: #f5f7f9;
}

.spa-header.header {
  padding-top: 220px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/spa-page-cover.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/spa-page-cover.jpg');
  background-position: 0px 0px, 50% 50%;
}

.spa-header.header.surfing-point-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/surfing.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/surfing.jpg');
}

.spa-header.header.restaurant-section-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Restaurant.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Restaurant.jpg');
}

.spa-header.header.spa-package-section-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/spa.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/spa.jpg');
}

.spa-header.cms-hero {
  padding-bottom: 0px;
}

.spa-header.cms {
  padding-top: 90px;
}

.spa-header.reviews {
  overflow: hidden;
}

.spa-header.other-rooms {
  padding-top: 180px;
  background-color: #fff;
  text-align: center;
}

.spa-header.resort-page {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}

.aszxceevg {
  text-align: center;
}

.sectiongfrtklk-copy {
  padding-top: 180px;
  padding-bottom: 180px;
}

.sectiongfrtklk-copy.cta {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

.sectiongfrtklk-copy.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.sectiongfrtklk-copy.template-links {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eceef0;
  background-color: #fff;
}

.sectiongfrtklk-copy.hero {
  overflow: hidden;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.sectiongfrtklk-copy.about {
  background-color: #fff;
}

.sectiongfrtklk-copy.events {
  padding-top: 10px;
  background-color: #fff;
  text-align: center;
}

.sectiongfrtklk-copy.resort {
  background-color: #fff;
}

.sectiongfrtklk-copy.amenities {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #eceef0;
  background-color: #fff;
  text-align: center;
}

.sectiongfrtklk-copy.amenities.asasas {
  background-color: #f5f7f9;
}

.sectiongfrtklk-copy.cms-hero {
  padding-bottom: 0px;
}

.sectiongfrtklk-copy.cms {
  padding-top: 90px;
}

.sectiongfrtklk-copy.reviews {
  overflow: hidden;
}

.sectiongfrtklk-copy.other-rooms {
  padding-top: 180px;
  background-color: #fff;
  text-align: center;
}

.sectiongfrtklk-copy.padding-top-none {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sectiongfrtklk-copy.resort-page {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-copyyttg {
  width: 100%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.container-copyyttg.slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-bottom: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-copyyttg.rooms {
  margin-top: 140px;
  text-align: left;
}

.container-copyyttg.menu-links {
  position: relative;
  z-index: 300;
}

.hjhjh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f7f9;
}

.column-8 {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.column-8-copyhgjyk {
  display: block;
  padding: 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.fdgrtgfg {
  padding: 20px;
}

.contact-wrap-copyghtyul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f5f7f9;
}

.contact-form-copygfgrr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-wrap-clklkuopy {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: minmax(500px, 1fr);
  grid-template-columns: minmax(500px, 1fr);
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.image-6 {
  opacity: 0.39;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-7 {
  opacity: 0.39;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-8 {
  opacity: 0.39;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.columns-2 {
  margin-bottom: 40px;
}

.utility-page-wrap-copzxcny {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(5, 57, 107, 0.1);
}

@media screen and (max-width: 991px) {
  .sectiongfrt {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .sectiongfrt.footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .sectiongfrt.template-links {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sectiongfrt.amenities {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .sectiongfrt.reviews {
    padding-bottom: 166px;
  }

  .sectiongfrt.other-rooms {
    padding-top: 110px;
  }

  .sectiongfrt.padding-none {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sectiongfrt.padding-top-none {
    padding-top: 0px;
  }

  .extra-large-headfgytinginn {
    font-size: 90px;
  }

  .large-heading {
    font-size: 60px;
  }

  .grid-quarters {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .full-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .full-container.nav {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cta-wrap {
    width: 100%;
    padding-bottom: 56px;
    padding-left: 56px;
  }

  .cta-wrap.contact {
    padding-bottom: 56px;
    padding-left: 56px;
  }

  .cta-heading {
    font-size: 60px;
  }

  .grid-thirds {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .template-links-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-text {
    max-width: 100%;
  }

  .slider-heading {
    width: 100%;
    font-size: 90px;
  }

  .right-arrow {
    left: auto;
    top: auto;
    right: 40px;
    bottom: 20px;
  }

  .right-arrow.dynamic-pages {
    top: 50%;
    bottom: auto;
  }

  .left-arrow {
    left: 40px;
    top: auto;
    right: auto;
    bottom: 20px;
  }

  .left-arrow.dynamic-pages {
    top: 50%;
    bottom: auto;
  }

  .grid-half.rooms {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-half.about {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-half.events {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-half.rooms-page {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-half.about-page {
    height: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-half.about-view {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card {
    padding: 40px;
  }

  .about-image {
    margin-top: 40px;
  }

  .about-wrap {
    max-width: 100%;
    margin-right: 0px;
  }

  .reviews-slide {
    width: 100%;
  }

  .reviews-right-arrow {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -96px;
  }

  .reviews-left-arrow {
    left: 0%;
    top: auto;
    right: auto;
    bottom: -96px;
  }

  .resort-wrap {
    max-width: none;
    margin-top: 56px;
    margin-left: 0px;
  }

  .nav-bar {
    position: absolute;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cms-heading {
    font-size: 90px;
  }

  .cms-flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cms-content {
    margin-right: 0px;
  }

  .cms-book-sticky {
    position: static;
    max-width: 100%;
    margin-top: 90px;
  }

  .cms-amenities-wrap {
    margin-top: 110px;
  }

  .medium-column {
    max-width: 100%;
    margin-right: 40px;
  }

  .contact-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-form {
    max-width: none;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .small-column {
    max-width: 100%;
  }

  .menu-logo-wrap {
    display: none;
  }

  .menu-photo-mask {
    display: none;
  }

  .nav-link {
    font-size: 60px;
  }

  .menu {
    display: none;
    height: 100vh;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-logo {
    width: 120px;
    height: 120px;
  }

  .global-badge {
    display: none;
  }

  .utility-page-content {
    width: 100%;
  }

  .room-link-image {
    max-width: 100%;
  }

  .section-copy {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section-copy.footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-copy.template-links {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-copy.amenities {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section-copy.reviews {
    padding-bottom: 166px;
  }

  .section-copy.other-rooms {
    padding-top: 110px;
  }

  .section-copy.padding-none {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-copy.padding-top-none {
    padding-top: 0px;
  }

  .section-copy-copy {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section-copy-copy.footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-copy-copy.template-links {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-copy-copy.amenities {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section-copy-copy.reviews {
    padding-bottom: 166px;
  }

  .section-copy-copy.other-rooms {
    padding-top: 110px;
  }

  .section-copy-copy.padding-none {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-copy-copy.padding-top-none {
    padding-top: 0px;
  }

  .large-heading-copycv {
    font-size: 60px;
  }

  .section-copy-copy-copy {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section-copy-copy-copy.footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-copy-copy-copy.template-links {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-copy-copy-copy.amenities {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section-copy-copy-copy.reviews {
    padding-bottom: 166px;
  }

  .section-copy-copy-copy.other-rooms {
    padding-top: 110px;
  }

  .section-copy-copy-copy.padding-none {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-copy-copy-copy.padding-top-none {
    padding-top: 0px;
  }

  .rates-section-header {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .rates-section-header.footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .rates-section-header.template-links {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rates-section-header.amenities {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .rates-section-header.reviews {
    padding-bottom: 166px;
  }

  .rates-section-header.other-rooms {
    padding-top: 110px;
  }

  .rates-section-header.padding-none {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .rates-section-header.padding-top-none {
    padding-top: 0px;
  }

  .gallery {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .gallery.footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .gallery.template-links {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gallery.amenities {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .gallery.reviews {
    padding-bottom: 166px;
  }

  .gallery.other-rooms {
    padding-top: 110px;
  }

  .gallery.padding-none {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .gallery.padding-top-none {
    padding-top: 0px;
  }

  .accommodation {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .accommodation.footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .accommodation.template-links {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .accommodation.amenities {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .accommodation.reviews {
    padding-bottom: 166px;
  }

  .accommodation.other-rooms {
    padding-top: 110px;
  }

  .accommodation.padding-none {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .accommodation.padding-top-none {
    padding-top: 0px;
  }

  .reservation {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .reservation.footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .reservation.template-links {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .reservation.amenities {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .reservation.reviews {
    padding-bottom: 166px;
  }

  .reservation.other-rooms {
    padding-top: 110px;
  }

  .reservation.padding-none {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .reservation.padding-top-none {
    padding-top: 0px;
  }

  .reservation-form {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .reservation-form.footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .reservation-form.template-links {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .reservation-form.amenities {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .reservation-form.reviews {
    padding-bottom: 166px;
  }

  .reservation-form.other-rooms {
    padding-top: 110px;
  }

  .reservation-form.padding-none {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .reservation-form.padding-top-none {
    padding-top: 0px;
  }

  .register {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .register.footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .register.template-links {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .register.amenities {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .register.reviews {
    padding-bottom: 166px;
  }

  .register.other-rooms {
    padding-top: 110px;
  }

  .register.padding-none {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .register.padding-top-none {
    padding-top: 0px;
  }

  .spa-header {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .spa-header.footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .spa-header.template-links {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .spa-header.amenities {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .spa-header.reviews {
    padding-bottom: 166px;
  }

  .spa-header.other-rooms {
    padding-top: 110px;
  }

  .spa-header.padding-none {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .spa-header.padding-top-none {
    padding-top: 0px;
  }

  .sectiongfrtklk-copy {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .sectiongfrtklk-copy.footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .sectiongfrtklk-copy.template-links {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sectiongfrtklk-copy.amenities {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .sectiongfrtklk-copy.reviews {
    padding-bottom: 166px;
  }

  .sectiongfrtklk-copy.other-rooms {
    padding-top: 110px;
  }

  .sectiongfrtklk-copy.padding-none {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sectiongfrtklk-copy.padding-top-none {
    padding-top: 0px;
  }

  .contact-wrap-copyghtyul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-form-copygfgrr {
    max-width: none;
    margin-top: 40px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  blockquote {
    font-size: 40px;
  }

  .sectiongfrt {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sectiongfrt.footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sectiongfrt.amenities {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .sectiongfrt.header {
    padding-top: 110px;
  }

  .sectiongfrt.cms-hero {
    padding-top: 110px;
  }

  .sectiongfrt.cms {
    padding-top: 80px;
  }

  .sectiongfrt.other-rooms {
    padding-top: 80px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .extra-large-headfgytinginn {
    font-size: 70px;
  }

  .large-heading {
    font-size: 46px;
  }

  .medium-heading {
    font-size: 28px;
  }

  .grid-quarters {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .qutwqtwtqjkk {
    width: 100%;
  }

  .form-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .full-container.nav {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cta-wrap {
    height: 550px;
  }

  .cta-wrap.w--current {
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .cta-wrap.contact {
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .cta-heading {
    font-size: 46px;
  }

  .footer-link.margin-left-medium {
    margin-left: 0px;
  }

  .grid-thirds.margin-top-large {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .template-links-wrap {
    width: 100%;
    justify-items: start;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slider-heading {
    font-size: 70px;
  }

  .right-arrow {
    right: 20px;
  }

  .right-arrow.dynamic-pages {
    right: 32px;
  }

  .left-arrow {
    left: 20px;
  }

  .left-arrow.dynamic-pages {
    left: 32px;
  }

  .grid-half.rooms {
    margin-top: 56px;
  }

  .grid-half.events {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .grid-half.rooms-page {
    margin-top: 56px;
  }

  .card {
    height: 350px;
    padding: 32px;
  }

  .collection-item {
    height: 350px;
  }

  .price {
    font-size: 28px;
  }

  .about-image {
    height: 550px;
    margin-top: 56px;
  }

  .reviews-slider {
    margin-top: 56px;
  }

  .ratings-bar {
    padding-right: 32px;
    padding-left: 32px;
  }

  .reviews-slide-content {
    padding-top: 48px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .resort-image {
    height: 550px;
  }

  .amenities-item {
    width: 50%;
    margin-bottom: 40px;
  }

  .amenities-column {
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .amenities-column.last {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-button {
    width: 40px;
    height: 40px;
  }

  .nav-lottie {
    width: 20px;
  }

  .cms-heading {
    font-size: 70px;
  }

  .cms-slider {
    max-height: 550px;
    margin-top: 56px;
  }

  .cms-mask {
    height: 550px;
  }

  .cms-book-sticky {
    margin-top: 56px;
  }

  .cms-amenities-wrap {
    margin-top: 56px;
  }

  .cms-amenities-content {
    margin-top: 56px;
  }

  .margin-top-xl {
    margin-top: 56px;
  }

  .about-page-info.margin-top-xl {
    margin-top: 56px;
  }

  .image {
    height: 550px;
  }

  .column.margin-top-xl {
    margin-top: 56px;
  }

  .resort-slider {
    max-height: 550px;
  }

  .resort-mask {
    height: 550px;
  }

  .nav-link {
    font-size: 40px;
  }

  .licensing-image {
    height: 350px;
  }

  .template-links-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-copy.footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-copy.amenities {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .section-copy.header {
    padding-top: 110px;
  }

  .section-copy.cms-hero {
    padding-top: 110px;
  }

  .section-copy.cms {
    padding-top: 80px;
  }

  .section-copy.other-rooms {
    padding-top: 80px;
  }

  .section-copy-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-copy-copy.footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-copy-copy.amenities {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .section-copy-copy.header {
    padding-top: 110px;
  }

  .section-copy-copy.cms-hero {
    padding-top: 110px;
  }

  .section-copy-copy.cms {
    padding-top: 80px;
  }

  .section-copy-copy.other-rooms {
    padding-top: 80px;
  }

  .container-copyasd {
    padding-right: 20px;
    padding-left: 20px;
  }

  .large-heading-copycv {
    font-size: 46px;
  }

  .margin-top-xl-copfry {
    margin-top: 56px;
  }

  .section-copy-copy-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-copy-copy-copy.footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-copy-copy-copy.amenities {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .section-copy-copy-copy.header {
    padding-top: 110px;
  }

  .section-copy-copy-copy.cms-hero {
    padding-top: 110px;
  }

  .section-copy-copy-copy.cms {
    padding-top: 80px;
  }

  .section-copy-copy-copy.other-rooms {
    padding-top: 80px;
  }

  .rates-section-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .rates-section-header.footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rates-section-header.amenities {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .rates-section-header.header {
    padding-top: 110px;
  }

  .rates-section-header.cms-hero {
    padding-top: 110px;
  }

  .rates-section-header.cms {
    padding-top: 80px;
  }

  .rates-section-header.other-rooms {
    padding-top: 80px;
  }

  .gallery {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .gallery.footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gallery.amenities {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .gallery.header {
    padding-top: 110px;
  }

  .gallery.cms-hero {
    padding-top: 110px;
  }

  .gallery.cms {
    padding-top: 80px;
  }

  .gallery.other-rooms {
    padding-top: 80px;
  }

  .accommodation {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .accommodation.footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .accommodation.amenities {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .accommodation.header {
    padding-top: 110px;
  }

  .accommodation.cms-hero {
    padding-top: 110px;
  }

  .accommodation.cms {
    padding-top: 80px;
  }

  .accommodation.other-rooms {
    padding-top: 80px;
  }

  .reservation {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .reservation.footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .reservation.amenities {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .reservation.header {
    padding-top: 110px;
  }

  .reservation.cms-hero {
    padding-top: 110px;
  }

  .reservation.cms {
    padding-top: 80px;
  }

  .reservation.other-rooms {
    padding-top: 80px;
  }

  .reservation-form {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .reservation-form.footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .reservation-form.amenities {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .reservation-form.header {
    padding-top: 110px;
  }

  .reservation-form.cms-hero {
    padding-top: 110px;
  }

  .reservation-form.cms {
    padding-top: 80px;
  }

  .reservation-form.other-rooms {
    padding-top: 80px;
  }

  .register {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .register.footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .register.amenities {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .register.header {
    padding-top: 110px;
  }

  .register.cms-hero {
    padding-top: 110px;
  }

  .register.cms {
    padding-top: 80px;
  }

  .register.other-rooms {
    padding-top: 80px;
  }

  .spa-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .spa-header.footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .spa-header.amenities {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .spa-header.header {
    padding-top: 110px;
  }

  .spa-header.cms-hero {
    padding-top: 110px;
  }

  .spa-header.cms {
    padding-top: 80px;
  }

  .spa-header.other-rooms {
    padding-top: 80px;
  }

  .sectiongfrtklk-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sectiongfrtklk-copy.footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sectiongfrtklk-copy.amenities {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .sectiongfrtklk-copy.header {
    padding-top: 110px;
  }

  .sectiongfrtklk-copy.cms-hero {
    padding-top: 110px;
  }

  .sectiongfrtklk-copy.cms {
    padding-top: 80px;
  }

  .sectiongfrtklk-copy.other-rooms {
    padding-top: 80px;
  }

  .container-copyyttg {
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-wrap-clklkuopy {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 18px;
  }

  .sectiongfrt {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sectiongfrt.template-links {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sectiongfrt.amenities {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .sectiongfrt.cms {
    padding-top: 60px;
  }

  .sectiongfrt.reviews {
    padding-bottom: 148px;
  }

  .extra-large-headfgytinginn {
    margin-bottom: 40px;
    font-size: 54px;
  }

  .extra-large-headfgytinginn.margin-none {
    margin-bottom: 0px;
    font-size: 34px;
    line-height: 40px;
  }

  .large-heading {
    margin-bottom: 40px;
    font-size: 32px;
  }

  .medium-text {
    font-size: 18px;
  }

  .cta-wrap {
    height: 350px;
    padding-bottom: 32px;
    padding-left: 32px;
  }

  .cta-wrap.contact {
    padding-bottom: 32px;
    padding-left: 32px;
  }

  .cta-heading {
    font-size: 28px;
  }

  .template-links-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slider-text {
    font-size: 16px;
  }

  .slider-heading {
    font-size: 54px;
  }

  .right-arrow {
    bottom: 0px;
    width: 48px;
    height: 48px;
  }

  .right-arrow.dynamic-pages {
    right: 20px;
  }

  .left-arrow {
    bottom: 0px;
    overflow: visible;
    width: 48px;
    height: 48px;
  }

  .left-arrow.dynamic-pages {
    left: 20px;
  }

  .grid-half.events {
    margin-bottom: 56px;
  }

  .grid-half.amenities {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-half.about-view {
    margin-top: 56px;
  }

  .card {
    height: 280px;
    padding: 24px;
    text-align: left;
  }

  .collection-item {
    height: 280px;
  }

  .card-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-image {
    height: 350px;
  }

  .reviews-slide-content {
    padding-top: 32px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .reviews-right-arrow {
    bottom: -88px;
    width: 48px;
    height: 48px;
  }

  .reviews-left-arrow {
    bottom: -88px;
    width: 48px;
    height: 48px;
  }

  .resort-image {
    height: 350px;
  }

  .amenities-item {
    width: 100%;
  }

  .cms-heading {
    font-size: 54px;
  }

  .cms-slider {
    max-height: 350px;
  }

  .cms-mask {
    height: 350px;
  }

  .sticky-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cover-full-height {
    height: 280px;
  }

  .medium-column {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .about-page-info.margin-top-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image {
    height: 350px;
  }

  .column.faq {
    margin-top: 56px;
  }

  .resort-slider {
    max-height: 450350px;
  }

  .resort-mask {
    height: 350px;
  }

  .faq-question {
    padding-right: 24px;
    padding-left: 24px;
  }

  .faq-answer {
    padding-right: 24px;
    padding-left: 24px;
  }

  .menu-social {
    width: 100%;
    height: auto;
    margin-top: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .menu {
    display: none;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .social-wrap {
    margin-right: 16px;
  }

  .room-people-item {
    width: 100%;
  }

  .people-beds-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .room-price-item {
    width: 100%;
    border-top-style: none;
    border-left-style: solid;
  }

  .div-block-2 {
    height: 300px;
  }

  .jhkjhkhj {
    padding-left: 15px;
    line-height: 31px;
  }

  .ljkljkljkl {
    height: 300px;
  }

  .heading-3 {
    line-height: 43px;
  }

  .column-2 {
    margin-bottom: 20px;
  }

  .column-4 {
    margin-bottom: 20px;
  }

  .div-block-2-copy {
    height: 300px;
  }

  .dfdas {
    height: 300px;
  }

  .div-block-2-copygf {
    height: 300px;
  }

  .dfdas-copy {
    height: 300px;
  }

  .div-block-2-copygf-copy {
    height: 300px;
  }

  .column-6 {
    padding-left: 0px;
  }

  .section-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-copy.template-links {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-copy.amenities {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .section-copy.cms {
    padding-top: 60px;
  }

  .section-copy.reviews {
    padding-bottom: 148px;
  }

  .section-copy-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-copy-copy.template-links {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-copy-copy.amenities {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .section-copy-copy.cms {
    padding-top: 60px;
  }

  .section-copy-copy.reviews {
    padding-bottom: 148px;
  }

  .large-heading-copycv {
    margin-bottom: 40px;
    font-size: 32px;
  }

  .iiner-wrap-only {
    height: 300px;
  }

  .iiner-wrap-only-copy {
    height: 400px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .iiner-wrap-only-copyy {
    height: 400px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .ihjhiner-wrap-only-copy {
    height: 400px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .iiner-wfgrap-only-copy {
    height: 400px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .iiner-wraasap-only-copy {
    height: 400px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .iiner-wrap-only-copoiijy {
    height: 400px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-copy-copy-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-copy-copy-copy.template-links {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-copy-copy-copy.amenities {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .section-copy-copy-copy.cms {
    padding-top: 60px;
  }

  .section-copy-copy-copy.reviews {
    padding-bottom: 148px;
  }

  .rates-section-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rates-section-header.template-links {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rates-section-header.amenities {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .rates-section-header.cms {
    padding-top: 60px;
  }

  .rates-section-header.reviews {
    padding-bottom: 148px;
  }

  .qwewqeq {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 25px;
  }

  .weweuiuiplk {
    margin-bottom: 10px;
  }

  .rewrwerwrgjhg {
    display: block;
    margin-bottom: 60px;
  }

  .image-2 {
    margin-bottom: 20px;
  }

  .image-3 {
    margin-top: 20px;
  }

  .image-4 {
    margin-bottom: 20px;
  }

  .image-5 {
    margin-top: 20px;
  }

  .tytyopl {
    display: block;
  }

  .kljluiuplo {
    margin-top: 40px;
  }

  .gallery {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gallery.template-links {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gallery.amenities {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .gallery.cms {
    padding-top: 60px;
  }

  .gallery.reviews {
    padding-bottom: 148px;
  }

  .accommodation {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .accommodation.template-links {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .accommodation.amenities {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .accommodation.cms {
    padding-top: 60px;
  }

  .accommodation.reviews {
    padding-bottom: 148px;
  }

  .reservation {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .reservation.template-links {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .reservation.amenities {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .reservation.cms {
    padding-top: 60px;
  }

  .reservation.reviews {
    padding-bottom: 148px;
  }

  .reservation-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .reservation-form.template-links {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .reservation-form.amenities {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .reservation-form.cms {
    padding-top: 60px;
  }

  .reservation-form.reviews {
    padding-bottom: 148px;
  }

  .register {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .register.template-links {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .register.amenities {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .register.cms {
    padding-top: 60px;
  }

  .register.reviews {
    padding-bottom: 148px;
  }

  .spa-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .spa-header.template-links {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .spa-header.amenities {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .spa-header.cms {
    padding-top: 60px;
  }

  .spa-header.reviews {
    padding-bottom: 148px;
  }

  .sectiongfrtklk-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sectiongfrtklk-copy.template-links {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sectiongfrtklk-copy.amenities {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .sectiongfrtklk-copy.cms {
    padding-top: 60px;
  }

  .sectiongfrtklk-copy.reviews {
    padding-bottom: 148px;
  }
}

#w-node-_06e98476-8860-01cd-5ef3-05dfd55c5730-a7ea58e6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d18ae5c2-8dc7-aa16-6de8-ada0378af074-690f69cf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e452d2d9-04f5-afab-1eb4-2e41f446169a-b0ba5436 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fb6a94b6-7dc0-f110-a23f-5aceaa8627ac-b0ba5436 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d8ff3195-2c1b-683b-dbcb-b8d8816451dd-b0ba5436 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_42d44b7d-d866-f87c-1209-1bc93ea7193f-b0ba5436 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_605cd123-3d00-4cae-fe8e-bea5d7bcb6fa-b0ba5436 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_067215c4-3d40-1711-419e-ded693013cde-b0ba5436 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_37ad01eb-975d-9034-581d-d948e361dfea-b0ba5436 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_37ad01eb-975d-9034-581d-d948e361dfeb-b0ba5436 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_37ad01eb-975d-9034-581d-d948e361dfec-b0ba5436 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_37ad01eb-975d-9034-581d-d948e361dfed-b0ba5436 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_37ad01eb-975d-9034-581d-d948e361dfee-b0ba5436 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_37ad01eb-975d-9034-581d-d948e361dfef-b0ba5436 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_37ad01eb-975d-9034-581d-d948e361dff0-b0ba5436 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_37ad01eb-975d-9034-581d-d948e361dff1-b0ba5436 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_37ad01eb-975d-9034-581d-d948e361dff2-b0ba5436 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f4cf451d-1152-0ed8-f570-9ed6edd53452-5a9f0344 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-f4cf451d-1152-0ed8-f570-9ed6edd53456-5a9f0344 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-acd52c35-b2c9-0eb6-6e6f-1610b67b65f6-c7ddb8a8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-acd52c35-b2c9-0eb6-6e6f-1610b67b65ee-c7ddb8a8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-acd52c35-b2c9-0eb6-6e6f-1610b67b6602-c7ddb8a8 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f4cf451d-1152-0ed8-f570-9ed6edd53446-c7ddb8a8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ea6fb8e8-6e7b-a4b0-655d-a7ebfc767eb5-c7ddb8a8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f4cf451d-1152-0ed8-f570-9ed6edd53456-c7ddb8a8 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-f4cf451d-1152-0ed8-f570-9ed6edd53456-5a9f0344 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-acd52c35-b2c9-0eb6-6e6f-1610b67b6602-c7ddb8a8 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-f4cf451d-1152-0ed8-f570-9ed6edd53456-c7ddb8a8 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4384fa30-90b6-298c-8c4a-51b3690f69d3-690f69cf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_4384fa30-90b6-298c-8c4a-51b3690f69e1-690f69cf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_4384fa30-90b6-298c-8c4a-51b3690f69ed-690f69cf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-f4cf451d-1152-0ed8-f570-9ed6edd53442-5a9f0344 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f4cf451d-1152-0ed8-f570-9ed6edd53446-5a9f0344 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f4cf451d-1152-0ed8-f570-9ed6edd5344a-5a9f0344 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f4cf451d-1152-0ed8-f570-9ed6edd5344e-5a9f0344 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f4cf451d-1152-0ed8-f570-9ed6edd53456-5a9f0344 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-acd52c35-b2c9-0eb6-6e6f-1610b67b65f6-c7ddb8a8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-acd52c35-b2c9-0eb6-6e6f-1610b67b65ee-c7ddb8a8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-acd52c35-b2c9-0eb6-6e6f-1610b67b6602-c7ddb8a8 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f4cf451d-1152-0ed8-f570-9ed6edd53442-c7ddb8a8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f4cf451d-1152-0ed8-f570-9ed6edd5344a-c7ddb8a8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f4cf451d-1152-0ed8-f570-9ed6edd53446-c7ddb8a8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ea6fb8e8-6e7b-a4b0-655d-a7ebfc767eb5-c7ddb8a8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f4cf451d-1152-0ed8-f570-9ed6edd53456-c7ddb8a8 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b661dbf5-592f-b1cf-16db-0e428baceccb-8bacecbb {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b661dbf5-592f-b1cf-16db-0e428bacecce-8bacecbb {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b661dbf5-592f-b1cf-16db-0e428bacecd1-8bacecbb {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b661dbf5-592f-b1cf-16db-0e428bacecd4-8bacecbb {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/Epilogue-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Literata72pt';
  src: url('../fonts/Literata72pt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Literata72pt';
  src: url('../fonts/Literata72pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Literata72pt';
  src: url('../fonts/Literata72pt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}