body {
    background-color: #f5f7f9;
    font-family: AvertaStd-Regular, sans-serif;
    color: #667380;
    font-size: 17px;
    line-height: 1.7;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 1.1;
}

.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
    font-family: Hatton, sans-serif;
}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
    line-height: 1.2;
}

h4 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 16px;
}

h5 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
}

h6 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
}

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: #d5d3bd;
}

ul {
    margin-top: 0px;
    margin-bottom: 24px;
}

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;
}

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;
}

table td {
    border: 1px solid;
    padding: 10px;
}

.section {
    padding-top: 180px;
    padding-bottom: 180px;
}

.section.header {
    padding-bottom: 40px;
}

.section.cta {
    padding-top: 0px;
    padding-bottom: 0px;
}

.section.footer {
    padding-top: 120px;
    padding-bottom: 0px;
    background-color: #fff;
}

.section .awards {
    padding-bottom: 120px;
}

.section.template-links {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #eceef0;
    background-color: #fff;
}

.section.hero {
    overflow: hidden;
    height: 100vh !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
}

.section.welcome {
    overflow: hidden;
    min-height: 100vh;
    max-width: 100vw;
}

.section.about,
.section.bg-white {
    background-color: #fff;
}

.section.events {
    padding-top: 0px;
    background-color: #fff;
    text-align: center;
}

.section.amenities {
    padding-top: 120px;
    padding-bottom: 120px;
    border-top: 1px solid #eceef0;
    background-color: #fff;
    text-align: center;
}

.section.cms-hero {
    padding-bottom: 0px;
}

.section.cms {
    padding-top: 90px;
}

.section.reviews {
    overflow: hidden;
}

.section.other-rooms {
    padding-top: 180px;
    background-color: #fff;
    text-align: center;
}

.section.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: 100px;
    -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;
    max-width: 1460px;
    margin-left: calc(4% - 40px);
    background-color: #00000004 !important;
}

.container.rooms {
    text-align: center;
}

.container.menu-links {
    position: relative;
    z-index: 300;
}

.extra-large-heading {
    margin-top: 0px;
    margin-bottom: 90px;
    font-family: Hatton, sans-serif;
    color: #d5d3bd;
    font-size: 110px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -3px;
    text-transform: uppercase;
}

.extra-large-heading.huge {
    margin-bottom: 10px;
}

.large-heading {
    margin-bottom: 56px;
    font-family: Hatton, sans-serif;
    color: #d5d3bd;
    font-size: 60px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
}

.large-heading.not-upper {
    text-transform: none;
}

.medium-heading {
    margin-bottom: 24px;
    font-family: Hatton, sans-serif;
    color: #d5d3bd;
    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: #d5d3bd;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.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;
}

.button {
    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: #d5d3bd;
    text-align: center;
    text-transform: uppercase;
}

.button:hover {
    background-color: #d5d3bd;
    box-shadow: none;
    color: #fff;
}

.button.border {
    border-style: solid;
    border-width: 1px;
    border-color: #eceef0;
    -webkit-transition-duration: 400ms, 400ms;
    transition-duration: 400ms, 400ms;
}

button[id^="wpforms-submit-"] {
    padding: 15px 32px 12px;
    background-color: #d5d3bd;
    -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;
    margin-top: 30px;
}

button[id^="wpforms-submit-"]:hover {
    background-color: rgba(102, 115, 128, 0.64);
    color: #fff;
}

.wpforms-form label[id*="-error"],
.wpforms-required-label {
    color: #cd3131;
}

.wpforms-form label {
    color: #d5d3bd;
}

.wpforms-submit-container {
    text-align: right;
}

div#wpforms-105-field_6-container,
div#wpforms-855-field_6-container,
div#wpforms-855-field_9-container {
    grid-column: span 2 / span 2;
}

ul[id^="wpforms-"] {
    padding-left: 0;
}

li.choice-1 {
    display: flex;
}

li.choice-1 input {
    width: 50px !important;
    height: 30px !important;
    margin-right: 15px;
}

li.choice-1 label {
    text-transform: none;
}

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);
    box-shadow: 0 6px 12px 0 rgba(102, 115, 128, 0.06);
    font-size: 14px;
    width: 100%;
}

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;
    width: 100%;
}

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;
    width: 100%;
}

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;
}

.wpforms-field-container {
    display: -ms-grid;
    display: grid;
    max-width: 840px;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

div#wpforms-105-field_2-container {
    -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;
}

.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;
}

.margin-none.margin-bottom-small {
    margin-bottom: 10px;
}

.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: 600px;
    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: -webkit-gradient(linear, left top, left bottom, color-stop(63%, rgba(1, 14, 26, 0)), to(rgba(66, 76, 69, 0.9)));
    background: linear-gradient(180deg, rgba(1, 14, 26, 0) 63%, rgba(66, 76, 69, 0.9));
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    -webkit-transition-property: none;
    transition-property: none;
    font-weight: 400;
    transition: opacity 500ms cubic-bezier(0, 0, 0.84, -0.15);
}

.cta-wrap img.fit-img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.cta-wrap:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(63%, rgba(1, 14, 26, 0)), to(rgba(66, 76, 69, 0.9)));
    background: linear-gradient(180deg, rgba(1, 14, 26, 0) 63%, rgba(66, 76, 69, 0.9));
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.cta-wrap.contact {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(63%, rgba(1, 14, 26, 0)), to(rgba(66, 76, 69, 0.9)));
    background: linear-gradient(180deg, rgba(1, 14, 26, 0) 63%, rgba(66, 76, 69, 0.9));
}

.cta-heading {
    position: relative;
    z-index: 10;
    margin-bottom: 0px;
    font-family: Hatton, sans-serif;
    color: #fff;
    font-size: 70px;
    line-height: 1;
    font-weight: 300;
    pointer-events: none;
}

.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;
    pointer-events: none;
}

.hover-active .cta-heading,
.hover-active .cta-subtitle-wrap {
    z-index: 1;
}

.hover-active .cta-overlay {
    z-index: 0;
}

.cta-arrow {
    margin-left: 8px;
}

.awards {
    display: flex;
    justify-content: center;
}

.awards img {
    max-width: 20%;
    height: auto;
    object-fit: contain;
    padding: 30px;
}

.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,
#main-footer-menu li a,
#main-footer-menu li {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
}

#main-footer-menu li {
    margin-bottom: 12px;
}

#main-footer-menu {
    padding-left: 0;
    list-style: none;
}

.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: relative;
}

.hero-content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100vw;
    height: 100vh;
    white-space: normal;
    text-align: left;
}

.hero-content video {
    position: absolute;
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}

.hero-content:before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(99, 104, 111, 0)), to(rgba(213, 211, 189, 1)));
    background-image: linear-gradient(180deg, rgba(99, 104, 111, 0) 30%, rgba(213, 211, 189, 1));
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    z-index: 2;
}

.slider-text {
    max-width: 871px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    z-index: 3;
    font-family: Hatton, sans-serif;
}

.slider-heading {
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: Hatton, sans-serif;
    color: #fff;
    font-size: 110px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -3px;
    text-transform: uppercase;
    z-index: 3;
}

.rooms-heading-wrap {
    max-width: 765px;
    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.total-boxes-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.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: 50px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
}

.total-boxes-3 .card {
    height: 320px;
}

.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;
    transform: scale(1);
    transition: transform 250ms linear;
}

.collection-item:hover {
    transform: scale(0.95);
    transition: transform 250ms linear;
}

.total-boxes-3 .collection-item {
    height: 320px;
}

.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(33, 33, 33, 1)));
    background-image: linear-gradient(180deg, rgba(1, 14, 26, 0) 63%, rgba(33, 33, 33, 1));
}

.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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    background-color: #00000004 !important;
}

.small-text {
    line-height: 1.2;
    font-size: 16px;
    margin-top: 10px;
}

.price {
    margin-bottom: 0px;
    font-family: Hatton, 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: contain;
    object-fit: contain;
}

.about-wrap {
    max-width: 530px;
    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;
}

.line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.277s linear;
}

.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: auto;
    height: auto;
    margin-right: 40px;
    padding: 0px;
    background-color: #fff;
    box-shadow: 0 6px 12px 0 rgba(102, 115, 128, 0.06);
    white-space: normal;
    text-align: left;
}

.reviews-slide-nav {
    display: none;
}

.ratings-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* height: 80px;*/
    height: 50px;
    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 !important;
}

.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;
}

.cover-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: 1220px;
    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: 20%;
    -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;
    margin-bottom: 80px;
}

.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;
    flex-wrap: wrap;
}

.nav-bar {
    position: absolute;
    left: 0%;
    top: 30px;
    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,
.nav-button .line-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: space-around;
    -webkit-box-align: space-around;
    -webkit-align-items: space-around;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: rgba(102, 115, 128, 0.2);
    cursor: pointer;
}

.nav-button .line-container {
    background-color: transparent;
    width: 25px;
    height: 20px;
}

.menu-opened .line-2 {
    opacity: 0;
}
.menu-opened .line-1 {
    transform: rotateZ(-45deg) translate(-5px, 5px);
}

.menu-opened .line-3 {
    transform: rotateZ(45deg) translate(-5px, -5px);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .menu-opened .line-1 {
        transform: rotateZ(-45deg) translate(-5px, 4px);
    }

    .menu-opened .line-3 {
        transform: rotateZ(45deg) translate(-5px, -4px);
    }
}

.faq-section {
    padding-bottom: 120px;
}
.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: Hatton, 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: 99.99999%;
    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-bottom-xl {
    margin-bottom: 90px;
}

.medium-column {
    width: 100%;
    max-width: 100%;
}

.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: 730px;
}

.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;
}

.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: 484px;
    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 1fr;
    grid-template-columns: 1fr 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: #c3c0a0;
}

.menu-photo-bg {
    max-width: 620px;
}

.menu-photo-bg img {
    object-fit: cover;
    height: 925px;
}

.menu-photo-mask {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 150;
    width: 50%;
    height: 100%;
}

#main-navigation {
    list-style: none;
}

#main-navigation li {
    margin-bottom: 12px;
}

#main-navigation li a {
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
    font-family: Hatton, sans-serif;
    color: #fff;
    font-size: 25px;
    line-height: 1;
    font-weight: 300;
    text-transform: none;
}

#main-navigation li a:hover,
#main-navigation .current-menu-item a {
    color: #1b261f;
}

.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: #1b261f;
}

.social-wrap {
    margin-right: 24px;
}

.cta-overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: #d5d3bd;
    opacity: 0;
    transition: opacity 500ms cubic-bezier(0, 0, 0.84, -0.15);
    z-index: 1;
}

.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: Hatton, 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: 300px;
    height: 130px;
    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;
    justify-content: space-between;
    flex-direction: row;
    flex: 1;
}

.single-accommodation .slide-right-arrow {
    transform: rotate(180deg);
}

.single-accommodation .cms-heading {
    max-width: 100%;
    font-size: 80px;
}

.featured-image img {
    height: auto;
    width: 100%;
}

.post-password-form input[type="submit"] {
    background: #d5d3bd;
    color: #fff;
    cursor: pointer;
}

.post-password-form input[type="submit"]:hover {
    opacity: 0.8;
}

.hero.hero-section-loaded h1,
.hero.hero-section-loaded p {
    opacity: 1;
    transform: translateY(0);
}

.hero-section-loaded p {
    transition-delay: 0.3s;
}

.hero-section-loaded h1 {
    transition-delay: 0.6s;
}

.hero h1,
.hero p {
    opacity: 0;
    transform: translateY(100%);
    transition-property: opacity, transform;
    transition-duration: 0.5s;
}

ul#footer-menu {
    display: flex;
    list-style: none;
    padding-left: 0;
    flex-wrap: wrap;
}

ul#footer-menu li {
    line-height: 1.5;
}

ul#footer-menu li a {
    font-size: 15px;
    font-weight: 400;
    padding-right: 10px;
}

.menu-opened .green {
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 991px) {
    .section {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .section.footer {
        padding-top: 90px;
        padding-bottom: 0px;
    }

    .section .awards {
        padding-bottom: 90px;
    }

    .section.template-links {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section.amenities {
        padding-top: 110px;
        padding-bottom: 110px;
    }

    .section.reviews {
        padding-bottom: 166px;
    }

    .section.other-rooms {
        padding-top: 110px;
    }

    .section.padding-none {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .section.padding-top-none {
        padding-top: 0px;
    }

    .extra-large-heading {
        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;
    }

    .container.slider {
        margin-left: 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;
    }

    #main-navigation li a {
        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;
    }

    .utility-page-content {
        width: 100%;
    }

    .room-link-image {
        max-width: 100%;
    }

    .dash {
        display: none;
    }

    .single-accommodation .cms-heading {
        font-size: 50px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    blockquote {
        font-size: 28px;
        line-height: 1.2;
    }

    .section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .section.footer {
        padding-top: 60px;
        padding-bottom: 0px;
    }

    .section .awards {
        padding-bottom: 60px;
    }

    .section.amenities {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .section.header {
        padding-top: 110px;
    }

    .section.cms-hero {
        padding-top: 110px;
    }

    .section.cms {
        padding-top: 80px;
    }

    .section.other-rooms {
        padding-top: 80px;
    }

    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .extra-large-heading {
        font-size: 70px;
    }

    .large-heading {
        font-size: 46px;
    }

    .medium-heading {
        font-size: 28px;
    }

    .grid-quarters {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .button {
        width: 100%;
    }

    .wpforms-field-container {
        -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: 46px;
    }

    .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;
    }

    #main-navigation li {
        margin-bottom: 22px;
    }

    #main-navigation li a {
        font-size: 30px;
    }

    .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;
    }

    .single-accommodation .siema div div {
        height: 550px;
    }
}

@media screen and (max-width: 479px) {
    h3 {
        font-size: 22px;
    }

    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section.template-links {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section.amenities {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .section.cms {
        padding-top: 60px;
    }

    .section.reviews {
        padding-bottom: 148px;
    }

    .extra-large-heading {
        margin-bottom: 40px;
        font-size: 42px;
    }

    .extra-large-heading.margin-none {
        margin-bottom: 0px;
    }

    .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;
    }

    .slider-heading br {
        display: none;
    }

    .right-arrow {
        bottom: 0px;
        width: 48px;
        height: 48px;
    }

    .right-arrow.dynamic-pages {
        right: 20px;
        overflow: visible;
    }

    .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: 50%;
    }

    .cms-heading {
        font-size: 54px;
    }

    .cms-slider {
        max-height: 350px;
    }

    .cms-mask {
        height: 350px;
    }

    .cms-slide {
        object-fit: cover;
    }

    .siema div div {
        height: 350px !important;
    }

    .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;
    }
}

.sec-container {
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.book-now a {
    border: 2px solid;
    padding: 10px 20px;
    border-color: white;
    color: white;
    margin-right: 20px;
    height: 50px;
    line-height: 28px !important;
    display: block;
    background-color: rgba(102, 115, 128, 0.2);
}

.book-now a:hover {
    background-color: #d5d3bd;
}

.button.green {
    background-color: #d5d3bd;
    color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #eceef0;
}

.button.green:hover {
    color: #d5d3bd;
    background-color: #fff;
    box-shadow: 0 6px 12px 0 rgb(102, 115, 128, 0.06);
    border-style: solid;
    border-width: 1px;
    border-color: #eceef0;
}
.text-small {
    background: white;
    padding: 3rem;
}

.welcome {
    padding-bottom: 0;
}

.welcome figure {
    width: 100vw;
    height: 100vh;
    margin-bottom: 0;
    margin-top: 0;
}

.welcome figure img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.wp-block-button__link {
    background-color: #d5d3bd !important;
}

.awards img:first-child {
    max-width: 190px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #main-navigation li {
        margin-bottom: 15px;
    }
    #main-navigation li a {
        font-size: 28px;
    }
}

@media only screen and (min-width: 1024px) {
    .about-page-info .medium-column:nth-child(2) {
        padding-left: 40px;
    }

    #gallery-categories {
        display: flex;
        padding-left: 0;
    }

    @keyframes slide-in-right-translated {
        0% {
            -webkit-transform: translateX(100vw) translateY(-50%);
            transform: translateX(100vw) translateY(-50%);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
            opacity: 1;
        }
    }

    .amenities-item:nth-last-of-type(3),
    .amenities-item:nth-last-of-type(2),
    .amenities-item:nth-last-of-type(1) {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1197px) {
    .text-small {
        position: absolute;
        width: 45%;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .template-links-content .text-container {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .box-5 {
        grid-column: span 2 / span 2;
    }

    .siema div div {
        height: 800px;
    }
}

@media only screen and (min-width: 1400px) {
    #main-navigation li {
        margin-bottom: 32px;
    }

    #main-navigation li a {
        font-size: 32px;
    }
}

@media only screen and (min-width: 1820px) {
    .text-small {
        padding: 5rem;
    }
}

h3.large-heading.small {
    font-size: 44px;
    margin-bottom: 20px;
}

h3.large-heading.small.space {
    margin-bottom: 90px;
}

@media screen and (max-width: 1023px) {
    a.brand {
        max-width: 230px;
    }
    .container.slider {
        padding-bottom: 160px;
    }

    .about-page-info {
        display: block;
    }

    #gallery-categories {
        display: block;
        padding-left: 0;
    }

    #gallery-categories li {
        height: 50px;
    }

    .awards img {
        max-width: 50%;
    }

    .section.welcome {
        height: 100%;
    }

    footer .grid-quarters {
        grid-auto-columns: 30% 70%;
        grid-template-columns: 30% 70%;
    }

    .template-links-content {
        display: block;
    }

    h3.large-heading.small {
        font-size: 28px;
        margin-bottom: 50px;
    }

    .footer-link,
    ul#footer-menu li a {
        font-size: 13px;
    }

    .footer-logo {
        position: relative;
        top: -30px;
    }

    .page-id-134 .margin-bottom-medium,
    .page-id-57 .margin-bottom-medium {
        margin-bottom: 10px;
    }

    .cover-image {
        height: 452px;
    }

    .page-id-835 .wf-section .cover-image {
        height: 535px;
    }

    ul#footer-menu,
    .footer-link {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 450px) {
    a.brand {
        max-width: 155px;
    }

    .book-now a {
        padding: 10px 6px;
        font-size: 14px;
    }
}

img[alt="Hilton Honors"] {
    filter: brightness(0);
}

img.main-img {
    position: absolute;
    width: 100vw;
    object-fit: cover;
    object-position: bottom;
    height: 100vh;
}

.page-id-10 .bg-grey a.button {
    margin-bottom: 40px;
}

.nav-button {
    border: 2px solid white;
}
