:root{
    --main-cl: #194D70;
    --sub-cl: #F27325;
    --container-w: 72.917rem;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
body::-webkit-scrollbar {
    width: 10px;
    background-color: #cedbff;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: unset !important;
    outline: none !important;
}
body.lock-scroll{
    overflow: hidden;
}
body{
    overflow-x: hidden;
    background-color: #fff;
}
@font-face {
    font-family: "AisyahDemo";
    src: url("../fonts/AISYAH-DEMO.eot");
    src: url("../fonts/AISYAH-DEMO.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AISYAH-DEMO.otf") format("opentype"),
    url("../fonts/AISYAH-DEMO.svg") format("svg"),
    url("../fonts/AISYAH-DEMO.ttf") format("truetype"),
    url("../fonts/AISYAH-DEMO.woff") format("woff"),
    url("../fonts/AISYAH-DEMO.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Beaufort for LOL';
    src: url('../fonts/BeaufortforLOL-Light.eot');
    src: url('../fonts/BeaufortforLOL-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BeaufortforLOL-Light.woff2') format('woff2'),
    url('../fonts/BeaufortforLOL-Light.woff') format('woff'),
    url('../fonts/BeaufortforLOL-Light.ttf') format('truetype'),
    url('../fonts/BeaufortforLOL-Light.svg#BeaufortforLOL-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Beaufort for LOL';
    src: url('../fonts/BeaufortforLOL-Bold.eot');
    src: url('../fonts/BeaufortforLOL-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BeaufortforLOL-Bold.woff2') format('woff2'),
    url('../fonts/BeaufortforLOL-Bold.woff') format('woff'),
    url('../fonts/BeaufortforLOL-Bold.ttf') format('truetype'),
    url('../fonts/BeaufortforLOL-Bold.svg#BeaufortforLOL-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Beaufort for LOL';
    src: url('../fonts/BeaufortforLOL-Heavy.eot');
    src: url('../fonts/BeaufortforLOL-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BeaufortforLOL-Heavy.woff2') format('woff2'),
    url('../fonts/BeaufortforLOL-Heavy.woff') format('woff'),
    url('../fonts/BeaufortforLOL-Heavy.ttf') format('truetype'),
    url('../fonts/BeaufortforLOL-Heavy.svg#BeaufortforLOL-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Beaufort for LOL';
    src: url('../fonts/BeaufortforLOL-Medium.eot');
    src: url('../fonts/BeaufortforLOL-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BeaufortforLOL-Medium.woff2') format('woff2'),
    url('../fonts/BeaufortforLOL-Medium.woff') format('woff'),
    url('../fonts/BeaufortforLOL-Medium.ttf') format('truetype'),
    url('../fonts/BeaufortforLOL-Medium.svg#BeaufortforLOL-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Beaufort for LOL';
    src: url('../fonts/BeaufortforLOL-Regular.eot');
    src: url('../fonts/BeaufortforLOL-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BeaufortforLOL-Regular.woff2') format('woff2'),
    url('../fonts/BeaufortforLOL-Regular.woff') format('woff'),
    url('../fonts/BeaufortforLOL-Regular.ttf') format('truetype'),
    url('../fonts/BeaufortforLOL-Regular.svg#BeaufortforLOL-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
.p-middle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.text-white{
    color: #FFF;
}
.text-3{
    color: #333;
}
.text-underline{
    text-decoration: underline;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-uppercase{
    text-transform: uppercase;
}
.obj-cover{
    object-fit: cover;
}
.text-italic{
    font-style: italic;
}
.text-primary{
    color: var(--main-cl)
}
.al-center{
    align-items: center;
}
.img-center{
    margin-left: auto;
    margin-right: auto;
}
.img-wrap{
    overflow: hidden;
}
.img-wrap img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a{
    text-decoration: none;
}
.ts-03{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ts-04{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ts-05{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fs-11{
    font-size: 0.573rem;
}
.fs-12{
    font-size: 0.625rem;
}
.fs-13{
    font-size: 0.677rem;
}
.fs-14{
    font-size: 0.729rem;
}
.fs-15{
    font-size: 0.78125rem;
}
.fs-16{
    font-size: 0.833rem;
}
.fs-17{
    font-size: 0.885rem;
}
.fs-18{
    font-size: 0.9375rem;
}
.fs-19{
    font-size: 0.99rem;
}
.fs-20{
    font-size: 1.042rem;
}
.fs-21{
    font-size: 1.09375rem;
}
.fs-22{
    font-size: 1.146rem;
}
.fs-23{
    font-size: 1.198rem;
}
.fs-24{
    font-size: 1.25rem;
}
.fs-25{
    font-size: 1.302rem;
}
.fs-30{
    font-size: 1.5625rem;
}
.lh-20{
    line-height: 1.042rem;
}
.lh-21{
    line-height: 1.09375rem;
}
.lh-22{
    line-height: 1.146rem;
}
.lh-23{
    line-height: 1.198rem;
}
.lh-24{
    line-height: 1.25rem;
}
.lh-25{
    line-height: 1.302rem;
}
.lh-26{
    line-height: 1.354rem;
}
.lh-27{
    line-height: 1.40625rem;
}
.lh-28{
    line-height: 1.458rem;
}
.lh-29{
    line-height: 1.51rem;
}
.lh-30{
    line-height: 1.5625rem;
}
.lh-31{
    line-height: 1.615rem;
}
.lh-32{
    line-height: 1.667rem;
}
.lh-33{
    line-height: 1.71875rem;
}
.lh-34{
    line-height: 1.771rem;
}
.lh-40{
    line-height: 2.083rem
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.wrap-link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.m-auto{
    margin: auto;
}
.col-1{flex:0 0 auto;width:8.33333333%}
.col-2{flex:0 0 auto;width:16.66666667%}
.col-3{flex:0 0 auto;width:25%}
.col-4{flex:0 0 auto;width:33.33333333%}
.col-5{flex:0 0 auto;width:41.66666667%}
.col-6{flex:0 0 auto;width:50%}
.col-7{flex:0 0 auto;width:58.33333333%}
.col-8{flex:0 0 auto;width:66.66666667%}
.col-9{flex:0 0 auto;width:75%}
.col-10{flex:0 0 auto;width:83.33333333%}
.col-11{flex:0 0 auto;width:91.66666667%}
.col-12{flex:0 0 auto;width:100%}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.p-unset{
    position: unset !important;
}
.flex-box{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-row{
    flex-direction: row !important;
}
.flex-col{
    flex-direction: column;
}
.al-center{
    align-items: center;
}
.al-start{
    align-items: flex-start;
}
.al-end{
    align-items: flex-end;
}
.al-baseline{
    align-items: baseline;
}
.jus-start{
    justify-content: flex-start;
}
.jus-end{
    justify-content: flex-end;
}
.jus-center{
    justify-content: center;
}
.jus-between{
    justify-content: space-between;
}
.grid-box{
    display: grid;
}
.grid-2{
    grid-template-columns: repeat(2, 1fr);
}
.grid-3{
    grid-template-columns: repeat(3, 1fr);
}
.grid-4{
    grid-template-columns: repeat(4, 1fr);
}
.d-block{
    display: block;
}
.swiper-button-disabled{
    opacity: 0.3 !important;
}
.limit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-line.limit-1{
    -webkit-line-clamp: 1;
}
.limit-line.limit-2{
    -webkit-line-clamp: 2;
}
.limit-line.limit-3{
    -webkit-line-clamp: 3;
}
.limit-line.limit-4{
    -webkit-line-clamp: 4;
}
.limit-line.limit-5{
    -webkit-line-clamp: 5;
}
.m-0{
    margin: 0;
}
@keyframes scaleBorder {
    0%{
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100%{
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
.pl-cont{
    padding-left: calc(calc(100vw - 72.917rem) / 2);
}
.pr-cont{
    padding-right: calc(calc(100vw - 72.917rem) / 2);
}
.left-cont{
    left: calc(calc(100vw - 72.917rem) / 2);
}
.right-cont{
    right: calc(calc(100vw - 72.917rem) / 2);
}
.h-full{
    height: 100%;
}
.w-full{
    width: 100%;
}
.ls-none{
    list-style: none;
}
span.required{
    color: #FF1B1B;
}
.site-content{
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
    color: #FFF !important;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
    color: #FFF !important;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output{
    margin-top: 20px !important;
    text-align: center !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 16px;
}
.form-wrap .wpcf7-not-valid-tip{
    font-size: 15px;
    position: absolute;
}
.wpcf7-spinner{
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(100%, -50%);
}
.bg-center{
    background-position: center;
}
.bg-custom{
    background-repeat: no-repeat;
}
.bg-cover{
    background-size: cover;
}
.bg-contain{
    background-size: contain;
}
.bg-primary{
    background-color: var(--main-cl);
}
.bg-white{
    background-color: #FFF;
}

@keyframes fade-up {
    0%{
        opacity: 0;
        transform: translateY(2.083rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.swiper-button-lock{
    display: none !important;
}
.swiper-button-disabled{
    opacity: 0.4 !important;
}
svg,path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.gradient-border{
    background-image: linear-gradient(#FFF0F9, #FFF0F9), radial-gradient(circle at top left, #D4922D,#FDBE5D);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.overflow-hidden{
    overflow: hidden;
}
.bdrs-20{
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
}
.swiper-same-height > .swiper-wrapper{
    align-items: unset;
}
.swiper-same-height > .swiper-wrapper .swiper-slide{
    height: auto;
}
.swiper-same-height > .swiper-wrapper .swiper-slide > div{
    height: 100%;
}
.show-mobile{
    display: none !important;
}
.overflow-hidden{
    overflow: hidden;
}
.load_home_page svg {
    width: 400px;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #FFF;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page polygon,
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature1;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #333;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature2;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: #AF9967;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.path-3{
    animation-name: Signature3;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: #194D70;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-1{
    fill: #333;
}
.load_home_page.complete .path-2{
    fill: #AF9967;
}
.load_home_page.complete .path-3{
    fill: #194D70;
}
@keyframes Signature1 {
    to {
        stroke: #333;
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #AF9967;
        stroke-dashoffset: 0;
    }
}
@keyframes Signature3 {
    to {
        stroke: #194D70;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 3.90625rem;
    height: 3.90625rem;
    background-color: #FFF;
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.search-page{
    padding: 5.208rem 0;
}
.search-page h1{
    margin-bottom: 2.604rem;
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.833rem;
}
.search-tabs .search-tabs-title .search-tab-title{
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--fs-color-primary);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--fs-color-primary);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active{
    background-color: var(--fs-color-primary);
    color: #FFF;
}
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #333;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}
.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.z-5{
    z-index: 5;
}
.z-3{
    z-index: 3;
}
.home-swiper{
    width: 100%;
}
.home-swiper .swiper-slide{
    padding: 0 23px;
}
.home-swiper .swiper-slide .item{
    cursor: pointer;
}
.home-swiper-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    width: 50% !important;
    padding: 0 23px;
}
.home-swiper-cont .arrows{
    margin: 0 !important;
}
.home-swiper-cont > p{
    margin: 0;
}
.swiper-arrow{
    display: flex;
    width: 44px;
    height: 44px;
    cursor: pointer;
    transition: all 0.4s;
    align-items: center;
    justify-content: center;
}
.swiper-arrow svg{
    width: 32px;
    height: 32px;
}
.swiper-arrow:hover svg{
    transform: scale(1.2);
}
.swiper-arrow.prev svg{
    transform: rotateY(180deg);
}
.popup-discover{
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    height: 100vh;
    width: 100vw;
}
.popup-discover .popup-title{
    padding-top: 48px;
    padding-bottom: 48px;
}
.popup-discover .close-popup:hover{
    background-color: rgba(0, 0, 0, 0.05);
}
.popup-discover .close-popup{
    position: absolute;
    right: 16px;
    top: 16px;
}
.popup-discover.active{
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
}
.popup-discover .popup-inner{
    background-color: #fff;
    padding: 0 48px;
    max-height: 100vh;
    overflow: auto;
    height: 100%;
}
.popup-discover .popup-inner .flex-box{
    gap: 40px;
    margin-bottom: 8px;
}
.popup-discover .popup-inner .img-wrap{
    max-width: 50vw;
}
.popup-discover .popup-inner .title{
    margin-top: 10px;
    margin-bottom: 16px;
}
.popup-discover .swiper-controls{
    display: flex;
    align-items: center;
}
.popup-discover .swiper-controls .swiper-fraction{
    padding-left: 8px;
    padding-right: 8px;
    min-width: 48px;
    width: max-content;
}
img{
    max-width: 100%;
    height: auto;
}
.b-maincontent p,
.b-maincontent h2,
.b-maincontent h3,
.b-maincontent h4,
.b-maincontent h5,
.b-maincontent h6{
    margin-bottom: 1.2em;
}
.b-maincontent li{
    margin-bottom: 0.8em;
}
.b-maincontent ol,
.b-maincontent ul{
    margin-left: 25px;
    margin-bottom: 1.2em;
}
[data-sr-only="true"]{
    border:0;
    clip-path:inset(50%);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px;
    word-wrap:normal !important;
}
.be-row{
    margin-left: -12px;
    margin-right: -12px;
}
.be-row > div[class*='col']{
    padding-left: 12px;
    padding-right: 12px;
}
.bar-details{
    padding-top: 32px;
}
.bar-details .col-1 > a{
    display: flex;
    text-align: center;
    text-decoration: none !important;
}
.bar-details .col-1 > a > svg{
    transform: scale(-1);
}
.bar-details .col-1 > a > span{
    border-bottom: 1px solid transparent;
}
.bar-details .col-1 > a:hover > span {
    border-color: var(--main-cl);
}
.bar-details .col-10 .bar-content{
    padding: 24px 32px;
}
.bar-details .col-10 .bar-content .nk-btn{
    min-width: 195px;
}
.bar-swiper > .flex-box{
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 3;
}
.bar-swiper > .flex-box > .flex-box{
    gap: 24px;
}
.swiper-pagination{
    display: flex;
    align-items: center;
    position: relative;
    bottom: unset !important;
    left: unset !important;
    top: unset !important;
}
.swiper-pagination .swiper-pagination-bullet{
    border-radius: 50%;
    border: 1px solid var(--bellhop-color-grayscale-500);
    background-color: var(--bellhop-color-grayscale-100);
    width: 8px;
    height: 8px;
    opacity: 1;
    transition: all 0.1s;
}
.swiper-pagination .swiper-pagination-bullet-active{
    transform: scale(1.3);
    background-color: var(--bellhop-color-button);
    border-color: var(--bellhop-color-grayscale-100);
}
.swiper-pagination .swiper-pagination-bullet:hover{
    transform: scale(1.3);
    outline: 1px solid var(--bellhop-color-grayscale-100);
    outline-offset: 1px;
    background-color: var(--bellhop-color-button);
}
.swiper-arrow.arrow-type-2{
    background-color: #FFF;
}
.bar-details .bar-content{
    grid-gap: 0 32px;
    grid-template-columns: 1fr 1.5fr;
}
.bar-details .bar-content > h2{
    grid-column: 1/3;
    margin-bottom: 16px;
}
.bar-details .bar-content .params{
    margin-bottom: 24px;
}
.bar-details .bar-content .params > span+span:before{
    content: '/';
    padding: 0 4px;
}
.bar-details .bar-content .des-text{
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.5;
}
.bar-details .utilities .utility-title{
    margin-bottom: 16px;
}
.bar-details ul.utilities{
    list-style-position: inside;
    column-count: 2;
    column-gap: 32px;
    padding-inline: 11px;
}
.bar-details .wrap-utilities{
    transition: all 0.4s;
    max-height: 250px;
}
.bar-details .wrap-utilities.collapsed{
    max-height: 156px;
    overflow: hidden;
    position: relative;
}
.bar-details .wrap-utilities.collapsed:before{
    bottom: 0;
    width: 100%;
    height: 52px;
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF);
    z-index: 2;
}
.bar-details .wrap-utilities:not(.collapsed)+.view-more-utility svg{
    transform: rotate(-180deg);
}
.bar-details ul.utilities > li{
    margin-bottom: 4px;
    inline-size: 100%;
    break-inside: avoid;
    margin-inline-start: 12px;
    list-style: disc;
}
.bar-details .view-more-utility{
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 8px;
    cursor: pointer;
}
.bar-banner{
    background-color: #1a1a1a;
}
.bar-banner .cont-wrap{
    width: 658px;
    padding: 48px 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.bar-banner .cont-wrap h1{
    text-align: center;
    color: #FFF;
    margin-bottom: 24px;
}
.bar-list{
    grid-gap: 24px;
}
.bar-item{
    border: 1px solid #ddd;
}
.bar-item .cont-wrap{
    padding: 40px;
}
.bar-item .cont-wrap .bar-des{
    margin-bottom: 48px;
}
.page-template-rooms .bar-item .cont-wrap .bar-des{
    margin-bottom: 24px;
}
.bar-item .cont-wrap .bar-title{
    margin-bottom: 24px;
}
.bar-item .cont-wrap .separator{
    height: 1px;
    margin-bottom: 24px;
    background: #b6b6b6;
    width: 100%;
}
.bar-item .cont-wrap .separator svg{
    height: 48px;
    width: 100%;
}
.bar-item .cont-wrap .nk-btn{
    width: 100%;
}
.bar-item .cont-wrap .price-and-more{
    margin-bottom: 28px;
}
.bar-item .cont-wrap .price-and-more .toggle-button{
    cursor: pointer;
    text-transform: uppercase;
}
.bar-item .cont-wrap .price-and-more .toggle-button:not(.active) svg{
    transform: rotate(180deg);
}
.bar-item .cont-wrap .price-and-more .toggle-content{
    display: none;
    padding-top: 15px;
}
.bar-item .cont-wrap .price-and-more .toggle-content .group+.group{
    margin-top: 16px;
}
.bar-item .cont-wrap .price-and-more .toggle-content .group .label{
    font-size: 14px;
    font-weight: 700;
    line-height: 1.14;
    color: var(--bellhop-color-text-on-light);
    margin-bottom: 5px;
}
.bar-item .cont-wrap .price-and-more .toggle-content .time-group+.time-group{
    margin-top: 24px;
}
.bar-item .cont-wrap .price-and-more .toggle-content .times .time-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bar-item .cont-wrap .price-and-more .toggle-content .room-utilities{
    padding-left: 11px;
}
.bar-item .cont-wrap .price-and-more .toggle-content .room-utilities li{
    inline-size: 100%;
    break-inside: avoid;
    margin-inline-start: 12px;
    list-style: disc;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.5;
}
.bar-item .cont-wrap .room-params{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 16px;
}
.bar-item .cont-wrap .room-params .item+.item:before{
    position: relative;
    display: inline-block;
    content: '/';
    margin: 0 4px;
}
.bar-item .cont-wrap .room-params .item > span{
    font-weight: 400;
}
.bar-item .cont-wrap .room-params .item.capacity:before{
    content: '';
    margin: 0 10px;
}
.bar-item .cont-wrap .price-and-more .socials{
    display: flex;
    gap: 10px;
}
.bar-item .cont-wrap .price-and-more .socials > a{
    width: 32px;
    height: 32px;
}
.bar-item .cont-wrap p{
    margin-bottom: 8px;
}
.event-list{
    gap: 56px;
}
.event-list .bar-item .cont-wrap{
    padding: 20px;
}
.event-list .bar-item .cont-wrap .nk-btn{
    gap: 16px;
}
.event-list .bar-item .cont-wrap .bar-des{
    margin-bottom: 24px;
}
.nk-btn{
    align-items: center;
    justify-content: center;
    display: inline-flex;
    min-height: 44px;
    min-width: 120px;
    padding: 0;
    padding-inline: calc(var(--bellhop-button-default-padding-inline-lg) - 4px);
    text-transform: uppercase;
    text-align: center;
    border-style: solid;
    border-width: var(--bellhop-button-default-border-width);
    border-radius: var(--bellhop-button-default-border-radius-lg);
    cursor: pointer;
    width: max-content;
    max-width: 100%;
    text-decoration: none !important;
}
.nk-btn.btn-secondary{
    background-color: var(--bellhop-button-secondary-on-light-background-color-enabled);
    border-color: var(--bellhop-button-secondary-on-light-border-color-enabled);
}
.nk-btn.btn-secondary:hover{
    background: var(--bellhop-button-secondary-on-light-border-color-enabled);
    color: #FFF;
}
.nk-btn.btn-secondary-2{
    background-color: transparent;
    border-color: #FFF;
    color: #FFF;
}
.nk-btn.btn-secondary-2:hover{
    background: #FFF;
    color: var(--bellhop-button-secondary-on-light-border-color-enabled);
}
.bar-list-sec{
    padding-top: 32px;
    padding-bottom: 100px;
}
div#booking-form {
    background: #194D70;
    border-radius: 20px;
    max-width: 60vw;
}
div#booking-form .form-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
div#booking-form  .form-group.group-half {
    width: 49%;
}
.form-group.group-1-3 {
    width: 32%;
}
.form-group {
    width: 100%;
}
div#booking-form .form-group{
    margin-bottom: 25px;
}
div#booking-form input, div#booking-form textarea, div#booking-form select {
    background: transparent;
    border: none;
    color: #fff;
    padding: 0;
    height: 50px;
    border-bottom: 1px solid #af9967;
    border-radius: 0;
    width: 100%;
}
div#booking-form input::placeholder, div#booking-form textarea::placeholder {
    color: #fff;
}
div#booking-form textarea {
    height: 100px;
}
div#booking-form input.wpcf7-submit {
    background: #af9967;
    border: 1px solid #af9967;
    transition: .4s all;
    padding: 0 20px;
}
div#booking-form input.wpcf7-submit:hover {
    color: #af9967;
    background: transparent;
}
div#booking-form .form-group.group-half.popup-append-content {
    color: #fff;
}
.fancybox-slide--html div#booking-form .fancybox-close-small{
    color: #FFF;
}
div#booking-form .wpcf7-spinner{
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
}
div#booking-form .form-group.group-half.popup-append-content a {
    font-size: 22px;
    color: #FFF;

}
.content_popup {
    text-align: center;
    color: #fff;
}
.content_popup .form-title {
    font-size: 52px;
    margin-bottom: 0;
    color: #fff;
}
.content_popup .content {
    margin-bottom: 50px;
}
.DiningAccordion__linksList{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 8px 24px;
    padding: 0;
}
.DiningAccordion__linksList .DiningAccordion__link{
    display: flex;
    align-items: center;
    gap: 8px;
}
.cta-btn {position:fixed; top:60%; right:0; z-index:9999;}
.cta-btn a {
    width:60px;
    height:60px;
    display:block;
    padding:2px;
    margin-right:0;
    position:relative;
    overflow:hidden;
    text-decoration:none;
    background:#fff;
    -moz-box-shadow:0 0 5px #ccc;
    -webkit-box-shadow:0 0 5px #ccc;
    box-shadow:0 0 5px #ccc;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    transition: .5s all;
}
.cta-btn a span {
    position:relative; white-space:nowrap; text-align:center; padding-left:75px;
    opacity:1; visibility:visible; display:block;
    color:#000; text-transform:uppercase; font-weight:500; font-size:18px; line-height:55px;
    -webkit-transition:all .3s ease; -o-transition:all .3s ease; transition:all .3s ease;
}
.cta-btn a span::before {
    background-image: url(../images/icon_calendar.svg) !important;
    content:"";
    position:absolute;
    left:0;
    display:block;
    width:55px;
    height:55px;
    line-height:55px;
    text-align:center;
    background:transparent;
    color:var(--main-cl);
    font-size:30px;
    font-weight:400;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
}
.cta-btn a:hover span::before{
    background-image: url(../images/icon_calendar_hover.svg) !important;

}
section.shuttle > .flex-box{
    height: 100vh;
}
section.shuttle .title-wrap{
    padding: 40px 32px;
    min-height: 184px;
    background-color: #1a1a1a;
    display: flex;
    align-items: center;
}
section.shuttle .col-6:nth-of-type(1){
    max-height: 100%;
    overflow: auto;
}
section.shuttle #map{
    height: 100%;
}
.gm-style-iw-t .gm-style-iw-chr{
    display: none !important;
}
.map-info-window .name-wrap{
    font-size: 0.875rem;
    font-weight: bold;
    padding: 1rem 1rem 0.2rem;
    text-transform: uppercase;
    width: 220px;
}
section.shuttle .gTFatf{
    padding: 0 24px;
}
section.shuttle .gTFatf > h2{
    margin-bottom: 24px;
    padding-top: 32px;
}
section.shuttle .first-title{
    margin-bottom: 12px;
}
section.shuttle .gGnoBX{
    margin: 24px 0;
    padding: 24px;
    background-color: var(--bellhop-color-background-light-2, #f6f6f8);
    border: 1px solid transparent;
}
section.shuttle .gGnoBX.active{
    border-color: #194D70;
}
section.shuttle .gGnoBX .hub-headline {
    display: flex;
    justify-content: space-between;
    gap: 8px 24px;
}
section.shuttle .gGnoBX .hub-headline .hub-distance{
    font-weight: 700;
}
section.shuttle .gGnoBX .accordion-toggle-button {
    display: flex;
    border: none !important;
    background: transparent !important;
    align-items: center;
    margin-top: 24px;
    gap: 8px;
    cursor: pointer;
}
section.shuttle .gGnoBX .accordion-toggle-button:not(.active) svg{
    transform: rotate(180deg);
}
section.shuttle .gGnoBX .accordion-toggle-button > span{
    font-weight: 700;
    text-transform: uppercase;
}
section.shuttle .gGnoBX .hKuSUs{
    padding: 24px 0;
    font-weight: bold;
}
section.shuttle .gGnoBX .hKuSUs > div{
    display: none;
}
section.shuttle .gGnoBX .accordion-content{
    padding: 20px 0;
}
section.shuttle .gGnoBX .transit-option-pricing{
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-top: 8px;
}
section.shuttle .gGnoBX .jzWMvO{
    font-weight: 400;
    padding: 10px 0 16px;
}
header#header{
    background: #1a1a1a;
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
header#header .header-inner{
    padding: 0 48px;
}
header#header .header-inner .header-right,
header#header .header-inner .header-left{
    width: 25%;
    display: flex;
    align-items: center;
    gap: 1.25rem
}
header#header .header-inner .header-logo{
    height: 64px;
}
header#header .header-inner .header-logo a{
    display: block;
    height: 100%;
}
header#header .header-inner .header-logo a img{
    display: block;
    width: auto;
    height: 64px;
    padding: 8px 0;
    filter: brightness(0) invert(1);
}
header#header .header-inner .header-right{
    justify-content: flex-end;
}
header#header .header-inner .header-left .navigation-header-hamburger{
    display: flex;
    border: none !important;
    background: transparent !important;
    color: #FFF;
    cursor: pointer;
}
.nk-btn.btn-primary{
    background: #194D70;
    border-color: #194D70;
    color: #FFF;
}
.nk-btn.btn-primary:hover{
    background: #FFF;
    color: #194D70;
}
#site-menu .header-inner{
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
}
#site-menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #1a1a1a;
    display: flex;
    flex-direction: column;
    z-index: 99999;
    transform: translateX(-100%);
    transition: all 0.8s;
    opacity: 0;
}
#site-menu.active{
    opacity: 1;
    transform: translateX(0);
}
#site-menu #site-nav-menu{
    background: #1a1a1a;
    flex-grow: 1;
    padding: 32px 48px;
    overflow: auto;
}
#site-menu #site-nav-menu::-webkit-scrollbar{
    display: none !important;
}
#site-menu #site-nav-menu ul > li > a{
    background: none;
    border: none;
    cursor: pointer;
    outline: inherit;
    text-align: start;
    display: flex;
    align-items: center;
    padding: 12px 0;
    color: var(--bellhop-color-text-on-dark);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}
#site-menu #site-nav-menu ul > li.current-menu-item > a,
#site-menu #site-nav-menu ul > li > a:hover{
    text-decoration: underline;
}
#site-menu .header-contact{
    position: sticky;
    bottom: 0;
    width: 100%;
    padding: 43px 32px 40px;
    background: #194D70;
}
#site-menu .header-contact > .flex-box{
    gap: 40px;
}
#site-menu .header-contact > .flex-box a{
    gap: 6px;
    color: #FFF;
    font-size: 16px;
}
#site-menu .header-contact > .flex-box a svg{
    width: 24px;
    height: 24px;
}
#site-menu .header-contact .name{
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 16px;
    color: #FFF;
}
section.default-page{
    padding: 100px 0;
}
section.default-page h1 {
    margin-bottom: 40px;
}
.content-wrap{
    font-size: 16px;
    line-height: 1.4;
}
.content-wrap p{
    margin-bottom: 12px;
}
.content-wrap h2,
.content-wrap h3,
.content-wrap h4,
.content-wrap h5,
.content-wrap h6{
    margin-bottom: 1em;
}
.hbe-brandbar_bmh,
.hbe-brandbar_world{
    margin-left: auto;
    margin-right: auto;
    background-color: var(--main-cl) !important;
    color: #FFF !important;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 10px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
}
.hbe-brandbar_tagline{
    height: 32px;
}
.footer-top{
    background-color: var(--main-cl);
    padding: 68px 0 40px;
}
.footer-top .flex-box{
    gap: 48px;
}
.footer-top .col-left{
    width: 256px;
}
.footer-top .col-right{
    flex-grow: 1;
    padding-left: 38px;
}
.footer-top .col-right .be-text-card-title{
    margin-bottom: 32px;
    color: #FFF;
}
.footer-top .col-right a{
    color: #FFF;
    font-size: 16px;
}
.footer-top .col-right a+.footer-menu{
    margin-top: 40px;
}
.footer-top .col-right .flex-box{
    gap: 16px 24px
}
.footer-top .col-right .col-4{
    flex: unset;
}
.footer-bottom{
    background-color: #282828;
    color: #fff;
}
footer .pattern{
    margin-top: 40px;
}
footer .footer-menu-title{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 6px;
}
footer .footer-menu ul{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
footer .hbe-brandbar_brands{
    flex-wrap: nowrap !important;
}
footer .hbe-brandbar_row img{
    height: 90px;
    width: auto;
    object-fit: contain;
}
.hbe-linkBlocks_row .hbe-linkBlocks_col{
    width: 100%;
}
.hbe-linkBlocks_row{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.hbe-socialIcons_heading{
    color: #FFF;
}
.rooms-filter{
    padding-top: 40px;
}
.rooms-filter .be-container .filter-actions{
    padding-bottom: 40px;
    border-bottom: 1px solid #dedede;
}
.rooms-filter .filters-list{
    gap: 10px;
}
.filters-list .filter-item input{
    display: none !important;
}
.filters-list .filter-item {
    background-color: #FFF;
    align-items: center;
    border-radius: 16px;
    border: 1px solid var(--main-cl);
    color: var(--main-cl);
    display: flex;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    line-height: inherit;
    font-family: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    font-size: 14px;
    min-height: 32px;
    padding-inline: 16px;
    width: max-content;
    cursor: pointer;
}
.filters-list .filter-item:after{
    order: -1;
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    content: '';
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE2MjBfMzg2NSkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgMEM2LjI2NTIyIDAgNi41MTk1NyAwLjEwNTM1NyA2LjcwNzExIDAuMjkyODkzQzYuODk0NjQgMC40ODA0MyA3IDAuNzM0Nzg0IDcgMVY1SDExQzExLjI2NTIgNSAxMS41MTk2IDUuMTA1MzYgMTEuNzA3MSA1LjI5Mjg5QzExLjg5NDYgNS40ODA0MyAxMiA1LjczNDc4IDEyIDZDMTIgNi4yNjUyMiAxMS44OTQ2IDYuNTE5NTcgMTEuNzA3MSA2LjcwNzExQzExLjUxOTYgNi44OTQ2NCAxMS4yNjUyIDcgMTEgN0g3VjExQzcgMTEuMjY1MiA2Ljg5NDY0IDExLjUxOTYgNi43MDcxMSAxMS43MDcxQzYuNTE5NTcgMTEuODk0NiA2LjI2NTIyIDEyIDYgMTJDNS43MzQ3OCAxMiA1LjQ4MDQzIDExLjg5NDYgNS4yOTI4OSAxMS43MDcxQzUuMTA1MzYgMTEuNTE5NiA1IDExLjI2NTIgNSAxMVY3SDFDMC43MzQ3ODQgNyAwLjQ4MDQzIDYuODk0NjQgMC4yOTI4OTMgNi43MDcxMUMwLjEwNTM1NyA2LjUxOTU3IDAgNi4yNjUyMiAwIDZDMCA1LjczNDc4IDAuMTA1MzU3IDUuNDgwNDMgMC4yOTI4OTMgNS4yOTI4OUMwLjQ4MDQzIDUuMTA1MzYgMC43MzQ3ODQgNSAxIDVINVYxQzUgMC43MzQ3ODQgNS4xMDUzNiAwLjQ4MDQzIDUuMjkyODkgMC4yOTI4OTNDNS40ODA0MyAwLjEwNTM1NyA1LjczNDc4IDAgNiAwWiIgZmlsbD0iYmxhY2siLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNjIwXzM4NjUiPgo8cmVjdCB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE2MjBfMzg2NSkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgMEM2LjI2NTIyIDAgNi41MTk1NyAwLjEwNTM1NyA2LjcwNzExIDAuMjkyODkzQzYuODk0NjQgMC40ODA0MyA3IDAuNzM0Nzg0IDcgMVY1SDExQzExLjI2NTIgNSAxMS41MTk2IDUuMTA1MzYgMTEuNzA3MSA1LjI5Mjg5QzExLjg5NDYgNS40ODA0MyAxMiA1LjczNDc4IDEyIDZDMTIgNi4yNjUyMiAxMS44OTQ2IDYuNTE5NTcgMTEuNzA3MSA2LjcwNzExQzExLjUxOTYgNi44OTQ2NCAxMS4yNjUyIDcgMTEgN0g3VjExQzcgMTEuMjY1MiA2Ljg5NDY0IDExLjUxOTYgNi43MDcxMSAxMS43MDcxQzYuNTE5NTcgMTEuODk0NiA2LjI2NTIyIDEyIDYgMTJDNS43MzQ3OCAxMiA1LjQ4MDQzIDExLjg5NDYgNS4yOTI4OSAxMS43MDcxQzUuMTA1MzYgMTEuNTE5NiA1IDExLjI2NTIgNSAxMVY3SDFDMC43MzQ3ODQgNyAwLjQ4MDQzIDYuODk0NjQgMC4yOTI4OTMgNi43MDcxMUMwLjEwNTM1NyA2LjUxOTU3IDAgNi4yNjUyMiAwIDZDMCA1LjczNDc4IDAuMTA1MzU3IDUuNDgwNDMgMC4yOTI4OTMgNS4yOTI4OUMwLjQ4MDQzIDUuMTA1MzYgMC43MzQ3ODQgNSAxIDVINVYxQzUgMC43MzQ3ODQgNS4xMDUzNiAwLjQ4MDQzIDUuMjkyODkgMC4yOTI4OTNDNS40ODA0MyAwLjEwNTM1NyA1LjczNDc4IDAgNiAwWiIgZmlsbD0iYmxhY2siLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNjIwXzM4NjUiPgo8cmVjdCB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    background: var(--main-cl);
}
.filters-list .filter-item:hover{
    background: var(--main-cl);
    color: #FFF;
}
.filters-list .filter-item:hover:after{
    background: #FFF;
}
.filters-list .filter-item:has(input:checked){
    background: var(--main-cl);
    color: #FFF;
}
.filters-list .filter-item:has(input:checked):after{
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE2MTlfMzg1NikiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEwLjEyMSAwLjQxNTk2M0MxMC4yNzk5IDAuMjAxMzc2IDEwLjUxNDkgMC4wNTU4MTEzIDEwLjc3NzggMC4wMDkxOTk4MUMxMS4wNDA3IC0wLjAzNzQxMTcgMTEuMzExNSAwLjAxODQ3MjMgMTEuNTM0NSAwLjE2NTM2MUMxMS43NTc0IDAuMzEyMjUxIDExLjkxNTYgMC41Mzg5OCAxMS45NzY2IDAuNzk4OTMyQzEyLjAzNzUgMS4wNTg4OCAxMS45OTY1IDEuMzMyMyAxMS44NjIgMS41NjI5NkwxMS43OSAxLjY3Mjk2TDUuMDg2MDMgMTAuNTc0QzQuOTk5MDggMTAuNjg5MiA0Ljg4OTE5IDEwLjc4NTEgNC43NjMzMSAxMC44NTU4QzQuNjM3NDIgMTAuOTI2NCA0LjQ5ODI2IDEwLjk3MDIgNC4zNTQ2MSAxMC45ODQ0QzQuMjEwOTYgMTAuOTk4NiA0LjA2NTkyIDEwLjk4MjkgMy45Mjg2NSAxMC45MzgyQzMuNzkxMzggMTAuODkzNiAzLjY2NDg1IDEwLjgyMSAzLjU1NzAzIDEwLjcyNUwzLjQ2NTAzIDEwLjYzMkwwLjI1NzAzMyA2Ljk1NDk2QzAuMDc2NDM1NSA2Ljc1NTY0IC0wLjAyMDI2NjIgNi40OTQzMSAtMC4wMTI5MTUzIDYuMjI1NDRDLTAuMDA1NTY0MzggNS45NTY1OCAwLjEwNTI3MiA1LjcwMDkyIDAuMjk2NDkgNS41MTE3NkMwLjQ4NzcwOCA1LjMyMjYxIDAuNzQ0NTUyIDUuMjE0NTUgMS4wMTM0OCA1LjIxMDEyQzEuMjgyNDIgNS4yMDU2OCAxLjU0MjY4IDUuMzA1MjEgMS43NDAwMyA1LjQ4Nzk2TDEuODMyMDMgNS41ODE5Nkw0LjE5MzAzIDguMjg3OTZMMTAuMTIzIDAuNDE1OTYzSDEwLjEyMVoiIGZpbGw9ImJsYWNrIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTYxOV8zODU2Ij4KPHJlY3Qgd2lkdGg9IjEyIiBoZWlnaHQ9IjExIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE2MTlfMzg1NikiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEwLjEyMSAwLjQxNTk2M0MxMC4yNzk5IDAuMjAxMzc2IDEwLjUxNDkgMC4wNTU4MTEzIDEwLjc3NzggMC4wMDkxOTk4MUMxMS4wNDA3IC0wLjAzNzQxMTcgMTEuMzExNSAwLjAxODQ3MjMgMTEuNTM0NSAwLjE2NTM2MUMxMS43NTc0IDAuMzEyMjUxIDExLjkxNTYgMC41Mzg5OCAxMS45NzY2IDAuNzk4OTMyQzEyLjAzNzUgMS4wNTg4OCAxMS45OTY1IDEuMzMyMyAxMS44NjIgMS41NjI5NkwxMS43OSAxLjY3Mjk2TDUuMDg2MDMgMTAuNTc0QzQuOTk5MDggMTAuNjg5MiA0Ljg4OTE5IDEwLjc4NTEgNC43NjMzMSAxMC44NTU4QzQuNjM3NDIgMTAuOTI2NCA0LjQ5ODI2IDEwLjk3MDIgNC4zNTQ2MSAxMC45ODQ0QzQuMjEwOTYgMTAuOTk4NiA0LjA2NTkyIDEwLjk4MjkgMy45Mjg2NSAxMC45MzgyQzMuNzkxMzggMTAuODkzNiAzLjY2NDg1IDEwLjgyMSAzLjU1NzAzIDEwLjcyNUwzLjQ2NTAzIDEwLjYzMkwwLjI1NzAzMyA2Ljk1NDk2QzAuMDc2NDM1NSA2Ljc1NTY0IC0wLjAyMDI2NjIgNi40OTQzMSAtMC4wMTI5MTUzIDYuMjI1NDRDLTAuMDA1NTY0MzggNS45NTY1OCAwLjEwNTI3MiA1LjcwMDkyIDAuMjk2NDkgNS41MTE3NkMwLjQ4NzcwOCA1LjMyMjYxIDAuNzQ0NTUyIDUuMjE0NTUgMS4wMTM0OCA1LjIxMDEyQzEuMjgyNDIgNS4yMDU2OCAxLjU0MjY4IDUuMzA1MjEgMS43NDAwMyA1LjQ4Nzk2TDEuODMyMDMgNS41ODE5Nkw0LjE5MzAzIDguMjg3OTZMMTAuMTIzIDAuNDE1OTYzSDEwLjEyMVoiIGZpbGw9ImJsYWNrIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTYxOV8zODU2Ij4KPHJlY3Qgd2lkdGg9IjEyIiBoZWlnaHQ9IjExIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
    background: #FFF;
}
.filters-list .filter-item:has(input:checked):hover:after{
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE2MjFfMzg2OCkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgMEM2LjI2NTIyIDAgNi41MTk1NyAwLjEwNTM1NyA2LjcwNzExIDAuMjkyODkzQzYuODk0NjQgMC40ODA0MyA3IDAuNzM0Nzg0IDcgMVY1SDExQzExLjI2NTIgNSAxMS41MTk2IDUuMTA1MzYgMTEuNzA3MSA1LjI5Mjg5QzExLjg5NDYgNS40ODA0MyAxMiA1LjczNDc4IDEyIDZDMTIgNi4yNjUyMiAxMS44OTQ2IDYuNTE5NTcgMTEuNzA3MSA2LjcwNzExQzExLjUxOTYgNi44OTQ2NCAxMS4yNjUyIDcgMTEgN0g3VjExQzcgMTEuMjY1MiA2Ljg5NDY0IDExLjUxOTYgNi43MDcxMSAxMS43MDcxQzYuNTE5NTcgMTEuODk0NiA2LjI2NTIyIDEyIDYgMTJDNS43MzQ3OCAxMiA1LjQ4MDQzIDExLjg5NDYgNS4yOTI4OSAxMS43MDcxQzUuMTA1MzYgMTEuNTE5NiA1IDExLjI2NTIgNSAxMVY3SDFDMC43MzQ3ODQgNyAwLjQ4MDQzIDYuODk0NjQgMC4yOTI4OTMgNi43MDcxMUMwLjEwNTM1NyA2LjUxOTU3IDAgNi4yNjUyMiAwIDZDMCA1LjczNDc4IDAuMTA1MzU3IDUuNDgwNDMgMC4yOTI4OTMgNS4yOTI4OUMwLjQ4MDQzIDUuMTA1MzYgMC43MzQ3ODQgNSAxIDVINVYxQzUgMC43MzQ3ODQgNS4xMDUzNiAwLjQ4MDQzIDUuMjkyODkgMC4yOTI4OTNDNS40ODA0MyAwLjEwNTM1NyA1LjczNDc4IDAgNiAwWiIgZmlsbD0iYmxhY2siLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNjIxXzM4NjgiPgo8cmVjdCB3aWR0aD0iMTIiIGhlaWdodD0iMiIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgNSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE2MjFfMzg2OCkiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYgMEM2LjI2NTIyIDAgNi41MTk1NyAwLjEwNTM1NyA2LjcwNzExIDAuMjkyODkzQzYuODk0NjQgMC40ODA0MyA3IDAuNzM0Nzg0IDcgMVY1SDExQzExLjI2NTIgNSAxMS41MTk2IDUuMTA1MzYgMTEuNzA3MSA1LjI5Mjg5QzExLjg5NDYgNS40ODA0MyAxMiA1LjczNDc4IDEyIDZDMTIgNi4yNjUyMiAxMS44OTQ2IDYuNTE5NTcgMTEuNzA3MSA2LjcwNzExQzExLjUxOTYgNi44OTQ2NCAxMS4yNjUyIDcgMTEgN0g3VjExQzcgMTEuMjY1MiA2Ljg5NDY0IDExLjUxOTYgNi43MDcxMSAxMS43MDcxQzYuNTE5NTcgMTEuODk0NiA2LjI2NTIyIDEyIDYgMTJDNS43MzQ3OCAxMiA1LjQ4MDQzIDExLjg5NDYgNS4yOTI4OSAxMS43MDcxQzUuMTA1MzYgMTEuNTE5NiA1IDExLjI2NTIgNSAxMVY3SDFDMC43MzQ3ODQgNyAwLjQ4MDQzIDYuODk0NjQgMC4yOTI4OTMgNi43MDcxMUMwLjEwNTM1NyA2LjUxOTU3IDAgNi4yNjUyMiAwIDZDMCA1LjczNDc4IDAuMTA1MzU3IDUuNDgwNDMgMC4yOTI4OTMgNS4yOTI4OUMwLjQ4MDQzIDUuMTA1MzYgMC43MzQ3ODQgNSAxIDVINVYxQzUgMC43MzQ3ODQgNS4xMDUzNiAwLjQ4MDQzIDUuMjkyODkgMC4yOTI4OTNDNS40ODA0MyAwLjEwNTM1NyA1LjczNDc4IDAgNiAwWiIgZmlsbD0iYmxhY2siLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNjIxXzM4NjgiPgo8cmVjdCB3aWR0aD0iMTIiIGhlaWdodD0iMiIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgNSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
}
.rooms-filter .filters-list .filter-group .label{
    margin-bottom: 4px;
}
.rooms-filter .filters-list .filter-group > .flex-box{
    gap: 10px;
}
.rooms-filter .filter-actions{
    padding: 22px 0;
}
.rooms-filter .filter-actions .accessibility{
    display: flex;
    align-items: center;
}
.rooms-filter .filter-actions .accessibility input:checked:before{
    content: "";
    display: inline-block;
    position: relative;
    transform: rotate(40deg);
    inset-inline-start: 5px;
    inset-block-end: 0;
    block-size: 12px;
    inline-size: 6px;
    border-block-end: 0.15em solid;
    border-inline-end: 0.15em solid;
    color: var(--_tick-color, black);
}
.rooms-filter .filter-actions .accessibility input{
    --_tick-color: var(--dropdown-tick-mark-color, --bellhop-button-primary-on-light-background-color-enabled);
    appearance: none;
    min-width: 18px;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(109, 111, 114);
    background-color: var(--bellhop-color-background-light-1);
    margin-inline-end: 8px;
    border-radius: 1px;
}
.change-unit .checkbox-values{
    display: flex;
    padding: 0px;
    margin: 0px;
    position: relative;
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    align-items: center;
    height: 40px;
    border: 1px solid var(--bellhop-color-grayscale-400, #bbbdbf);
    border-radius: 24px;
    background-color: var(--bellhop-color-grayscale-200, #f0f0f0);
    --switch-radius: 28px;
    --switch-padding: 3px;
    --switch-inner-radius: calc(var(--switch-radius) - var(--switch-padding));
}
.change-unit input{
    display: none !important;
}
.change-unit .checkbox-values > div{
    position: relative;
    cursor: pointer;
    height: 100%;
    display: inline-grid;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    padding-inline: 18px;
    z-index: 2;
    font-size: 16px;
    min-width: 70px;
}
.change-unit .checkbox-values:before{
    right: 4px;
    height: 32px;
    width: calc(50% - 4px);
    position: absolute;
    content: '';
    background-color: #FFF;
    border-radius: 50px;
    transition: all 0.4s;
}
.change-unit:has(input:checked) .checkbox-values:before{
    right: 50%;
}
.change-unit .checkbox-values .value-2{
    font-weight: 700;
}
.change-unit:has(input:checked) .checkbox-values .value-2{
    font-weight: 400;
}
.change-unit:has(input:checked) .checkbox-values .value-1{
    font-weight: 700;
}
.rooms-filter .filter-actions button{
    cursor: pointer;
    background: none;
    border: none;
    color: var(--main-cl);
    white-space: nowrap;
    text-align: end;
}
.bar-details{
    padding-bottom: 48px;
}
.home-custom-sec-1,
.home-custom-sec-2{
    background: #1a1a1a;
}
.home-custom-sec-1{
    padding: 96px 0 48px;
}
.home-custom-sec-2{
    padding: 48px 0 96px;
}
.nk-text-white{
    color: #FFF !important;
}
.tabs-container .tab-content{
    display: none;
}
.tabs-container .tab-content.active{
    display: block;
}
.home-custom-sec-1 .swiper{
    overflow: unset;
    padding-right: 277px;
    margin: 0 -28px;
}
.home-custom-sec-1 .swiper .swiper-slide{
    padding: 0 28px;
}
.home-custom-sec-1 .swiper .swiper-slide .cont-wrap{
    margin-top: 24px;
    opacity: 0;
    transition: all 0.4s;
}
.home-custom-sec-1 .swiper .swiper-slide-active .cont-wrap{
    transition-delay: 800ms;
    opacity: 1;
}
.home-custom-sec-1 .swiper .swiper-slide .cont-wrap h3{
    font-weight: 400;
}
.home-custom-sec-1 .tabs-title{
    gap: 40px;
    margin: 44px 0 24px;
}
.home-custom-sec-1 .tabs-title .tab-title{
    padding: 16px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    transition: all 0.4s;
}
.home-custom-sec-1 .tabs-title .tab-title.active{
    border-bottom-color: #FFF;
}
.home-custom-sec-1 .title-group > .flex-box{
    gap: 48px;
    align-items: start;
}
.home-custom-sec-1 .title-group .nk-btn{
    width: 270px;
    min-width: 270px;
}
.home-custom-sec-1 .be-headline-hero-2{
    margin-bottom: 24px;
}
.swiper-arrow.type-white path{
    border: none ;
}
.home-custom-sec-1 .swiper-controls{
    margin-top: -40px;
    position: relative;
    z-index: 9;
    margin-right: 277px;
    width: max-content;
    margin-left: auto;
}
.home-custom-sec-1 .swiper-controls .swiper-fraction{
    width: max-content;
    color: #FFF;
    font-size: 16px;
}
.home-custom-sec-2 .title-group{
    margin-bottom: 48px;
    padding-left: 45px;
}
.home-custom-sec-2 .cont-wrap{
    width: 400px;
    padding: 25px 45px;
    position: relative;
    z-index: 9;    background: #1a1a1a;
}
.home-custom-sec-2 .cont-wrap .be-headline-standard-3{
    margin-bottom: 16px;
}
.home-custom-sec-1 .nk-btn,
.home-custom-sec-2 .nk-btn{
    font-size: 16px;
}
.home-custom-sec-2 .cont-wrap a{
    display: flex;
    align-items: center;
    margin-top: 16px;
    text-transform: uppercase;
}
.home-custom-sec-1,
.home-custom-sec-2{
    overflow: clip;
}
.home-custom-sec-2 .images-wrap{
    width: calc(100% - 400px);
}
.home-custom-sec-2 .images-wrap .swiper{
    overflow: unset;
    margin: 0 -18px;
}
.home-custom-sec-2 .images-wrap .swiper .swiper-slide{
    padding: 0 18px;
}
.home-custom-sec-2 .images-wrap .swiper .swiper-slide .img-wrap{
    transition: all 0.4s;
    position: relative;
}
.home-custom-sec-2 .images-wrap .swiper .swiper-slide-prev .img-wrap{
    transform: translateX(-364px);
}
.home-custom-sec-2 .swiper-fraction{
    width: max-content;
    font-size: 16px;
    color: #FFF;
}
.home-custom-sec-2 .swiper-controls{
    padding-top: 24px;
    padding-left: 24px;
}
.home-custom-sec-3{
    padding: 96px 0 48px;
}
.home-custom-sec-3 .be-headline-hero-2{
    margin-bottom: 40px;
}
.home-custom-sec-3 .item+.item{
    margin-top: 40px;
}
.home-custom-sec-3 .item .img-wrap{
    width: calc(50% - 12px);
}
.home-custom-sec-3 .item h3{
    margin-bottom: 24px;
}
.home-custom-sec-3 .item .des{
    margin-bottom: 24px;
}
.home-custom-sec-3 .item .cont-wrap{
    width: 50%;
    margin-left: 12px;
    padding: 0 120px;
}
.home-custom-sec-3 .item:nth-of-type(even) > .flex-box .cont-wrap{
    order: -1;
    margin: 0 12px 0 0;
}
.home-custom-sec-4{
    padding: 48px 0 96px;
}
.home-custom-sec-4 .be-headline-hero-2{
    margin-bottom: 90px;
}
.home-custom-sec-4 .grid-box{
    grid-gap: 40px 20px;
}
.home-custom-sec-4 .grid-box img{
    width: 32px;
    height: 32px;
    margin-right: 24px;
}
.home-custom-sec-5{
    padding: 96px 48px;
    background: rgb(246, 246, 246);
}
.home-custom-sec-5 .home-location{
    max-width: 100%;
    width: 1116px;
    margin-left: auto;
    margin-right: auto;
    background: #1a1a1a;
    height: 620px;
}
.home-custom-sec-5 .left-col{
    padding: 48px;
    width: 40%;
    display: flex;
    flex-direction: column;
}
.home-custom-sec-5 .left-col > div{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.home-custom-sec-5 .left-col > div > a{
    margin-top: 28px;
    display: block;
    font-size: 16px;
}
.home-custom-sec-5 .left-col > div > .nk-btn{
    margin-top: auto;
    display: flex;
}
.home-custom-sec-5 .right-col{
    width: 60%;
}
.home-custom-sec-5 .right-col iframe{
    display: block;
    height: 100%;
    width: 100%;
}
.nk-btn.btn-full-width{
    width: 100% !important;
}
.home-custom-sec-6{
    padding: 96px 0 48px;
}
.home-custom-sec-6 .be-headline-hero-2{
    margin-bottom: 24px;
}
.home-custom-sec-6 .flex-box{
    gap: 70px
}
.home-custom-sec-6 .flex-box > .col-left{
    width: 500px;
}
.home-custom-sec-6 .flex-box > .col-left svg{
    margin-left: 8px;
}
.home-custom-sec-6 .flex-box > .col-right{
    flex-grow: 1;
}
.home-custom-sec-6 .flex-box > .col-right .item+.item{
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #b6b6b6;
}
.home-custom-sec-6 .flex-box > .col-right .item .distance{
    margin-top: 20px;
}
.home-custom-sec-6 .flex-box > .col-right .item a{
    display: flex;
    gap: 4px;
    align-items: center;
    margin-top: 32px;
}
.home-custom-sec-7{
    padding: 48px 0 96px;
    overflow: clip;
}
.home-custom-sec-7 .title-group{
    margin-bottom: 34px;
}
.home-custom-sec-7 .arrows{
    margin-top: 16px;
}
.home-custom-sec-7 .swiper{
    padding: 0 124px;
    overflow: unset;
}
.home-custom-sec-7 .swiper-slide{
    padding: 0 12px;
}
.home-custom-sec-7 .grid-box{
    grid-gap: 24px;
}
.home-custom-sec-7 .grid-box .item{
    aspect-ratio: 1;
}
.home-custom-sec-7 .grid-box .item:nth-of-type(3){
    grid-column: 3/5;
    grid-row: 1/3;
}
.show-mobile{
    display: none !important;
}
section.scenic .gTFatf{
    padding: 24px;
    background: #f6f6f6;
}
.scenic-item{
    cursor: pointer;
    padding: 24px;
    background-color: #FFF;
    transition: all 0.4s;
    border: 1px solid transparent;
}
.scenic-item:hover,
.scenic-item.active{
    border-color: var(--main-cl);
}
.scenic-item+.scenic-item{
    margin-top: 24px;
}
.scenic-item .be-headline-standard-3{
    margin-bottom: 16px;
}
.scenic-details .terms,
.scenic-item .terms{
    display: flex;
    margin-top: 16px;
    list-style: none;
    gap: 8px;
}
.scenic-details .terms > li,
.scenic-item .terms > li{
    font-size: 14px;
    font-weight: 700;
    line-height: 1.14;
    padding: 3px 12px 5px;
    border: 1px solid rgba(40, 40, 40, 0.1);
    color: var(--bellhop-color-text-on-light);
}
.scenic .title-wrap{
    display: block !important;
}
.scenic .title-wrap h1{
    margin-bottom: 32px;
}
.scenic .filters-list{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.scenic .filters-list .filter-item{
    border-color: #FFF;
    color: #FFF;
    background: transparent;
}
.scenic .filters-list .filter-item:hover{
    color: var(--main-cl);
    background: #FFF;
}
.scenic .filters-list .filter-item:hover:after{
    background: var(--main-cl);
}
.scenic .filters-list .filter-item:has(input:checked){
    background: #FFF;
    color: var(--main-cl)
}
.scenic .filters-list .filter-item:has(input:checked):after{
    background: var(--main-cl);
}
.scenic .filters-list .filter-item:after{
    background: #FFF;
}
.scenic .button-clear-filter{
    padding: 0 12px;
    height: 30px;
    color: #FFF;
    text-decoration: underline;
    background: transparent;
    border: none !important;
    margin-top: 8px;
}
.scenic .scenic-note{
    margin: 32px 0 12px;
}
.scenic .scenic-note p{
    margin-bottom: 20px;
}
.jIRRzK .sc-44853857-0{
    padding-top: 0 !important;
}
.scenic .scenic-details{
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    background-color: #FFF;
    transform:  translateX(-100%);
    transition: all 0.8s;
}
.scenic .scenic-details.active{
    transform: translateX(0);
}
.scenic .scenic-details .scenic-details-inner{
    padding: 40px 48px;
}
.scenic .scenic-details .scenic-details-inner .close-popup svg{
    transform: rotateY(180deg);
}
.scenic .scenic-details .scenic-details-inner .close-popup{
    display: flex;
    align-items: center;
    background: transparent !important;
    border: none !important;
    gap: 4px;
    cursor: pointer;
    margin-bottom: 32px;
}
.scenic .scenic-details .scenic-details-inner .be-text-body-2{
    margin-bottom: 32px;
}
.scenic .scenic-details .scenic-details-inner .scenic-contact{
    margin-top: 40px;
}
.scenic .scenic-details .scenic-details-inner .scenic-contact > a{
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
}
.scenic .scenic-details .scenic-details-inner .scenic-contact > a+a{
    margin-top: 8px;
}
.scenic .scenic-details .scenic-details-inner .be-headline-standard-3{
    margin-bottom: 24px;
}
.empty-filter{
    text-align: center;
    grid-column: 1/3;
}
.empty-filter h3{
    margin-bottom: 24px;
}
.empty-filter p{
    margin-bottom: 40px;
}
.home-custom-sec-6 .flex-box > .col-right .item a,
button{
    text-transform: uppercase;
}
.nk-btn.btn-secondary svg{
    transition: none;
}
.nk-btn.btn-secondary:hover svg{
    filter: brightness(0) invert(1);
}
footer .hbe-socialIcons_links li > a img{
    transition: all 0.3s;
}
footer .hbe-socialIcons_links li > a:hover img{
    transform: scale(0.8);
}
.room-item{
    overflow: hidden;
}
.room-item .room-gallery-wrap .swiper-controls{
    position: absolute;
    z-index: 9;
    left: 16px;
    right: 16px;
    bottom: 16px;
}
.room-item .room-gallery-wrap .swiper-controls .arrows{
    gap: 16px;
}
.room-item .room-gallery-wrap .swiper-controls .swiper-pagination{
    position: unset;
}
.room-item .img-wrap{
    aspect-ratio: 16/9;
}
.show-tablet{
    display: none !important;
}
section.event-banner img{
    display: block;
    width: 100%;
    height: auto;
}
section.event-2{
    background: #1a1a1a;
    padding: 50px 0;
}
section.event-2 .EventSpacesMasthead__afterContent{
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    margin-top: 32px;
    max-width: 100%;
}
section.event-2 .EventSpacesMasthead__linkGroup{
    margin-top: 48px;
    gap: 32px;
    flex-wrap: wrap;
}
section.event-2 .EventSpacesMasthead__linkGroup a{
    color: #FFF;
    display: flex;
    gap: 12px;
}
section.event-3{
    padding: 20px 0;
    box-shadow: #00000057 0 1px 6px 0;
}
section.event-3 .be-container > .flex-box{
    gap: 64px;
}
section.event-3 .be-container > .flex-box .item{
    font-size: 16px;
    gap: 4px;
    line-height: 1;
}
section.event-3 .be-container > .flex-box .item .value{
    font-size: 24px;
}
section.event-4{
    padding-top: 36px;
    padding-bottom: 56px;
}
section.event-4 h2.be-headline-standard-3{
    margin-bottom: 48px;
}
section.event-4 .events-filter{
    margin-bottom: 16px;
}
section.event-4 .events-filter > .flex-box{
    gap: 32px;
    flex-wrap: wrap;
}
section.event-4 .filter-list{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
section.event-4 .filter-list > .item{
    width: max-content;
    position: relative;
}
section.event-4 .filter-list > .item .label{
    padding: 0 28px;
    display: flex;
    gap: 16px;
    align-items: center;
    height: 44px;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid var(--main-cl);
    transition: all 0.4s;
    cursor: pointer;
}
section.event-4 .filter-list > .item .label:hover{
    background-color: var(--main-cl);
    color: #FFF;
}
section.event-4 .filter-list > .item .label:hover path{
    fill: #FFF;
}
section.event-4 .filter-list > .item .list{
    position: absolute;
    left: 0;
    width: max-content;
    top: 100%;
    padding-top: 16px;
    min-width: 100%;
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(16px);
    z-index: 99;
}
section.event-4 .filter-list > .item:hover .list{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
}
section.event-4 .filter-list > .item .list .list-inner{
    background-color: var(--bellhop-color-background-light-1);
    border: solid 1px var(--bellhop-color-grayscale-300);
    display: flex;
    flex-direction: column;
    padding: 0 12px;
    position: relative;
    width: 100%;
}
section.event-4 .filter-list > .item .list .list-inner:before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 0;
    transform: translateY(-50%) rotate(45deg);
    z-index: 101;
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%);
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-image: initial;
    border-top-color: var(--bellhop-color-grayscale-300);
    border-left-color: var(--bellhop-color-grayscale-300);
    background-color: var(--bellhop-color-background-light-1);
}
section.event-4 .filter-list > .item .list .list-inner > label{
    padding: 12px 7px;
    display: flex;
    gap: 20px;
    font-size: 16px;
    cursor: pointer;
}
section.event-4 .filter-list > .item .list .list-inner > label input[type="checkbox"]{
    --_tick-color: var(--dropdown-tick-mark-color, --bellhop-button-primary-on-light-background-color-enabled);
    appearance: none;
    min-width: 18px;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(109, 111, 114);
    background-color: var(--bellhop-color-background-light-1);
    border-radius: 1px;
}
section.event-4 .filter-list > .item .list .list-inner > label input[type="checkbox"]:checked:before{
    content: "";
    display: inline-block;
    position: relative;
    transform: rotate(40deg);
    inset-inline-start: 5px;
    inset-block-end: 2px;
    block-size: 12px;
    inline-size: 6px;
    border-block-end: 0.15em solid;
    border-inline-end: 0.15em solid;
    color: var(--_tick-color, black);
}
section.event-4 .filter-list > .item .list .list-inner > label input[type="radio"]{
    --_tick-color: var(--dropdown-tick-mark-color, --bellhop-button-primary-on-light-background-color-enabled);
    appearance: none;
    min-width: 18px;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(109, 111, 114);
    background-color: var(--bellhop-color-background-light-1);
    border-radius: 9px;
    border-color: var(--bellhop-color-grayscale-900, #000);
}
section.event-4 .filter-list > .item .list .list-inner > label input[type="radio"]:checked:before{
    content: "";
    display: inline-block;
    position: relative;
    inset-inline-start: 3px;
    inset-block-end: 2px;
    inline-size: 10px;
    block-size: 10px;
    border-radius: 9px;
    background-color: var(--_tick-color, black);
    background-color: var(--bellhop-button-primary-on-light-background-color-enabled, #000);
}
section.event-4 .filter-list > .item .list .list-inner > label+label{
    border-top: 1px solid rgb(178, 179, 181);
}
section.event-4 .unit-wrap{
    flex-grow: 1;
}
section.event-4 .result-count{
    font-size: 16px;
    margin-bottom: 16px;
}
section.event-4 .unit-wrap .reset-filters{
    padding: 3px 0;
    color: var(--main-cl);
    background: transparent !important;
    border: none !important;
}
button.reset-filters{
    text-transform: unset !important;
}
section.event-5{
    padding: 120px 0 144px;
}
section.event-5 .cont-wrap{
    padding-left: 40px;
}
section.event-5 .cont-wrap .Catering__description{
    margin-bottom: 72px;
}
section.event-5 .cont-wrap h2{
    margin-bottom: 24px;
}
section.event-5 .cont-wrap .be-button{
    gap: 16px;
}
section.event-6{
    padding-bottom: 120px;
}
section.event-6 .pattern img{
    width: 100%;
    display: block;
    margin: 60px 0;
}
section.event-6 .flex-box{
    padding: 0 112px;
    gap: 56px;
}
section.event-6 .flex-box .col-left{
    width: calc(40% - 56px);
}
section.event-6 .flex-box .col-left h2{
    margin-bottom: 24px;
}
section.event-6 .flex-box .col-left A{
    color: var(--main-cl);
}
section.event-6 .flex-box .img-wrap {
    width: 60%;
}
section.event-5 .flex-box .img-wrap img,
section.event-6 .flex-box .img-wrap img{
    min-height: 472px;
}
.events-filter{
    position: relative;
    z-index: 20;
}
button,
input[tupe="submit"]{
    cursor: pointer;
}
section.event-4 .filter-list{
    position: relative;
    z-index: 9;
}
section.event-4 .filter-list > .item:last-of-type .list{
    left: unset;
    right: 0;
}
section.event-4 .filter-list > .item:last-of-type .list .list-inner:before{
    left: unset;
    right: 30px;
}
.cinema-banner .img-wrap{
    position: relative;
    padding-bottom: 37.5%;
}
.cinema-banner img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.cinema-1{
    padding-top: 100px;
}
.cinema-1 .be-headline-hero-2{
    margin-bottom: 20px;
}
.cinema-1 .be-text-body-1{
    margin-bottom: 28px;
}
.cinema-1 .be-text-body-1 p{
    margin-bottom: 10px;
}
.cinema-2{
    padding-top: 70px;
}
.cinema-2 .item .arrows{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cinema-2 .item+.item{
    margin-top: 30px;
}
.cinema-2 .item > div{
    width: 50%;
    padding: 0 15px;
}
.cinema-2 .item .swiper-fraction{
    width: max-content;
    min-width: 40px;
}
.cinema-2 .item:nth-child(even){
    flex-direction: row-reverse;
}
.cinema-2 .item:nth-child(even) .cont-wrap{
    text-align: right;
}
.cinema-2 .item .img-wrap{
    aspect-ratio: 4/3;
}
.cinema-3{
    padding-top: 70px;
}
.cinema-3 .be-headline-hero-2{
    margin-bottom: 30px;
}
.cinema-3 .nk-btn{
    margin-bottom: 60px;
}
.cinema-gallery.grid-box{
    grid-gap: 10px;
}
.cinema-gallery.grid-box .item{
    aspect-ratio: 1;
}
.cinema-4 .gallery-wrap{
    margin-top: 70px;
}
.cinema-4 .gallery-wrap .gallery-title{
    margin-bottom: 70px;
    font-size: 18px;
}
.cinema-4 .gallery-wrap .gallery-title a{
    color: var(--main-cl);
}
.cinema-5{
    padding-top: 50px;
}
section[class*="cinema"]:last-of-type{
    padding-bottom: 60px;
}
.cinema-5 .be-headline-hero-3{
    margin-bottom: 32px;
}
.cinema-form{
    background: #000;
    padding: 48px;
}
.cinema-form .form-wrap{
    gap: 15px;
}
.cinema-form .form-group{
    width: 100%;
}
.cinema-form .form-group.group-half{
    width: calc(50% - 15px);
}
.cinema-form .form-group.group-1-3{
    width: calc(calc(100% / 3) - 20px);
}
.cinema-form .form-group label{
    display: block;
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
}
.cinema-form .form-group .input-control{
    height: 40px;
    display: block;
    width: 100%;
    line-height: 23px;
    padding-left: 15px;
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
    border-radius: 0;
    font-size: 16px;
}
.cinema-form .form-group .wpcf7-not-valid-tip{
    padding: 7px 10px;
    background: rgb(235, 17, 32);
    color: #FFF;
    position: relative;
    width: max-content;
}
.cinema-form .form-group .wpcf7-form-control.wpcf7-radio{
    display: flex;
    flex-direction: column;
}
.cinema-form .form-group .wpcf7-form-control.wpcf7-radio .wpcf7-list-item{
    margin-left: 0 !important;
    margin-bottom: 5px;
}
.cinema-form .form-group .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input{
    width: 18px;
    height: 18px;
}
.cinema-form .form-group .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label{
    font-size: 16px;
    font-weight: 500;
}
.cinema-form .form-group textarea.input-control{
    padding: 15px;
    height: 120px;
}
.cinema-form .wpcf7-spinner{
    display: none !important;
}
.cinema-form .form-group .wpcf7-form-control.wpcf7-radio label{
    display: flex;
    align-items: center;
    gap: 10px
}

.tt-loader {
    position: relative
}

.tt-loader:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    background: #747474cc;
}

.tt-loader:before {
    content: "";
    z-index: 2147483647;
    border: 4px solid #ddd;
    border-top-color: #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: 1s linear infinite spin;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%
}

.container {max-width: 1200px;margin: auto;padding: 0 15px;}

h1.title_page, section.contact_faqs h2,.contact_page_box h2 {
    font-family: "Beaufort for LOL", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    letter-spacing: normal;
    line-height: 1.3;
    color: var(--bellhop-color-headline-on-light);
    font-size: 46px;
    font-weight: 400;
}

section.contact_faqs {
    padding: 50px 0;
}

section.contact_page {padding: 50px 0;background: #f6f6f6;}

.contact_page_items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    max-width: 860px;
    margin: 30px auto 60px;
}

.contact_page_items .item {
    width: auto;
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: 320px;
}

.contact_page_items .item .icon {
    display: flex;
}

.contact_page_items .item svg {
    max-width: 25px;
}

.contact_page_box h2 {}

.contact_page_box {
    display: flex;
    background: #fff;
}

.contact_page_box .box_content {
    width: 475px;
    padding: 40px;
    flex: 0 0 auto;
}

.contact_page_box .box_iframe {
    width: 100%;
    height: 600px;
}

.contact_page_box .box_iframe iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.contact_page_box h3 {
    text-transform: uppercase;
    font-weight: 400;
}

.contact_page_box ul {
    list-style: none;
    margin: 10px 0 0 0;
}

.contact_page_box ul li {
    display: flex;
    justify-content: space-between;
}

.contact_page_box ul li+li {
    margin-top: 10px;
}

.contact_box_items {
    margin-top: 25px;
}

.contact_box_items .item+ .item {
    margin-top: 25px;
}

section.contact_faqs {}

.contact_faqs_item .item >h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact_faqs_item svg {
    width: 24px;
    height: auto;
    transform: rotate(180deg);
}

.contact_faqs_item {
    font-size: 19px;
    margin-top: 26px;
}

.contact_faqs_item .item {
    border-top: 1px solid #dadada;
    padding: 20px 0;
    cursor: pointer;
}

.contact_faqs_item .content {
    margin-top: 14px;
    line-height: 1.6;
    display: none;
}

.contact_faqs_item .icon {
    display: flex;
    flex: 0 0 auto;
    margin-left: 15px;
}

.contact_faqs_item .item.active .icon svg {
    transform: rotate(0deg);
}
/* ===== REVIEWS BANNER ===== */
.reviews_banner {
    background-color: #1a1a18;
    background-size: cover;
    background-position: center;
    padding: 60px 0 50px;
    text-align: center;
    position: relative;
}
.reviews_banner::after {
    content: '';
    position: absolute; inset: 0;
    background: rgba(0,0,0,.55);
    pointer-events: none;
}
.reviews_banner .container { position: relative; z-index: 1; }

.reviews_banner_title {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    font-weight: 400;
    color: #fff;
    letter-spacing: .06em;
    margin-bottom: 36px;
}

.reviews_banner_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 860px;
    margin: 0 auto;
}

/* Average block */
.reviews_avg_block { text-align: left; }
.reviews_avg_score {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 8px;
}
.reviews_page .container {max-width: 890px;}
.reviews_avg_number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}
.reviews_avg_stars { display: flex; gap: 4px; }
.banner_star { width: 28px; height: 28px; }
.reviews_avg_sub { color: #ccc; font-size: .9rem; }

/* Tripadvisor widget */
.reviews_tripadvisor {
    min-width: 220px;
    text-align: left;
}
.ta_label { font-size: .8rem; font-weight: 700; color: #333; margin-bottom: 8px; }
.ta_bottom { display: flex; align-items: center; gap: 8px; }
.ta_owl { flex-shrink: 0; }
.ta_dots { display: flex; gap: 5px; }
.ta_dot {
    width: 14px; height: 14px;
    border-radius: 50%;
    background: #ccc;
}
.ta_dot.active { background: #34e0a1; }
.ta_count { font-size: .85rem; color: #333; white-space: nowrap; }

@media (max-width: 600px) {
    .reviews_banner_bottom { flex-direction: column; align-items: flex-start; }
    .reviews_tripadvisor { width: 100%; }
}

/* ===== REVIEWS PAGE ===== */
.reviews_page { padding: 60px 0; }
.reviews_page_title { font-size: 2.5rem; font-weight: 400; margin-bottom: 32px; color: #6b5c3e; }

/* Filters */
.reviews_filters { display: flex; gap: 16px; margin-bottom: 40px; flex-wrap: wrap; }
.filter_dropdown { position: relative; }
.filter_dropdown_trigger {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    border: 1px solid #194D70;
    background: #fff;
    cursor: pointer;
    min-width: 160px;
    justify-content: space-between;
    font-size: 0.95rem;
    color: #333;
    transition: border-color .2s;
}
.filter_dropdown_trigger:hover { border-color: #6b5c3e; }
.filter_dropdown.open .filter_dropdown_trigger { border-color: #6b5c3e; }
.filter_dropdown.open .filter_arrow svg { transform: rotate(180deg); }
.filter_arrow svg { transition: transform .2s; }

.filter_dropdown_menu {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 200px;
    background: #fff;
    border: 1px solid #194D70;
    z-index: 100;
    padding: 10px 0;
    box-shadow: 0 4px 16px rgba(0,0,0,.08);
}
.filter_dropdown.open .filter_dropdown_menu { display: block; }
/* Mũi tên nhỏ trên dropdown */
.filter_dropdown_menu::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 24px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-left: 1px solid #194D70;
    border-top: 1px solid #194D70;
    transform: rotate(45deg);
}

.filter_option {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 16px; cursor: pointer; font-size: .9rem;
    color: #333; border-bottom: 1px solid #f0ece4;
}
.filter_option:last-child { border-bottom: none; }
.filter_option:hover {background: #194D701f;}
.filter_option input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 1px solid #194D70;
    cursor: pointer;
    accent-color: #194D70;
}
.filter_stars { display: flex; gap: 2px; }
.filter_stars .star { color: #ddd; }
.filter_stars .star.active { color: #c8922a; }
.sort_option { cursor: pointer; }
.sort_option.active {font-weight: 600;color: #194D70;}

/* Review list */
.reviews_list { display: flex; flex-direction: column; }
.review_item {
    padding: 28px 0; border-bottom: 1px solid #e8e0d0;
}
.review_item:last-child { border-bottom: none; }

.review_stars { display: flex; align-items: center; gap: 4px; margin-bottom: 8px; }
.review_stars .star {color: #194D70;width: 18px;height: 18px;}
.review_stars .star.empty { color: #ddd; }
.review_rating_text { font-size: .85rem; color: #666; margin-left: 4px; }

.review_title { font-size: 1.25rem; color: #6b5c3e; font-weight: 400; margin-bottom: 12px; }
.review_trip_type { font-size: .8rem; color: #999; margin-bottom: 10px; text-transform: uppercase; letter-spacing: .05em; }

.review_content_short { font-size: .95rem; color: #444; line-height: 1.7; }
.review_content_full  { font-size: .95rem; color: #444; line-height: 1.7; display: none; }

.review_read_more_btn {
    display: inline-flex; align-items: center; gap: 6px;
    background: none; border: none; cursor: pointer;
    color: #6b5c3e; font-size: .9rem; margin-top: 8px; padding: 0;
}
.review_read_more_btn svg { transition: transform .2s; }
.review_read_more_btn svg.rotate { transform: rotate(180deg); }

.review_author { margin-top: 12px; font-size: .9rem; color: #333; }
.review_author strong { font-weight: 700; }

/* Load more */
.reviews_load_more_wrap { text-align: center; margin-top: 40px; }
.reviews_load_more_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    border: 1px solid #194D70;
    background: none;
    color: #194D70;
    cursor: pointer;
    font-size: .95rem;
    transition: background .2s, color .2s;
}
.reviews_load_more_btn:hover {background: #194D70;color: #fff;}
.reviews_loading { text-align: center; padding: 40px; color: #999; }
.reviews_banner_bottom {
    align-items: center;
    text-align: center;
}

.reviews_tripadvisor {
    display: flex;
    justify-content: center;
}
.gtranslate_wrapper {
    display: flex;
    gap: 10px;
}
@media (max-width: 768px) {
    .reviews_filters { flex-direction: column; }
    .filter_dropdown_trigger { min-width: 100%; }
}
@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}
@media only screen and (min-width: 1024px){
    /* hover */
    .cta-btn a:hover, .cta-btn a:focus {border-radius:50px 0 0 50px;padding-right: 193px;text-decoration:none;}
    .cta-btn a:hover span::before, .cta-btn a:focus span::before {background-color:var(--main-cl); color:#fff;}

}
@media only screen and (max-width: 1199px){
    :root{
        --container-w: 59.375rem;
    }
    .left-cont{
        left: calc(calc(100vw - 57.5rem) / 2);
    }
    .pl-cont{
        padding-left: calc(calc(100vw - 57.5rem) / 2);
    }
    .right-cont{
        right: calc(calc(100vw - 57.5rem) / 2);
    }
    .pr-cont{
        padding-right: calc(calc(100vw - 57.5rem) / 2);
    }
    .home-custom-sec-3 .item > .flex-box .cont-wrap{
        padding: 0 60px;
    }
    .home-custom-sec-5{
        padding-left: 0;
        padding-right: 0;
    }
    .home-custom-sec-6 .flex-box > .col-left{
        width: 48%;
        padding-right: 8%;
    }
    .home-custom-sec-6 .flex-box{
        gap: 24px;
    }
    .jFUeUG .sc-1cc9234b-3{
        width: 100% !important;
        padding: 0 223px;
    }
    .home-swiper.swiper{
        padding: 0 200px;
    }
    .receive-newsletter .newsletter-form{
        margin-top: -100px;
    }
    .post-nav ul > li > a{
        padding: 24px 30px 40px;
    }
    .bar-gallery{
        flex-wrap: wrap;
    }
    .bar-gallery > div{
        width: 100%;
    }
    .bar-details .col-1 > a{
        margin-bottom: 16px;
    }
    .bar-details .col-1 > a > span{
        display: flex;
        align-items: center;
    }
    .bar-details{
        padding-top: 16px;
    }
    section.shuttle .gTFatf{
        padding-left: 16px;
        padding-right: 16px;
    }
    section.shuttle .gGnoBX{
        padding: 16px;
    }
    section.shuttle.schenic .title-wrap{
        padding: 40px 24px;
    }
}
@media only screen and (max-width: 991px){
    :root{
        --container-w: 45rem;
    }
    .tablet-col-1{flex:0 0 auto;width:8.33333333% !important}
    .tablet-col-2{flex:0 0 auto;width:16.66666667% !important}
    .tablet-col-3{flex:0 0 auto;width:25% !important}
    .tablet-col-4{flex:0 0 auto;width:33.33333333% !important}
    .tablet-col-5{flex:0 0 auto;width:41.66666667% !important}
    .tablet-col-6{flex:0 0 auto;width:50% !important}
    .tablet-col-7{flex:0 0 auto;width:58.33333333% !important}
    .tablet-col-8{flex:0 0 auto;width:66.66666667% !important}
    .tablet-col-9{flex:0 0 auto;width:75% !important}
    .tablet-col-10{flex:0 0 auto;width:83.33333333% !important}
    .tablet-col-11{flex:0 0 auto;width:91.66666667% !important}
    .tablet-col-12{flex:0 0 auto;width:100% !important}
    .tablet-flex-col{
        flex-direction: column;
    }
    .left-cont{
        left: calc(calc(100vw - 45rem) / 2);
    }
    .pl-cont{
        padding-left: calc(calc(100vw - 45rem) / 2);
    }
    .right-cont{
        right: calc(calc(100vw - 45rem) / 2);
    }
    .pr-cont{
        padding-right: calc(calc(100vw - 45rem) / 2);
    }
    .tablet-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .tablet-grid-1{
        grid-template-columns: 1fr;
    }
    .tablet-col-reverse{
        flex-direction: column-reverse;
    }
    .tablet-text-center{
        text-align: center;
    }
    .tablet-al-center{
        align-items: center;
    }
    .tablet-jus-center{
        justify-content: center;
    }
    .tablet-flex-wrap{
        flex-wrap: wrap;
    }
    .load_home_page svg {
        width: 320px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .ieIGnM{
        transform: unset !important;
        margin-bottom: 30px;
    }
    .home-swiper.swiper{
        margin: 0;
        padding: 0 100px;
    }
    .home-swiper .swiper-slide{
        padding: 0 12px;
    }
    .jFUeUG .sc-1cc9234b-3 {
        padding: 0 112px;
    }
    .home-custom-sec-1 .swiper{
        padding-right: 100px;
        margin: 0 -12px;
    }
    .home-custom-sec-1 .swiper .swiper-slide{
        padding: 0 12px;
    }
    .home-custom-sec-1 .swiper-controls{
        margin-right: 100px;
    }
    .home-custom-sec-2 .title-group{
        padding-left: 0;
    }
    .home-custom-sec-2 .title-group+.flex-box{
        flex-direction: column-reverse;
    }
    .home-custom-sec-2 .images-wrap,
    .home-custom-sec-2 .cont-wrap{
        width: 100%;
    }
    .home-custom-sec-2 .cont-wrap {
        padding: 24px 0 0 0;
    }
    .home-custom-sec-3 .item > .flex-box > div{
        width: 100% !important;
    }
    .home-custom-sec-3 .item > .flex-box{
        flex-direction: column;
    }
    .home-custom-sec-3 .item > .flex-box .cont-wrap{
        order: 2 !important;
        padding: 0 !important;
        margin: 24px 0 0 0 !important;
    }
    .home-custom-sec-4 .grid-box{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .home-custom-sec-5 .home-location{
        height: auto;
        flex-direction: column-reverse;
    }
    .home-custom-sec-5 .home-location .right-col{
        height: 400px;
    }
    .home-custom-sec-5 .home-location > div{
        width: 100% !important;
    }
    .home-custom-sec-5 .left-col > div > .nk-btn{
        margin-top: 24px;
    }
    .home-custom-sec-5 .left-col{
        padding: 32px;
    }
    .home-custom-sec-6 .flex-box > .col-left,
    .home-custom-sec-6 .flex-box > .col-right{
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .home-custom-sec-6 .flex-box{
        flex-wrap: wrap;
        gap: 48px;
    }
    .home-custom-sec-7 .swiper{
        padding: 0;
        margin: 0 -24px;
    }
    .home-custom-sec-7 .grid-box{
        grid-gap: 12px;
    }
    header#header .header-inner{
        padding: 0 32px;
    }
    .footer-top .be-container > .flex-box{
        flex-wrap: wrap;
    }
    .footer-top .col-left{
        width: 100%;
    }
    .footer-top .col-left img{
        height: 120px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .footer-top .col-right{
        padding-left: 0;
    }
    .c-news-grid ul li{
        padding-left: 0 !important;
    }
    .c-news-grid ul li:nth-child(odd){
        border-left: none;
    }
    html body div .title-special{
        font-size: 42px;
    }
    .b-grid .b-grid__row {
        margin-bottom: 10px;
    }
    .post-nav ul > li > a{
        padding: 24px 24px 32px;
        font-size: 14px;
    }
    .bar-item .cont-wrap{
        padding: 24px;
    }
    .bar-item .cont-wrap .bar-des{
        margin-bottom: 24px;
    }
    .bar-details .be-container > .be-container{
        padding-left: 0;
        padding-right: 0;
    }
    .bar-details .col-10 .bar-content{
        padding: 24px 0;
    }
    section.shuttle > .flex-box{
        flex-wrap: wrap;
        height: auto;
    }
    section.shuttle > .flex-box > .col-6{
        width: 100%;
    }
    .show-tablet{
        display: block !important;
    }
    section.shuttle .col-6:nth-of-type(2){
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 5;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }
    .active-map section.shuttle .col-6:nth-of-type(2){
        opacity: 1;
        visibility: visible;
        pointer-events: unset;
    }
    .active-map section.shuttle > .show-tablet{
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
    }
    section.shuttle > .show-tablet{
        position: sticky;
        bottom: 30px;
        margin-bottom: 12px;
        margin-top: 16px;
        text-align: center;
        z-index: 9;
    }
    .scenic .scenic-details{
        width: 100%;
    }
    .scenic .scenic-details .scenic-details-inner{
        padding: 32px;
    }
    div#booking-form {
        max-width: 90vw;
    }
    .event-list{
        gap: 24px
    }
    section.event-6 .flex-box{
        padding: 0;
    }
    section.event-5{
        padding: 60px 0;
    }
    section.event-5 .flex-box .img-wrap img, section.event-6 .flex-box .img-wrap img{
        min-height: unset !important;
    }
    .event-list{
        grid-template-columns: 1fr 1fr;
    }
    .cinema-gallery.grid-box{
        grid-template-columns: 1fr 1fr;
    }
    .cinema-1{
        padding-top: 40px;
    }
    .cinema-form .form-group.group-1-3,
    .cinema-form .form-group.group-half{
        width: 100%;
    }
    .cinema-form{
        padding: 30px;
    }
}
@media only screen and (max-width: 767px){
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-right: 10px;
        padding-left: 10px;
    }

    .mobile-col-1{flex:0 0 auto;width:8.33333333% !important;}
    .mobile-col-2{flex:0 0 auto;width:16.66666667% !important;}
    .mobile-col-3{flex:0 0 auto;width:25% !important;}
    .mobile-col-4{flex:0 0 auto;width:33.33333333% !important;}
    .mobile-col-5{flex:0 0 auto;width:41.66666667% !important;}
    .mobile-col-6{flex:0 0 auto;width:50% !important;}
    .mobile-col-7{flex:0 0 auto;width:58.33333333% !important;}
    .mobile-col-8{flex:0 0 auto;width:66.66666667% !important;}
    .mobile-col-9{flex:0 0 auto;width:75% !important;}
    .mobile-col-10{flex:0 0 auto;width:83.33333333% !important;}
    .mobile-col-11{flex:0 0 auto;width:91.66666667% !important;}
    .mobile-col-12{flex:0 0 auto;width:100% !important;}
    .mobile-flex-col{
        flex-direction: column;
    }
    .mobile-al-center{
        align-items: center;
    }
    .mobile-al-start{
        align-items: flex-start;
    }
    .mobile-al-end{
        align-items: flex-end;
    }
    .mobile-jus-start{
        justify-content: flex-start;
    }
    .mobile-jus-end{
        justify-content: flex-end;
    }
    .mobile-jus-center{
        justify-content: center;
    }
    .mobile-jus-between{
        justify-content: space-between;
    }

    .mobile-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .mobile-grid-1{
        grid-template-columns: 1fr;
    }
    .mobile-col-reverse{
        flex-direction: column-reverse;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .show-mobile{
        display: block !important;
    }
    .mobile-text-center{
        text-align: center;
    }
    .load_home_page svg {
        width: 240px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem 1rem
    }
    .search-page{
        padding: 3rem 0;
    }
    .search-page h1{
        margin-bottom: 2rem;
    }
    .search-tabs .search-tabs-title .search-tab-title{
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }
    .home-swiper .swiper-slide{
        padding: 0 6px;
    }
    .home-swiper.swiper{
        padding: 0 60px;
    }
    .jFUeUG .sc-1cc9234b-3 {
        padding: 0 66px;
    }
    .hide-mobile{
        display: none !important;
    }
    .show-mobile{
        display: block !important;
    }
    .home-custom-sec-1 .swiper-controls{
        display: none !important;
    }
    .home-custom-sec-1 .tabs-title{
        gap: 16px;
        overflow: auto;
    }
    .home-custom-sec-1 .tabs-title .tab-title {
        padding: 12px;
        flex: 0 0 auto;
        font-size: 15px;
    }
    .home-custom-sec-1 .tabs-title{
        margin-top: 24px;
    }
    header#header .header-inner{
        padding: 0 16px;
    }
    header#header {
        margin: 0 -1rem;
        width: 100vw;
        margin-top: -1rem;
    }

    #site-menu .header-contact,
    header#header .header-inner .header-left .navigation-header-hotel-name{
        display: none !important;
    }
    header#header .header-inner .header-right .nk-btn{
        min-width: unset;
        min-height: 36px;
        padding-left: 16px;
        padding-right: 16px;
    }
    #site-menu #site-nav-menu{
        padding: 16px;
    }
    .home-custom-sec-1 .show-mobile .nk-btn{
        width: 100%;
        margin-top: 32px;
    }
    .mt-32{
        margin-top: 32px;
    }
    .home-custom-sec-6,
    .home-custom-sec-3,
    .home-custom-sec-1{
        padding: 64px 0 32px;
    }
    .home-custom-sec-7,
    .home-custom-sec-4,
    .home-custom-sec-2{
        padding: 32px 0 64px;
    }
    .home-custom-sec-4 .grid-box{
        grid-template-columns: 1fr 1fr;
    }
    .home-custom-sec-4 .grid-box img{
        margin: 0 0 4px;
    }
    .home-custom-sec-4 .grid-box .item{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .home-custom-sec-4 .be-headline-hero-2{
        margin-bottom: 36px;
    }
    .home-custom-sec-5{
        padding: 64px 0;
    }
    .home-custom-sec-7 .grid-box{
        grid-template-columns: 1fr 1fr;
    }
    .home-custom-sec-7 .grid-box .item:nth-of-type(3){
        grid-column: 1/3;
        grid-row: 1/2
    }
    .home-custom-sec-7 .swiper{
        margin: 0 -12px;
    }
    .home-custom-sec-6 .flex-box > .col-right .item a{
        margin-top: 16px;
    }
    .home-custom-sec-6 .flex-box > .col-right .item .distance{
        margin-top: 12px;
    }
    .footer-top .col-right .flex-box{
        flex-wrap: wrap;
    }
    .footer-top .col-right .flex-box .col-4{
        width: 100%;
    }
    html body div .heading-size{
        font-size: 36px;
    }
    html body div .title-special{
        font-size: 24px;
    }
    html body div .title-special > span{
        font-size: 240%;
    }
    .b-grid .b-grid__row {
        margin-bottom: 5px;
    }
    .c-news-list .b-grid .b-grid__row.b-grid__desc{
        max-height: 105px;
        overflow: hidden;
    }
    .receive-newsletter .newsletter-form{
        margin-top: -30px;
    }
    .receive-newsletter{
        padding-bottom: 40px;
    }
    .receive-newsletter .newsletter-form{
        margin-top: -40px;
    }
    .receive-newsletter{
        padding-bottom: 40px;
    }
    .posts .c-view-more{
        padding-bottom: 0;
    }
    .post-details{
        margin: 0 20px;
        padding: 0;
        width: calc(100% - 40px);
    }
    .post-nav ul{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .post-nav ul > li{
        width: 50%;
    }
    .post-nav ul > li > a{
        padding: 12px;
    }
    .bar-list-sec{
        padding-bottom: 48px;
    }
    .bar-details .col-10 .bar-content{
        grid-template-columns: 1fr;
    }
    .bar-details .bar-content > h2{
        grid-column: unset;
    }
    .bar-details .col-10 .bar-content .nk-btn{
        margin-top: 24px;
    }
    .swiper-arrow{
        width: 38px;
        height: 38px;
    }
    .swiper-arrow svg{
        width: 24px;
        height: 24px;
    }
    .bar-swiper > .flex-box > .flex-box{
        gap: 16px;
    }
    .rooms-filter .be-container .filter-actions > .flex-box{
        flex-wrap: wrap;
        gap: 16px
    }
    .rooms-filter .filters-list .filter-group > .flex-box{
        gap: 8px;
    }
    .filters-list .filter-item{
        padding: 0 10px;
        font-size: 12px;
    }
    .room-item .room-gallery-wrap .swiper-controls{
        bottom: 12px;
        right: 12px;
        left: 12px;
    }
    section.shuttle .gGnoBX .hub-headline{
        flex-wrap: wrap;
    }
    section.shuttle .title-wrap{
        padding: 32px 16px;
    }
    .scenic-item{
        padding: 16px;
    }
    .scenic .scenic-details{
        position: fixed;
        top: 64px;
        height: calc(100vh - 64px);
    }
    .scenic .scenic-details .scenic-details-inner{
        padding: 16px;
    }
    div#booking-form {
        max-width: 100%;
        border-radius: 10px;
        padding: 21px;
    }

    .content_popup .form-title {
        font-size: 24px;
        line-height: 1.5;
    }

    .form-group {
        width: 100% !important;
    }
    section.event-3 .be-container > .flex-box{
        flex-direction: column;
        gap: 24px;
    }
    section.event-3 .be-container > .flex-box .item{
        font-size: 18px;
    }
    section.event-2 .EventSpacesMasthead__linkGroup{
        gap: 16px 32px;
    }
    section.event-4 .filter-list > .item{
        width: 100%;
    }
    section.event-4 .filter-list{
        gap: 12px;
    }
    section.event-4 .filter-list > .item .label{
        justify-content: space-between;
    }
    section.event-5 .flex-box{
        flex-wrap: wrap;
    }
    section.event-5 .col-6{
        width: 100%;
    }
    section.event-5 .cont-wrap{
        padding-left: 0;
        padding-top: 16px;
    }
    section.event-6 .flex-box .col-left h2,
    section.event-5 .cont-wrap h2{
        font-size: 28px;
    }
    section.event-5{
        padding: 30px 0;
    }
    section.event-5 .cont-wrap .Catering__description {
        margin-bottom: 24px;
    }
    section.event-6 .flex-box{
        flex-direction: column-reverse;
        gap: 16px
    }
    section.event-6 .flex-box .col-left,
    section.event-6 .flex-box .col-right{
        width: 100%;
    }
    section.event-6{
        padding-bottom: 50px;
    }
    .home-custom-sec-2 .swiper-controls{
        padding-left: 0;
        justify-content: center;
    }
    .cinema-2 .item{
        flex-direction: column !important;
        gap: 40px;
    }
    .cinema-2 .item > div{
        width: 100%;
        padding: 0;
    }
    .cinema-4 .gallery-wrap .gallery-title{
        font-size: 16px;
    }
    .bar-details .wrap-utilities{
        max-height: unset;
    }
    .contact_page_items {
        flex-direction: column;
    }

    .contact_page_box {
        flex-direction: column;
    }

    .contact_page_box .box_content {
        width: 100%;
    }

    .contact_page_box ul li {
        gap: 13px;
    }

    .contact_box_items .content {
        width: 35%;
        flex: 0 0 auto;
        text-align: right;
    }

    .contact_page_box .box_iframe {
        height: 300px;
    }



    .contact_faqs_item {
        font-size: 16px;
    }
    h1.title_page, section.contact_faqs h2, .contact_page_box h2 {
        font-size: 30px;
    }
    header#header .header-inner .header-right {
        gap: 10px;
        width: 33%;
    }

    .gtranslate_wrapper {
        gap: 5px;
    }

    a.glink img {
        width: 40px;
        height: auto;
    }
}
