/*
Theme Name: King Jason Zante 2023
Theme URI: http://kingjasonzante.com
Version: 1.0
Author: WebOlution
Author URI: http://www.webolution.gr
Tags: Zakynthos hotels, rooms and suites, Zakynthos accommodation, Zakynthos restaurants
*/
/* General variables
------------------------------------------------------*/ :root {
    --theme-font-color: #222;
    --theme-color-dark: #433F33;
    --theme-color-grey: #848379;
    --theme-color-brown: #4B4737;
    --theme-color-menu-items: #A39E86;
    --theme-color-selection: #3a3a32;
    --theme-color-heading: #141411;
    --section-color-dark: #85836f;
    --section-color-normal: #bfb8ac;
    --section-color-light: #d2cdbe;
    --section-color-lighter: #e3dfd5;
    --book-button-color-grey: #A8A295;
    --book-button-color-brown: #8d6845;
    --header-height-normal: 115px;
    --header-height-extra: 0px;
    --header-height: calc(var(--header-height-normal) + var(--header-height-extra));
    --nav-overlay-padding: 65px;
}
/* Basic styles
------------------------------------------------------*/
html {
    scroll-behavior: smooth;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
}
/**
 * Firefox specific rule
 */
@-moz-document url-prefix() {
    body {
        font-weight: lighter !important;
    }
}
body {
    margin: 0;
}
a {
    text-decoration: none;
    color: unset;
    transition: opacity .2s ease-out;
}
a:hover {
    opacity: .7;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    vertical-align: middle;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}
::selection {
    background: var(--theme-color-selection);
    color: #fff;
}
@-moz-document url-prefix() {
    html {
        scrollbar-width: thin;
    }
}
@media only screen and (pointer:fine) and (hover:hover) {
    ::-webkit-scrollbar {
        background: var(--section-color-light);
        width: 5px;
        height: 5px;
    }
    ::-webkit-scrollbar-thumb {
        background: var(--theme-color-dark);
        border-radius: 3px;
    }
    ::-webkit-scrollbar-thumb:hover {
        background: #6c6759;
    }
}
/* =Animations
-----------------------------------------------------*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeIn, .fadeOut, .fadeInUp, .fadeInDown, .fadeInShorter, .fadeOutShorter, .fadeInUpShorter, .fadeInDownShorter {
    visibility: hidden;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn.show {
    -webkit-animation: fadeIn 0.8s forwards;
    animation: fadeIn 0.8s forwards;
}
.fadeInShorter.show {
    -webkit-animation: fadeIn 0.5s forwards;
    animation: fadeIn 0.5s forwards;
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut.show {
    -webkit-animation: fadeOut 1s forwards;
    animation: fadeOut 1s forwards;
}
.fadeOutShorter.show {
    -webkit-animation: fadeOut 0.5s forwards;
    animation: fadeOut 0.5s forwards;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp.show {
    animation: fadeInUp 2s forwards;
}
.fadeInUpShorter.show {
    animation: fadeInUp 1s forwards;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -80px, 0);
        transform: translate3d(0, -80px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -80px, 0);
        transform: translate3d(0, -80px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown.show {
    animation: fadeInDown 2s forwards;
}
.fadeInDownShorter.show {
    animation: fadeInDown 1s forwards;
}
@keyframes revealImage {
    from {
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    }
    to {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }
}
.revealImage.show {
    animation: revealImage 1.5s forwards;
}
@keyframes revealImageRight {
    from {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }
    to {
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    }
}
.revealImageRight.show {
    animation: revealImageRight 1.5s forwards;
}
@keyframes revealImageTop {
    from {
        clip-path: polygon(100% 0, 0 0, 0 0, 100% 0);
    }
    to {
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    }
}
.revealImageTop.show {
    animation: revealImageTop 1.5s forwards;
}
.show {
    visibility: visible;
}
/* Styles
------------------------------------------------------*/
html[lang="el"] body * {
    font-family: 'EB Garamond', serif !important;
}
body {
    font-family: 'EB Garamond', serif;
    background-color: var(--section-color-light);
}
h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-family: 'Livory Regular', 'EB Garamond', serif;
    font-weight: 500;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    font-style: italic;
    font-family: 'Livory Regular Italic', 'EB Garamond', serif;
}
h1 {
    font-size: 36px;
    line-height: 1.25;
}
h2 {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: -0.35px;
}
h3 {
    font-size: 18px;
    letter-spacing: -0.25px;
}
h4 {
    font-size: 14px;
    letter-spacing: 0.05px;
}
.main-style {
    font-size: 22px;
    font-family: 'EB Garamond', serif;
    line-height: 1.5;
    letter-spacing: 0.25px;
    color: #121212;
}
.text-align-center {
    text-align: center;
}
.main-style p {
    margin: 0;
}
.main-style > p:not(:last-of-type) {
    margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
    .main-style {
        font-size: 20px;
    }
    .main-style > p:not(:last-of-type) {
        margin-bottom: 20px;
    }
}
sub, sup {
    position: relative;
    line-height: 1;
    height: 0;
    vertical-align: baseline;
    font-size: 70%;
}
sup {
    bottom: .75ex
}
sub {
    top: .75ex
}
header {
    height: var(--header-height);
    background-color: var(--theme-color-selection);
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0px;
    display: block;
    transition: background-color .2s ease-out;
}
header.scrolled {
    background-color: var(--theme-color-grey);
}
.header-inside {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--header-height-normal);
    position: relative;
}
.container {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.container-1280 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.container-2560 {
    max-width: 2560px;
    margin-left: auto;
    margin-right: auto;
}
.book-now {
    width: 16.40625%;
    max-width: 270px;
    height: 100%;
    background: var(--book-button-color-grey);
    color: #181800;
    font-family: 'Livory Bold', 'EB Garamond', serif;
    font-size: 20px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .2s ease-out, background .2s ease-out, color .2s ease-out;
    right: 0;
    position: absolute;
    padding: 0 20px;
    text-align: center;
}
html[lang="el"] .book-now {
    font-weight: 900;
}
.book-now:hover {
    opacity: .7;
}
header.scrolled .book-now {
    background: var(--theme-color-selection);
    color: #c4a481;
}
.logo, .logo-footer {
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 80px;
    min-width: 124px;
    transition: opacity .2s ease-out;
    margin-left: auto;
    margin-right: auto;
    text-indent: -9999px;
    overflow: hidden;
    color: #fff;
}
.nav-overlay .logo {
    min-height: 90px;
    min-width: 140px;
}
.logo {
    background-image: url('images/logo.svg');
}
.logo-footer, header.scrolled .logo {
    background-image: url('images/logo-footer.svg');
}
.logo:hover {
    opacity: .7;
}
.logo:hover, .logo-footer:hover {
    opacity: .7;
}
.logo span, .logo-footer span {
    display: none;
}
#nav-button {
    display: block;
    background-image: url('images/menu_button.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    margin-left: 40px;
    cursor: pointer;
    transition: opacity .2s ease-out;
    position: absolute;
}
header.scrolled #nav-button {
    background-image: url('images/menu_button_dark.svg');
}
#nav-button:hover {
    opacity: .7;
}
.nav-overlay {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    z-index: 2147483647;
    background: var(--theme-color-selection);
    padding: var(--nav-overlay-padding);
    gap: 3vh;
}
.nav-overlay.show {
    display: flex;
}
#close-button {
    position: absolute;
    right: calc(var(--nav-overlay-padding) / 2);
    top: calc(var(--nav-overlay-padding) / 2);
    display: block;
    background-image: url('images/close_button.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    cursor: pointer;
    transition: opacity .2s ease-out;
}
#close-button:hover {
    opacity: .7;
}
a.logo-louis{
    opacity: 0.65;
    display: block;
    transition: all ease 0.2s;
}
a.logo-louis:hover{
    opacity: 0.95;
}
.nav-overlay a.logo-louis{
    display: none;
}
#main-header a.logo-louis img{
    position: absolute;
    left: 95px;
    top: 48px;
}
.main-navigation, .sub-menu, .language-chooser, .social-icons {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.main-navigation {
    text-align: center;
    font-family: 'Livory Regular', 'EB Garamond', serif;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}
.main-navigation > li > a {
    color: var(--theme-color-menu-items);
    font-size: 21px;
    text-transform: uppercase;
    transition: opacity .2s ease-out;
    cursor: pointer;
}
.nav-overlay-title {
    font-family: 'Livory Regular Italic', 'EB Garamond', serif;
    color: #DBD4C5;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    font-style: italic;
}
.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.social-icons .social-icon.facebook-icon {
    display: block;
    background: url('images/facebook-icon.svg') center center no-repeat;
    background-size: contain;
}
.social-icons .social-icon.instagram-icon {
    display: block;
    background: url('images/instagram-icon.svg') center center no-repeat;
    background-size: contain;
}
.social-icons.dark .social-icon.facebook-icon {
    background: url('images/facebook-icon-dark.svg') center center no-repeat;
}
.social-icons.dark .social-icon.instagram-icon {
    background: url('images/instagram-icon-dark.svg') center center no-repeat;
}
.social-icons .social-icon.linkedin-icon {
    display: block;
    background: url('images/linkedin-icon.svg') center center no-repeat;
    background-size: contain;
}
.language-chooser {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.social-icon {
    width: 16px;
    height: 16px;
    display: block;
    transition: opacity .2s ease-out;
    text-indent: -9999px;
    overflow: hidden;
}
.language-chooser > li > a {
    color: var(--theme-color-menu-items);
    font-size: 18px;
    text-transform: uppercase;
    transition: opacity .2s ease-out;
    line-height: 0px;
}
.lower-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.main-navigation > li > a:hover, .language-chooser > li > a:hover {
    opacity: .5;
}
.sub-menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    opacity: .7;
    height: 0px;
    overflow: hidden;
    transition: height .75s ease-in-out;
}
.sub-menu > li > a {
    color: var(--theme-color-menu-items);
    font-size: 21px;
    transition: opacity .2s ease-out;
    font-family: 'Livory Regular Italic', 'EB Garamond', serif;
    font-style: italic;
}
.sub-menu > li:first-child {
    margin-top: 5px;
}
.sub-menu > li > a:hover {
    opacity: .6;
}
.main-navigation > li {
    position: relative;
    width: fit-content;
}
.main-navigation > li.menu-item-has-children > a:after {
    content: "";
    position: relative;
    display: inline-block;
    background: url(images/arrow-down.svg) center center no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    top: -2px;
    margin-left: 10px;
    right: 0;
    opacity: .5;
    cursor: pointer;
    transition: rotate .75s ease-out, opacity .2s ease-out;
}
.main-navigation > li.menu-item-has-children.show > a:after {
    rotate: -180deg;
}
.main-navigation > li.menu-item-has-children > a {
    margin-right: -20px;
}
.social {
    margin-bottom: 10px;
}
.hero, .main-section {
    position: relative;
    overflow: hidden;
}
.margin-top-header {
    margin-top: var(--header-height);
}
.slider, .no-slider, .slider .slick-list, .slider .slick-track, .slider .slider-item, .no-slider .slider-item {
    min-height: calc(100svh - var(--header-height));
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slider, .no-slider {
    overflow: hidden;
    height: calc(100svh - var(--header-height));
}
.slider .slider-item, .no-slider .slider-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: calc(100svh - var(--header-height));
}
.slider-item .caption, .slider-item.archive-rooms > p, .slider-item-caption > p {
    color: #fff;
    bottom: 80px;
    right: 80px;
    font-family: 'Livory Regular', 'EB Garamond', serif;
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: 0.25px;
    position: absolute;
    text-align: right;
    margin: 0;
    font-weight: 500;
}
.slider-item .caption em, .slider-item.archive-rooms > p, .slider-item-caption em {
    font-family: 'Livory Regular Italic', 'EB Garamond', serif;
    font-style: italic;
}
.slider .slick-dots {
    width: fit-content;
    position: absolute;
    bottom: 35px;
    right: 35px;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
}
.slick-dots > li:only-child {
    display: none;
}
.slick-dots > li {
    position: relative;
    overflow: hidden;
}
.slick-dots > li > button {
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    border: none;
    font-size: 0;
    color: transparent;
    padding: 0;
    margin: 0;
    outline: none;
    transition: opacity .2s ease-out;
    opacity: .5;
    background-clip: content-box;
}
.slick-dots > li > button:hover {
    opacity: .7;
}
.slick-dots > li.slick-active > button {
    opacity: 1;
}
.button-controls .play.pause:before, .slider-play-pause .play.pause:before {
    content: "";
    display: block;
    background: url('images/play.svg') center center no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
}
.button-controls .play:before, .slider-play-pause .play:before {
    content: "";
    display: block;
    background: url('images/pause.svg') center center no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
}
.button-controls .mute:before, .slider-play-pause .mute:before {
    content: "";
    display: block;
    background: url('images/mute.svg') center center no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
}
.button-controls .mute.unmute:before, .slider-play-pause .mute.unmute:before {
    content: "";
    display: block;
    background: url('images/unmute.svg') center center no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
}
.no-play-pause .slider-play-pause {
    display: none;
}
.slider-play-pause, .button-controls {
    position: absolute;
    bottom: 35px;
    left: 35px;
    display: flex;
    gap: 30px;
    z-index: 1;
    opacity: 0;
    transition: opacity .25s linear;
}
.slider-play-pause button, .button-controls button {
    background: none;
    border: none;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: opacity .2s ease-out;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
}
.hero:hover .button-controls, .video-right:hover .button-controls, .video-left:hover .button-controls, .slider-play-pause {
    opacity: 1;
}
.slider-play-pause button:hover, .button-controls button:hover {
    opacity: .7;
}
.slider-play-pause span, .button-controls button span {
    display: none;
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    25% {
        transform: none;
    }
    50% {
        opacity: 1;
    }
}
.status {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 68px;
    height: 68px;
    background-color: #fff;
    opacity: 0;
    z-index: 1;
}
.status.playing {
    -webkit-mask: url("images/play_button.svg") center / contain no-repeat;
    mask: url("images/play_button.svg") center / contain no-repeat;
    animation: 0.5s linear spinner-grow;
}
.status.pause {
    -webkit-mask: url("images/pause_button.svg") center / contain no-repeat;
    mask: url("images/pause_button.svg") center / contain no-repeat;
    animation: 0.5s linear spinner-grow;
}
.main-section .section-inside, .main-section .section-inside-alt, .video {
    min-height: calc(100svh - var(--header-height));
    display: flex;
}
.object-cover {
    object-fit: cover;
}
.spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #f3f3f3;
    border-top: 3px solid var(--theme-color-grey);
    animation: spin 1s linear infinite;
    z-index: 1;
}
.video-wide {
    background: #000;
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.video-wide.vm iframe {
    min-height: 100.5%;
    min-width: 100.5%;
}
.video-wide.df video {
    min-height: 100.5%;
    min-width: 100.5%;
}
.video-wide iframe {
    box-sizing: border-box;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
}
.video {
    position: relative;
    overflow: hidden;
    background: #000;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.video iframe {
    box-sizing: border-box;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
}
.video video {
    object-fit: cover;
    height: calc(100svh - var(--header-height));
    width: 100%;
}
.video.yt iframe {
    height: calc(56.25vw + 800px*2);
}
.video.vm iframe {
    height: 56.25vw;
}
.video:after, .video-wide:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
.photo-multi-caption {
    font-family: 'Livory Regular', 'EB Garamond', serif;
}
.photo-multi-caption h4 {
    font-family: 'Livory Regular Italic', 'EB Garamond', serif;
    font-style: italic;
    font-size: 19px;
    letter-spacing: 0.05px;
    margin: 0;
}
.photo-multi-caption h3 {
    font-size: 28px;
    margin: 3px 0;
    text-transform: uppercase;
}
.photo-multi-caption p {
    font-size: 15px;
    margin: 0;
}
footer {
    background-color: var(--theme-color-grey);
    padding: 3.15% 11.354166666666666%;
    color: var(--theme-font-color);
    font-family: 'Livory Regular', 'EB Garamond', serif;
    position: relative;
    overflow: hidden;
}
.footer-inside {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.footer-upper {
    display: flex;
    justify-content: center;
}
.footer-center {
    display: flex;
    justify-content: space-between;
}
.footer-column {
    width: 16%;
    max-width: fit-content;
}
.footer-column h3 {
    margin: 0 0 5px;
}
.member-of {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: fit-content;
    margin: 0 auto;
}
.member-of.center {
    align-items: center;
}
.member-of > .row {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}
#footer-about {
    padding-right: 8%;
}
@media screen and (min-width: 1921px) {
    #footer-about {
        padding-right: 6%;
    }
}
form input:not([type='checkbox']):not([type='submit']), form textarea, form select {
    background: none;
    border: none;
    border-bottom: 1.5px solid var(--theme-color-brown);
    font-family: 'Livory Regular', 'EB Garamond', serif;
    color: #26231E;
    outline: none;
    padding: 5px 0;
    border-radius: 0;
    width: 100%;
    margin: 7px 0;
    font-size: 14px;
}
form input:not([type='checkbox'])::placeholder, form textarea::placeholder {
    font-family: 'Livory Regular Italic', 'EB Garamond', serif;
    font-style: italic;
    color: var(--theme-color-brown);
}
form p {
    font-size: 13px;
    margin: 7px 0;
}
form button, .btn {
    margin-top: 7px;
    background: var(--theme-color-brown);
    color: #F3F0E9;
    border: none;
    padding: 8px 12px;
    font-family: 'Livory Regular', 'EB Garamond', serif;
    font-size: 12px;
    letter-spacing: 0.25px;
    transition: opacity .2s ease-out;
    cursor: pointer;
}
form button:hover, .btn:hover {
    opacity: .7;
}
#footer-contact p {
    letter-spacing: 0.05px;
    line-height: 1.5;
}
.footer-column p em {
    font-family: 'Livory Regular Italic', 'EB Garamond', serif;
    font-style: italic;
}
.footer-column h4 {
    margin: 0 0 5px;
    font-family: 'Livory Regular Italic', 'EB Garamond', serif;
    font-style: italic;
    color: #000;
}
.footer-column-title {
    margin-bottom: 30px!important;
}
.footer-column > p:not(:last-child) {
    margin-bottom: 15px;
}
.footer-lower {
    display: flex;
    justify-content: center;
}
.footer-column > p {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.1px;
    margin: 0;
}
footer .social-icons {
    justify-content: start;
    margin-top: 40px;
}
.sitemap-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: 'Livory Regular', 'EB Garamond', serif;
    font-style: normal;
    letter-spacing: 0.05px;
    font-size: 14px;
    line-height: 1.5;
}
.copyright-text {
    display: flex;
    font-family: 'Livory Regular', 'EB Garamond', serif;
    font-size: 14px;
}
.copyright-text a {
    color: #000;
}
.copyright-text span:not(:first-child):before {
    content: "-";
    margin: 0 8px;
}
.sub-navigation-container {
    background-color: var(--section-color-lighter);
}
.sub-navigation-container .sub-navigation {
    background-color: var(--theme-color-dark);
}
.sub-navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    height: 58px;
    align-items: center;
    overflow-x: auto;
}
.sub-navigation-container .text-wrapper {
    margin-left: 9.791666666666666%;
    max-width: 80.41666666666667%;
    margin-right: 9.791666666666666%;
    padding: 25px 0;
}
.sub-navigation-container .text-wrapper h2 {
    cursor: default;
    font-size: 18px;
    letter-spacing: 0.75px;
    transition: opacity .2s ease-out, margin-right .2s ease-out;
    width: fit-content;
    margin: 0 0 0 auto;
}
.sub-navigation-container .text-wrapper h2:hover {
    opacity: .7;
    margin-right: 20px;
}
@media screen and (max-width: 576px) {
    .sub-navigation {
        height: 40px;
    }
}
.sub-navigation li {
    width: 25%;
}
.sub-navigation.rooms li {
    width: 14.2857%;
}
.sub-navigation.restaurants li {
    width: 25%;
    min-width: 25%;
}
.sub-navigation.gallery li {
    width: 50%;
    min-width: 50%;
}
.sub-navigation li {
    height: 100%;
    min-width: 190px;
}
.sub-navigation li a {
    --sub-navigation-padding-x: 20px;
    padding: 0 var(--sub-navigation-padding-x);
    width: calc(100% - var(--sub-navigation-padding-x)*2);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--theme-color-menu-items);
    font-family: 'Manrope', serif !important;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    transition: opacity .2s ease-out, background-color .2s ease-out, color .2s ease-out;
}
.sub-navigation.restaurants li a {
    --sub-navigation-padding-x: 15px;
}
/*.sub-navigation.restaurants li:first-child a {
    justify-content: end;
}

.sub-navigation.restaurants li:last-child a {
    justify-content: start;
}*/
.sub-navigation.rooms li a {
    background: #ffffff65;
    color: #433C37;
}
.sub-navigation li.current-menu-item a {
    background: none;
    color: var(--theme-color-menu-items);
}
.sub-navigation.restaurants li:nth-child(even) a, .sub-navigation.gallery li:nth-child(even) a {
    background: #ffffff65;
    color: #433C37;
}
.scrolled .sub-navigation li:nth-child(odd) a, .scrolled .sub-navigation li.current-menu-item a {
    color: #433C37;
}
.room-pagination {
    background: var(--section-color-lighter);
    padding: 35px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-family: 'Livory Regular', 'EB Garamond', serif;
    letter-spacing: 0.75px;
    gap: 40px;
}
.room-pagination a {
    display: flex;
    align-items: center;
    gap: 15px;
}
.room-pagination .previous-page {
    text-align: left;
    margin-right: auto;
}
.room-pagination .next-page {
    text-align: right;
    margin-left: auto;
}
.room-pagination .next-page:after, .room-pagination .previous-page:before {
    content: "";
    height: 7px;
    background-image: url(images/arrow.svg);
    background-position-y: center;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    transition: width .3s ease-out, opacity .2s ease-out;
}
.room-pagination .previous-page:before {
    transform: rotate(180deg);
}
.room-pagination .previous-page:hover:before, .room-pagination .next-page:hover:after {
    width: 80px;
    opacity: .5;
}
.anchor {
    scroll-margin-top: var(--header-height);
}
.text-white {
    color: #fff;
}
.text-black {
    color: #000;
}
table thead, table tbody {
    font-family: 'Manrope', serif !important;
}
table {
    background: #ffffff40;
}
table thead tr th {
    background: #ffffff40 !important;
}
.generic-message {
    background-color: var(--theme-color-grey);
    padding: 20px;
    color: #0F0F0E;
    text-align: center;
}
.generic-message.dark {
    background-color: var(--theme-color-selection);
    color: #fff;
}
.generic-message.smaller {
    padding: 15px;
}
.generic-message h2 {
    margin: 0;
    font-size: 35px;
}
.generic-message.smaller h2 {
    font-size: 30px;
}
.classes {
    font-family: 'Livory Regular', 'EB Garamond', serif;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    max-width: 220px;
    line-height: 1.2;
}
.classes strong {
    font-family: 'Livory Bold', 'EB Garamond', serif;
}
.classes p:not(:last-child) {
    margin-bottom: 20px !important;
}
.info-list-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    background: var(--theme-color-selection);
    
    font-family: 'Manrope', serif !important;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 13px;
    overflow-x: auto;
}
.info-list-container.quarter ul li{
    text-transform: none;
    text-align: left;
    width: calc(25% - var(--info-list-padding)*2);
    color: #e9e6dc;
}
.info-list-container ul li {
    --info-list-padding: 20px;
    min-width: max-content;
    width: calc(20% - var(--info-list-padding)*2);
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: var(--info-list-padding);
    text-transform: uppercase;
}
.info-list-container ul li sup {
    bottom: 1.75ex;
}
.info-list-container:not(.quarter) ul li:nth-child(even) {
    background: #53544c;
}

.offers-section .section-inside {
    column-count: 1 !important;
    min-height: unset !important;
    margin-bottom: 20px;
}
.offer {
    margin-top: 80px;
    display: flex;
    gap: 50px;
    position: relative;
}
.offers-section .offer:not(:first-of-type) {
    margin-top: 160px;
}
.offers-section .offer:not(:first-of-type):before {
    content: "";
    display: block;
    height: 30px;
    width: 100%;
    background-image: url("images/kjz_seperator.svg");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: -95px;
    opacity: .2;
}
.offer-info, .offer-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.offer-photo {
    object-fit: cover;
    max-width: 32%;
}
.offer-info h2 {
    margin-top: 0;
}
.offer-details {
    font-size: 15px !important;
    line-height: 1.5;
    letter-spacing: 0;
}
.offer-details strong {
    font-family: 'Livory Bold', 'EB Garamond', serif;
    letter-spacing: -0.25px;
    font-weight: normal;
}
.offer-price {
    line-height: 1.1;
    text-align: center;
    margin-left: auto;
}
.offer-price p strong {
    font-family: 'Livory Bold', 'EB Garamond', serif;
    font-size: 25px;
    margin-top: 5px;
    display: inline-block;
    font-weight: normal;
}
.offer-button, .section-01 a, .popup-button, .section-13 a, a.book-new, .section-09.restaurants .text-left .text-left-inside a, .main-style.btns a:last-child{
    font-family: 'Livory Regular', 'EB Garamond', serif;
    background-color: #353227;
    color: #fff;
    padding: 10px 14px;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.5px;
}
.section-09.restaurants .text-left .text-left-inside a {
    margin-top: 40px;
    display: inline-block;
}
a.book-new {
    margin-top: 40px;
    padding: 12px 20px;
    font-size: 17px;
}
.popup-button {
    text-transform: uppercase;
    background-color: #54493b;
    padding: 12px 22px;
    color: #dfdccb;
    font-family: 'Livory Bold', 'EB Garamond', serif;
    font-weight: normal !important;
    font-size: 16px;
}
.offer-button {
    white-space: nowrap;
}
#colorbox {
    z-index: 2147483646 !important;
}
#cboxOverlay.no-overlay {
    display: none !important;
}
@media screen and (max-height: 825px) {
    .main-navigation {
        gap: 25px;
    }
}
@media screen and (max-width: 1700px) {
    #footer-about {
        padding-right: 6%;
    }
}
@media screen and (max-width: 1600px) {
    .sub-navigation li a {
        --sub-navigation-padding-x: 12px;
        padding: 0 var(--sub-navigation-padding-x);
        width: calc(100% - var(--sub-navigation-padding-x)*2);
        letter-spacing: 1.25px;
    }
}
@media screen and (max-width: 1520px) {
    .xo-private {
        max-width: 50px;
    }
    .mr-mrs-smith {
        max-width: 130px;
    }
}
@media screen and (max-width: 1440px) {
    .offer {
        margin-top: 50px;
        gap: 40px;
    }
    .offers-section .offer:not(:first-of-type) {
        margin-top: 100px;
    }
    .offers-section .offer:not(:first-of-type):before {
        height: 25px;
        margin-top: -62px;
    }
}
@media screen and (max-width: 1400px) {
    .footer-center {
        flex-wrap: wrap;
        justify-content: center;
        gap: 60px;
    }
    .footer-column {
        text-align: center;
        width: 25%;
        max-width: 25%;
    }
    footer .social-icons {
        justify-content: center;
    }
    #footer-contact {
        order: -3;
    }
    #footer-about {
        order: -2;
        padding-right: 0;
    }
    #footer-member {
        order: -1;
    }
    #footer-form {
        order: -2;
    }
}
@media screen and (max-width: 1200px) {
    .room-pagination {
        padding: 35px 50px;
    }
}
@media screen and (max-width: 1080px) {
    @-webkit-keyframes fadeInUp {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    @keyframes fadeInUp {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    @-webkit-keyframes fadeInDown {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    @keyframes fadeInDown {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
        }
        to {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    .classes {
        max-width: 60%;
    }
    .offer-info h2 {
        font-size: 26px;
        line-height: 1.1 !important;
    }
    .offers-section .offer-description {
        font-size: 18px !important;
        line-height: 1.3;
    }
    footer {
        padding: 3.15% 3%;
    }
}
@media screen and (max-width: 850px) {
    .main-section .section-inside {
        padding: 40px 0;
        min-height: calc(100svh - var(--header-height) - 40px * 2);
    }
    .slider-item .caption, .slider-item.archive-rooms > p, .slider-item-caption > p {
        font-size: 35px;
        right: 40px;
    }
    .no-play-pause .slider-item .caption, .no-play-pause .slider-item.archive-rooms > p, .no-play-pause .slider-item-caption > p {
        bottom: 40px;
    }
    .offer {
        gap: 30px;
    }
    .offer-price {
        margin-left: unset;
    }
    #main-header a.logo-louis{
        display: none;
    }
    .nav-overlay a.logo-louis{
        display: block;
    }
}
@media screen and (max-width: 780px) {
    .offers-section .section-inside {
        margin-bottom: 0;
    }
    .offer {
        flex-direction: column;
        margin-top: 40px;
    }
    .offer-photo {
        max-width: 100%;
        width: 100%;
    }
    .offer-details {
        width: fit-content;
    }
    .offer-price p {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
    .offer-price p strong {
        margin-top: 0;
    }
    .offer-price p br {
        display: none;
    }
}
@media screen and (max-width: 750px) {
    .mr-mrs-smith {
        max-width: 120px;
    }
}
@media screen and (max-width: 700px) {
    .book-now {
        padding: 0 10px;
    }
    #nav-button {
        margin-left: 30px;
    }
    .footer-center {
        flex-wrap: wrap;
        gap: 35px;
    }
    .footer-column {
        width: 100%;
        max-width: 100%;
    }
    .footer-subsection {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-inside {
        gap: 30px;
    }
    footer .social-icons {
        margin-top: 30px;
    }
    .footer-lower {
        margin-top: 15px;
    }
    footer {
        padding-top: 40px;
        padding-bottom: 40px;
        padding: 3.15% 11%;
    }
    #footer-about {
        order: -10;
    }
    #footer-form {
        order: 0;
    }
    .classes {
        max-width: 100%;
    }
    .footer-column-last {
        margin-top: -35px;
    }
    .slick-dots > li > button {
        padding: 20px;
        width: 48px;
        height: 48px;
        margin: 0 -15px;
    }
    .slider .slick-dots {
        gap: 0;
        margin-bottom: -17px;
        margin-right: -7px;
    }
    .member-of > .row {
        justify-content: center;
        margin: 0 !important;
    }
    .mr-mrs-smith {
        max-width: 130px;
    }
}
@media screen and (max-width: 576px) {
    :root {
        --header-height-normal: 85px;
        --nav-overlay-padding: 60px;
    }
    .sub-navigation li a {
        --sub-navigation-padding-x: 10px;
        letter-spacing: 0.2px;
        font-size: 11px;
    }
    .book-now {
        font-size: 16px;
    }
    .logo {
        min-height: 65px;
        min-width: 102px;
    }
    .nav-overlay {
        gap: 45px;
    }
    .nav-overlay .logo {
        min-height: 80px;
        min-width: 124px;
    }
    #nav-button {
        height: 25px;
        width: 25px;
    }
    .main-navigation > li > a {
        font-size: 18px;
    }
    .sub-menu > li > a {
        font-size: 18px;
    }
    .main-navigation > li.menu-item-has-children .submenu-arrow {
        top: 7px;
    }
    .slider-item .caption, .slider-item.archive-rooms > p, .slider-item-caption > p {
        font-size: 30px;
        right: 30px;
        left: 30px;
    }
    .no-play-pause .slider-item .caption, .no-play-pause .slider-item.archive-rooms > p, .no-play-pause .slider-item-caption > p {
        bottom: 30px;
    }
    .room-pagination {
        padding: 35px 20px;
        font-size: 15px;
        flex-direction: column;
    }
    .copyright-text {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .copyright-text span:not(:first-child):before {
        content: "";
        margin: 0;
    }
    .info-list-container ul {
        font-size: 12px;
    }
    .info-list-container ul li {
        --info-list-padding: 10px;
    }
    .video-wide + .button-controls {
        bottom: 20px;
        left: 20px;
        gap: 15px;
    }
    .video-wide + .button-controls button {
        width: 15px;
        height: 15px;
    }
}
@media screen and (max-width: 500px) {
    .main-section .section-inside, footer {
        padding: 35px !important;
    }
    .generic-message h2 {
        font-size: 30px;
    }
    html[lang="fr-FR"] .book-now {
        font-size: 15px;
    }
}
@media screen and (max-width: 450px) {
    html[lang="fr-FR"] .book-now {
        font-size: 14px;
    }
}
@media screen and (max-width: 400px) {
    html[lang="fr-FR"] .book-now {
        font-size: 13px;
    }
}
@media screen and (max-width: 350px) {
    :root {
        --header-height-normal: 70px;
        --nav-overlay-padding: 40px;
    }
    .book-now {
        font-size: 14px;
    }
    html[lang="fr-FR"] .book-now {
        font-size: 11px;
    }
    #nav-button {
        height: 20px;
        width: 20px;
        margin-left: 20px;
    }
    header .logo {
        min-height: 50px;
        min-width: 78px;
    }
    .main-navigation > li > a {
        font-size: 17px;
    }
    .sub-menu > li > a {
        font-size: 17px;
    }
    .main-navigation > li.menu-item-has-children .submenu-arrow {
        top: 6px;
    }
    .slider-item .caption, .slider-item.archive-rooms > p, .slider-item-caption > p {
        font-size: 26px;
    }
}
@media screen and (min-height: 1440px) {
    .main-section .section-inside {
        min-height: 1440px !important;
    }
}
/* Single Section
------------------------------------------------------*/
.single-section .section-inside {
    display: block;
    column-count: 2;
    column-gap: 3em;
    padding: 80px;
}
.single-section .section-inside p {
    -webkit-column-break-inside: avoid;
}
.single-section p:not(:last-child) {
    margin-bottom: 20px;
}
.single-section h1, .single-section h2, .single-section h3, .single-section h4, .single-section h5, .single-section h6 {
    line-height: 1.2;
}
.single-section h3 {
    font-size: 23px;
}
.single-section .section-inside > *:first-child {
    margin-top: 0;
}
.single-section .main-style {
    font-size: 20px;
}
@media screen and (max-width: 1439px) {
    .single-section .section-inside {
        padding: 40px;
    }
}
@media screen and (max-width: 1080px) {
    .single-section .section-inside {
        column-count: 1;
    }
}
/* Section 1
------------------------------------------------------*/
.section-01 {
    background-color: var(--theme-color-grey);
    color: #121212;
    --section-01-padding: 90px;
}
.section-01.lifestyle {
    background-color: var(--section-color-light);
}
@media screen and (min-width: 1081px) {
    .section-01.lifestyle .photo-left {
        padding-top: 5.791667%;
        padding-bottom: 5.791667%;
        width: 30.46875%;
        margin-left: 8.239583%;
    }
    .section-01.lifestyle .center-column-inner {
        padding: 0 17.699115044247787%;
    }
    .section-01.lifestyle .right-column {
        width: 18.489583333333336%;
        margin-right: 8.239583%;
        padding-top: 4.791666666666667%;
        padding-bottom: 4.791666666666667%;
    }
}
.section-01 .center-column-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - var(--section-01-padding)*2);
    padding: var(--section-01-padding) 14%;
    padding-right: 8%;
}
.section-01 .right-column {
    width: 18.072289156626507%;
    padding: 7.45% 0;
    margin-right: 4.166666666666666%;
}
.section-01 .center-column h1 {
    font-size: 30px;
    line-height: 1.4;
    max-width: 471px;
    margin: 0 0 50px;
}
.section-01 .photo-left {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 44.061962134251296%;
    margin-left: 4.166666666666666%;
}
.section-01 .photo-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-01 .center-column {
    width: 38.32472748135399%;
}
.section-01 .photo-right img {
    width: 100%;
    height: auto;
}
.section-01 .photo-right-caption {
    font-size: 12px;
    padding: 5px;
    font-family: 'Manrope', serif !important;
    letter-spacing: 1.5px;
    transform: scaleY(0.7);
    transform-origin: 0 0;
    margin-top: 5px;
    text-transform: uppercase;
}
.section-01.philosophy .center-column h1 {
    font-size: 34px;
    line-height: 1.25;
    color: var(--theme-color-heading);
}
@media screen and (max-width: 1900px) {
    .section-01 .center-column h1 {
        font-size: 28px;
    }
}
@media screen and (max-width: 1400px) {
    .section-01 .center-column h1 {
        margin-bottom: 30px;
    }
    .section-01 .center-column h1 {
        font-size: 26px;
    }
    .section-01 .photo-left {
        width: 40.061962%;
    }
    .section-01 .center-column {
        width: 42.324727%;
    }
    .section-01 .center-column-inner {
        padding: var(--section-01-padding) 10.90313%;
    }
    .section-01.philosophy .center-column h1 {
        font-size: 30px;
    }
}
@media screen and (max-width: 1080px) {
    .section-01 .section-inside {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
        padding: 40px 0;
    }
    .section-01 .center-column-inner {
        padding: 0;
    }
    .section-01 .right-column {
        width: 30%;
        padding: 0;
        margin: 0;
    }
    .section-01 .center-column {
        width: 60%;
    }
    .section-01 .photo-left {
        width: 60%;
        height: 600px;
        margin: 0;
    }
}
@media screen and (max-width: 800px) {
    .section-01 .photo-left {
        width: 70%;
        height: 550px;
    }
    .section-01 .center-column {
        width: 70%;
    }
    .section-01 .right-column {
        width: 40%;
    }
}
@media screen and (max-width: 650px) {
    .section-01 .photo-left {
        width: 80%;
        height: 500px;
    }
    .section-01 .center-column h1 {
        font-size: 24px;
    }
    .section-01 .center-column {
        width: 80%;
    }
    .section-01 .right-column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .section-01 .photo-left {
        width: 100%;
        height: auto;
    }
    .section-01 .center-column h1 {
        font-size: 22px;
    }
    .section-01 .center-column {
        width: 100%;
    }
    .section-01 .right-column {
        width: 65%;
    }
    .section-01 .section-inside {
        gap: 30px;
    }
    .section-01 .center-column h1 {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 350px) {
    .section-01 .photo-left {
        height: 400px;
    }
    .section-01 .center-column h1 {
        font-size: 20px;
    }
}
/* Section 2
------------------------------------------------------*/
.section-02 {
    background-color: var(--section-color-light);
    color: #353226;
}
@media screen and (min-width: 1081px) {
    .section-02.domain.lifestyle.extra-margin {
        margin: 100px 0;
    }
}
.section-02.explore {
    background-color: var(--section-color-lighter);
}
.section-02.domain-alt {
    background-color: var(--theme-color-grey);
}
.section-02.lifestyle-alt {
    background-color: var(--section-color-light);
}
.section-02 .photo-right {
    height: auto;
    width: 46.979166666666664%;
    object-fit: contain;
    padding-right: 5.625%;
}
.section-02 .photo-right.full, .section-02 .photo-right.full img {
    object-fit: cover;
}
.section-02 .photo-right.full img {
    width: 100%;
    height: 100%;
}
.section-02 .video-right {
    height: fit-content;
    width: 46.979166666666664%;
    padding-right: 5.625%;
    margin: auto;
}
.section-02 .photo-left {
    height: auto;
    width: 46.979166666666664%;
    object-fit: contain;
    padding-left: 5.625%;
}
.section-02 .video-left {
    height: auto;
    width: 46.979166666666664%;
    object-fit: contain;
    padding-left: 5.625%;
    margin: auto;
}
.section-02 .column-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-02 .photo-caption {
    font-size: 13px;
    font-style: normal;
    font-family: 'Livory Regular', 'EB Garamond', serif;
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: right;
    width: 100%;
}
.section-02.explore .photo-left, .section-02.explore .column-left, .section-02.domain-alt .column-left {
    width: 53.385416666666664%;
    padding-left: 6.770833333333333%;
}
.section-02.explore .column-left img {
    width: 100%;
    height: auto;
}
.section-02.explore .photo-right {
    width: 53.385416666666664%;
    padding-left: 6.770833333333333%;
}
.section-02 .text-left, .section-02 .text-right {
    width: 47.39583333333333%;
    margin: 50px 0;
}
.section-02.explore .text-left, .section-02.explore .text-right {
    width: 39.84375%;
}
.section-02 .text-left .text-left-inside, .section-02 .text-right .text-right-inside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    text-align: center;
    gap: 48px;
    margin: 0 auto;
    height: 100%;
    padding: 0 50px;
}
.section-02.lifestyle .text-right .text-right-inside, .section-02.lifestyle-alt .text-right .text-right-inside {
    max-width: 600px;
}
.section-02.domain-alt .text-right .text-right-inside {
    text-align: left;
    align-items: start;
    gap: 30px;
}
.section-02.domain .text-left .text-left-inside {
    text-align: left;
    align-items: start;
    gap: 30px;
    max-width: 550px;
}
.section-02 .text-left h2, .section-02 .text-right h2 {
    line-height: 1.1;
    margin: 0;
}
.section-02.domain.lifestyle .text-left .text-left-inside h2:not(:first-child) {
    margin-top: 0.5em;
}
.section-02 .text-left h3, .section-02 .text-right h3 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0;
}
.section-02 .text-left p, .section-02 .text-right p {
    font-family: 'Livory Regular', 'EB Garamond', serif;
    font-size: 15px;
    letter-spacing: 0.4px;
    margin: 0;
}
.section-02.philosophy .text-left .text-left-inside {
    text-align: left;
}
.section-02.philosophy .text-left h2 {
    font-size: 30px;
    line-height: 1.2;
}
.section-02.domain .text-left h2, .section-02.domain-alt .text-right h2, .section-02 .text-right h2 {
    line-height: 1.2;
    margin: 0;
    font-size: 34px;
    color: var(--theme-color-heading);
}
.section-02.domain .text-left h1, .section-02.domain-alt .text-right h1, .section-02 .text-right h1 {
    margin: 0;
}
.section-02.domain .text-left p, .section-02.domain-alt .text-right p {
    font-size: 22px;
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.25px;
}
.section-02.lifestyle .text-left .text-left-inside h3 {
    font-size: 25px;
    margin-bottom: -15px;
    margin-top: 10px;
}
@media screen and (max-width: 1440px) {
    .section-02.philosophy .text-left h2 {
        font-size: 29px;
    }
}
@media screen and (max-width: 1080px) {
    .section-02 .section-inside {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
        min-height: unset;
    }
    .section-02 .text-left, .section-02 .text-right {
        width: 100% !important;
        margin: 0;
    }
    .section-02 .text-left {
        padding-top: 40px;
    }
    .section-02 .text-right {
        padding-bottom: 40px;
    }
    .section-02 .photo-right, .section-02 .video-right, .section-02 .photo-left, .section-02 .video-left, .section-02 .column-left {
        padding-right: 0 !important;
        padding-left: 0 !important;
        width: 60% !important;
    }
    .section-02 .photo-right, .section-02 .video-right {
        padding-bottom: 40px;
    }
    .section-02 .photo-left, .section-02 .video-left, .section-02 .column-left {
        padding-top: 40px;
    }
    .section-02.domain .text-left p, .section-02.domain-alt .text-right p {
        font-size: 20px;
    }
}
@media screen and (max-width: 850px) {
    .section-02 .photo-right, .section-02 .photo-left, .section-02 .video-left, .section-02 .column-left, .section-02 .video-right {
        width: 70% !important;
        padding: 0;
    }
    .section-02 .text-left, .section-02 .text-right {
        width: 100% !important;
        padding: 0;
    }
    .section-02 .text-right .text-right-inside {
        padding: 0;
    }
    .section-02 {
        padding: 0 40px;
    }
}
@media screen and (max-width: 650px) {
    .section-02 .photo-right, .section-02 .photo-left, .section-02 .video-left, .section-02 .column-left, .section-02 .video-right {
        width: 100% !important;
    }
    .section-02 .text-left h2, .section-02 .text-right h2 {
        font-size: 25px;
    }
    .section-02 .text-left .text-left-inside, .section-02 .text-right .text-right-inside {
        gap: 35px;
        padding: 0;
    }
}
@media screen and (max-width: 550px) {
    .section-02 .text-left h2, .section-02 .text-right h2 {
        font-size: 22px;
    }
    .section-02.philosophy .text-left h2 {
        font-size: 25px;
    }
    .section-02.domain .text-left h2, .section-02.domain-alt .text-right h2, .section-02 .text-right h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 500px) {
    .section-02 {
        padding: 0;
    }
    .section-02 .section-inside {
        gap: 35px;
    }
    .section-02.domain .text-left .text-left-inside {
        gap: 20px;
    }
    .section-02.domain.lifestyle .text-left .text-left-inside h2:not(:first-child) {
        margin-top: 1em;
    }
    .section-02.lifestyle .text-left .text-left-inside h3 {
        margin-bottom: -10px;
        font-size: 23px;
        margin-top: 15px;
    }
}
/* Section 3
------------------------------------------------------*/
.section-03 .section-inside-alt {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
}
.section-03 .section-inside-alt.bottom-right-caption {
    justify-content: end;
    align-items: end;
    text-align: right;
}
.section-03 .section-inside-alt.top-left-caption {
    justify-content: start;
    align-items: start;
    text-align: left;
}
.section-03 .section-inside-alt .caption {
    margin: 45px;
    font-family: 'Livory Regular', 'EB Garamond', serif;
    font-style: normal;
    font-size: 22px;
    letter-spacing: 0.25px;
}
.section-03.experiences .section-inside-alt .caption {
    margin: 90px;
    font-size: 30px;
    letter-spacing: 0px;
}
.section-03 .section-inside-alt .caption em {
    font-family: 'Livory Regular Italic', 'EB Garamond', serif;
    font-style: italic;
}
.section-03 .section-inside-alt.center-right-caption .caption {
    width: 480px;
    font-family: 'EB Garamond', serif;
    height: fit-content;
    margin-right: 10%;
    margin-left: 10%;
}
.section-03 .section-inside-alt.center-right-caption {
    justify-content: end;
    align-items: center;
}
@media screen and (max-width: 1080px) {
    .section-03 .section-inside-alt.center-right-caption:after {
        content: "";
        background: #000;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        display: block;
        opacity: .3;
    }
    .section-03 .section-inside-alt.center-right-caption .caption {
        z-index: 1;
    }
}
@media screen and (max-width: 576px) {
    .section-03 .section-inside-alt .caption {
        margin: 25px;
    }
    .section-03.experiences .section-inside-alt .caption {
        margin: 35px;
        font-size: 25px;
    }
}
/* Section 4
------------------------------------------------------*/
.section-04 {
    background-color: var(--section-color-normal);
    color: var(--theme-color-heading);
}
.section-04 .section-inside {
    min-height: unset;
}
.section-04 .left-column {
    padding-left: 4.375%;
    width: 20.416666666666668%;
    padding-top: 4.30%;
    padding-bottom: 4.30%;
    display: flex;
    flex-direction: column;
    gap: 90px;
}
.section-04 .left-column .photo-caption {
    font-family: 'Manrope', serif !important;
    font-size: 18px;
    letter-spacing: 4px;
    transform: scaleY(0.7);
    transform-origin: 0 0;
    line-height: 2;
    text-transform: uppercase;
}
.section-04 .center-column {
    padding-left: 2.8125%;
    width: 22.916666666666664%;
    padding-right: 2.8125%;
    padding-top: 2.30%;
    padding-bottom: 5.3%;
}
.section-04 .center-column .center-column-upper {
    height: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-04 .center-column .center-column-lower {
    height: 45%;
    display: flex;
    justify-content: end;
    align-items: end;
}
.section-04 .center-column .center-column-lower img {
    width: 64.54545454545455%;
    height: auto;
}
.section-04 .center-column h2 {
    font-size: 29px;
    line-height: 1.3;
    max-width: 438px;
    font-weight: 500;
    margin: 0;
}
.section-04 .right-column {
    width: 42.70833333333333%;
    padding-right: 4.375%;
    padding-top: 50px;
    padding-bottom: 2.30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 120px;
}
.section-04 .left-column img, .section-04 .right-column img {
    width: 100%;
    height: auto;
}
.section-04 .right-column .gallery-menu {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 35px;
    margin-bottom: 45px;
}
.section-04 .right-column .gallery-menu .gallery-link {
    color: #12100B;
    font-family: 'Livory Regular', 'EB Garamond', serif;
    font-size: 16px;
    transition: opacity .2s ease-out;
    width: fit-content;
}
.section-04 .right-column .gallery-menu .gallery-link:hover {
    opacity: .5;
}
.section-04 .right-column .gallery-options {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 30px;
}
.section-04 .right-column .gallery-options > li {
    cursor: pointer;
    transition: opacity .2s ease-out !important;
    width: fit-content;
}
.section-04 .right-column .gallery-options > li:hover {
    opacity: .5;
}
.section-04 .right-column .gallery-options .subtitle {
    font-family: 'Livory Regular', 'EB Garamond', serif;
    font-size: 13px;
    letter-spacing: 0.25px;
    margin-bottom: 6px;
}
.section-04 .right-column .gallery-options .title {
    font-family: 'Livory Regular Italic', 'EB Garamond', serif;
    font-style: italic;
    font-size: 23px;
    letter-spacing: 0.25px;
}
@media screen and (min-height: 1440px) {
    .section-04 .section-inside {
        min-height: fit-content;
    }
}
@media screen and (max-width: 1700px) {
    .section-04 .center-column .center-column-lower img {
        width: 70%;
    }
}
@media screen and (max-width: 1500px) {
    .section-04 .center-column .center-column-upper {
        height: 50%;
    }
    .section-04 .center-column .center-column-lower {
        height: 50%;
    }
    .section-04 .center-column h2 {
        font-size: 24px;
    }
    .section-04 .left-column .photo-caption {
        font-size: 15px;
    }
    .section-04 .left-column {
        gap: 45px;
    }
    .section-04 .right-column {
        gap: 50px;
    }
}
@media screen and (max-width: 1300px) {
    .section-04 .center-column .center-column-lower img {
        width: 80%;
    }
}
@media screen and (max-width: 1080px) {
    .section-04 .section-inside {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .section-04 .left-column {
        gap: 30px;
    }
    .section-04 .center-column .center-column-upper {
        margin: 30px 0;
    }
    .section-04 .left-column, .section-04 .center-column, .section-04 .right-column {
        padding: 0;
        margin-top: 5%;
    }
    .section-04 .left-column, .section-04 .right-column {
        width: 50%;
    }
    .section-04 .center-column {
        width: 30%;
    }
    .section-04 .right-column {
        margin-bottom: 5%;
        gap: 40px;
    }
    .section-04 .center-column {
        display: flex;
        flex-direction: column;
    }
    .section-04 .center-column .center-column-lower {
        order: -1;
        justify-content: center;
    }
    .section-04 .center-column .center-column-lower img {
        width: 100%;
    }
    .section-04 .right-column .gallery-menu {
        text-align: center;
        align-items: center;
    }
    .section-04 .right-column .gallery-options {
        align-items: center;
    }
    .section-04 .right-column .gallery-menu {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 850px) {
    .section-04 .left-column, .section-04 .right-column {
        width: 70%;
    }
    .section-04 .center-column {
        width: 40%;
    }
    .section-04 .left-column {
        margin-top: 0;
    }
    .section-04 .right-column {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 700px) {
    .section-04 .left-column, .section-04 .right-column {
        width: 80%;
    }
    .section-04 .center-column {
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .section-04 .center-column h2 {
        font-size: 20px;
    }
    .section-04 .left-column {
        gap: 15px;
    }
    .section-04 .center-column .center-column-upper {
        margin-top: 15px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 500px) {
    .section-04 .left-column, .section-04 .right-column {
        width: 100%;
    }
    .section-04 .center-column {
        width: 60%;
    }
}
@media screen and (max-width: 400px) {
    .section-04 .center-column h2 {
        font-size: 18px;
    }
    .section-04 .center-column {
        width: 80%;
    }
}
@media screen and (max-width: 300px) {
    .section-04 .center-column {
        width: 100%;
    }
}
/* Section 5
------------------------------------------------------*/
.section-05 {
    background-color: var(--section-color-light);
    color: var(--theme-color-heading);
    --section-05-padding: 80px;
}
.section-05 .text-left {
    width: 61.5625%;
}
.section-05 .text-left .text-left-inside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 420px;
    margin: var(--section-05-padding) auto;
    height: calc(100% - var(--section-05-padding)*2);
}
.section-05 .text-left h2 {
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 0.4px;
    margin: 0 0 40px;
}
.section-05 .text-left-inside p:not(:last-child) {
    margin-bottom: 40px;
}
.section-05 .photo-right {
    width: 32%;
    padding-right: 7%;
    display: flex;
    align-items: center;
}
.section-05 .photo-right img {
    width: 100%;
    object-fit: cover;
    height: calc(100% - var(--section-05-padding)*2);
}
@media screen and (max-width: 1200px) {
    .section-05 .text-left {
        width: 60%;
    }
    .section-05 .photo-right {
        width: 60%;
    }
    .section-05 .text-left-inside p:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1080px) {
    .section-05 {
        padding: 0 8%;
    }
    .section-05 .section-inside {
        padding: 40px 0;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        min-height: unset;
    }
    .section-05 .text-left .text-left-inside {
        margin: 0;
        max-width: unset;
    }
    .section-05 .text-left {
        width: 100%;
    }
    .section-05 .text-left h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .section-05 .photo-right {
        padding: 0;
    }
}
@media screen and (max-width: 650px) {
    .section-05 {
        --section-05-padding: 0;
    }
    .section-05 .photo-right {
        width: 70%;
    }
    .section-05 .text-left h2 {
        font-size: 30px;
    }
    .section-05 .section-inside {
        padding: 40px 0;
    }
}
@media screen and (max-width: 550px) {
    .section-05 .photo-right {
        width: 100%;
        height: 30%;
    }
    .section-05 .text-left h2 {
        font-size: 26px;
    }
}
@media screen and (max-width: 500px) {
    .section-05 {
        padding: 0;
    }
}
/* Section 6
------------------------------------------------------*/
.section-06 {
    background-color: var(--section-color-dark);
    color: #121212;
}
.section-06 .left-column {
    padding-left: 8.585%;
    width: 21.666666666666668%;
    padding-right: 11.25%;
    padding-top: 4%;
    padding-bottom: 4%;
}
.section-06 .center-column {
    width: 18.333333333333332%;
    padding-top: 4%;
    padding-bottom: 4%;
    display: flex;
    align-items: end;
}
.section-06 .right-column {
    padding-left: 11.25%;
    width: 20.3125%;
    padding-right: 8.585%;
    padding-top: 4%;
    padding-bottom: 4%;
}
.section-06 .left-column-inside img, .section-06 .right-column-inside img {
    padding-bottom: 20px;
}
.section-06 .left-column-inside img, .section-06 .center-column-inside img, .section-06 .right-column-inside img {
    width: 100%;
    height: auto;
}
.section-06 .left-column-inside, .section-06 .center-column-inside, .section-06 .right-column-inside {
    display: block;
}
.section-06 .center-column-inside img {
    padding-top: 20px;
}
@media screen and (max-width: 1080px) {
    .section-06 .section-inside {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }
    .section-06 .center-column-inside {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .section-06 .section-inside > div {
        width: 50%;
        padding: 0;
    }
    .section-06 .section-inside {
        padding: 40px 0;
    }
    .section-06 .center-column-inside img {
        order: -1;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .section-06 .center-column-inside img {
        padding-top: 0;
    }
}
@media screen and (max-width: 650px) {
    .section-06 .section-inside > div {
        width: 70%;
    }
    .section-06 {
        padding: 0 8%;
    }
    .section-06 .section-inside {
        padding: 40px 0;
        gap: 40px;
    }
}
@media screen and (max-width: 550px) {
    .section-06 .section-inside > div {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .section-06 {
        padding: 0;
    }
}
/* Section 7
------------------------------------------------------*/
.section-07 {
    background-color: var(--theme-color-grey);
    color: #121212;
}
.section-07.restaurants {
    background-color: #dcd6c7;
}
.section-07.explore {
    background-color: #d3cebf;
}
.section-07 .section-inside {
    --section-07-paddingY: 80px;
    padding: var(--section-07-paddingY) 0;
    min-height: calc(100svh - var(--header-height) - var(--section-07-paddingY)*2);
}
.section-07 .photo-left {
    width: 42.50825082508251%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: 10.541667%;
    object-fit: cover;
}
.section-07 .photo-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-07.restaurants .photo-left {
    width: 36.48068669527897%;
    margin-left: 8.333333333333332%;
}
.section-07.explore .photo-left {
    width: 34.691279439847236%;
    margin-left: 8.333333333333332%;
}
.section-07 .center-column {
    width: 47.524752475247524%;
}
.section-07.restaurants .center-column {
    width: 44.81912936848559%;
}
.section-07.explore .center-column {
    width: 47.48567791215786%;
}
.section-07 .center-column-inner {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    padding: 0 14.333333%;
    height: 100%;
    text-align: right;
}
.section-07.restaurants .center-column-inner {
    text-align: left;
    align-items: start;
    padding: 0 18.87824897400821%;
}
.section-07.explore .center-column-inner {
    text-align: left;
    align-items: start;
    padding: 0 16.549598%;
}
.section-07 .center-column h1 {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: -0.35px;
    max-width: 525px;
    color: var(--theme-color-heading);
    margin: 0 0 50px;
}
.section-07.restaurants .center-column h1 {
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    margin: 0 0 30px;
}
.section-07.explore .center-column h1 {
    margin: 0 0 40px;
}
.section-07 .center-column p {
    color: var(--theme-font-color);
}
.section-07.explore .center-column p:not(:last-child) {
    margin-bottom: 25px;
}
.section-07 .right-column {
    width: 20%;
    margin-right: 8%;
}
.section-07.restaurants .right-column {
    width: 18.700183936235437%;
    margin-right: 8.333333333333332%;
}
.section-07.explore .right-column {
    width: 17.823042647994907%;
    margin-right: 8.333333333333332%;
}
.section-07 .right-column .photo-right {
    display: flex;
    flex-direction: column;
    align-items: end;
    height: 100%;
}
.section-07.restaurants .right-column .photo-right {
    align-items: start;
}
.section-07 .photo-right img {
    width: 100%;
    height: auto;
}
.section-07 .photo-right .photo-right-caption {
    font-size: 13px;
    font-family: 'Livory Regular', 'EB Garamond', serif;
    margin-top: 8px;
    text-align: right;
    width: 100%;
}
@media screen and (max-width: 1400px) {
    .section-07 .center-column h1 {
        font-size: 28px !important;
    }
    .section-07 .center-column h1 {
        margin-bottom: 30px !important;
    }
}
@media screen and (max-width: 1080px) {
    .section-07 .section-inside {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
        padding: 40px 0;
    }
    .section-07 .center-column-inner {
        text-align: left;
        align-items: start;
        padding: 0 !important;
    }
    .section-07 .photo-left {
        width: 70% !important;
        height: 600px;
        margin: 0 !important;
    }
    .section-07 .center-column {
        width: 70% !important;
    }
    .section-07 .right-column {
        width: 40% !important;
        margin: 0 !important;
    }
}
@media screen and (max-width: 800px) {
    .section-07 .photo-left {
        width: 80% !important;
        height: 550px;
    }
    .section-07 .center-column {
        width: 80% !important;
    }
    .section-07 .right-column {
        width: 50% !important;
    }
}
@media screen and (max-width: 650px) {
    .section-07 .photo-left {
        width: 90% !important;
        height: 500px;
    }
    .section-07 .center-column {
        width: 90% !important;
    }
    .section-07 .right-column {
        width: 55% !important;
    }
    .section-07 {
        padding: 0 8%;
    }
}
@media screen and (max-width: 500px) {
    .section-07 {
        padding: 0;
    }
    .section-07 .section-inside {
        gap: 30px;
    }
    .section-07 .photo-left {
        width: 100% !important;
        height: 500px;
    }
    .section-07 .center-column {
        width: 100% !important;
    }
    .section-07 .center-column h1 {
        margin-bottom: 20px !important;
    }
    .section-07 .center-column h1 {
        font-size: 26px !important;
    }
    .section-07 .right-column {
        width: 60% !important;
    }
}
@media screen and (max-width: 350px) {
    .section-07 .photo-left {
        height: 400px;
    }
    .section-07 .center-column h1 {
        font-size: 22px !important;
    }
}
/* Section 8
------------------------------------------------------*/
.section-08 {
    --section-08-paddingY: 80px;
    padding: var(--section-08-paddingY) 0;
    background-color: #dad4c6;
}
.section-08 .section-inside {
    gap: 148px;
    flex-direction: column;
}
.section-08 .suite-container {
    width: calc(100% - 11.25%*2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 11.25%;
}
.section-08 .suite-text h2 {
    text-align: center;
    font-style: italic;
    font-family: 'Livory Regular Italic', 'EB Garamond', serif;
    color: #4a4739;
    font-size: 47px;
    letter-spacing: 0.25px;
    margin: 0 0 20px;
    line-height: 1.2;
}
.section-08 .suite-text h3 {
    text-align: center;
    font-size: 30px;
    font-style: italic;
    font-family: 'Livory Regular Italic', 'EB Garamond', serif;
    margin: -15px 0 0;
    color: #4a4739;
}
.section-08 .suite-text p {
    text-align: center;
    font-size: 24px;
    max-width: 1000px;
    margin-bottom: 0;
}
.section-08 .suite-photos {
    margin-top: 60px;
    display: flex;
    gap: 30px;
    justify-content: center;
    width: 100%;
}
.section-08 .suite-photo-wrapper {
    position: relative;
    width: 50%;
}
.section-08 .suite-photo {
    width: 100%;
    background-color: #000;
}
.section-08 .suite-photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.section-08 .suite-photo-description {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    font-size: 20px;
    letter-spacing: 0.35px;
}
.section-08 .suite-photo-description .suite-photo-title {
    max-width: 24%;
}
.section-08 .suite-availability-button {
    font-family: 'Livory Regular', 'EB Garamond', serif;
    background-color: #353227;
    color: #fff;
    padding: 10px 14px;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.5px;
    height: fit-content;
}
@media screen and (max-width: 1580px) {
    .section-08 .suite-container {
        width: calc(100% - 8.25%* 2);
        padding: 0 8.25%;
    }
    .section-08 .suite-photo-center {
        font-size: 19px;
        max-width: 125px;
        text-align: center;
    }
    .section-08 .suite-photo-description .suite-photo-title {
        max-width: 25%;
    }
}
@media screen and (max-width: 1080px) {
    .section-08 .suite-photos {
        flex-direction: column;
        gap: 60px;
    }
    .section-08 .suite-photo-wrapper {
        width: 100%;
    }
    .section-08 .suite-photo-center {
        font-size: 19px;
        max-width: none;
        text-align: unset;
    }
    .section-08 .suite-photo-wrapper.hide-1080{
        display: none;
    }
}
@media screen and (max-width: 850px) {
    .section-08 .section-inside {
        padding: 0;
        gap: 100px;
    }
    .section-08 .suite-text h2 {
        font-size: 38px;
    }
    .section-08 .suite-text p {
        font-size: 22px;
    }
}
@media screen and (max-width: 700px) {
    .section-08 .suite-text p {
        font-size: 20px;
    }
    .section-08 .suite-photo-title {
        font-size: 22px;
    }
    .section-08 .suite-photo-center {
        max-width: 100px;
        text-align: center;
        font-size: 16px;
    }
}
@media screen and (max-width: 650px) {
    .section-08 {
        padding: 40px 0;
    }
    .section-08 .suite-container {
        width: calc(100% - 8%*2);
        padding: 0 8%;
    }
}
@media screen and (max-width: 576px) {
    .section-08 .suite-text h2 {
        font-size: 36px;
    }
    .section-08 .suite-text h3 {
        font-size: 26px;
    }
    .section-08 .suite-availability-button {
        padding: 8px 10px;
        max-width: 65px;
    }
    .section-08 .suite-photo-center {
        line-height: 1;
    }
    .section-08 .suite-photo-title {
        font-size: 16px;
        max-width: 23%;
        line-height: 1;
    }
    .section-08 .suite-photo-description {
        margin-top: 15px;
    }
}
@media screen and (max-width: 500px) {
    .section-08 {
        padding: 0;
    }
    .section-08 .suite-container {
        width: 100%;
        padding: 0;
    }
    .section-08 .suite-photo-description {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    .section-08 .suite-photo-description .suite-photo-title, .section-08 .suite-photo-center {
        max-width: none;
        text-align: center;
    }
    .section-08 .suite-availability-button {
        max-width: 220px;
        box-sizing: border-box;
        /*width: 100%;*/
        margin: 4px auto 0;
    }
    .section-08 .suite-photo-title {
        font-size: 19px;
    }
    .section-08 .suite-photo-center {
        font-size: 16px;
    }
    .section-08 .suite-availability-button {
    padding: 12px 14px;
    font-size: 13px;
    }
}
/* Section 9
------------------------------------------------------*/
.section-09 {
    background-color: #dad4c6;
}
.section-09.restaurants {
    background-color: #e2dccd;
}
.section-09 .text-left {
    width: 54.84375%;
}
.section-09 .text-left .text-left-inside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    height: 100%;
}
.section-09.restaurants .text-left{
    padding-top: 25px;
    padding-bottom: 10px;
}
.section-09.restaurants .text-left .text-left-inside {
    max-width: 525px;
}
.section-09 .text-left h1 {
    font-size: 48px;
    color: var(--theme-color-heading);
    margin: 0;
    line-height: 1;
}
.section-09 .text-left h2 {
    font-size: 34px;
    color: var(--theme-color-heading);
    margin: 0;
    line-height: 1.2;
}
.section-09.restaurants .text-left h3 {
    font-size: 23px;
    margin-bottom: 0;
    font-weight: normal;
}
.section-09 .text-left .info {
    font-size: 28px;
    margin: 16px 0 0;
    color: var(--theme-color-heading);
    font-style: italic;
    font-family: 'Livory Regular Italic', 'EB Garamond', serif;
}
.section-09 .text-left p {
    max-width: 500px;
    line-height: 1.4;
    margin-bottom: 0;
    color: var(--theme-font-color);
}
.section-09.restaurants .text-left p {
    margin-bottom: 20px;
}
.section-09 .text-left-inside > p:first-of-type {
    margin-top: 40px;
}
.section-09 .photo-right {
    height: auto;
    width: 39.84375%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 5.3125%;
    object-fit: cover;
}
.section-09 .photo-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1400px) {
    .section-09 .text-left .text-left-inside {
        max-width: 500px;
    }
}
@media screen and (max-width: 1080px) {
    .section-09 .section-inside {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
        padding: 40px 0;
    }
    .section-09 .text-left, .section-09 .photo-right {
        width: 60%;
    }
    .section-09 .text-left .text-left-inside {
        max-width: unset;
    }
    .section-09 .photo-right {
        height: 600px;
        margin: 0;
    }
    .section-09 .text-left h1 {
        font-size: 40px;
        max-width: unset;
    }
    .section-09 .text-left .info {
        font-size: 26px;
    }
    .section-09 .text-left p {
        font-size: 19px;
        max-width: unset;
    }
    .section-09.restaurants .text-left{
    padding-top: 0;
    padding-bottom: 0;
}
}
@media screen and (max-width: 800px) {
    .section-09 .text-left, .section-09 .photo-right {
        width: 70%;
    }
    .section-09 .photo-right {
        height: 550px;
    }
}
@media screen and (max-width: 650px) {
    .section-09 .text-left, .section-09 .photo-right {
        width: 80%;
    }
    .section-09 .photo-right {
        height: 500px;
    }
    .section-09 .text-left h1 {
        font-size: 36px;
    }
}
@media screen and (max-width: 500px) {
    .section-09 .text-left, .section-09 .photo-right {
        width: 100%;
    }
    .section-09 .photo-right {
        height: auto;
    }
    .section-09 .text-left h1 {
        font-size: 34px;
    }
    .section-09 .text-left .info {
        font-size: 24px;
        margin-top: 10px;
    }
    .section-09 .text-left p {
        margin-top: 20px !important;
    }
    .section-09.restaurants .text-left .text-left-inside a {
     margin-top:0;
    }
}
@media screen and (max-width: 350px) {
    .section-09 .photo-right {
        height: 400px;
    }
    .section-09 .text-left h1 {
        font-size: 30px;
    }
    .section-09 .text-left .info {
        font-size: 20px;
    }
}
/* Section 10
------------------------------------------------------*/
.section-10 {
    background-color: var(--section-color-lighter);
}
.section-10 .section-inside {
    --section-10-paddingY: 120px;
    padding: var(--section-10-paddingY) 0;
    min-height: calc(100svh - var(--header-height) - var(--section-10-paddingY)*2);
}
.section-10 .text-left {
    width: 53.0729%;
    margin-left: 9.791%;
    padding-right: 30px;
    box-sizing: border-box;
}
.section-10 .text-left .text-left-inside {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    gap: 60px;
}
.section-10 .upper-text {
    width: fit-content;
}
.section-10 .text-left .upper-text .heading {
    font-family: 'Manrope', serif !important;
    letter-spacing: 1.5px;
    transform: scaleY(0.7);
    transform-origin: 0 0;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.section-10 .text-left .upper-text h2 {
    font-size: 48px;
    line-height: 1.1;
    margin: 0;
}
.section-10 .text-left .upper-text .info {
    font-size: 16px;
    margin: 5px 0 0;
    font-style: italic;
    font-family: 'Livory Regular Italic', 'EB Garamond', serif;
    display: block;
}
.section-10 .text-left .upper-text .heading > span:not(:first-child):before {
    content: "|";
    margin-left: 20px;
    margin-right: 20px;
}
.section-10 .text-left .center-text h3 {
    font-size: 18px;
    margin: 0 0 15px;
}
.section-10 .text-left .lower-text {
    display: flex;
    gap: 25px;
    margin-top: 50px;
}
.section-10 .photo-right {
    height: auto;
    width: 27.34375%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 9.791666666666666%;
}
.section-10 .room-facilities-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    font-family: 'Livory Regular', 'EB Garamond', serif;
    font-size: 14px;
    line-height: 1;
    column-gap: 50px;
}
.section-10 .room-facilities-list ul > li {
    line-height: 1.1;
}
.section-10 .room-facilities-list ul > li:not(:first-child) {
    margin-top: 8px;
}
.section-10 .service-list-wrapper {
    width: 100%;
}
.section-10 .service-list-title {
    font-family: 'Manrope', serif !important;
    letter-spacing: 1.5px;
    transform: scaleY(0.7);
    transform-origin: 0 0;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 25px;
}
.section-10 .service-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Livory Regular', 'EB Garamond', serif;
    font-size: 14px;
}
.section-10 .service-list li {
    display: block;
    float: left;
    width: 100%;
    padding-right: 25px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.section-10 .service-list li em {
     opacity: 0.8;
}
@media screen and (max-width: 1080px) {
    .section-10 .section-inside {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px;
        padding: 40px 0;
    }
    .section-10 .text-left .text-left-inside {
        gap: 40px;
    }
    .section-10 .text-left {
        margin-left: 0;
        padding: 0;
    }
    .section-10 .text-left, .section-10 .photo-right {
        width: 60%;
    }
    .section-10 .photo-right {
        height: 600px;
        margin-right: 0;
    }
    .section-10 .upper-text, .section-10 .text-left-inside {
        width: 100%;
    }
    .section-10 .text-left-inside {
        gap: 40px;
    }
    .section-10 .text-left .lower-text {
        justify-content: space-between;
        margin-top: 0;
        margin-right: 0;
    }
    .section-10 .text-left .upper-text h2, .section-10 .text-left .upper-text .info {
        text-align: center;
    }
    .section-10 .text-left .upper-text h2 {
        font-size: 40px;
    }
    .section-10 .service-list-wrapper {
        width: 75%;
    }
}
@media screen and (max-width: 850px) {
    .section-10 .text-left .lower-text {
        flex-direction: column;
        gap: 20px;
    }
    .section-10 .service-list-title {
        margin-bottom: 10px;
    }
    .section-10 .service-list-wrapper {
        width: 100%;
    }
}
@media screen and (max-width: 800px) {
    .section-10 .text-left, .section-10 .photo-right {
        width: 70%;
    }
    .section-10 .photo-right {
        height: 550px;
    }
}
@media screen and (max-width: 650px) {
    .section-10 .text-left, .section-10 .photo-right {
        width: 80%;
    }
    .section-10 .photo-right {
        height: 500px;
    }
    .section-10 .text-left .upper-text h2 {
        font-size: 36px;
    }
}
@media screen and (max-width: 500px) {
    .section-10 .text-left, .section-10 .photo-right {
        width: 100%;
    }
    .section-10 .photo-right {
        height: 450px;
    }
    .section-10 .room-facilities-list ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    .section-10 .service-list {
        column-gap: 35px;
    }
    .section-10 .service-list li {
        width: 100%;
        padding: 0;
    }
    .section-10 .text-left .center-text, .section-10 .text-left .lower-text {
        text-align: center;
    }
}
@media screen and (max-width: 400px) {
    .section-10 .text-left .upper-text .heading {
        flex-direction: column;
        align-items: center;
    }
    .section-10 .text-left .upper-text .heading > span:not(:first-child):before {
        content: "-";
        margin: 10px 0;
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 350px) {
    .section-10 .photo-right {
        height: 400px;
    }
}
/* Section 11
------------------------------------------------------*/
.section-11 {
    background-color: var(--theme-color-grey);
    color: #3c372a;
}
.section-11 .section-inside {
    --section-11-paddingY: 100px;
    padding: var(--section-11-paddingY) 0;
    min-height: calc(100svh - var(--header-height) - var(--section-11-paddingY)*2);
}
.section-11 .photo-left, .section-11 .photo-right {
    width: 37.76630083925113%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section-11 .photo-left {
    margin-left: 10%;
}
.section-11 .photo-right {
    margin-right: 10%;
}
.section-11 .center-column {
    width: 24.46739832149774%;
}
.section-11 .center-column-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 5%;
    height: 100%;
    text-align: center;
    gap: 50px;
}
.section-11 .center-column strong {
    font-weight: 500;
    margin: 0;
    font-style: italic;
    font-family: 'Livory Regular Italic', 'EB Garamond', serif;
    font-size: 36px;
}
.section-11 .center-column p {
    font-weight: 500;
    margin: 0;
    font-style: italic;
    font-family: 'Livory Regular Italic', 'EB Garamond', serif;
    font-size: 21px;
}
@media screen and (max-width: 1400px) {
    .section-11 .section-inside {
        flex-direction: column;
        align-items: center;
        --section-11-paddingY: 40px;
        gap: 40px;
    }
    .section-11 .photo-left, .section-11 .photo-right {
        height: 350px;
        margin: 0;
    }
    .section-11 .photo-left, .section-11 .center-column, .section-11 .photo-right {
        width: 70%;
    }
}
@media screen and (max-width: 850px) {
    .section-11 .photo-left, .section-11 .photo-right {
        height: 450px;
    }
    .section-11 .photo-left, .section-11 .center-column, .section-11 .photo-right {
        width: 80%;
    }
}
@media screen and (max-width: 500px) {
    .section-11 .photo-left, .section-11 .center-column, .section-11 .photo-right {
        width: 100%;
    }
}
/* Section 12
------------------------------------------------------*/
.section-12 {
    background-color: var(--theme-color-grey);
    color: #121212;
}
.section-12.experiences {
    background-color: #d3cebf;
    color: #121212;
}
.section-12 .photo-left {
    width: 49.47916666666667%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}
.section-12 .photo-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-12.experiences .photo-left {
    width: 46.09375%;
}
.section-12 .center-column {
    width: 28.489583333333336%;
    position: relative;
}
.section-12.experiences .center-column {
    width: 34.53125%;
}
.section-12 .center-column-inner {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 0 10.968921389396709%;
    height: 100%;
    text-align: left;
}
.section-12.experiences .center-column-inner {
    --section-12-center-column-padding-y: 120px;
    padding: var(--section-12-center-column-padding-y) 17.968921%;
    height: calc(100% - var(--section-12-center-column-padding-y)*2);
}
.section-12 .center-column h2, .section-12 .center-column h1 {
    max-width: 360px;
    margin: 0 0 40px;
}
.section-12.experiences .center-column h1, .section-12.experiences .center-column h2 {
    max-width: 400px;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: -0.35px;
}
/*.section-12 .center-column p {
    margin: 0;
}*/
.section-12 .center-column > p:not(:last-child) {
    margin-bottom: 25px;
}
.section-12 .right-column {
    width: 19.791666666666664%;
    padding-right: 2.2395833333333335%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
}
.section-12.experiences .right-column {
    width: 14.583333333333334%;
    padding-top: 4.791666666666667%;
    padding-right: 4.791666666666667%;
}
.section-12 .photo-caption {
    font-size: 13px;
    font-style: normal;
    font-family: 'Livory Regular', 'EB Garamond', serif;
    margin-top: 8px;
    text-align: right;
    width: 100%;
}
.section-12 .photo-caption em {
    font-style: italic;
    font-family: 'Livory Regular Italic', 'EB Garamond', serif;
}
.section-12 .right-column .lower-row {
    padding-left: 13.157894736842104%;
    padding-bottom: 50px;
    display: flex;
    align-items: end;
    flex-direction: column;
}
.section-12 .right-column img {
    width: 100%;
    height: auto;
}
.section-12.experiences .center-column .photo-caption {
    position: absolute;
    bottom: 0px;
    display: block;
    width: unset;
    margin: 40px;
    text-align: left;
}
.section-12 .right-column img.logo-small {
    width: 35px;
    height: auto;
}
@media screen and (max-width: 1080px) {
    .section-12 .section-inside {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding: 0 0 40px;
    }
    .section-12 .photo-left {
        width: 100% !important;
        height: 70vh;
    }
    .section-12 .center-column {
        width: 70% !important;
    }
    .section-12 .center-column-inner {
        padding: 0 !important;
    }
    .section-12.experiences .center-column-inner {
        margin-top: 65px;
    }
    .section-12 .right-column {
        width: 40% !important;
        padding: 0 !important;
    }
    .section-12 .right-column .lower-row {
        padding: 0 !important;
    }
    .section-12.experiences .center-column .photo-caption {
        left: -15vw;
        top: -40px;
        width: calc(100vw - 20px*2);
        margin: 20px;
        height: fit-content;
        text-align: center;
    }
}
@media screen and (max-width: 800px) {
    .section-12 .center-column {
        width: 80% !important;
    }
    .section-12 .right-column {
        width: 50% !important;
    }
    .section-12.experiences .center-column .photo-caption {
        left: -10vw;
    }
}
@media screen and (max-width: 500px) {
    .section-12 .section-inside {
        padding: 0 0 35px !important;
        gap: 35px;
    }
    .section-12 .center-column h2, .section-12 .center-column h1 {
        margin: 0 0 35px;
    }
    .section-12 .center-column {
        width: calc(100% - 70px) !important;
        padding: 0 35px;
    }
    .section-12 .right-column {
        gap: 35px;
    }
    .section-12.experiences .center-column .photo-caption {
        left: 0vw;
        top: -35px;
    }
}
/* Section 13
------------------------------------------------------*/
.section-13 {
    background-color: var(--theme-color-grey);
    color: #121212;
}
.section-13.lifestyle {
    background-color: var(--section-color-light);
    color: revert;
}
.section-13 .left-column {
    width: 18.489583333333336%;
    margin-left: 8.239583%;
    margin-top: 4.791666666666667%;
    margin-bottom: 4.791666666666667%;
}
.section-13 .left-column img {
    width: 100%;
    height: auto;
}
.section-13 .center-column {
    width: 35.3125%;
    margin-top: 5.791667%;
    margin-bottom: 8.791667%;
}
.section-13 .center-column-inner {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    padding: 0 17.699115044247787%;
    height: 100%;
    text-align: left;
}
.section-13 .center-column-inner.justify-center {
    justify-content: center;
}
.section-13 .photo-right {
    width: 30.46875%;
    margin-right: 8.239583%;
    margin-top: 5.791667%;
    margin-bottom: 5.791667%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section-13 .photo-caption {
    font-size: 13px;
    font-style: normal;
    font-family: 'Livory Regular', 'EB Garamond', serif;
    margin-top: 20px;
    width: 100%;
}
.section-13 .center-column h2 {
    margin: 0 0 25px;
}
.section-13 .center-column p {
    margin: 0 0 20px;
}
@media screen and (max-width: 1080px) {
    .section-13 .section-inside {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding: 40px 0;
    }
    .section-13 .left-column {
        margin: 0;
        width: 40%;
    }
    .section-13 .center-column {
        width: 70%;
        margin: 0;
    }
    .section-13 .center-column-inner {
        padding: 0;
    }
    .section-13 .photo-right {
        width: 70%;
        height: 600px;
        margin: 0;
    }
    .section-13 .center-column p:last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 800px) {
    .section-13 .left-column {
        width: 50%;
    }
    .section-13 .center-column, .section-13 .photo-right {
        width: 80%;
    }
    .section-13 .photo-right {
        height: 550px;
    }
}
@media screen and (max-width: 650px) {
    .section-13 .photo-right {
        height: 500px;
    }
}
@media screen and (max-width: 500px) {
    .section-13 .section-inside {
        gap: 30px;
    }
    .section-13 .left-column {
        width: 60%;
    }
    .section-13 .center-column, .section-13 .photo-right {
        width: 100%;
    }
    .section-13 .photo-right {
        height: 450px;
    }
}
@media screen and (max-width: 350px) {
    .section-13 .photo-right {
        height: 400px;
    }
}
/* Section 14
------------------------------------------------------*/
.section-14 {
    background-color: #d3cebf;
    color: #121212;
}
.section-14 .left-column {
    width: 28.125%;
    margin-left: 6.979166666666667%;
    margin-top: 5.791667%;
    margin-bottom: 5.791667%;
    gap: 40px;
    display: flex;
    flex-direction: column;
}
.section-14 .left-column img {
    width: 100%;
    height: auto;
}
.section-14 .center-column {
    width: 16%;
    margin: 5.791667% 2.5%;
    display: flex;
    align-items: end;
}
.section-14 .right-column {
    width: 36.97916666666667%;
    margin-right: 6.979166666666667%;
    margin-top: 5.791667%;
    margin-bottom: 5.791667%;
    display: flex;
    flex-direction: column;
}
.section-14 .photo-right {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
.section-14 .photo-caption {
    font-size: 13px;
    font-style: normal;
    font-family: 'Livory Regular', 'EB Garamond', serif;
    margin-top: 20px;
    width: 100%;
}
.section-14 .left-column .photo-left-text {
    max-width: 400px;
}
.section-14 .left-column h2 {
    margin: 0 0 15px;
}
.section-14 .left-column p {
    margin: 0;
}
.section-14 .classes {
    max-width: unset;
}
@media screen and (max-width: 1080px) {
    .section-14 .section-inside {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding: 40px 0;
    }
    .section-14 .left-column, .section-14 .center-column, .section-14 .right-column {
        margin: 0;
    }
    .section-14 .center-column {
        width: 70%;
    }
    .section-14 .classes {
        margin-top: 0;
    }
    .section-14 .left-column {
        width: 100%;
        align-items: center;
    }
    .section-14 .left-column .photo-left {
        width: 40%;
    }
    .section-14 .left-column .photo-left-text {
        width: 70%;
        max-width: unset;
    }
    .section-14 .right-column {
        width: 70%;
    }
    .section-14 .photo-right {
        height: 600px;
    }
}
@media screen and (max-width: 800px) {
    .section-14 .left-column .photo-left {
        width: 50%;
    }
    .section-14 .left-column .photo-left-text, .section-14 .right-column {
        width: 80%;
    }
    .section-14 .photo-right {
        height: 550px;
    }
    .section-14 .center-column {
        width: 80%;
    }
}
@media screen and (max-width: 650px) {
    .section-14 .photo-right {
        height: 500px;
    }
}
@media screen and (max-width: 500px) {
    .section-14 .left-column .photo-left {
        width: 60%;
    }
    .section-14 .left-column .photo-left-text, .section-14 .right-column {
        width: 100%;
    }
    .section-14 .photo-right {
        height: 450px;
    }
    .section-14 .center-column {
        width: 100%;
    }
}
@media screen and (max-width: 350px) {
    .section-14 .photo-right {
        height: 400px;
    }
}
/* Section 15
------------------------------------------------------*/
.section-15 {
    background-color: var(--theme-color-grey);
    color: #121212;
}
.section-15 .left-column {
    width: 20.052083333333336%;
    margin-left: 7.708333333333334%;
    margin-top: 6.791667%;
    margin-bottom: 6.791667%;
}
.section-15 .photo-left img, .section-15 .photo-left-small img {
    width: 100%;
    height: auto;
}
.section-15 .photo-left-small {
    margin-top: 40px;
    float: right;
    width: 45.5%;
}
.section-15 .center-column {
    width: 30.208333333333332%;
    margin-top: 5.791667%;
    margin-bottom: 14.791667%;
}
.section-15 .photo-right {
    width: 36.45833333333333%;
    margin-right: 5.572916666666667%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 5.791667%;
    margin-bottom: 5.791667%;
}
.section-15 .center-column h2 {
    margin: 0 0 35px;
}
.section-15 .center-column-inner {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    padding: 0 18.103448275862068%;
    height: 100%;
    text-align: left;
}
.section-15 .classes p:not(:last-child) {
    margin-bottom: 10px !important;
}
@media screen and (max-width: 1080px) {
    .section-15 .section-inside {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding: 40px 0;
    }
    .section-15 .left-column {
        margin: 0;
        width: 40%;
    }
    .section-15 .center-column {
        width: 70%;
        margin: 0;
    }
    .section-15 .center-column-inner {
        padding: 0;
    }
    .section-15 .photo-right {
        width: 70%;
        height: 600px;
        margin: 0;
    }
    .section-15 .center-column p:last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 800px) {
    .section-15 .left-column {
        width: 50%;
    }
    .section-15 .center-column, .section-15 .photo-right {
        width: 80%;
    }
    .section-15 .photo-right {
        height: 550px;
    }
}
@media screen and (max-width: 650px) {
    .section-15 .photo-right {
        height: 500px;
    }
}
@media screen and (max-width: 500px) {
    .section-15 .section-inside {
        gap: 30px;
    }
    .section-15 .left-column {
        width: 60%;
    }
    .section-15 .center-column, .section-15 .photo-right {
        width: 100%;
    }
    .section-15 .photo-right {
        height: 450px;
    }
    .section-15 .photo-left-small {
        margin-top: 20px;
    }
}
@media screen and (max-width: 350px) {
    .section-15 .photo-right {
        height: 400px;
    }
}
/* Section 16
------------------------------------------------------*/
.section-16 {
    background-color: var(--section-color-light);
}
.section-16 .section-inside {
    gap: 6.5%;
}
.section-16 .section-inside .left-column, .section-16 .section-inside .center-column, .section-16 .section-inside .right-column {
    width: 33.3333%;
    margin-top: 90px;
    margin-bottom: 90px;
}
.section-16 .section-inside .left-column {
    margin-left: 10.4166%;
}
.section-16 .section-inside p, .section-16 .section-inside ul, .section-16 h4 {
    line-height: 1.4;
    font-size: 18px;
}
.section-16 h4 {
    font-family: 'EB Garamond', serif;
    font-weight: normal;
    letter-spacing: 0.25px;
    margin: 0 0 10px;
}
.section-16 .section-inside .right-column {
    margin-right: 10.4166%;
}
.section-16 h2 {
    line-height: 1.1;
    margin: 0 0 50px;
    font-size: 34px;
    color: var(--theme-color-heading);
}
.section-16 strong, .section-16 h3 {
    font-weight: 500;
    font-family: 'EB Garamond', serif;
    line-height: 1.2;
    letter-spacing: 0.25px;
}
.section-16 .left-column strong, .section-16 h3 {
    font-size: 22px;
}
.section-16 .center-column h3, .section-16 .right-column h3 {
    margin-top: 0;
    margin-bottom: 20px;
}
.section-16 .section-inside .left-column p {
    font-weight: 500;
}
.section-16 .section-inside .left-column p:not(:last-child) {
    margin-bottom: 10px;
}
.section-16 .section-inside ul {
    margin-top: 0;
    padding: 0;
    list-style: none;
}
.section-16 .section-inside ul > li {
    position: relative;
    padding-left: 18px;
    display: inline-block;
}
.section-16 .section-inside ul > li:not(:last-child) {
    margin-bottom: 5px;
}
.section-16 .section-inside ul > li:before {
    position: absolute;
    left: 6px;
    top: 12px;
    content: "";
    height: 4px;
    width: 4px;
    background: var(--theme-font-color);
}
.section-16 .section-inside .center-column p:not(:last-child), .section-16 .section-inside .right-column p:not(:last-child), .section-16 .section-inside ul:not(:last-child) {
    margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
    .section-16 .section-inside {
        gap: 50px;
        flex-direction: column;
        align-items: center;
        padding: 50px 0;
    }
    .section-16 .section-inside .left-column, .section-16 .section-inside .center-column, .section-16 .section-inside .right-column {
        width: 60%;
        margin: 0;
    }
    .section-16 h2 {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 850px) {
    .section-16 .section-inside .left-column, .section-16 .section-inside .center-column, .section-16 .section-inside .right-column {
        width: 70%;
    }
}
@media screen and (max-width: 650px) {
    .section-16 .section-inside .left-column, .section-16 .section-inside .center-column, .section-16 .section-inside .right-column {
        width: 100%;
    }
    .section-16 .section-inside {
        padding: 40px;
    }
}
a.post-edit-link {
    background: #930000;
    color: #fff !important;
    font-size: 14px;
    padding: 8px 15px;
    display: inline-block;
    position: fixed;
    bottom: 0;
    right: 0;
    font-family: 'Manrope', sans-serif !important;
    z-index: 1000;
}
#popup.promo {
    background-color: var(--theme-color-selection);
    width: 345px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 11%;
    line-height: 1.2;
    box-sizing: border-box;
    color: #dfdccb;
    font-size: 27px;
    text-align: center;
    font-family: 'Livory Regular', 'EB Garamond', serif;
    gap: 20px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}
#popup p {
    margin: 0;
}
#popup strong {
    font-family: 'Livory Bold', 'EB Garamond', serif;
    font-weight: normal !important;
    color: #ac9e6c;
}
#popup em, #popup em strong {
    font-weight: normal !important;
    font-family: 'Livory Regular Italic', 'EB Garamond', serif;
}
@media screen and (max-width: 600px) {
    body:not(.post-type-archive-accommodation):not(.single-accommodation) .main-popup {
        display: none !important;
    }
}
@media screen and (max-width: 500px) {
    #popup.promo {
        width: 100%;
        font-size: 25px;
    }
    .popup-button {
        font-size: 14px;
    }
    #cboxClose {
        background-size: 40% auto !important;
        top: 5px !important;
        right: 5px !important;
    }
}
@media screen and (max-width: 440px) {
    #popup.promo {
        font-size: 24px;
    }
    .popup-button {
        font-size: 13px;
        padding: 10px 16px;
    }
    #colorbox.wb-box-container #cboxClose {
        background-size: 40% auto !important;
        top: 5px !important;
        right: 5px !important;
    }
}
@media screen and (max-width: 380px) {
    #popup.promo {
        font-size: 23px;
    }
}
@media screen and (max-width: 350px) {
    #popup.promo {
        font-size: 20px;
    }
    .popup-button {
        font-size: 12px;
    }
}
@media screen and (max-width: 330px) {
    #popup.promo {
        font-size: 18px;
    }
}
@media screen and (max-width: 620px) {
    .section-03 .slider, .section-03 .no-slider, .section-03 .slider .slider-item, .section-03 .no-slider .slider-item, .short-sl .slider, .short-sl .no-slider, .short-sl .slider .slider-item, .short-sl .no-slider .slider-item, .section-03.main-section .section-inside-alt {
        height: calc(74svh - var(--header-height));
        min-height: calc(74svh - var(--header-height));
    }
}

.page-template-new-front-page-php #cookie-law-info-again{
    display: none !important;
}