/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./styles/style.scss ***!
  \****************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./styles/style.scss (1) ***!
  \********************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);
/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./styles/style.scss (2) ***!
  \********************************************************************************************************************************************/
/* 
Theme Name: hotel-continental
Author: BULTAG Web Design & SEO
Author URI: https//bultag.com
Theme URI: https://bultag.com
Version: 1.0
Description: Mobile First, SEO Friendly custom theme by BULTAG
Tags: Mobile First, SEO optimized
Text Domain: mait
Domain Path: /languages
*/
/* -------------------------- *\
    BULTAG Variables:
\* -------------------------- */
:root {
  --font-family: "Montserrat", sans-serif;
  font-weight: 400;
  --default-font-size: 1.6rem;
  --line-height: 1.3;
  --text-color: #141414;
  --link-color: rgba(0, 0, 0, 0.5);
  --link-hover-color: #000;
}

/* Colors */
/* Shadows */
/* -------------------------- *\
    BULTAG Clearfix
\* -------------------------- */
/* -------------------------- *\
    Transition
\* -------------------------- */
/* -------------------------- *\
    Transform Center
\* -------------------------- */
/* -------------------------- *\
    Hide
\* -------------------------- */
/* -------------------------- *\
    Menu Icon
\* -------------------------- */
/* -------------------------- *\
    BULTAG Reset
\* -------------------------- */
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}

/* -------------------------- *\
    BULTAG Base
\* -------------------------- */
html {
  font-size: 62.5%;
  max-width: 100vw;
  overflow-x: hidden;
  font-weight: 400;
}
html.noscroll {
  scrollbar-gutter: stable;
  overflow-y: hidden !important;
}

body {
  background: #fff;
  font-family: var(--font-family);
  font-size: var(--default-font-size);
  line-height: var(--line-height);
  color: var(--text-color);
  max-width: 100vw;
  overflow-x: hidden;
  counter-reset: div;
  min-height: 100vh;
}

textarea,
input {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.6rem;
  letter-spacing: 0.48px;
}
textarea::placeholder,
input::placeholder {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.6rem;
  letter-spacing: 0.48px;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  cursor: pointer;
}

p {
  margin: 0;
}

li {
  list-style: none;
}

nav li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* -------------------------- *\
    Shell
\* -------------------------- */
.shell {
  max-width: 1620px;
  margin: 0 auto;
}
.shell.nopadding {
  padding: 0 !important;
}
@media (max-width: 1402px) {
  .shell {
    padding: 0 2.4rem;
  }
}
@media (min-width: 1402px) and (max-width: 1630px) {
  .shell {
    padding: 0 1.6rem;
  }
}
.shell--lg {
  max-width: 1800px;
  margin: 0 auto;
}
.shell--xm {
  max-width: 1200px;
  margin: 0 auto;
}
.shell--tiny {
  max-width: 1250px;
  margin: 0 auto;
}

/* -------------------------- *\
    Helpers
\* -------------------------- */
.hidden {
  display: none !important;
}
.hidden--weak {
  display: none;
}

.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.onlymobile {
  display: block;
}

.onlydesktop {
  display: none;
}

.custom-scroll {
  overflow-y: scroll;
}
.custom-scroll::-webkit-scrollbar-track {
  border-radius: 0.5rem;
}
.custom-scroll::-webkit-scrollbar {
  width: 1rem;
  background-color: #f2f2f2;
  border-radius: 0.5rem;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #162b51;
  border-radius: 0.5rem;
}
@supports (-moz-appearance: none) {
  .custom-scroll {
    scrollbar-color: #fff #162b51;
    scrollbar-width: thin;
    border-radius: 0.5rem;
  }
}

/* -------------------------- *\
    Section
\* -------------------------- */
@media (max-width: 1402px) {
  .padding {
    padding: 0 2.4rem;
  }
}
@media (min-width: 1402px) and (max-width: 1630px) {
  .padding {
    padding: 0 1.6rem;
  }
}

@media (max-width: 1402px) {
  section {
    padding: 0 2.4rem;
  }
}
@media (min-width: 1402px) and (max-width: 1630px) {
  section {
    padding: 0 1.6rem;
  }
}
section.nopadding {
  padding: 0;
}

/* -------------------------- *\
    Typography:
\ -------------------------- */
@font-face {
  font-family: "Academy Engraved LET Plain";
  src: url("../2-fonts/academy-engraved.ttf") format("truetype");
}
@font-face {
  font-family: "AppleMyungjo";
  src: url("../2-fonts/applemyungjo-regular.ttf") format("truetype");
}
/* -------------------------- *\
    Font family
\ -------------------------- */
.ff-monts {
  font-family: "Montserrat" !important;
}

.ff-apple {
  font-family: "Apple Myungjo" !important;
  font-weight: 400;
  font-display: swap;
}

.ff-acad {
  font-family: "Academy Engraved LET Plain";
}

.ff-playd {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
}

/* -------------------------- *\
    Font sizes
\ -------------------------- */
.fs-120 {
  font-size: 12rem;
}

.fs-6 {
  font-size: 6rem;
}

.fs-52 {
  font-size: 5.2rem;
}

.fs-48 {
  font-size: 4.8rem;
}

.fs-44 {
  font-size: 4.4rem;
}

.fs-38 {
  font-size: 3.8rem;
}

.fs-36 {
  font-size: 3.6rem;
}

.fs-33 {
  font-size: 3.3rem;
}

.fs-30 {
  font-size: 3rem;
}

.fs-28 {
  font-size: 2.8rem;
}

.fs-26 {
  font-size: 2.6rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-21 {
  font-size: 2.1rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-15 {
  font-size: 1.6rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-13 {
  font-size: 1.3rem;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-11 {
  font-size: 1.1rem;
}

.fs-1 {
  font-size: 1rem;
}

.fs-08 {
  font-size: 0.885rem;
}

.fs-07 {
  font-size: 0.7rem;
}

/* -------------------------- *\
    Letter spacing PIXELS
\ -------------------------- */
.ls-19 {
  letter-spacing: 1.9px;
}

.ls-16 {
  letter-spacing: 1.66px;
}

.ls-15 {
  letter-spacing: 1.5px;
}

.ls-11 {
  letter-spacing: 1.13px;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-09 {
  letter-spacing: 0.7px;
}

.ls-07 {
  letter-spacing: 0.7px;
}

.ls-06 {
  letter-spacing: 0.6px;
}

.ls-045 {
  letter-spacing: 0.45px;
}

.ls-03 {
  letter-spacing: 0.3px;
}

.ls-025 {
  letter-spacing: 0.25px;
}

.ls-01 {
  letter-spacing: 0.1px;
}

/* -------------------------- *\
    Line height REM
\ -------------------------- */
.lh-58 {
  line-height: 5.8rem;
}

.lh-48 {
  line-height: 4.8rem;
}

.lh-46 {
  line-height: 4.6rem;
}

.lh-41 {
  line-height: 4.1rem;
}

.lh-38 {
  line-height: 3.8rem;
}

.lh-36 {
  line-height: 3.6rem;
}

.lh-34 {
  line-height: 3.4rem;
}

.lh-32 {
  line-height: 3.2rem;
}

.lh-30 {
  line-height: 3rem;
}

.lh-28 {
  line-height: 2.8rem;
}

.lh-26 {
  line-height: 2.6rem;
}

.lh-24 {
  line-height: 2.4rem;
}

.lh-22 {
  line-height: 2.2rem;
}

/* -------------------------- *\
    Colours:
\ -------------------------- */
.cblue3 {
  color: #3c5881;
}

.cblue2 {
  color: #8dacdb;
}

.cblue {
  color: #003b95;
}

.cdblue {
  color: #162b51;
}

.cw {
  color: #fff;
}

.cb2 {
  color: #141414;
}

.cgray4 {
  color: #9b9b9b;
}

/* -------------------------- *\
    Font weights/styles:
\ -------------------------- */
.bold {
  font-weight: 700;
}

.sb {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 100;
}

.italic {
  font-style: italic;
}

/* -------------------------- *\
    Text Shadow:
\ -------------------------- */
.t-shadow {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.t-shadow-2 {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

/* -------------------------- *\
    Text Position:
\ -------------------------- */
.t-nowrap {
  white-space: nowrap;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

/* -------------------------- *\
    Text Decoration:
\ -------------------------- */
.underline {
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  text-decoration-skip-ink: none;
}

.uppercase {
  text-transform: uppercase;
}

/* -------------------------- *\
    Ready classes
\ -------------------------- */
.t-double {
  display: flex;
  flex-direction: column;
}
.t-double span:nth-child(1) {
  font-size: 1.92rem;
  font-weight: 300;
  color: #162b51;
}
@media (min-width: 1200px) {
  .t-double span:nth-child(1) {
    font-size: 4.8rem;
  }
}
.t-double span:nth-child(2) {
  font-size: 4.8rem;
  color: #8dacdb;
  margin-top: -1.3rem;
}
@media (min-width: 1200px) {
  .t-double span:nth-child(2) {
    font-size: 12rem;
    margin-top: -4rem;
  }
}

.t2 {
  font-size: 3.6rem;
  line-height: 4.6rem;
  letter-spacing: 1.13px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
}
@media (min-width: 800px) {
  .t2 {
    font-size: 4.8rem;
    line-height: 5.8rem;
    letter-spacing: 1.5px;
  }
}

.lg {
  font-size: 1.4rem;
  max-width: 75rem;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .lg {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}

.md {
  font-size: 2.1rem;
  letter-spacing: 0.66px;
}
@media (min-width: 800px) {
  .md {
    font-size: 2.8rem;
    line-height: 3.4rem;
    letter-spacing: 0.88px;
  }
}

/* -------------------------- *\
    .Sprite
\* -------------------------- */
.i {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.i-all-in {
  font-size: 6.8rem;
  width: 1em;
}

.i-arrow-down {
  font-size: 1.3rem;
  width: 1.7692307692em;
}

.i-arrow-left {
  font-size: 2.3rem;
  width: 1.8695652174em;
}

.i-arrow-left-sm {
  font-size: 1.6rem;
  width: 1.25em;
}

.i-arrow-right {
  font-size: 3.9rem;
  width: 1.5384615385em;
}

.i-arrow-right-long {
  font-size: 2.3rem;
  width: 1.9565217391em;
}

.i-arrow-right-sm {
  font-size: 1.6rem;
  width: 1.25em;
}

.i-bathrobe {
  font-size: 5.4rem;
  width: 0.9444444444em;
}

.i-bucket {
  font-size: 5.1rem;
  width: 0.9411764706em;
}

.i-calendar {
  font-size: 2.3rem;
  width: 1em;
}

.i-cctv-camera {
  font-size: 5.1rem;
  width: 1em;
}

.i-check-in {
  font-size: 4.4rem;
  width: 1em;
}

.i-check-out {
  font-size: 4.4rem;
  width: 1em;
}

.i-chevron-down {
  font-size: 1rem;
  width: 1.7em;
}

.i-chevron-down-2 {
  font-size: 0.7rem;
  width: 1.8571428571em;
}

.i-chevron-right {
  font-size: 1.8rem;
  width: 0.6111111111em;
}

.i-clock {
  font-size: 2.8rem;
  width: 1em;
}

.i-cloudy-day {
  font-size: 2.3rem;
  width: 1.0869565217em;
}

.i-cocktail {
  font-size: 4.7rem;
  width: 0.914893617em;
}

.i-croissant {
  font-size: 2.6rem;
  width: 1em;
}

.i-cup {
  font-size: 2.7rem;
  width: 1em;
}

.i-dumbbell {
  font-size: 4.4rem;
  width: 1.1590909091em;
}

.i-email-1 {
  font-size: 80rem;
  width: 1em;
}

.i-facebook {
  font-size: 1.6rem;
  width: 0.5em;
}

.i-gift-box {
  font-size: 1.8rem;
  width: 0.8888888889em;
}

.i-google-plus {
  font-size: 1.4rem;
  width: 1.5714285714em;
}

.i-google-plus-com {
  font-size: 80rem;
  width: 1em;
}

.i-google-plus-svg {
  font-size: 2.4rem;
  width: 1em;
}

.i-information-desk {
  font-size: 5.1rem;
  width: 1em;
}

.i-instagram {
  font-size: 1.7rem;
  width: 1em;
}

.i-jacuzzi {
  font-size: 4.4rem;
  width: 1.1590909091em;
}

.i-keys {
  font-size: 1.8rem;
  width: 0.9444444444em;
}

.i-king-bed {
  font-size: 2.9rem;
  width: 1.0344827586em;
}

.i-laundry {
  font-size: 5.1rem;
  width: 1em;
}

.i-left-arrow {
  font-size: 1.6rem;
  width: 1.25em;
}

.i-mail {
  font-size: 1.7rem;
  width: 1.2352941176em;
}

.i-maps {
  font-size: 3.4rem;
  width: 0.7647058824em;
}

.i-massage {
  font-size: 5.7rem;
  width: 0.8947368421em;
}

.i-meeting-room {
  font-size: 5.1rem;
  width: 1em;
}

.i-messenger {
  font-size: 1.8rem;
  width: 1em;
}

.i-minibar {
  font-size: 5.4rem;
  width: 0.9444444444em;
}

.i-minus {
  font-size: 0.3rem;
  width: 5.3333333333em;
}

.i-nav-decoration {
  font-size: 25.1rem;
  width: 1.2749003984em;
}

.i-navigation {
  font-size: 1.4rem;
  width: 1.0714285714em;
}

.i-parking-lot {
  font-size: 5.1rem;
  width: 1em;
}

.i-pets {
  font-size: 5.1rem;
  width: 1em;
}

.i-phone {
  font-size: 1.5rem;
  width: 1em;
}

.i-pin {
  font-size: 3.3rem;
  width: 0.5151515152em;
}

.i-plans {
  font-size: 2.9rem;
  width: 1.0344827586em;
}

.i-play {
  font-size: 2.3rem;
  width: 0.8695652174em;
}

.i-plus {
  font-size: 1.6rem;
  width: 1em;
}

.i-prev {
  font-size: 3.8rem;
  width: 1.4210526316em;
}

.i-restaurant {
  font-size: 4.3rem;
  width: 1.1860465116em;
}

.i-restaurant-menu {
  font-size: 4.4rem;
  width: 1em;
}

.i-right-arrow-light {
  font-size: 2.3rem;
  width: 1.9565217391em;
}

.i-rss {
  font-size: 1.8rem;
  width: 1em;
}

.i-rss-duotone {
  font-size: 80rem;
  width: 1em;
}

.i-rss-svg {
  font-size: 80rem;
  width: 1em;
}

.i-share {
  font-size: 1.7rem;
  width: 0.9411764706em;
}

.i-shower {
  font-size: 5.1rem;
  width: 0.862745098em;
}

.i-spa-center {
  font-size: 5.7rem;
  width: 0.8947368421em;
}

.i-sports {
  font-size: 4.8rem;
  width: 1.0625em;
}

.i-steam {
  font-size: 5.5rem;
  width: 1.0363636364em;
}

.i-swimming-pool {
  font-size: 4.1rem;
  width: 1.243902439em;
}

.i-taxi {
  font-size: 5.1rem;
  width: 1em;
}

.i-towel {
  font-size: 5.2rem;
  width: 1.0192307692em;
}

.i-toys {
  font-size: 4.9rem;
  width: 1.0408163265em;
}

.i-transfer {
  font-size: 3.6rem;
  width: 1.4166666667em;
}

.i-tray {
  font-size: 5.1rem;
  width: 1em;
}

.i-tv {
  font-size: 4.4rem;
  width: 1.2727272727em;
}

.i-twitter {
  font-size: 1.7rem;
  width: 1em;
}

.i-users {
  font-size: 2.4rem;
  width: 1.1666666667em;
}

.i-viber {
  font-size: 1.9rem;
  width: 0.9473684211em;
}

.i-wake-up {
  font-size: 5.1rem;
  width: 1em;
}

.i-warning {
  font-size: 51.2rem;
  width: 1em;
}

.i-whatsapp {
  font-size: 1.8rem;
  width: 1.0555555556em;
}

.i-wifi {
  font-size: 3.9rem;
  width: 1.3076923077em;
}

.i-x {
  font-size: 2.2rem;
  width: 1em;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: 0.2s ease-in;
}
button:hover {
  transition: 0.2s ease-in;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-ghost {
  transition: all 0.3s ease !important;
  border: 0.1rem solid #162b51;
  border-radius: 0.526rem;
  color: #162b51;
  width: 100%;
  text-align: center;
  font-weight: 600;
  min-height: 4rem;
  width: 16rem;
}
.btn-ghost:hover {
  background-color: #162b51;
  color: #fff;
}
.btn-ghost2 {
  background-color: #fff;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  border: 0.1rem solid transparent;
  padding: 1.1rem 0;
  min-width: 25rem;
  transition: all 0.3s ease !important;
}
.btn-ghost2:hover {
  border: 0.1rem solid #8dacdb;
}
.btn-ghost2 svg {
  fill: #000;
  width: 2.03rem;
  height: 2.03rem;
}
.btn-primary {
  background-color: #162b51;
  border-radius: 0.5rem;
}
.btn-sm {
  padding: 1.2rem 0;
  max-width: fit-content;
  min-width: 13.2rem;
}
.btn-lg {
  padding: 2.1rem 0;
  width: 100%;
}

@keyframes fadeUpLow {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-2rem);
  }
}
@keyframes arrowMove {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes arrowMoveX {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translatex(10px);
  }
}
@keyframes breadcrumbsBackgroundColour {
  from {
    background-color: transparent;
  }
  to {
    background-color: rgba(22, 43, 81, 0.3);
  }
}
@keyframes boxBackgroundColour {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #f4f7fb;
  }
}
@keyframes expand1 {
  0% {
    opacity: 0;
    width: 0%;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
.rotate {
  transition: all 0.3s ease !important;
}
.rotate svg {
  transform: rotate(180deg);
}

.underline {
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  text-decoration-skip-ink: none;
}

.user-none {
  user-select: none;
}

.pointer {
  cursor: pointer;
  user-select: none;
}

.p-relative {
  position: relative;
}

.space-between {
  justify-content: space-between !important;
}

.space-evenly {
  justify-content: space-evenly !important;
}

.br-05 {
  border-radius: 0.5rem;
}

.d-none {
  display: none;
}

.center-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.custom-select {
  position: relative;
  display: flex;
  z-index: 100;
  align-items: center;
}
.custom-select .select-button {
  width: 100%;
  cursor: pointer;
  color: #000;
  display: flex;
  align-items: center;
}
.custom-select .select-dropdown {
  position: absolute;
  background-color: #fff;
  color: #000;
  border-radius: 0.4rem;
  margin-top: 2.5rem;
  right: -0.6rem;
  max-height: 200px;
  overflow-y: auto;
  transition: 0.5s ease;
  top: 100%;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
}
.custom-select .select-dropdown li {
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.custom-select .select-dropdown li label {
  width: 100%;
  padding: 0.8rem 1rem;
  cursor: pointer;
  gap: 1rem;
  transition: all 0.3s ease !important;
}
.custom-select .select-dropdown li label:hover {
  transition: all 0.3s ease !important;
  background-color: #000;
  color: #fff;
}
.custom-select .select-dropdown::-webkit-scrollbar {
  width: 7px;
}
.custom-select .select-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}
.custom-select .select-dropdown::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}
.custom-select .select-dropdown li:hover,
.custom-select .select-dropdown input:checked ~ label {
  background-color: #f2f2f2;
}
.custom-select .select-dropdown input:focus ~ label {
  background-color: #dfdfdf;
}
.custom-select .select-dropdown input[type=radio] {
  position: absolute;
  left: 0;
  opacity: 0;
}
.custom-select.active .select-dropdown {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

/* -------------------------- *\
    BULTAG Clearfix
\* -------------------------- */
/* -------------------------- *\
    Transition
\* -------------------------- */
/* -------------------------- *\
    Transform Center
\* -------------------------- */
/* -------------------------- *\
    Hide
\* -------------------------- */
/* -------------------------- *\
    Menu Icon
\* -------------------------- */
/* -------------------------- *\
    Plugins
\* -------------------------- */
/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty,
.fancybox__viewport:empty,
.fancybox__track:empty,
.fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px);
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset(0 calc(((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius, 0));
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

.fancybox__container {
  --fancybox-color: #333;
  --fancybox-bg: #fff;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
}

.fancybox__nav {
  --f-button-next-pos: 12px;
  --f-button-prev-pos: 12px;
  --f-button-width: 48px;
  --f-button-height: 48px;
  --f-button-color: #333;
  --f-button-hover-color: #333;
  --f-button-bg: #e5e7eb;
  --f-button-hover-bg: #e5e7eb;
  --f-button-active-bg: #e5e7eb;
  --f-button-svg-height: 20px;
  --f-button-svg-width: 20px;
  --f-button-svg-stroke-width: 3;
  --f-button-svg-filter: none;
}

.fancybox__toolbar {
  --f-button-color: #0d0c22;
  --f-button-hover-color: #0d0c22;
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: none;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  text-shadow: none;
}

.fancybox__slide {
  padding: 12px 0px;
}

.fancybox__thumbs.is-classic {
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-width: 68px;
  --f-thumb-height: 68px;
  --f-thumb-gap: 12px;
  --f-thumb-offset: 5px;
  --f-thumb-outline: 0;
}

.fancybox__thumbs.is-classic .f-thumbs__slide {
  border: 1px solid #d1d5db;
  border-radius: 4px;
  transition: all 0.2s;
}

.fancybox__thumbs.is-classic .f-thumbs__slide:hover,
.fancybox__thumbs.is-classic .f-thumbs__slide.is-nav-selected {
  border: 1px solid #6b7280;
}

:host {
  --color-bg-default: #fff;
  --color-bg-secondary: #f9f9f9;
  --color-fg-default: #333;
  --color-fg-primary: #162b51;
  --color-fg-secondary: #748194;
  --color-fg-selected: #fff;
  --color-fg-muted: #9e9e9e;
  --color-fg-accent: #e63757;
  --color-btn-primary-bg: #fff;
  --color-btn-primary-fg: #6b82ff;
  --color-btn-primary-border: #6b82ff;
  --color-btn-primary-hover-bg: #6b82ff;
  --color-btn-primary-hover-fg: #fff;
  --color-btn-primary-hover-border: #6b82ff;
  --color-btn-primary-disabled-bg: #a2b0ff;
  --color-btn-primary-disabled-fg: #fff;
  --color-btn-primary-disabled-border: #a2b0ff;
  --color-btn-secondary-bg: #fff;
  --color-btn-secondary-fg: #748194;
  --color-btn-secondary-border: #748194;
  --color-btn-secondary-hover-bg: #748194;
  --color-btn-secondary-hover-fg: #fff;
  --color-btn-secondary-hover-border: #748194;
  --color-btn-secondary-disabled-bg: #b5bbc4;
  --color-btn-secondary-disabled-fg: #fff;
  --color-btn-secondary-disabled-border: #b5bbc4;
  --color-border-default: #ddd;
  --color-border-locked: #f9f9f9;
  --day-width: 55px;
  --day-height: 45px;
  --border-radius: 2px;
  --primary-color: #6b82ff;
  --secondary-color: #748194;
  --white-color: #fff;
  --black-color: #333;
  --lightgray-color: #f9f9f9;
  --gray-color: #9e9e9e;
  --red-color: #e63757;
}

* {
  box-sizing: border-box;
}

.in-range {
  color: #fff;
}

.start {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.end {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.calendar > .daynames-row {
  border-bottom: 0.1rem solid #b0c5e7;
}

.container {
  border-radius: 4px;
  color: var(--color-fg-default);
  cursor: default;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 0.8em;
  height: 0;
  overflow: hidden;
  pointer-events: all;
  position: absolute;
  transform: scale(0);
  transform-origin: top left;
  transition: transform 0.3s ease-out;
}

.container.calc {
  height: auto;
  transform: none;
  transition: none;
  visibility: hidden;
}

.container.show {
  height: auto;
  transform: scale(1);
}

.container.inline {
  height: auto;
  left: 0;
  position: relative;
  top: 0;
  transform: scaleY(1);
}

.container > main {
  background-color: var(--color-bg-default);
}

.container > footer,
.container > header {
  background-color: var(--color-bg-secondary);
  padding: 10px;
}

.container > footer .footer-buttons {
  -moz-column-gap: 5px;
  column-gap: 5px;
  display: flex;
  justify-content: flex-end;
}

.container > footer .footer-buttons > button {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: var(--border-radius);
  cursor: pointer;
  padding: 5px 10px;
}

.container > footer .footer-buttons > button.apply-button {
  background-color: var(--color-btn-primary-bg);
  border-color: var(--color-btn-primary-border);
  color: var(--color-btn-primary-fg);
}

.container > footer .footer-buttons > button.apply-button:hover {
  background-color: var(--color-btn-primary-hover-bg);
  border-color: var(--color-btn-primary-hover-border);
  color: var(--color-btn-primary-hover-fg);
}

.container > footer .footer-buttons > button.apply-button:disabled {
  background-color: var(--color-btn-primary-disabled-bg);
  border-color: var(--color-btn-primary-disabled-border);
  color: var(--color-btn-primary-disabled-fg);
  cursor: default;
}

.container > footer .footer-buttons > button.cancel-button {
  background-color: var(--color-btn-secondary-bg);
  border-color: var(--color-btn-secondary-border);
  color: var(--color-btn-secondary-fg);
}

.container > footer .footer-buttons > button.cancel-button:hover {
  background-color: var(--color-btn-secondary-hover-bg);
  border-color: var(--color-btn-secondary-hover-border);
  color: var(--color-btn-secondary-hover-fg);
}

.container > footer .footer-buttons > button.cancel-button:disabled {
  background-color: var(--color-btn-secondary-disabled-bg);
  border-color: var(--color-btn-secondary-disabled-border);
  color: var(--color-btn-secondary-disabled-fg);
  cursor: default;
}

.grid-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-6 {
  grid-template-columns: repeat(6, 1fr);
}

.grid-7 {
  grid-template-columns: repeat(7, 1fr);
}

.grid-8 {
  grid-template-columns: repeat(8, 1fr);
}

.grid-9 {
  grid-template-columns: repeat(9, 1fr);
}

.grid-10 {
  grid-template-columns: repeat(10, 1fr);
}

.grid-11 {
  grid-template-columns: repeat(11, 1fr);
}

.grid-12 {
  grid-template-columns: repeat(12, 1fr);
}

.calendars {
  display: grid;
}

.calendars:not(.grid-1) .calendar > .header .month-name {
  order: 2;
  text-align: center;
}

.calendars:not(.grid-1) .calendar > .header .previous-button {
  order: 1;
  visibility: hidden;
}

.calendars:not(.grid-1) .calendar > .header .next-button {
  order: 3;
  visibility: hidden;
}

.calendars:not(.grid-1) .calendar:first-child > .header .previous-button,
.calendars:not(.grid-1) .calendar:last-child > .header .next-button {
  visibility: visible;
}

.calendar {
  padding: 10px;
}

.calendar > .header {
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  display: grid;
  grid-template-areas: "left center right";
}

.calendar > .header .month-name {
  flex: 1;
  font-size: 19px;
  font-weight: 700;
  grid-area: center;
  text-transform: uppercase;
}

.calendar > .header button {
  align-items: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  color: var(--color-btn-secondary-fg);
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 4px 7px;
}

.calendar > .header button:hover svg {
  opacity: 0.5;
}

.calendar > .header button:hover > img,
.calendar > .header button:hover > svg {
  fill: var(--color-fg-primary);
  color: var(--color-fg-primary);
}

.calendar > .header button > img,
.calendar > .header button > svg {
  fill: var(--color-btn-secondary-fg);
  color: var(--color-btn-secondary-fg);
  pointer-events: none;
  transform: scale(0.7);
}

.calendar > .daynames-row,
.calendar > .days-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  row-gap: 2px;
}

.calendar > .daynames-row > .day,
.calendar > .daynames-row > .dayname,
.calendar > .days-grid > .day,
.calendar > .days-grid > .dayname {
  align-items: center;
  cursor: default;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  justify-content: center;
}

.calendar > .daynames-row > .dayname {
  color: var(--color-fg-muted);
  font-size: 12px;
  padding: 5px 0;
}

.calendar > .days-grid > .day {
  border: 1px solid transparent;
  border-radius: 2px;
  height: var(--day-height);
  max-height: var(--day-height);
  max-width: var(--day-width);
  min-height: var(--day-height);
  min-width: var(--day-width);
  padding: 10px 0;
  width: var(--day-width);
}

.calendar > .days-grid > .day:hover {
  border: 1px solid var(--color-fg-primary);
  color: var(--color-fg-primary);
}

.calendar > .days-grid > .day.today {
  font-weight: 700;
}

.calendar > .days-grid > .day.selected {
  background-color: var(--color-fg-primary);
  color: var(--color-fg-selected);
}

@media (max-width: 480px) {
  .container:not(.inline) {
    transform: scaleY(0) !important;
    transform-origin: bottom center !important;
  }
  .container:not(.inline).show {
    bottom: 0 !important;
    left: 0 !important;
    position: fixed !important;
    right: 0 !important;
    top: auto !important;
    transform: scaleY(1) !important;
  }
  .container {
    width: 100%;
  }
  .calendars {
    grid-template-columns: repeat(1, 1fr);
  }
  .calendars .calendar {
    box-sizing: border-box;
    width: 100%;
  }
  .calendars .calendar:nth-child(n+2) {
    display: none;
  }
  .calendars .calendar > .days-grid > .day {
    height: auto;
    max-height: unset;
    max-width: unset;
    min-height: unset;
    min-width: unset;
    width: auto;
  }
  .calendars .calendar > .header:not(.no-next-month) .next-button {
    visibility: visible;
  }
}
:host {
  --color-fg-locked: #9e9e9e;
  --color-bg-locked: #ffab91;
  --color-bg-unavailable: #f9f9f9;
}

.container.lock-plugin .calendars .calendar:first-child > .header.no-previous-month .previous-button,
.container.lock-plugin .calendars .calendar:last-child > .header.no-next-month .next-button {
  visibility: hidden;
}

.container.lock-plugin .calendar > .days-grid > .day.not-available {
  color: var(--color-fg-locked);
  pointer-events: none;
}

.container.lock-plugin .calendar > .days-grid > .day.locked {
  background-color: transparent;
  border: 1px solid var(--color-border-locked);
  color: var(--color-fg-locked);
  pointer-events: none;
}

.container.lock-plugin .calendar > .days-grid > .day.locked:not(.start):not(.end) {
  background-image: repeating-linear-gradient(135deg, transparent, var(--color-bg-locked) 2px, transparent 2px, transparent 4px);
  font-style: italic;
}

.container.lock-plugin .preset-plugin-container > button:disabled {
  color: var(--color-fg-locked);
  pointer-events: none;
}

.container.preset-plugin > main {
  display: flex;
}

.container.preset-plugin > main.preset-left {
  flex-direction: row-reverse;
}

.container.preset-plugin > main.preset-right {
  flex-direction: row;
}

.container.preset-plugin > main.preset-left .preset-plugin-container,
.container.preset-plugin > main.preset-right .preset-plugin-container {
  flex-direction: column;
  width: 130px;
}

.container.preset-plugin > main.preset-top {
  flex-direction: column-reverse;
}

.container.preset-plugin > main.preset-bottom {
  flex-direction: column;
}

.container.preset-plugin > main.preset-bottom .preset-plugin-container,
.container.preset-plugin > main.preset-top .preset-plugin-container {
  flex-direction: row;
}

.preset-plugin-container {
  background-color: var(--color-bg-secondary);
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.preset-plugin-container > button {
  background-color: var(--color-bg-default);
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--color-fg-default);
  padding: 5px;
}

.preset-plugin-container > button:hover {
  border: 1px solid var(--color-fg-primary);
  color: var(--color-fg-primary);
  cursor: pointer;
}

:host {
  --color-bg-inrange: #162b51;
  --color-bg-tooltip: #fff;
  --color-fg-tooltip: #333;
}

.range-plugin-tooltip {
  background-color: var(--color-bg-tooltip);
  border-radius: var(--border-radius);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  color: var(--color-fg-tooltip);
  font-size: 12px;
  margin-top: -4px;
  padding: 4px 8px;
  pointer-events: none;
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
  z-index: 1;
}

.range-plugin-tooltip:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.12);
  bottom: -5px;
  content: "";
  left: calc(50% - 5px);
  position: absolute;
}

.range-plugin-tooltip:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid var(--color-bg-tooltip);
  bottom: -4px;
  content: "";
  left: calc(50% - 4px);
  position: absolute;
}

.container.range-plugin .calendar > .days-grid > .day {
  position: relative;
}

.container.range-plugin .calendar > .days-grid > .day.in-range:last-of-type {
  border-bottom-right-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.container.range-plugin .calendar > .days-grid > .day.in-range {
  background-color: var(--color-bg-inrange);
  border-radius: 0;
}

.container.range-plugin .calendar > .days-grid > .day.end,
.container.range-plugin .calendar > .days-grid > .day.start {
  background-color: var(--color-fg-primary);
  color: var(--color-fg-selected);
}

.container.range-plugin .calendar > .days-grid > .day.start {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.container.range-plugin .calendar > .days-grid > .day.start:after {
  border: 8px solid transparent;
  border-left: 8px solid var(--color-fg-primary);
  content: "";
  pointer-events: none;
  position: absolute;
  right: -14px;
  z-index: 1;
}

.container.range-plugin .calendar > .days-grid > .day.start.flipped {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: var(--border-radius);
  border-top-left-radius: 0;
  border-top-right-radius: var(--border-radius);
}

.container.range-plugin .calendar > .days-grid > .day.start.flipped:after {
  border-left-color: transparent;
  border-right-color: var(--color-fg-primary);
  left: -14px;
  right: auto;
}

.container.range-plugin .calendar > .days-grid > .day.end {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.container.range-plugin .calendar > .days-grid > .day.end:after {
  border: 8px solid transparent;
  border-right: 8px solid var(--color-fg-primary);
  content: "";
  left: -14px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.container.range-plugin .calendar > .days-grid > .day.end.flipped {
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: 0;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: 0;
}

.container.range-plugin .calendar > .days-grid > .day.end.flipped:after {
  border-left-color: var(--color-fg-primary);
  border-right-color: transparent;
  left: auto;
  right: -14px;
}

.container.range-plugin .calendar > .days-grid > .day.start.end {
  border-radius: var(--border-radius);
}

.container.range-plugin .calendar > .days-grid > .day.start.end:after {
  content: none;
}

.container.range-plugin .calendar > .days-grid > div:not(.day) + .day.in-range {
  border-bottom-left-radius: var(--border-radius);
  border-top-left-radius: var(--border-radius);
}

.container.range-plugin .calendar > .days-grid > div:nth-child(7n).in-range {
  border-bottom-right-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.container.range-plugin .calendar > .days-grid > div:nth-child(7n+1).in-range {
  border-bottom-left-radius: var(--border-radius);
  border-top-left-radius: var(--border-radius);
}

.container.preset-plugin main {
  display: grid;
}

.container.preset-plugin main.preset-left > .calendars,
.container.preset-plugin main.preset-top > .calendars {
  order: 2;
}

.container.preset-plugin main.preset-left > .preset-plugin-container,
.container.preset-plugin main.preset-top > .preset-plugin-container {
  order: 1;
}

.container.preset-plugin main.preset-left,
.container.preset-plugin main.preset-right {
  grid-template-columns: auto auto;
}

.container.preset-plugin main.preset-left .preset-plugin-container,
.container.preset-plugin main.preset-right .preset-plugin-container {
  grid-row: span 2;
  width: 130px;
}

.container.preset-plugin main.preset-bottom > .preset-plugin-container {
  order: 4;
}

.container.preset-plugin main.preset-bottom,
.container.preset-plugin main.preset-top {
  grid-template-columns: auto;
}

.container.preset-plugin main > .time-plugin-container {
  order: 3;
}

.container > main:not([class*=preset-]) {
  flex-direction: column;
}

.time-plugin-container {
  background-color: var(--color-bg-secondary);
  border-bottom: 1px solid var(--color-border-default);
  display: flex;
  justify-content: space-around;
  padding: 10px;
}

.time-plugin-container input[type=time] {
  font-size: 18px;
}

.time-plugin-container input[type=time],
.time-plugin-container select {
  background-color: var(--color-bg-default);
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--color-fg-default);
}

.time-plugin-container select {
  margin: 0 3px;
}

.container.amp-plugin .calendars .calendar > .header .month-name {
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
  display: flex;
  justify-content: center;
}

.container.amp-plugin .calendars .calendar > .header .month-name select {
  border: none;
  font-size: 14px;
  padding: 3px;
}

.container.amp-plugin .calendars .calendar > .header .month-name select.month-name--dropdown {
  font-weight: 700;
}

.container.amp-plugin .calendars .calendar > .header .reset-button {
  order: 4;
}

.container.amp-plugin .calendars.calendars:not(.grid-1) .calendar > .header .reset-button {
  visibility: hidden;
}

.container.amp-plugin .calendars.calendars:not(.grid-1) .calendar:last-child > .header .reset-button {
  visibility: visible;
}

.container.amp-plugin.week-numbers .calendar > .daynames-row,
.container.amp-plugin.week-numbers .calendar > .days-grid {
  grid-template-columns: 30px repeat(7, 1fr);
}

.container.amp-plugin.week-numbers .calendar > .daynames-row .wnum-header,
.container.amp-plugin.week-numbers .calendar > .daynames-row .wnum-item,
.container.amp-plugin.week-numbers .calendar > .days-grid .wnum-header,
.container.amp-plugin.week-numbers .calendar > .days-grid .wnum-item {
  align-items: center;
  color: var(--color-fg-muted);
  display: flex;
  font-size: 12px;
  justify-content: center;
}

.container[data-theme=dark] {
  --color-bg-default: #22272e;
  --color-bg-secondary: #2d333b;
  --color-bg-inrange: #162b51;
  --color-bg-locked: #ec775c;
  --color-bg-unavailable: #545d68;
  --color-bg-tooltip: #9e9e9e;
  --color-fg-default: #adbac7;
  --color-fg-primary: #46954a;
  --color-fg-secondary: #202122;
  --color-fg-muted: #9e9e9e;
  --color-fg-accent: #ec775c;
  --color-fg-locked: #9e9e9e;
  --color-btn-primary-bg: #2d333b;
  --color-btn-primary-fg: #46954a;
  --color-btn-primary-border: #46954a;
  --color-btn-primary-hover-bg: #46954a;
  --color-btn-primary-hover-fg: #fff;
  --color-btn-primary-hover-border: #46954a;
  --color-btn-secondary-bg: #2d333b;
  --color-btn-secondary-fg: #adbac7;
  --color-btn-secondary-border: #adbac7;
  --color-btn-secondary-hover-bg: #adbac7;
  --color-btn-secondary-hover-fg: #202122;
  --color-btn-secondary-hover-border: #adbac7;
  --color-border-default: #373e47;
  --color-border-locked: #2d333b;
}

/* -------------------------- *\
    0-animations
\* -------------------------- */
/* -------------------------- *\
    keyframes
\* -------------------------- */
@keyframes upLight {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes op {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* -------------------------- *\
      utils
  \* -------------------------- */
/* -------------------------- *\
      animations
  \* -------------------------- */
/* -------------------------- *\
      classes
  \* -------------------------- */
.an_delay--sm {
  animation-delay: 0.5s !important;
}
.an_delay--md {
  animation-delay: 0.7s !important;
}
.an_delay--lg {
  animation-delay: 1s !important;
}

.an_opacity {
  opacity: 0;
  animation: op 0.5s ease-in-out both;
}

.an_totop {
  opacity: 0;
  animation: fadeInUp 0.6s ease-in-out both;
}
.an_totop--light > * {
  animation: upLight 0.5s ease-in-out forwards;
}
.an_totop--light > *:nth-child(1) {
  animation-delay: 0.7s;
}
.an_totop--light > *:nth-child(2) {
  animation-delay: 0.9s;
}
.an_totop--light > *:nth-child(3) {
  animation-delay: 1.1s;
}
.an_totop--light > *:nth-child(4) {
  animation-delay: 1.3s;
}
.an_totop--light > *:nth-child(5) {
  animation-delay: 1.5s;
}
.an_totop--light > *:nth-child(6) {
  animation-delay: 1.7s;
}
.an_totop--light > *:nth-child(7) {
  animation-delay: 1.9s;
}
.an_totop--light > *:nth-child(8) {
  animation-delay: 2.1s;
}
.an_totop--light > *:nth-child(9) {
  animation-delay: 2.3s;
}
.an_totop--light > *:nth-child(10) {
  animation-delay: 2.5s;
}
.an_totop--all > * {
  opacity: 0;
  animation: fadeInUp 0.5s ease-in-out both;
}
.an_totop--all > *:nth-child(1) {
  animation-delay: 0.7s;
}
.an_totop--all > *:nth-child(2) {
  animation-delay: 0.9s;
}
.an_totop--all > *:nth-child(3) {
  animation-delay: 1.1s;
}
.an_totop--all > *:nth-child(4) {
  animation-delay: 1.3s;
}
.an_totop--all > *:nth-child(5) {
  animation-delay: 1.5s;
}
.an_totop--all > *:nth-child(6) {
  animation-delay: 1.7s;
}
.an_totop--all > *:nth-child(7) {
  animation-delay: 1.9s;
}
.an_totop--all > *:nth-child(8) {
  animation-delay: 2.1s;
}
.an_totop--all > *:nth-child(9) {
  animation-delay: 2.3s;
}
.an_totop--all > *:nth-child(10) {
  animation-delay: 2.5s;
}

.an_toright {
  opacity: 0;
  animation: fadeInRight 0.6s ease-in-out both;
}
.an_toright--all > * {
  opacity: 0;
  animation: fadeInRight 0.5s ease-in-out both;
}
.an_toright--all > *:nth-child(1) {
  animation-delay: 0.7s;
}
.an_toright--all > *:nth-child(2) {
  animation-delay: 0.9s;
}
.an_toright--all > *:nth-child(3) {
  animation-delay: 1.1s;
}
.an_toright--all > *:nth-child(4) {
  animation-delay: 1.3s;
}
.an_toright--all > *:nth-child(5) {
  animation-delay: 1.5s;
}
.an_toright--all > *:nth-child(6) {
  animation-delay: 1.7s;
}
.an_toright--all > *:nth-child(7) {
  animation-delay: 1.9s;
}
.an_toright--all > *:nth-child(8) {
  animation-delay: 2.1s;
}
.an_toright--all > *:nth-child(9) {
  animation-delay: 2.3s;
}
.an_toright--all > *:nth-child(10) {
  animation-delay: 2.5s;
}

.an_toleft {
  opacity: 0;
  animation: fadeInLeft 0.5s ease-in-out both;
}
.an_toleft--all > * {
  opacity: 0;
  animation: fadeInLeft 0.5s ease-in-out both;
}
.an_toleft--all > *:nth-child(1) {
  animation-delay: 0.7s;
}
.an_toleft--all > *:nth-child(2) {
  animation-delay: 0.9s;
}
.an_toleft--all > *:nth-child(3) {
  animation-delay: 1.1s;
}
.an_toleft--all > *:nth-child(4) {
  animation-delay: 1.3s;
}
.an_toleft--all > *:nth-child(5) {
  animation-delay: 1.5s;
}
.an_toleft--all > *:nth-child(6) {
  animation-delay: 1.7s;
}
.an_toleft--all > *:nth-child(7) {
  animation-delay: 1.9s;
}
.an_toleft--all > *:nth-child(8) {
  animation-delay: 2.1s;
}
.an_toleft--all > *:nth-child(9) {
  animation-delay: 2.3s;
}
.an_toleft--all > *:nth-child(10) {
  animation-delay: 2.5s;
}

.an_close:hover, .an_close:focus {
  box-shadow: inset -14rem 0 0 0 #fff, inset 14rem 0 0 0 #fff;
  color: #000 !important;
}
.an_close--black:hover, .an_close--black:focus {
  box-shadow: inset -14rem 0 0 0 #000, inset 14rem 0 0 0 #000;
  color: #fff !important;
}

.an-hover-op:hover, .footer a:hover {
  opacity: 0.8;
}

.an_fill-up:hover, .an_fill-up:focus {
  color: #fff;
  background-color: #162b51 !important;
}
.an_fill-up:hover svg, .an_fill-up:focus svg {
  fill: #fff !important;
}
.an_fill-up--black:hover, .an_fill-up--black:focus {
  box-shadow: inset 0 -8.1rem 0 0 #000;
  color: #fff !important;
}

.cnt-intro .cnt-intro-box__breadcrumbs {
  animation: breadcrumbsBackgroundColour 0.5s ease-in 0.5s forwards;
}
.cnt-intro .cnt-intro-box__breadcrumbs li {
  opacity: 0;
  opacity: 0;
  animation: op 0.8s ease-in-out both;
  animation-delay: 1s;
}
.cnt-intro .cnt-intro-box__title {
  animation: boxBackgroundColour 0.5s ease-in 0.5s forwards;
}


.cnt-intro .cnt-intro-box__title > *:not(.cnt-intro-contacts) {
  opacity: 0;
  animation: upLight 0.8s ease-in-out forwards;
  animation-delay: 0.7s;
}

.cnt-intro .cnt-intro-box__title > *:not(.cnt-intro-contacts):nth-child(1) {
  animation-delay: 1.1s;
}

.cnt-intro .cnt-intro-box__title > *:not(.cnt-intro-contacts):nth-child(2) {
  animation-delay: 1.3s;
}

.cnt-intro .cnt-intro-box__title > *:not(.cnt-intro-contacts):nth-child(3) {
  animation-delay: 1.5s;
}

.cnt-intro .cnt-intro-box__title > *:not(.cnt-intro-contacts):nth-child(4) {
  animation-delay: 1.7s;
}

.cnt-intro .cnt-intro-book > * {
  opacity: 0;
  transition: none;
  animation: upLight 0.8s ease-in-out forwards;
  animation-delay: 1s;
}

.cnt-intro .cnt-intro-book > *:nth-child(1) {
  animation-delay: 1.4s;
}

.cnt-intro .cnt-intro-book > *:nth-child(2) {
  animation-delay: 1.6s;
}

.cnt-intro .cnt-intro-book > *:nth-child(3) {
  animation-delay: 1.8s;
}

.cnt-intro .cnt-intro-book > *:nth-child(4) {
  animation-delay: 2s;
}

.cnt-intro .cnt-intro-book {
  animation: boxBackgroundColour 0.5s ease-in 0.5s forwards;
}
.cnt-intro .cnt-intro-book .cnt-intro-book__content {
  opacity: 0;
  animation: upLight 0.8s ease-in-out forwards;
  animation-delay: 1s;
}
.cnt-intro .cnt-intro-book .cnt-intro-book__content:nth-child(1) {
  animation-delay: 1.4s;
}
.cnt-intro .cnt-intro-book .cnt-intro-book__content:nth-child(2) {
  animation-delay: 1.6s;
}
.cnt-intro .cnt-intro-book .cnt-intro-book__content:nth-child(3) {
  animation-delay: 1.8s;
}
.cnt-intro .cnt-intro-book .cnt-intro-book__content:nth-child(4) {
  animation-delay: 2s;
}
.cnt-intro .cnt-intro-book .cnt-intro-book__content:nth-child(5) {
  animation-delay: 2.2s;
}
.cnt-intro .cnt-intro-book .cnt-intro-book__content:nth-child(6) {
  animation-delay: 2.4s;
}
.cnt-intro .cnt-intro-book .cnt-intro-book__content:nth-child(7) {
  animation-delay: 2.6s;
}
.cnt-intro .cnt-intro-book .cnt-intro-book__content:nth-child(8) {
  animation-delay: 2.8s;
}
.cnt-intro .cnt-intro-book .cnt-intro-book__content:nth-child(9) {
  animation-delay: 3s;
}
.cnt-intro .cnt-intro-book .cnt-intro-book__content:nth-child(10) {
  animation-delay: 3.2s;
}
.cnt-intro .cnt-intro-book .book-cta {
  opacity: 0;
  transition: none;
  animation: upLight 0.8s ease-in-out forwards;
  animation-delay: 1s;
}
.cnt-intro .cnt-intro-book .book-cta:nth-child(1) {
  animation-delay: 1.4s;
}
.cnt-intro .cnt-intro-book .book-cta:nth-child(2) {
  animation-delay: 1.6s;
}
.cnt-intro .cnt-intro-book .book-cta:nth-child(3) {
  animation-delay: 1.8s;
}
.cnt-intro .cnt-intro-book .book-cta:nth-child(4) {
  animation-delay: 2s;
}
.cnt-intro .cnt-intro-book .book-cta:nth-child(5) {
  animation-delay: 2.2s;
}
.cnt-intro .cnt-intro-book .book-cta:nth-child(6) {
  animation-delay: 2.4s;
}
.cnt-intro .cnt-intro-book .book-cta:nth-child(7) {
  animation-delay: 2.6s;
}
.cnt-intro .cnt-intro-book .book-cta:nth-child(8) {
  animation-delay: 2.8s;
}
.cnt-intro .cnt-intro-book .book-cta:nth-child(9) {
  animation-delay: 3s;
}
.cnt-intro .cnt-intro-book .book-cta:nth-child(10) {
  animation-delay: 3.2s;
}
.cnt-intro .cnt-intro-contacts {
  animation: boxBackgroundColour 0.5s ease-in 0.5s forwards;
}
.cnt-intro .cnt-intro-contacts .wrapper {
  opacity: 0;
  animation: upLight 0.8s ease-in-out forwards;
  animation-delay: 1s;
}
.cnt-intro .cnt-intro-contacts .wrapper:nth-child(1) {
  animation-delay: 1.4s;
}
.cnt-intro .cnt-intro-contacts .wrapper:nth-child(2) {
  animation-delay: 1.6s;
}
.cnt-intro .cnt-intro-contacts .wrapper:nth-child(3) {
  animation-delay: 1.8s;
}
.cnt-intro .cnt-intro-contacts .wrapper:nth-child(4) {
  animation-delay: 2s;
}
.cnt-intro .cnt-intro-contacts .wrapper:nth-child(5) {
  animation-delay: 2.2s;
}
.cnt-intro .cnt-intro-contacts .wrapper:nth-child(6) {
  animation-delay: 2.4s;
}
.cnt-intro .cnt-intro-contacts .wrapper:nth-child(7) {
  animation-delay: 2.6s;
}
.cnt-intro .cnt-intro-contacts .wrapper:nth-child(8) {
  animation-delay: 2.8s;
}
.cnt-intro .cnt-intro-contacts .wrapper:nth-child(9) {
  animation-delay: 3s;
}
.cnt-intro .cnt-intro-contacts .wrapper:nth-child(10) {
  animation-delay: 3.2s;
}

.cnt-rooms {
  opacity: 0;
  animation: fadeInUp 0.5s ease-in-out both;
  animation-delay: 1.2s;
}

.index .header,
.index .popups {
  opacity: 0;
  animation: op 1s ease-in-out both;
  animation-delay: 2.5s;
}
.index .hero-controls .pointer,
.index .hero-weather,
.index .hero-scroll-more,
.index .hero-title {
  opacity: 0;
  animation: op 0.4s ease-in-out both;
  animation-delay: 2.5s;
}
.index .hero-controls hr {
  opacity: 0;
}
.index .hero-controls hr:nth-of-type(1) {
  transform-origin: right;
  animation: expand1 1s ease-in forwards 4.6s;
}
.index .hero-controls hr:nth-of-type(2) {
  transform-origin: left;
  animation: expand1 1s ease-in forwards 4.6s;
}

.cnt-facilities-activities {
  opacity: 0;
  animation: fadeInUp 0.8s ease-in-out both;
  animation-delay: 1s;
}
.cnt-facilities-activities .shell {
  opacity: 0;
  animation: fadeInUp 0.8s ease-in-out both;
  animation-delay: 1s;
}

.cnt-gallery-slider {
  opacity: 0;
  animation: fadeInUp 0.5s ease-in-out both;
  animation-delay: 1s;
}

.header,
.popups {
  opacity: 0;
  animation: op 1s ease-in-out both;
  animation-delay: 0.5s;
}

.about-page .cnt-facilities-activities .shell {
  opacity: 0;
  animation: fadeInUp 0.8s ease-in-out both;
  animation-delay: 1s;
}

.cnt-special-offer-price {
  opacity: 0;
  animation: fadeInUp 0.8s ease-in-out both;
  animation-delay: 1s;
}

.cnt-grid .shell--lg,
.privacy-policy-page article,
.cnt-restaurant-row > * {
  opacity: 0;
  animation: fadeInUp 0.8s ease-in-out both;
  animation-delay: 0.5s;
}
.cnt-grid .shell--lg:nth-child(1),
.privacy-policy-page article:nth-child(1),
.cnt-restaurant-row > *:nth-child(1) {
  animation-delay: 0.9s;
}
.cnt-grid .shell--lg:nth-child(2),
.privacy-policy-page article:nth-child(2),
.cnt-restaurant-row > *:nth-child(2) {
  animation-delay: 1.1s;
}
.cnt-grid .shell--lg:nth-child(3),
.privacy-policy-page article:nth-child(3),
.cnt-restaurant-row > *:nth-child(3) {
  animation-delay: 1.3s;
}
.cnt-grid .shell--lg:nth-child(4),
.privacy-policy-page article:nth-child(4),
.cnt-restaurant-row > *:nth-child(4) {
  animation-delay: 1.5s;
}
.cnt-grid .shell--lg:nth-child(5),
.privacy-policy-page article:nth-child(5),
.cnt-restaurant-row > *:nth-child(5) {
  animation-delay: 1.7s;
}
.cnt-grid .shell--lg:nth-child(6),
.privacy-policy-page article:nth-child(6),
.cnt-restaurant-row > *:nth-child(6) {
  animation-delay: 1.9s;
}
.cnt-grid .shell--lg:nth-child(7),
.privacy-policy-page article:nth-child(7),
.cnt-restaurant-row > *:nth-child(7) {
  animation-delay: 2.1s;
}
.cnt-grid .shell--lg:nth-child(8),
.privacy-policy-page article:nth-child(8),
.cnt-restaurant-row > *:nth-child(8) {
  animation-delay: 2.3s;
}
.cnt-grid .shell--lg:nth-child(9),
.privacy-policy-page article:nth-child(9),
.cnt-restaurant-row > *:nth-child(9) {
  animation-delay: 2.5s;
}
.cnt-grid .shell--lg:nth-child(10),
.privacy-policy-page article:nth-child(10),
.cnt-restaurant-row > *:nth-child(10) {
  animation-delay: 2.7s;
}

.cnt-single-post article {
  opacity: 0;
  animation: fadeInUp 0.8s ease-in-out both;
  animation-delay: 0.5s;
}
.cnt-single-post article:nth-child(1) {
  animation-delay: 0.9s;
}
.cnt-single-post article:nth-child(2) {
  animation-delay: 1.1s;
}
.cnt-single-post article:nth-child(3) {
  animation-delay: 1.3s;
}
.cnt-single-post article:nth-child(4) {
  animation-delay: 1.5s;
}
.cnt-single-post article:nth-child(5) {
  animation-delay: 1.7s;
}
.cnt-single-post article:nth-child(6) {
  animation-delay: 1.9s;
}
.cnt-single-post article:nth-child(7) {
  animation-delay: 2.1s;
}
.cnt-single-post article:nth-child(8) {
  animation-delay: 2.3s;
}
.cnt-single-post article:nth-child(9) {
  animation-delay: 2.5s;
}
.cnt-single-post article:nth-child(10) {
  animation-delay: 2.7s;
}
.cnt-single-post article:nth-child(11) {
  animation-delay: 2.9s;
}
.cnt-single-post article:nth-child(12) {
  animation-delay: 3.1s;
}
.cnt-single-post article:nth-child(13) {
  animation-delay: 3.3s;
}
.cnt-single-post article:nth-child(14) {
  animation-delay: 3.5s;
}
.cnt-single-post article:nth-child(15) {
  animation-delay: 3.7s;
}
.cnt-single-post article:nth-child(16) {
  animation-delay: 3.9s;
}
.cnt-single-post article:nth-child(17) {
  animation-delay: 4.1s;
}
.cnt-single-post article:nth-child(18) {
  animation-delay: 4.3s;
}
.cnt-single-post article:nth-child(19) {
  animation-delay: 4.5s;
}
.cnt-single-post article:nth-child(20) {
  animation-delay: 4.7s;
}
.cnt-single-post article:nth-child(21) {
  animation-delay: 4.9s;
}
.cnt-single-post article:nth-child(22) {
  animation-delay: 5.1s;
}
.cnt-single-post article:nth-child(23) {
  animation-delay: 5.3s;
}
.cnt-single-post article:nth-child(24) {
  animation-delay: 5.5s;
}
.cnt-single-post article:nth-child(25) {
  animation-delay: 5.7s;
}
.cnt-single-post article:nth-child(26) {
  animation-delay: 5.9s;
}
.cnt-single-post article:nth-child(27) {
  animation-delay: 6.1s;
}
.cnt-single-post article:nth-child(28) {
  animation-delay: 6.3s;
}
.cnt-single-post article:nth-child(29) {
  animation-delay: 6.5s;
}
.cnt-single-post article:nth-child(30) {
  animation-delay: 6.7s;
}
.cnt-single-post article:nth-child(31) {
  animation-delay: 6.9s;
}
.cnt-single-post article:nth-child(32) {
  animation-delay: 7.1s;
}
.cnt-single-post article:nth-child(33) {
  animation-delay: 7.3s;
}
.cnt-single-post article:nth-child(34) {
  animation-delay: 7.5s;
}
.cnt-single-post article:nth-child(35) {
  animation-delay: 7.7s;
}
.cnt-single-post article:nth-child(36) {
  animation-delay: 7.9s;
}
.cnt-single-post article:nth-child(37) {
  animation-delay: 8.1s;
}
.cnt-single-post article:nth-child(38) {
  animation-delay: 8.3s;
}
.cnt-single-post article:nth-child(39) {
  animation-delay: 8.5s;
}
.cnt-single-post article:nth-child(40) {
  animation-delay: 8.7s;
}
.cnt-single-post article:nth-child(41) {
  animation-delay: 8.9s;
}
.cnt-single-post article:nth-child(42) {
  animation-delay: 9.1s;
}
.cnt-single-post article:nth-child(43) {
  animation-delay: 9.3s;
}
.cnt-single-post article:nth-child(44) {
  animation-delay: 9.5s;
}
.cnt-single-post article:nth-child(45) {
  animation-delay: 9.7s;
}
.cnt-single-post article:nth-child(46) {
  animation-delay: 9.9s;
}
.cnt-single-post article:nth-child(47) {
  animation-delay: 10.1s;
}
.cnt-single-post article:nth-child(48) {
  animation-delay: 10.3s;
}
.cnt-single-post article:nth-child(49) {
  animation-delay: 10.5s;
}
.cnt-single-post article:nth-child(50) {
  animation-delay: 10.7s;
}
.cnt-single-post article:nth-child(51) {
  animation-delay: 10.9s;
}
.cnt-single-post article:nth-child(52) {
  animation-delay: 11.1s;
}
.cnt-single-post article:nth-child(53) {
  animation-delay: 11.3s;
}
.cnt-single-post article:nth-child(54) {
  animation-delay: 11.5s;
}
.cnt-single-post article:nth-child(55) {
  animation-delay: 11.7s;
}
.cnt-single-post article:nth-child(56) {
  animation-delay: 11.9s;
}
.cnt-single-post article:nth-child(57) {
  animation-delay: 12.1s;
}
.cnt-single-post article:nth-child(58) {
  animation-delay: 12.3s;
}
.cnt-single-post article:nth-child(59) {
  animation-delay: 12.5s;
}
.cnt-single-post article:nth-child(60) {
  animation-delay: 12.7s;
}
.cnt-single-post article:nth-child(61) {
  animation-delay: 12.9s;
}
.cnt-single-post article:nth-child(62) {
  animation-delay: 13.1s;
}
.cnt-single-post article:nth-child(63) {
  animation-delay: 13.3s;
}
.cnt-single-post article:nth-child(64) {
  animation-delay: 13.5s;
}
.cnt-single-post article:nth-child(65) {
  animation-delay: 13.7s;
}
.cnt-single-post article:nth-child(66) {
  animation-delay: 13.9s;
}
.cnt-single-post article:nth-child(67) {
  animation-delay: 14.1s;
}
.cnt-single-post article:nth-child(68) {
  animation-delay: 14.3s;
}
.cnt-single-post article:nth-child(69) {
  animation-delay: 14.5s;
}
.cnt-single-post article:nth-child(70) {
  animation-delay: 14.7s;
}
.cnt-single-post article:nth-child(71) {
  animation-delay: 14.9s;
}
.cnt-single-post article:nth-child(72) {
  animation-delay: 15.1s;
}
.cnt-single-post article:nth-child(73) {
  animation-delay: 15.3s;
}
.cnt-single-post article:nth-child(74) {
  animation-delay: 15.5s;
}
.cnt-single-post article:nth-child(75) {
  animation-delay: 15.7s;
}
.cnt-single-post article:nth-child(76) {
  animation-delay: 15.9s;
}
.cnt-single-post article:nth-child(77) {
  animation-delay: 16.1s;
}
.cnt-single-post article:nth-child(78) {
  animation-delay: 16.3s;
}
.cnt-single-post article:nth-child(79) {
  animation-delay: 16.5s;
}
.cnt-single-post article:nth-child(80) {
  animation-delay: 16.7s;
}
.cnt-single-post article:nth-child(81) {
  animation-delay: 16.9s;
}
.cnt-single-post article:nth-child(82) {
  animation-delay: 17.1s;
}
.cnt-single-post article:nth-child(83) {
  animation-delay: 17.3s;
}
.cnt-single-post article:nth-child(84) {
  animation-delay: 17.5s;
}
.cnt-single-post article:nth-child(85) {
  animation-delay: 17.7s;
}
.cnt-single-post article:nth-child(86) {
  animation-delay: 17.9s;
}
.cnt-single-post article:nth-child(87) {
  animation-delay: 18.1s;
}
.cnt-single-post article:nth-child(88) {
  animation-delay: 18.3s;
}
.cnt-single-post article:nth-child(89) {
  animation-delay: 18.5s;
}
.cnt-single-post article:nth-child(90) {
  animation-delay: 18.7s;
}
.cnt-single-post article:nth-child(91) {
  animation-delay: 18.9s;
}
.cnt-single-post article:nth-child(92) {
  animation-delay: 19.1s;
}
.cnt-single-post article:nth-child(93) {
  animation-delay: 19.3s;
}
.cnt-single-post article:nth-child(94) {
  animation-delay: 19.5s;
}
.cnt-single-post article:nth-child(95) {
  animation-delay: 19.7s;
}
.cnt-single-post article:nth-child(96) {
  animation-delay: 19.9s;
}
.cnt-single-post article:nth-child(97) {
  animation-delay: 20.1s;
}
.cnt-single-post article:nth-child(98) {
  animation-delay: 20.3s;
}
.cnt-single-post article:nth-child(99) {
  animation-delay: 20.5s;
}
.cnt-single-post article:nth-child(100) {
  animation-delay: 20.7s;
}
.cnt-single-post aside {
  opacity: 0;
  animation: fadeInUp 0.8s ease-in-out both;
  animation-delay: 0.5s;
}
.cnt-single-post aside:nth-child(1) {
  animation-delay: 0.9s;
}
.cnt-single-post aside:nth-child(2) {
  animation-delay: 1.1s;
}
.cnt-single-post aside:nth-child(3) {
  animation-delay: 1.3s;
}
.cnt-single-post aside:nth-child(4) {
  animation-delay: 1.5s;
}
.cnt-single-post aside:nth-child(5) {
  animation-delay: 1.7s;
}
.cnt-single-post aside:nth-child(6) {
  animation-delay: 1.9s;
}
.cnt-single-post aside:nth-child(7) {
  animation-delay: 2.1s;
}
.cnt-single-post aside:nth-child(8) {
  animation-delay: 2.3s;
}
.cnt-single-post aside:nth-child(9) {
  animation-delay: 2.5s;
}
.cnt-single-post aside:nth-child(10) {
  animation-delay: 2.7s;
}
.cnt-single-post aside:nth-child(11) {
  animation-delay: 2.9s;
}
.cnt-single-post aside:nth-child(12) {
  animation-delay: 3.1s;
}
.cnt-single-post aside:nth-child(13) {
  animation-delay: 3.3s;
}
.cnt-single-post aside:nth-child(14) {
  animation-delay: 3.5s;
}
.cnt-single-post aside:nth-child(15) {
  animation-delay: 3.7s;
}
.cnt-single-post aside:nth-child(16) {
  animation-delay: 3.9s;
}
.cnt-single-post aside:nth-child(17) {
  animation-delay: 4.1s;
}
.cnt-single-post aside:nth-child(18) {
  animation-delay: 4.3s;
}
.cnt-single-post aside:nth-child(19) {
  animation-delay: 4.5s;
}
.cnt-single-post aside:nth-child(20) {
  animation-delay: 4.7s;
}
.cnt-single-post aside:nth-child(21) {
  animation-delay: 4.9s;
}
.cnt-single-post aside:nth-child(22) {
  animation-delay: 5.1s;
}
.cnt-single-post aside:nth-child(23) {
  animation-delay: 5.3s;
}
.cnt-single-post aside:nth-child(24) {
  animation-delay: 5.5s;
}
.cnt-single-post aside:nth-child(25) {
  animation-delay: 5.7s;
}
.cnt-single-post aside:nth-child(26) {
  animation-delay: 5.9s;
}
.cnt-single-post aside:nth-child(27) {
  animation-delay: 6.1s;
}
.cnt-single-post aside:nth-child(28) {
  animation-delay: 6.3s;
}
.cnt-single-post aside:nth-child(29) {
  animation-delay: 6.5s;
}
.cnt-single-post aside:nth-child(30) {
  animation-delay: 6.7s;
}
.cnt-single-post aside:nth-child(31) {
  animation-delay: 6.9s;
}
.cnt-single-post aside:nth-child(32) {
  animation-delay: 7.1s;
}
.cnt-single-post aside:nth-child(33) {
  animation-delay: 7.3s;
}
.cnt-single-post aside:nth-child(34) {
  animation-delay: 7.5s;
}
.cnt-single-post aside:nth-child(35) {
  animation-delay: 7.7s;
}
.cnt-single-post aside:nth-child(36) {
  animation-delay: 7.9s;
}
.cnt-single-post aside:nth-child(37) {
  animation-delay: 8.1s;
}
.cnt-single-post aside:nth-child(38) {
  animation-delay: 8.3s;
}
.cnt-single-post aside:nth-child(39) {
  animation-delay: 8.5s;
}
.cnt-single-post aside:nth-child(40) {
  animation-delay: 8.7s;
}
.cnt-single-post aside:nth-child(41) {
  animation-delay: 8.9s;
}
.cnt-single-post aside:nth-child(42) {
  animation-delay: 9.1s;
}
.cnt-single-post aside:nth-child(43) {
  animation-delay: 9.3s;
}
.cnt-single-post aside:nth-child(44) {
  animation-delay: 9.5s;
}
.cnt-single-post aside:nth-child(45) {
  animation-delay: 9.7s;
}
.cnt-single-post aside:nth-child(46) {
  animation-delay: 9.9s;
}
.cnt-single-post aside:nth-child(47) {
  animation-delay: 10.1s;
}
.cnt-single-post aside:nth-child(48) {
  animation-delay: 10.3s;
}
.cnt-single-post aside:nth-child(49) {
  animation-delay: 10.5s;
}
.cnt-single-post aside:nth-child(50) {
  animation-delay: 10.7s;
}
.cnt-single-post aside:nth-child(51) {
  animation-delay: 10.9s;
}
.cnt-single-post aside:nth-child(52) {
  animation-delay: 11.1s;
}
.cnt-single-post aside:nth-child(53) {
  animation-delay: 11.3s;
}
.cnt-single-post aside:nth-child(54) {
  animation-delay: 11.5s;
}
.cnt-single-post aside:nth-child(55) {
  animation-delay: 11.7s;
}
.cnt-single-post aside:nth-child(56) {
  animation-delay: 11.9s;
}
.cnt-single-post aside:nth-child(57) {
  animation-delay: 12.1s;
}
.cnt-single-post aside:nth-child(58) {
  animation-delay: 12.3s;
}
.cnt-single-post aside:nth-child(59) {
  animation-delay: 12.5s;
}
.cnt-single-post aside:nth-child(60) {
  animation-delay: 12.7s;
}
.cnt-single-post aside:nth-child(61) {
  animation-delay: 12.9s;
}
.cnt-single-post aside:nth-child(62) {
  animation-delay: 13.1s;
}
.cnt-single-post aside:nth-child(63) {
  animation-delay: 13.3s;
}
.cnt-single-post aside:nth-child(64) {
  animation-delay: 13.5s;
}
.cnt-single-post aside:nth-child(65) {
  animation-delay: 13.7s;
}
.cnt-single-post aside:nth-child(66) {
  animation-delay: 13.9s;
}
.cnt-single-post aside:nth-child(67) {
  animation-delay: 14.1s;
}
.cnt-single-post aside:nth-child(68) {
  animation-delay: 14.3s;
}
.cnt-single-post aside:nth-child(69) {
  animation-delay: 14.5s;
}
.cnt-single-post aside:nth-child(70) {
  animation-delay: 14.7s;
}
.cnt-single-post aside:nth-child(71) {
  animation-delay: 14.9s;
}
.cnt-single-post aside:nth-child(72) {
  animation-delay: 15.1s;
}
.cnt-single-post aside:nth-child(73) {
  animation-delay: 15.3s;
}
.cnt-single-post aside:nth-child(74) {
  animation-delay: 15.5s;
}
.cnt-single-post aside:nth-child(75) {
  animation-delay: 15.7s;
}
.cnt-single-post aside:nth-child(76) {
  animation-delay: 15.9s;
}
.cnt-single-post aside:nth-child(77) {
  animation-delay: 16.1s;
}
.cnt-single-post aside:nth-child(78) {
  animation-delay: 16.3s;
}
.cnt-single-post aside:nth-child(79) {
  animation-delay: 16.5s;
}
.cnt-single-post aside:nth-child(80) {
  animation-delay: 16.7s;
}
.cnt-single-post aside:nth-child(81) {
  animation-delay: 16.9s;
}
.cnt-single-post aside:nth-child(82) {
  animation-delay: 17.1s;
}
.cnt-single-post aside:nth-child(83) {
  animation-delay: 17.3s;
}
.cnt-single-post aside:nth-child(84) {
  animation-delay: 17.5s;
}
.cnt-single-post aside:nth-child(85) {
  animation-delay: 17.7s;
}
.cnt-single-post aside:nth-child(86) {
  animation-delay: 17.9s;
}
.cnt-single-post aside:nth-child(87) {
  animation-delay: 18.1s;
}
.cnt-single-post aside:nth-child(88) {
  animation-delay: 18.3s;
}
.cnt-single-post aside:nth-child(89) {
  animation-delay: 18.5s;
}
.cnt-single-post aside:nth-child(90) {
  animation-delay: 18.7s;
}
.cnt-single-post aside:nth-child(91) {
  animation-delay: 18.9s;
}
.cnt-single-post aside:nth-child(92) {
  animation-delay: 19.1s;
}
.cnt-single-post aside:nth-child(93) {
  animation-delay: 19.3s;
}
.cnt-single-post aside:nth-child(94) {
  animation-delay: 19.5s;
}
.cnt-single-post aside:nth-child(95) {
  animation-delay: 19.7s;
}
.cnt-single-post aside:nth-child(96) {
  animation-delay: 19.9s;
}
.cnt-single-post aside:nth-child(97) {
  animation-delay: 20.1s;
}
.cnt-single-post aside:nth-child(98) {
  animation-delay: 20.3s;
}
.cnt-single-post aside:nth-child(99) {
  animation-delay: 20.5s;
}
.cnt-single-post aside:nth-child(100) {
  animation-delay: 20.7s;
}

.cnt-hero {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100vh;
  max-height: 100vh;
  --heroAfterHeigh: 100%;
}
.cnt-hero::after {
  content: "";
  position: absolute;
  width: 50%;
  height: var(--heroAfterHeigh);
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  backdrop-filter: blur(2px);
}
.cnt-hero .swiper {
  position: relative;
  border-radius: 1rem;
  min-height: 100vh;
  max-height: 100vh;
}
.cnt-hero .swiper .swiper-wrapper {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1000px) {
  .cnt-hero .swiper {
    border-radius: 0;
  }
}
.cnt-hero__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.cnt-hero__content {
  position: absolute;
  z-index: 10;
  padding-inline: 1.3rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (min-width: 1200px) {
  .cnt-hero__content {
    max-height: 60rem;
  }
}
.cnt-hero__content h1 {
  margin-top: 1.7rem;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1200px) {
  .cnt-hero__content h1 {
    font-size: 2.4rem;
  }
}
.cnt-hero__content h2 {
  margin-top: 1.5rem;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1200px) {
  .cnt-hero__content h2 {
    font-size: 6rem;
    letter-spacing: 1.67px;
  }
}
.cnt-hero__content h3 {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1200px) {
  .cnt-hero__content h3 {
    font-size: 4.8rem;
  }
}
.cnt-hero__content .hero-controls {
  position: relative;
  z-index: 999;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1.6rem;
}
.cnt-hero__content .hero-controls__circle {
  min-width: 6.8rem;
  min-height: 6.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0.2rem solid #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.cnt-hero__content .hero-controls__circle svg {
  fill: #fff;
}
.cnt-hero__content .hero-controls__prev, .cnt-hero__content .hero-controls__next {
  display: none;
}
@media (min-width: 1000px) {
  .cnt-hero__content .hero-controls__prev, .cnt-hero__content .hero-controls__next {
    display: block;
    position: relative;
    min-width: 5.3rem;
  }
  .cnt-hero__content .hero-controls__prev span, .cnt-hero__content .hero-controls__next span {
    position: absolute;
    top: -1.2rem;
  }
}
@media (min-width: 1000px) and (min-width: 1200px) {
  .cnt-hero__content .hero-controls__prev, .cnt-hero__content .hero-controls__next {
    transform: translateY(8rem);
  }
}
.cnt-hero__content .hero-controls__prev span {
  left: 2rem;
}
.cnt-hero__content .hero-controls__next span {
  right: 3rem;
}
.cnt-hero__content .hero-controls hr {
  width: 10rem;
  height: 0.2rem;
  border: none;
  border: 0.1rem solid #fff;
}
@media (min-width: 1000px) {
  .cnt-hero__content .hero-controls hr {
    width: 100%;
  }
}
.cnt-hero__content .hero-controls hr:nth-of-type(1) {
  margin-right: 1.6rem;
  margin-left: auto;
}
.cnt-hero__content .hero-controls hr:nth-of-type(2) {
  margin-left: 1.6rem;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .cnt-hero__content .hero-controls hr {
    max-width: 41rem;
  }
}
.cnt-hero__content .hero-weather {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cnt-hero__content .hero-weather span {
  margin-top: 0.6rem;
}
.cnt-hero__content .hero-weather .row {
  display: flex;
  gap: 1.2rem;
  margin-top: 3.4rem;
}
.cnt-hero__content .hero-weather .row p {
  max-width: 12rem;
}
.cnt-hero__content .hero-scroll-more {
  margin-top: 4.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cnt-hero__content .hero-scroll-more img {
  transform-origin: center;
  animation: arrowMove 1.5s ease-in-out infinite;
  opacity: 0.6;
}
.cnt-hero__content .hero-scroll-more img:nth-child(2) {
  opacity: 1;
  animation-delay: 0s;
  margin-top: 4rem;
}
@media (min-width: 1200px) {
  .cnt-hero__content .hero-scroll-more img:nth-child(2) {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .cnt-hero__content .hero-scroll-more {
    margin-top: 12rem;
  }
}
.cnt-hero__images {
  max-width: 78%;
  width: 100%;
  margin: 0 auto;
  transform: translate(0.5rem, -6rem);
  display: flex;
  overflow: hidden;
  gap: 1.2rem;
  z-index: -1;
}
@media (min-width: 1000px) {
  .cnt-hero__images {
    transform: translate(0.5rem, -3.5rem);
    max-width: 83%;
  }
}
@media (min-width: 1200px) {
  .cnt-hero__images {
    gap: 3rem;
  }
}
.cnt-hero__images figure {
  width: 100%;
  height: 9rem;
  overflow: hidden;
}
.cnt-hero__images figure:nth-child(1), .cnt-hero__images figure:nth-child(2) {
  display: none;
}
@media (min-width: 1000px) {
  .cnt-hero__images figure {
    width: 100%;
    height: 18.6rem;
  }
}
@media (min-width: 1200px) {
  .cnt-hero__images figure:nth-child(2) {
    display: block;
  }
}
@media (min-width: 1400px) {
  .cnt-hero__images figure:nth-child(1) {
    display: block;
  }
}
.cnt-hero__images figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.cnt-hero-text-an {
  position: absolute;
}
.cnt-hero-text-an img {
  width: 5rem;
}
@media (min-width: 1200px) {
  .cnt-hero-text-an img {
    width: 100%;
  }
}
.cnt-hero-text-an.l {
  left: 0;
  opacity: 0;
  top: 0;
}
@media (min-width: 1000px) {
  .cnt-hero-text-an.l {
    left: 3rem;
    bottom: 10rem;
  }
}
.cnt-hero-text-an.r {
  opacity: 0;
  right: -1rem;
  top: -15%;
}
@media (min-width: 1000px) {
  .cnt-hero-text-an.r {
    right: 0;
  }
}

#datepicker,
#cnt-room-guest-picker,
.booking_checkbox,
#cnt-cookies-toggle,
#cnt-facilities-activities-more,
#cnt-popup-book-close,
#cnt-popup-book-toggle,
#cnt-date-picker-toggle,
#header-menu,
#special-offers-toggle,
#contacts-toggle,
#share-toggle,
#header-language {
  display: none;
}

#share-toggle:checked ~ .cnt-popup-share .cnt-popup-share__content {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
#share-toggle:checked ~ .cnt-popup-share::after {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
#share-toggle:not(:checked) ~ .cnt-popup-share .cnt-popup-share__content {
  opacity: 0;
  left: 150vw;
  transition: opacity 0.3s ease-in, left 0s 0.3s;
}
#share-toggle:not(:checked) ~ .cnt-popup-share::after {
  opacity: 0;
  left: 150vw;
  transition: opacity 0.3s ease-in, left 0s 0.3s;
}

#header-menu:checked ~ .header-menu span:nth-of-type(1) {
  transform: translateY(0.6rem) rotate(45deg);
}
#header-menu:checked ~ .header-menu span:nth-of-type(2) {
  opacity: 0;
}
#header-menu:checked ~ .header-menu span:nth-of-type(3) {
  transform: translateY(-0.6rem) rotate(-45deg);
}
#header-menu:checked ~ .navbar {
  opacity: 1;
  transition: opacity 0.3s ease-in, transform 1s ease;
  transform: scale(1, 1);
}
@keyframes fadeInText {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 0.08;
    transform: translateY(0);
  }
}
@keyframes fadeInImage {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 4.45%;
    transform: translateY(0);
  }
}
#header-menu:checked ~ .navbar .anchor-text {
  animation: fadeInText 0.4s ease-in-out 0.8s forwards;
}
#header-menu:checked ~ .navbar .anchor-img {
  animation: fadeInImage 0.4s ease-in-out 0.8s forwards;
}
#header-menu:checked ~ .navbar .navbar-links {
  opacity: 1;
}
#header-menu:checked ~ .navbar .navbar-links li {
  opacity: 0;
  animation: fadeInUp 0.4s ease-in-out both;
  animation-delay: 0.8s;
}
#header-menu:checked ~ .navbar .navbar-socials,
#header-menu:checked ~ .navbar .navbar-contact {
  opacity: 0;
  animation: fadeInUp 0.4s ease-in-out both;
  animation-delay: 0.8s;
}
#header-menu:not(:checked) ~ .navbar {
  left: 150vw;
  transform: scale(1, 0);
  transition: transform 1s ease 0.2s, left 0s 2s;
}

#special-offers-toggle:checked ~ .cnt-popup-special__content {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
#special-offers-toggle:not(:checked) ~ .cnt-popup-special__content {
  opacity: 0;
  left: 150vw;
  transition: opacity 0.3s ease-in, left 0s 0.3s;
}

#contacts-toggle:checked ~ .cnt-popup-contact .cnt-popup-contact__content .inner {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
#contacts-toggle:checked ~ .cnt-popup-contact .cnt-popup-contact__content::after {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
#contacts-toggle:not(:checked) ~ .cnt-popup-contact .cnt-popup-contact__content .inner {
  opacity: 0;
  left: 150vw;
  transition: opacity 0.3s ease-in, left 1s 1s;
}
#contacts-toggle:not(:checked) ~ .cnt-popup-contact .cnt-popup-contact__content::after {
  opacity: 0;
  left: 150vw;
  transition: opacity 0.3s ease-in, left 0s 0.3s;
}

#cnt-cookies-toggle:checked ~ .cnt-popup-cookies__content {
  display: none;
}
#cnt-cookies-toggle:checked ~ label {
  display: none;
}

#cnt-facilities-activities-more:checked ~ label span:nth-child(2) {
  display: block;
}
#cnt-facilities-activities-more:checked ~ label span:nth-child(1) {
  display: none;
}
#cnt-facilities-activities-more:checked ~ label svg {
  transform: rotate(180deg);
}
#cnt-facilities-activities-more:checked ~ ul li {
  display: flex;
  opacity: 1;
}

.booking_checkbox:checked {
  top: initial !important;
  bottom: 10rem !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  appearance: none;
}
.booking_popup .booking_popup_cont > *
{
  animation: fadeUpLow 0.5s ease forwards;
}

.booking_checkbox:checked + .booking_popup .booking_popup_cont {
  opacity: 1;
  transition: opacity 0.3s ease-in, transform 1s ease;
  transform: scale(1, 1);
}

.booking_popup_cont {
  top: 8rem;
  height: 68%;
}
@media (min-width: 1200px) {
  .booking_popup_cont {
    top: 25%;
    width: 65%;
    min-width: 90rem;
    height: 50%;
    min-height: 52rem;
  }

  /*.booking_checkbox:checked + .booking_popup .booking_popup_cont {
    transform: translate(0, -50%) scale(1, 1);
  }*/
}

.booking_checkbox:checked + .booking_popup .booking_popup_cont > * {
  --delay: 0s;
  opacity: 0;
  animation: op 0.8s ease-in-out both;
  animation-delay: var(--delay);
}

.booking_checkbox:checked + .booking_popup .booking_popup_cont > *:nth-child(1) {
  --delay: 0.3s;
}

.booking_checkbox:checked + .booking_popup .booking_popup_cont > *:nth-child(2) {
  --delay: 0.5s;
}

.booking_checkbox:checked + .booking_popup .booking_popup_cont > *:nth-child(3) {
  --delay: 0.7s;
}

.booking_checkbox:checked + .booking_popup .booking_popup_cont > *:nth-child(4) {
  --delay: 0.9s;
}

.booking_checkbox + .booking_popup {
  debug: 2;
}

.booking_checkbox:checked + .booking_popup {
  debug: 0;
}

.booking_checkbox:not(:checked) + .booking_popup {
  debug: 1;
}

.booking_checkbox:checked + .booking_popup::after {
  transition: background-color 0.5s ease-in;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateX(0);
  z-index: -1;
}
.booking_checkbox:not(:checked) + .booking_popup .booking_popup_cont {
  left: 150vw;
  transform: scale(1, 0);
  transition: transform 1s ease 0.4s, left 0s 2s;
}
.booking_checkbox:not(:checked) + .booking_popup::after {
  transition: background-color 0.5s ease-in 0s, transform 0s 0.5s;
}

.header {
  max-width: 100%;
  background-color: #fff;
  position: fixed;
  left: 1.2rem;
  right: 1.2rem;
  top: 1.2rem;
  z-index: 25;
  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  display: flex;
  align-items: center;
  transition: top 0.2s ease-in;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}
.header--scroll {
  top: 0.5rem;
}
@media (min-width: 1200px) {
  .header {
    left: 5.7rem;
    right: 5.7rem;
  }
}
.header-left {
  display: flex;
}
@media (min-width: 1200px) {
  .header-left {
    min-width: 35rem;
  }
}
.header-contacts .hide {
  display: none;
}
@media (min-width: 1200px) {
  .header-contacts .hide {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .header-contacts .contacts-label {
    position: fixed;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #162b51;
    height: 6rem;
    width: 6rem;
    border-radius: 1rem;
    left: 1.2rem;
    bottom: 8rem;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  }
  .header-contacts .contacts-label span {
    display: none;
  }
  .header-contacts .contacts-label svg {
    fill: #fff;
    width: 3rem;
    height: 3rem;
  }
  .header-contacts .contacts-label svg:not(:nth-child(1)) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header-contacts {
    display: flex;
    flex-direction: row;
    margin-right: 0.8rem;
    justify-content: flex-end;
    min-width: 35rem;
  }
  .header-contacts hr {
    border: 0.1rem solid rgba(176, 197, 231, 0.2);
    margin-inline: 0.8rem;
  }
  .header-contacts label,
.header-contacts a {
    background-color: #f4f7fb;
    padding: 0.7rem 1rem;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.1rem;
    margin-left: 0;
    transition: all 0.3s ease !important;
  }
  .header-contacts label svg,
.header-contacts a svg {
    width: 1.7rem;
    height: 1.8rem;
  }
  .header-contacts label:hover,
.header-contacts a:hover {
    background-color: #162b51;
  }
  .header-contacts label:hover svg,
.header-contacts a:hover svg {
    fill: #fff;
  }
  .header-contacts a.mr {
    margin-right: 1rem;
  }
}
.header-link {
  display: none;
}
@media (max-width: 1200px) {
  .header-link.special-offers {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #162b51;
    height: 6rem;
    width: 6rem;
    border-radius: 1rem;
    right: 1.2rem;
    bottom: 8rem;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  }
  .header-link.special-offers span {
    display: none;
  }
  .header-link.special-offers svg {
    fill: #fff;
    width: 3rem;
    height: 3rem;
  }
}
@media (min-width: 1200px) {
  .header-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1rem;
    border-radius: 0.4rem;
    background-color: #f4f7fb;
    gap: 1.1rem;
    margin-right: 0;
    margin-left: 1.9rem;
  }
  .header-link span {
    display: block;
  }
  .header-link svg {
    width: 1.7rem;
    height: 1.8rem;
  }
  .header-link:hover {
    background-color: #162b51;
    color: #fff;
  }
  .header-link:hover svg {
    fill: #fff;
  }
}
.header-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-width: 6rem;
  min-height: 6rem;
  background-color: #162b51;
  border-radius: 0.6rem;
}
.header-menu span {
  width: 3rem;
  height: 0.2rem;
  background-color: #fff;
  transition: transform 0.3s, opacity 0.3s;
}
.header-menu span:nth-of-type(1) {
  transform: translateY(0) rotate(0);
}
.header-menu span:nth-of-type(2) {
  opacity: 1;
}
.header-menu span:nth-of-type(3) {
  transform: translateY(0) rotate(0);
}
.header-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.header-logo__stars {
  display: flex;
  gap: 0.2rem;
}
.header-logo__image {
  position: absolute;
}
.header-language {
  min-width: 6rem;
  min-height: 6rem;
}
.header-language .wpml-ls-legacy-dropdown-click {
  width: 6rem;
  height: 6rem;
}
.header-language .wpml-ls-legacy-dropdown-click > ul:not(.wpml-ls-sub-menu) {
  width: 6rem;
  height: 6rem;
}
.header-language .wpml-ls-legacy-dropdown-click > ul:not(.wpml-ls-sub-menu) a {
  width: 6rem;
  height: 6rem;
  background-color: #162b51;
  color: #fff;
  border-radius: 0.6rem;
  transition: transform 0.2s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
}
.header-language .wpml-ls-legacy-dropdown-click > ul:not(.wpml-ls-sub-menu) a:focus, .header-language .wpml-ls-legacy-dropdown-click > ul:not(.wpml-ls-sub-menu) a:hover {
  background-color: #162b51;
  color: #fff;
  border: 0;
}
.header-language .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a {
  background-color: #162b51;
  color: #fff;
  border: 0;
}
.header-language .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  content: none;
}
.header-language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  list-style: none;
  padding: 0.2em 0.5em;
  background: #fff;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
  border-radius: 0 0 0.5rem 0.5rem;
  position: absolute;
  top: 5.6rem;
  width: 100%;
  transition: opacity 0.2s ease-in;
  z-index: 1;
  width: 6rem;
  right: 0;
}
.header-language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
  border-radius: 0.5em !important;
  cursor: pointer;
  height: auto !important;
  margin: 0.3em 0;
  padding: 0.7em 0.5em !important;
  width: auto !important;
  background-color: transparent !important;
  color: #162b51 !important;
  font-weight: 600;
}
.header-language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover {
  background-color: #f4f7fb !important;
}

.navbar {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #162b51;
  top: 6.7rem;
  border-radius: 0.5rem;
  padding: 3.5rem 0 4.6rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform-origin: top;
}
.navbar .anchor-img {
  opacity: 4.45%;
  position: absolute;
  opacity: 0;
}
.navbar .anchor-text {
  position: absolute;
  margin-bottom: 5.1rem;
  opacity: 0;
}
@media (min-width: 1200px) {
  .navbar {
    height: calc(100vh - 8.4rem);
    padding-bottom: 15rem;
    left: -4.5rem;
    right: -4.5rem;
  }
}
.navbar-links {
  gap: 2rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  align-content: flex-end;
  height: 100%;
}
@media (min-width: 1200px) {
  .navbar-links {
    margin-top: 20rem;
  }
}
.navbar-links li {
  font-family: "Playfair Display", serif;
  opacity: 0;
  animation: fadeUpLow 0.5s ease forwards;
}
.navbar-links li:hover a {
  font-weight: 500;
  color: #b0c5e7;
}
@media (min-width: 1200px) {
  .navbar-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30rem;
  }
}
.navbar-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.2rem;
  opacity: 0;
  animation: fadeUpLow 0.5s ease forwards;
}
.navbar-socials hr {
  height: 2.7rem;
  border: 0.1rem solid rgba(176, 197, 231, 0.4);
}
.navbar-socials .fb {
  margin-right: 3rem;
}
.navbar-socials .ig {
  margin-right: 1.7rem;
}
.navbar-socials .share {
  margin-left: 1.7rem;
}
.navbar-socials svg {
  fill: #fff;
}
@media (min-width: 1200px) {
  .navbar-socials {
    display: none;
  }
}
.navbar-contact {
  display: none;
}
@media (min-width: 1200px) {
  .navbar-contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    height: 100%;
    opacity: 0;
    animation: fadeUpLow 0.2s ease forwards;
  }
  .navbar-contact hr {
    width: 5.3rem;
    border: 0.1rem solid #fff;
    margin: 1rem 0 2.8rem 0;
  }
  .navbar-contact p:nth-of-type(1) {
    margin-bottom: 2.8rem;
  }
  .navbar-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.1rem;
    margin-top: 1rem;
    margin-right: 2rem;
  }
  .navbar-contact a svg {
    width: 2.2rem;
    height: 2.2rem;
  }
}

.footer {
  background-color: #162b51;
  padding-top: 4.5rem;
  overflow: hidden;
  padding-bottom: 4rem;
  position: relative;
}
.footer .rope-left {
  user-select: none;
  pointer-events: none;
}
.footer .rope-left img {
  height: 40%;
  position: absolute;
  opacity: 0.08;
  left: -8rem;
  top: 0;
}
@media (min-width: 1200px) {
  .footer .rope-left img {
    left: 0;
    height: 100%;
  }
}
.footer .rope-right {
  user-select: none;
  pointer-events: none;
}
.footer .rope-right img {
  position: absolute;
  top: 40%;
  right: -8rem;
  height: 50%;
  opacity: 0.08;
}
@media (min-width: 1200px) {
  .footer .rope-right img {
    top: 0;
    right: 0;
    height: 100%;
  }
}
@media (min-width: 900px) {
  .footer {
    padding-top: 5.9rem;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-bottom: 8rem;
  }
}
.footer-logo {
  width: 25.8rem;
  height: 10rem;
}
.footer-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.footer-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 38.1rem;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.footer-row--xmgap {
  gap: 1.3rem;
}
.footer-row--gap {
  gap: 3.4rem;
}
.footer-row:nth-child(2) {
  padding: 3.3rem 0 5.1rem 0;
}
.footer-row:not(:last-child) {
  border-bottom: 0.1rem solid #3c5881;
}
@media (min-width: 800px) {
  .footer-row {
    max-width: 100%;
  }
  .footer-row:not(:first-child) {
    flex-direction: row;
  }
}
@media (min-width: 1000px) {
  .footer-row:last-child .l,
.footer-row:last-child .r {
    max-width: 36.9rem;
    width: 100%;
    text-align: right;
  }
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 3.3rem 0;
  gap: 1.6rem;
  border-bottom: 0.1rem solid #3c5881;
  max-width: 38.1rem;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
  }
}
.footer .socials {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.footer .socials a {
  min-width: 3.2rem;
  min-height: 3.2rem;
  background-color: rgba(244, 247, 251, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  user-select: none;
}
.footer .socials a svg {
  fill: #fff;
}
.footer .socials a:hover {
  background-color: #fff;
}
.footer .socials a:hover svg {
  fill: #162b51;
}
.footer .links {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 1.6rem;
}
.footer .links li {
  color: rgba(255, 255, 255, 0.5);
}
.footer .links li a,
.footer .links li span {
  color: #f4f7fb;
  font-weight: 500;
  margin-left: 0.2rem;
}
.footer .links li:nth-child(1) {
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.7rem;
}
.footer .links--sm {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (min-width: 1100px) {
  .footer .links--lg {
    width: 100%;
    max-width: 35rem;
  }
}
.footer .location {
  display: flex;
  max-width: 20.9rem;
  gap: 2.5rem;
  min-width: 32rem;
}
.footer .location .maps {
  min-width: 2.5rem;
  min-height: 3.4rem;
}
.footer .location p {
  display: flex;
  flex-direction: column;
  max-width: 13.7rem;
}
.footer .location a {
  margin-top: 1.1rem;
  width: 100%;
  min-width: 16rem;
}
.footer .hotel-reward-image {
  width: 18.2rem;
  height: 18.2rem;
  position: relative;
  margin: 3.6rem 0 2.3rem 0;
}
@media (min-width: 800px) {
  .footer .hotel-reward-image {
    margin: 0;
  }
}
.footer .hotel-reward-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.footer .booking {
  background-color: #003b95;
  display: flex;
  padding: 1.7rem 1.4rem;
  border-radius: 1rem;
  max-width: 32rem;
}
.footer .booking .booking-text {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  justify-content: center;
  padding-right: 2rem;
}

.booking-box {
  border-radius: 1rem 1rem 1rem 0;
  background: linear-gradient(270deg, #006ce3 0%, #0061cc 100%);
  width: 5.8rem;
  height: 5.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: default;
  user-select: none;
}
.booking-box span:nth-child(2) {
  letter-spacing: 0.33px;
}

.booking-box-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.6rem;
  padding-bottom: 2.8rem;
  border-bottom: 0.1rem solid #b0c5e7;
  max-width: 27.8rem;
  margin-inline: auto;
  cursor: default;
  user-select: none;
}
.booking-box-2 .title {
  margin-left: 1rem;
}
.booking-box-2 .box-wrapper {
  max-width: 7.7rem;
  position: relative;
  margin-bottom: 1.7rem;
}
.booking-box-2 .box-wrapper .box {
  border-radius: 1rem 1rem 1rem 0;
  background: linear-gradient(270deg, #006ce3 0%, #0061cc 100%);
  width: 5.8rem;
  height: 5.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.booking-box-2 .box-wrapper .box span:nth-child(2) {
  letter-spacing: 0.33px;
}
.booking-box-2 .box-wrapper .rotate {
  transform: rotate(-90deg);
  position: absolute;
  top: 1.4rem;
  left: 85%;
  transform-origin: bottom;
}
@media (min-width: 1200px) {
  .booking-box-2 {
    min-width: 30rem;
    min-height: 20rem;
    border-bottom: none;
    border-right: 0.1rem solid #b0c5e7;
    margin-top: 5.8rem;
  }
}

.booking-box-3 {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  cursor: default;
  user-select: none;
}
.booking-box-3 .box-outer {
  background-color: #003b95;
  width: 9rem;
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.7rem;
}
.booking-box-3 .box-outer .booking-box {
  width: 7.04rem;
  height: 7.04rem;
}
.booking-box-3 .box-text {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.booking-box-3 .box-text span {
  color: #162b51;
}
.booking-box-3 .box-text span:nth-child(1) {
  font-weight: 700;
  font-size: 2rem;
}
.booking-box-3 .box-text span:nth-child(2) {
  font-weight: 600;
  font-size: 1.8rem;
}

.cnt-loader {
  background-color: #f4f7fb;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 20;
  transform-origin: top;
  transform: scale(1, 1);
  position: fixed;
  animation: hideLoader 1s ease-in-out 2.3s forwards;
}
.cnt-loader p {
  opacity: 0;
  animation: fadeIn 0.8s forwards 2s, hideContent 0.5s ease-in forwards 1.8s;
}
.cnt-loader h6 {
  font-size: 4.123rem;
  line-height: 9.3rem;
  margin: -1.5rem 0 0 0;
  animation: titleScale 1s ease-in-out forwards, hideContent 0.5s ease-in forwards 1.8s;
}
.cnt-loader h6 span {
  font-size: 6rem;
}
@media (min-width: 800px) {
  .cnt-loader h6 {
    font-size: 6.57rem;
  }
  .cnt-loader h6 span {
    font-size: 9.51rem;
  }
}
.cnt-loader__stars img {
  width: 4.2rem;
  height: 4.2rem;
  opacity: 0;
  animation: fadeIn 0.8s forwards, hideContent 0.5s ease-in forwards 1.8s;
}
.cnt-loader__stars img:nth-child(1) {
  animation: fadeIn 0.8s forwards 1s, hideContent 0.5s ease-in forwards 1.8s;
}
.cnt-loader__stars img:nth-child(2) {
  animation: fadeIn 0.8s forwards 1.2s, hideContent 0.5s ease-in forwards 1.8s;
}
.cnt-loader__stars img:nth-child(3) {
  animation: fadeIn 0.8s forwards 1.4s, hideContent 0.5s ease-in forwards 1.8s;
}
.cnt-loader__stars img:nth-child(4) {
  animation: fadeIn 0.8s forwards 1.6s, hideContent 0.5s ease-in forwards 1.8s;
}
.cnt-loader__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: hideContent 0.5s ease-in forwards 1.8s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes titleScale {
  0% {
    transform: scale(0.5);
  }
  80% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hideLoader {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1, 0);
  }
}
@keyframes hideContent {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.cnt-hero {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100vh;
  max-height: 100vh;
  --heroAfterHeigh: 100%;
}
@media (min-width: 1000px) {
  .cnt-hero::after {
    content: "";
    position: absolute;
    width: 50%;
    height: var(--heroAfterHeigh);
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
    backdrop-filter: blur(2px);
  }
}
.cnt-hero .swiper {
  position: relative;
  border-radius: 1rem;
  min-height: 100vh;
  max-height: 100vh;
}
.cnt-hero .swiper .swiper-wrapper {
  width: 100vw;
  height: 100vh;
}
@media (min-width: 1000px) {
  .cnt-hero .swiper {
    border-radius: 0;
  }
}
.cnt-hero__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.cnt-hero__content {
  position: absolute;
  z-index: 10;
  padding-inline: 1.3rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (min-width: 1200px) {
  .cnt-hero__content {
    max-height: 60rem;
  }
}
.cnt-hero__content h1 {
  margin-top: 1.7rem;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 1.8rem;
}
@media (min-width: 800px) {
  .cnt-hero__content h1 {
    font-size: 2.4rem;
  }
}
.cnt-hero__content h2 {
  margin-top: 1.5rem;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 2rem;
}
@media (min-width: 500px) {
  .cnt-hero__content h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 800px) {
  .cnt-hero__content h2 {
    font-size: 6rem;
    letter-spacing: 1.67px;
  }
}
.cnt-hero__content h3 {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 3.2rem;
}
@media (min-width: 800px) {
  .cnt-hero__content h3 {
    font-size: 4.8rem;
  }
}
.cnt-hero__content .hero-controls {
  position: relative;
  z-index: 999;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1.6rem;
}
.cnt-hero__content .hero-controls__circle {
  min-width: 6.8rem;
  min-height: 6.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0.2rem solid #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.cnt-hero__content .hero-controls__circle svg {
  fill: #fff;
}
.cnt-hero__content .hero-controls__prev, .cnt-hero__content .hero-controls__next {
  display: none;
}
@media (min-width: 1000px) {
  .cnt-hero__content .hero-controls__prev, .cnt-hero__content .hero-controls__next {
    display: block;
    position: relative;
    min-width: 5.3rem;
  }
  .cnt-hero__content .hero-controls__prev span, .cnt-hero__content .hero-controls__next span {
    position: absolute;
    top: -1.2rem;
  }
}
@media (min-width: 1000px) and (min-width: 1200px) {
  .cnt-hero__content .hero-controls__prev, .cnt-hero__content .hero-controls__next {
    transform: translateY(8rem);
  }
}
.cnt-hero__content .hero-controls__prev span {
  left: 2rem;
}
.cnt-hero__content .hero-controls__next span {
  right: 3rem;
}
.cnt-hero__content .hero-controls hr {
  width: 10rem;
  height: 0.2rem;
  border: none;
  border: 0.1rem solid #fff;
}
@media (min-width: 1000px) {
  .cnt-hero__content .hero-controls hr {
    width: 100%;
  }
}
.cnt-hero__content .hero-controls hr:nth-of-type(1) {
  margin-right: 1.6rem;
  margin-left: auto;
}
.cnt-hero__content .hero-controls hr:nth-of-type(2) {
  margin-left: 1.6rem;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .cnt-hero__content .hero-controls hr {
    max-width: 41rem;
  }
}
.cnt-hero__content .hero-weather {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cnt-hero__content .hero-weather span {
  margin-top: 0.6rem;
}
.cnt-hero__content .hero-weather .row {
  display: flex;
  gap: 1.2rem;
  margin-top: 3.4rem;
}
.cnt-hero__content .hero-weather .row p {
  max-width: 12rem;
}
.cnt-hero__content .hero-scroll-more {
  margin-top: 4.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cnt-hero__content .hero-scroll-more img {
  transform-origin: center;
  animation: arrowMove 1.5s ease-in-out infinite;
  opacity: 0.6;
}
.cnt-hero__content .hero-scroll-more img:nth-child(2) {
  opacity: 1;
  animation-delay: 0s;
  margin-top: 4rem;
}
@media (min-width: 1200px) {
  .cnt-hero__content .hero-scroll-more img:nth-child(2) {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .cnt-hero__content .hero-scroll-more {
    margin-top: 12rem;
  }
}
.cnt-hero__images {
  max-width: 78%;
  width: 100%;
  margin: 0 auto;
  transform: translate(0.5rem, -4rem);
  display: flex;
  overflow: hidden;
  gap: 1.2rem;
  z-index: -1;
}
@media (min-width: 1000px) {
  .cnt-hero__images {
    transform: translate(0.5rem, -3.5rem);
    max-width: 83%;
  }
}
@media (min-width: 1200px) {
  .cnt-hero__images {
    gap: 3rem;
  }
}
.cnt-hero__images figure {
  width: 100%;
  height: 9rem;
  overflow: hidden;
}
.cnt-hero__images figure:nth-child(1), .cnt-hero__images figure:nth-child(2) {
  display: none;
}
@media (min-width: 1000px) {
  .cnt-hero__images figure {
    width: 100%;
    height: 18.6rem;
  }
}
@media (min-width: 1200px) {
  .cnt-hero__images figure:nth-child(2) {
    display: block;
  }
}
@media (min-width: 1400px) {
  .cnt-hero__images figure:nth-child(1) {
    display: block;
  }
}
.cnt-hero__images figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.cnt-hero-text-an {
  position: absolute;
}
.cnt-hero-text-an img {
  width: 5rem;
}
@media (min-width: 1200px) {
  .cnt-hero-text-an img {
    width: 100%;
  }
}
.cnt-hero-text-an.l {
  left: 0;
  opacity: 0;
  top: 0;
}
@media (min-width: 1000px) {
  .cnt-hero-text-an.l {
    left: 3rem;
    bottom: 10rem;
  }
}
.cnt-hero-text-an.r {
  opacity: 0;
  right: -1rem;
  top: -15%;
}
@media (min-width: 1000px) {
  .cnt-hero-text-an.r {
    right: 0;
  }
}

.cnt-single-post {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
}
.cnt-single-post article h1,
.cnt-single-post article h2,
.cnt-single-post article h3,
.cnt-single-post article h3,
.cnt-single-post article h5,
.cnt-single-post article h6 {
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
}
.cnt-single-post article h2 {
  font-size: 2.8rem;
}
.cnt-single-post article h3 {
  font-size: 2.2rem;
}
.cnt-single-post article h4 {
  font-size: 2rem;
}
.cnt-single-post article h5 {
  font-size: 1.8rem;
}
.cnt-single-post article h6 {
  font-size: 1.6rem;
}
.cnt-single-post article ol {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  opacity: 0.6;
  font-size: 1.3rem;
}
.cnt-single-post article ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 0 2rem 4rem;
}
.cnt-single-post article ul li {
  position: relative;
  padding-left: 1.8rem;
  font-style: italic;
}
.cnt-single-post article ul li::before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #8dacdb;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.cnt-single-post article p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #000;
  margin-bottom: 1.2rem;
}
.cnt-single-post article figure {
  position: relative;
  width: 100%;
  height: 45rem;
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 1.2rem;
}
.cnt-single-post article figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.cnt-single-post article div {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin-bottom: 2rem;
}
.cnt-single-post article div figure {
  width: 50%;
  height: 35rem;
}
.cnt-single-post article div figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.cnt-single-post article table {
  border-collapse: collapse;
  width: 100%;
  margin: 2rem 0;
}
.cnt-single-post article table tr {
  transition: all 0.3s ease !important;
}
.cnt-single-post article table th,
.cnt-single-post article table td {
  padding: 8px;
  text-align: left;
}
.cnt-single-post article table th {
  background-color: #3c5881;
  color: #fff;
}
.cnt-single-post article table tr:nth-child(even) {
  background-color: #ceddf5;
}
.cnt-single-post article table tr:hover {
  opacity: 0.8;
}
.cnt-single-post .cnt-post-aside {
  width: 100%;
  background-color: #f4f7fb;
  border-radius: 1rem;
  padding: 2rem 1.2rem;
  margin-bottom: 2rem;
  height: max-content;
}
.cnt-single-post .cnt-post-aside__title {
  font-weight: 600;
  font-size: 1.8rem;
}
.cnt-single-post .cnt-post-aside__more {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 1.5rem;
}
.cnt-single-post .cnt-post-aside__more .more-item {
  display: flex;
  width: 100%;
}
.cnt-single-post .cnt-post-aside__more .more-item a {
  transition: all 0.3s ease !important;
}
.cnt-single-post .cnt-post-aside__more .more-item a:hover {
  opacity: 0.6;
}
.cnt-single-post .cnt-post-aside__more .more-item .more-item-text {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cnt-single-post .cnt-post-aside__more .more-item .more-item-text__title {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cnt-single-post .cnt-post-aside__more .more-item .more-item-text__date {
  opacity: 0.8;
  font-size: 1.3rem;
}
.cnt-single-post .cnt-post-aside__more .more-item figure {
  min-width: 9rem;
  min-height: 9rem;
  overflow: hidden;
  border-radius: 1rem;
}
.cnt-single-post .cnt-post-aside__more .more-item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .cnt-single-post {
    flex-direction: row;
  }
  .cnt-single-post article {
    max-width: 800px;
  }
  .cnt-single-post .cnt-post-aside {
    margin-left: 2rem;
    max-width: 39.8rem;
  }
}

.cnt-top10 .shell--xm {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cnt-top10 .shell--xm .cnt-top10__desc {
  max-width: 94rem;
  margin: 0 auto 3rem auto;
}
.cnt-top10 .shell--xm .cnt-top10-row {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
}
.cnt-top10 .shell--xm .cnt-top10-row figure {
  min-width: 30rem;
  min-height: 30rem;
}
.cnt-top10 .shell--xm .cnt-top10-row figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .cnt-top10 .shell--xm .cnt-top10-row p {
    line-height: 3.2rem;
  }
}
@media (min-width: 800px) {
  .cnt-top10 .shell--xm .cnt-top10-row {
    flex-direction: row;
  }
  .cnt-top10 .shell--xm .cnt-top10-row figure {
    min-width: 40rem;
    min-height: 40rem;
  }
}
.cnt-top10 .shell--xm h4 {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.4rem;
}
@media (min-width: 1200px) {
  .cnt-top10 .shell--xm h4 {
    font-size: 4.8rem;
    letter-spacing: 1.5px;
  }
}

.popups {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}
.popups .popups-inner {
  position: relative;
}

.close-cta,
#cnt-date-picker-toggle:checked,
#cnt-room-guest-picker:checked,
.booking_checkbox:checked {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  width: 3.8rem;
  height: 3.8rem;
  background-color: #fff;
  position: absolute;
  cursor: pointer;
  transition: all 0.3s ease !important;
  right: 2.4rem;
  top: 9rem;
}
.close-cta::before,
#cnt-date-picker-toggle:checked::before,
#cnt-room-guest-picker:checked::before,
.close-cta::after,
#cnt-date-picker-toggle:checked::after,
#cnt-room-guest-picker:checked::after,
.booking_checkbox:checked::before,
.booking_checkbox:checked::after {
  transition: all 0.3s ease !important;
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 1.5rem;
  background-color: #162b51;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.close-cta::before,
#cnt-date-picker-toggle:checked::before,
#cnt-room-guest-picker:checked::before,
.booking_checkbox:checked::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-cta::after,
#cnt-date-picker-toggle:checked::after,
#cnt-room-guest-picker:checked::after,
.booking_checkbox:checked::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 1200px) {
  .close-cta,
  #cnt-date-picker-toggle:checked,
  #cnt-room-guest-picker:checked,
  .booking_checkbox:checked {
    right: -5rem;
    top: -3.8rem;
  }
}

.close-cta:hover,
#cnt-date-picker-toggle:hover:checked,
#cnt-room-guest-picker:hover:checked,
.booking_checkbox:hover:checked {
  background-color: #8dacdb;
}
.close-cta:hover::before,
#cnt-date-picker-toggle:hover:checked::before,
#cnt-room-guest-picker:hover:checked::before,
.close-cta:hover::after,
#cnt-date-picker-toggle:hover:checked::after,
#cnt-room-guest-picker:hover:checked::after,
.booking_checkbox:hover:checked::before,
.booking_checkbox:hover:checked::after {
  background-color: #fff;
}

.cnt-phone-fixed {
  display: none;
}
@media (min-width: 1200px) {
  .cnt-phone-fixed {
    position: fixed;
    bottom: 10rem;
    right: 5.7rem;
    background-color: #8dacdb;
    width: 6rem;
    height: 6rem;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
  }
  .cnt-phone-fixed:hover {
    background-color: rgba(141, 172, 219, 0.8);
  }
  .cnt-phone-fixed svg {
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
    fill: #fff;
    min-width: 3rem;
    min-height: 3rem;
  }
  .cnt-phone-fixed--scroll {
    right: 1.2rem;
  }
}

.popup-overlay-js {
  position: fixed;
  background-color: transparent;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: -999;
  transform: translateX(-150vw);
  transition: background-color 0.5s ease-in 0s, transform 0s 0.6s, z-index 0s 0.6s;
}
.popup-overlay-js.show {
  transition: background-color 0.5s ease-in;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateX(0);
  z-index: 5;
}

.cnt-booking-alert {
  position: fixed;
  height: 5rem;
  background-color: rgb(253, 237, 237);
  left: 50%;
  transform: translate(-50%, -25vw);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-inline: 1.2rem;
  transition: transform 0.3s ease-in-out;
  top: 10rem;
  display: none;
}
.cnt-booking-alert svg {
  width: 2rem;
  height: 2rem;
  fill: #d32f2f;
}
.cnt-booking-alert span {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  color: rgb(95, 33, 32);
}
.cnt-booking-alert span:nth-of-type(1) {
  font-weight: 600;
}
.cnt-booking-alert.show {
  transform: translate(-50%, 0);
  transition: transform 1s ease-in-out;
}

.cnt-popup-contact {
  position: absolute;
  bottom: 8rem;
  z-index: 25;
}
.cnt-popup-contact input[type=checkbox] {
  display: none;
}
@media (min-width: 1200px) {
  .cnt-popup-contact h4 {
    font-size: 4rem;
  }
}
.cnt-popup-contact .contact-cta {
  text-transform: capitalize;
}
.cnt-popup-contact .close-cta, .cnt-popup-contact #cnt-date-picker-toggle:checked, .cnt-popup-contact #cnt-room-guest-picker:checked {
  top: -6rem;
  right: 0;
}
@media (min-width: 1200px) {
  .cnt-popup-contact .close-cta, .cnt-popup-contact #cnt-date-picker-toggle:checked, .cnt-popup-contact #cnt-room-guest-picker:checked {
    right: -5rem;
    top: -3.8rem;
  }
}
@media (min-width: 1200px) {
  .cnt-popup-contact__content::after {
    content: "";
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
  }
}
.cnt-popup-contact__content .inner {
  position: fixed;
  background-color: #f4f7fb;
  width: calc(100% - 3.6rem);
  border: 0.6rem solid #b0c5e7;
  border-radius: 1rem;
  padding: 2.3rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.2rem;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .cnt-popup-contact__content .inner {
    width: auto;
    padding-inline: 6.5rem;
  }
}
.cnt-popup-contact__content .inner .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cnt-popup-contact__content .inner .contact-cta {
  background-color: #fff;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  border: 0.1rem solid transparent;
  padding: 1.1rem 0;
  min-width: 25rem;
}
.cnt-popup-contact__content .inner .contact-cta:hover {
  border-color: #8dacdb;
}
.cnt-popup-contact__content .inner .contact-cta svg {
  fill: #000;
  width: 2.03rem;
  height: 2.03rem;
}
@media (min-width: 800px) {
  .cnt-popup-contact__content .inner .contact-cta svg {
    width: 2.6rem;
    height: 2.6rem;
  }
}

.cnt-popup-special {
  position: absolute;
  bottom: 8rem;
  right: 0;
  z-index: 25;
}
.cnt-popup-special input[type=checkbox] {
  display: none;
}
.cnt-popup-special .close-cta,
.cnt-popup-special #cnt-date-picker-toggle:checked,
.cnt-popup-special #cnt-room-guest-picker:checked {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 3.8rem;
  height: 3.8rem;
  background-color: #fff;
  position: absolute;
  top: -6rem;
  right: 0;
}
.cnt-popup-special
.close-cta::before,
.cnt-popup-special #cnt-date-picker-toggle:checked::before,
.cnt-popup-special #cnt-room-guest-picker:checked::before,
.cnt-popup-special .close-cta::after,
.cnt-popup-special #cnt-date-picker-toggle:checked::after,
.cnt-popup-special #cnt-room-guest-picker:checked::after {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 1.5rem;
  background-color: #162b51;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cnt-popup-special .close-cta::before,
.cnt-popup-special #cnt-date-picker-toggle:checked::before,
.cnt-popup-special #cnt-room-guest-picker:checked::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.cnt-popup-special .close-cta::after,
.cnt-popup-special #cnt-date-picker-toggle:checked::after,
.cnt-popup-special #cnt-room-guest-picker:checked::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 1200px) {
  .cnt-popup-special .close-cta,
  .cnt-popup-special #cnt-date-picker-toggle:checked,
  .cnt-popup-special #cnt-room-guest-picker:checked {
    right: -5rem;
    top: -3.8rem;
  }
}
.cnt-popup-special__content {
  position: fixed;
  background-color: #f4f7fb;
  width: calc(100% - 2.4rem);
  border: 0.6rem solid #b0c5e7;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -1.5rem;
}
.cnt-popup-special__content .special-image {
  position: relative;
  width: 70%;
  height: 17.2rem;
  overflow: hidden;
}
.cnt-popup-special__content .special-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.cnt-popup-special__content .special-text {
  display: flex;
  flex-direction: column;
  padding: 1.3rem 1.2rem 0.7rem 1.5rem;
  width: 100%;
}
.cnt-popup-special__content .special-text span {
  opacity: 0.5;
}
.cnt-popup-special__content .special-text a {
  margin-top: 0.8rem;
}
@media (min-width: 800px) {
  .cnt-popup-special__content {
    width: 100%;
    max-width: 50rem;
  }
}
@media (min-width: 1200px) {
  .cnt-popup-special__content {
    bottom: 10rem;
    left: 5.7rem;
    transform: none;
    z-index: 999;
  }
}

.cnt-popup-book {
  position: absolute;
  bottom: 0.7rem;
  z-index: 20;
  left: 1.2rem;
  right: 1.2rem;
  transition: all 0.3s ease !important;
}
@media (min-width: 1200px) {
  .cnt-popup-book {
    margin: 0 auto;
    background-color: #f4f7fb;
    padding: 0.6rem 1rem;
    border-radius: 0.5rem;
    display: flex;
    left: 5.7rem;
    right: 5.7rem;
  }
}
@media (min-width: 1600px) {
  .cnt-popup-book {
    padding: 0.6rem 13.7rem;
  }
}
.cnt-popup-book label.book-btn {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1200px) {
  .cnt-popup-book label.book-btn {
    box-shadow: none;
  }
}
.cnt-popup-book label.book-btn p:nth-child(2) {
  display: none;
}
@media (min-width: 1200px) {
  .cnt-popup-book label.book-btn {
    display: none;
  }
}
.cnt-popup-book .book-cta {
  display: flex;
  height: 6.5rem;
  font-size: 1.6rem;
}
.cnt-popup-book .book-cta:hover {
  opacity: 0.9;
}
@media (max-width: 1200px) {
  .cnt-popup-book #cnt-popup-book-toggle:checked ~ label.book-btn p:nth-child(1) {
    display: none;
  }
  .cnt-popup-book #cnt-popup-book-toggle:checked ~ label.book-btn p:nth-child(2) {
    display: block;
  }
  .cnt-popup-book #cnt-popup-book-toggle:checked ~ .cnt-popup-book__content {
    opacity: 1;
    transition: opacity 0.3s ease-in;
  }
  .cnt-popup-book #cnt-popup-book-toggle:checked ~ .cnt-popup-book__content .row .main-close-cta {
    opacity: 1;
    user-select: all;
    pointer-events: all;
  }
  .cnt-popup-book #cnt-popup-book-toggle:not(:checked) ~ .cnt-popup-book__content {
    opacity: 0;
    left: 150vw;
    transition: opacity 0.3s ease-in, left 1s 1s;
  }
  .cnt-popup-book #cnt-popup-book-toggle:not(:checked) ~ .cnt-popup-book__content .row .main-close-cta {
    opacity: 0;
  }
}
.cnt-popup-book__content {
  background-color: #f4f7fb;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10rem 2.5rem 0 2.5rem;
  padding-top: 10rem;
  z-index: -1;
}
.cnt-popup-book__content .row {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cnt-popup-book__content .row .main-close-cta {
  position: absolute;
  right: 0;
  top: -1rem;
  opacity: 0;
  pointer-events: none;
  user-select: none;
}
@media (min-width: 1200px) {
  .cnt-popup-book__content .hide {
    display: none;
  }
}
.cnt-popup-book__content .select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  width: 100%;
  padding: 1rem 1.7rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #d6d6d6;
}
.cnt-popup-book__content .select p {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.cnt-popup-book__content .select p span:nth-child(2) {
  text-transform: capitalize;
}
.cnt-popup-book__content .select,
.cnt-popup-book__content .btn {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .cnt-popup-book__content .select,
.cnt-popup-book__content .btn {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .cnt-popup-book__content {
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 5;
    padding: 0;
    opacity: 1;
    max-height: 7.3rem;
    width: 100%;
    gap: 1rem;
    justify-content: space-between;
  }
  .cnt-popup-book__content .select {
    height: 100%;
    width: 100%;
  }
  .cnt-popup-book__content .select p span:nth-child(2) {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .cnt-popup-book__content .select--wider {
    width: 140% !important;
  }
  .cnt-popup-book__content .select:nth-of-type(1) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .cnt-popup-book--scroll {
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.202509);
  }
}

.cnt-popup-share {
  position: relative;
}
.cnt-popup-share::after {
  content: "";
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
}
.cnt-popup-share input[type=checkbox] {
  display: none;
}
.cnt-popup-share__content {
  position: fixed;
  background-color: #f4f7fb;
  border: 0.6rem solid #b0c5e7;
  border-radius: 1rem;
  padding: 2.3rem 5.8rem 2.6rem 5.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 5;
}
@media (min-width: 1200px) {
  .cnt-popup-share__content h4 {
    font-size: 4rem;
  }
}
.cnt-popup-share__content .icons {
  margin-top: 1.2rem;
  display: flex;
  gap: 1rem;
}
.cnt-popup-share__content .icons .share-cta {
  background-color: #fff;
  border-radius: 0.5rem;
  height: 4.5rem;
  width: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cnt-popup-share__content .icons .share-cta svg {
  width: 2.03rem;
  height: 2.03rem;
  fill: #162b51;
}
.cnt-popup-share__content .icons .share-cta svg.i-google-plus-com, .cnt-popup-share__content .icons .share-cta svg.i-rss-duotone, .cnt-popup-share__content .icons .share-cta svg.i-email-1 {
  fill: transparent;
  stroke: #162b51;
}
.cnt-popup-share__content .icons .share-cta:hover {
  background-color: #162b51;
}
.cnt-popup-share__content .icons .share-cta:hover svg {
  fill: #fff;
}
.cnt-popup-share__content .icons .share-cta:hover svg.i-google-plus-com, .cnt-popup-share__content .icons .share-cta:hover svg.i-rss-duotone, .cnt-popup-share__content .icons .share-cta:hover svg.i-email-1 {
  fill: transparent;
  stroke: #fff;
}
.cnt-popup-share__content .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1.2rem;
}

.cnt-popup-cookies {
  position: fixed;
  width: 33rem;
  z-index: 999;
  bottom: 0;
  display: none;
}

.cnt-popup-cookies.show {
  display: block;
}

.cnt-popup-cookies .close-cta, .cnt-popup-cookies #cnt-date-picker-toggle:checked, .cnt-popup-cookies #cnt-room-guest-picker:checked {
  z-index: 999;
  top: -5rem;
  right: -4rem;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cnt-popup-cookies .close-cta, .cnt-popup-cookies #cnt-date-picker-toggle:checked, .cnt-popup-cookies #cnt-room-guest-picker:checked {
    right: -9.7rem;
  }
}
.cnt-popup-cookies__content {
  background-color: #162b51;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  width: 33.3rem;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  color: #fff;
  border: 0.7rem solid #b0c5e7;
}
.cnt-popup-cookies__content h4 {
  margin: 0 0 1.2rem 0;
}
.cnt-popup-cookies__content p span {
  text-decoration: underline;
}
.cnt-popup-cookies__content .checkbox {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.cnt-popup-cookies__content .checkbox:nth-of-type(1) {
  margin-top: 2rem;
}
.cnt-popup-cookies__content .checkbox input,
.cnt-popup-cookies__content .checkbox label {
  cursor: pointer;
}
.cnt-popup-cookies__content .checkbox input {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  display: inline-block;
  position: relative;
  transition: background-color 0.2s ease-in;
}
.cnt-popup-cookies__content .checkbox input:before {
  transform: rotate(45deg) translate(-0.15rem, -0.15rem) scaleX(0);
  transition: transform 200ms ease-in 200ms;
}
.cnt-popup-cookies__content .checkbox input::after {
  width: 1.5rem;
  transform: rotate(-45deg) translateY(0.6rem) scaleX(0);
  transform-origin: left center;
  transition: transform 200ms ease-in;
}
.cnt-popup-cookies__content .checkbox input:before, .cnt-popup-cookies__content .checkbox input:after {
  content: "";
  position: absolute;
  background: #162b51;
  width: 0.9rem;
  height: 0.3rem;
  top: 50%;
  left: 10%;
  transform-origin: left center;
}
.cnt-popup-cookies__content .checkbox input:checked {
  background-color: #8dacdb;
}
.cnt-popup-cookies__content .checkbox input:checked::before {
  transform: rotate(45deg) translate(-0.15rem, -0.15rem) scaleX(1);
  transition: transform 200ms ease-in;
}
.cnt-popup-cookies__content .checkbox input:checked::after {
  width: 1.5rem;
  transform: rotate(-45deg) translateY(0.6rem) scaleX(1);
  transition: transform 200ms ease-out 200ms;
}
@media (min-width: 1200px) {
  .cnt-popup-cookies__content {
    left: 5.7rem;
    bottom: 0.7rem;
  }
}
.cnt-popup-cookies__buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 0.8rem;
}
.cnt-popup-cookies__buttons button {
  border-radius: 0.5rem;
  border: 0.1rem solid #fff;
  min-width: 13.2rem;
  height: 4rem;
}
.cnt-popup-cookies__buttons button:nth-of-type(1) {
  background-color: #fff;
}
.cnt-popup-cookies__buttons button:nth-of-type(2) {
  background-color: transparent;
}

.cnt-popup-room-guest::after {
  content: "";
  position: fixed;
  background-color: transparent;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: -999;
  transform: translateX(-150vw);
  transition: background-color 0.5s ease-in 0s, transform 0s 0.6s, z-index 0s 0.6s;
}
@media (min-width: 1200px) {
  .cnt-popup-room-guest::after {
    content: none;
  }
}

.cnt-popup-room-guest__content {
  padding: 3rem 3.7rem 6rem 3.7rem;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  z-index: 20;
  left: 1.6rem;
  right: 1.6rem;
  transform-origin: top;
  border-radius: 1rem;
  background-color: #fff;
}

@media (max-width: 900px) {
  .cnt-popup-room-guest__content {
    padding: 1rem 3.7rem 6rem 3.7rem;
    justify-content: flex-start;
    gap: 1rem;
  }
}

.cnt-popup-room-guest__content .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1.2rem;
  animation: fadeUpLow 0.5s ease forwards;
}
.cnt-popup-room-guest__content h4 {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 1rem 0 0.5rem 0;
}
@media (min-width: 1024px) {
  .cnt-popup-room-guest__content h4 {
    font-size: 3.6rem;
    font-weight: 100;
  }
}

label.btn-primary.btn.btn-lg.pointer.to_children {
  display: none;
  color: white;
  padding: 1rem;
  width: fit-content;
  text-transform: uppercase;
  font-weight: 600;
  --delay: 0s;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, 0) !important;
}

label.btn-primary.btn.btn-lg.pointer.to_children.show {
  left: 50%;
  display: flex;
}

.no_children.hidden {
  display: none;
}

.cnt-popup-children .booking_popup_cont {
  overflow: auto;
}

.booking_popup_cont .fields-wrapper {
  display: flex;
  justify-content: center;
  gap: 3rem 8rem;
  flex-wrap: wrap;
}
@media (max-height: 900px) {
  .booking_popup_cont .fields-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 1.5rem 8rem;
  }
  .cnt-popup-room-guest__content .fields-wrapper .field:nth-of-type(1) {
    width: auto !important;
  }
}
.cnt-popup-room-guest__content .fields-wrapper .field {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: max-content;
}
.cnt-popup-room-guest__content .fields-wrapper .field:nth-of-type(1) {
  width: 100%;
}
.cnt-popup-room-guest__content .fields-wrapper .field-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  margin-top: 2.5rem;
}

@media (max-height: 900px) {
  .cnt-popup-room-guest__content .fields-wrapper .field-inner {
    margin-top: 1rem;
  }
}

.cnt-popup-room-guest__content .fields-wrapper .field-inner span {
  font-size: 3rem;
  font-weight: 500;
  min-width: 2.1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .cnt-popup-room-guest__content .fields-wrapper .field-inner span {
    font-size: 6rem;
    min-width: 4.1rem;
  }
}
.cnt-popup-room-guest__content .fields-wrapper .field-inner div:nth-child(1), .cnt-popup-room-guest__content .fields-wrapper .field-inner div:nth-child(3) {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8dacdb;
  border: 0.1rem solid #9b9b9b;
}
@media (min-width: 1024px) {
  .cnt-popup-room-guest__content .fields-wrapper .field-inner div:nth-child(1), .cnt-popup-room-guest__content .fields-wrapper .field-inner div:nth-child(3) {
    font-size: 5rem;
  }
}
/*.cnt-popup-room-guest__content .fields-wrapper,
.cnt-popup-room-guest__content .logo,
.cnt-popup-room-guest__content h4 {
  opacity: 0;
  animation: fadeUpLow 0.5s ease forwards;
}*/
@media (min-width: 1200px) {
  .cnt-popup-room-guest__content {
    position: fixed;
    padding-top: 1rem;
    border: 0.5rem solid #8dacdb;
    margin: 0 auto;
  }
}

.cnt-booking-rating {
  position: fixed;
  left: 0;
  top: 10rem;
  background-color: #003b95;
  user-select: none;
  cursor: default;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0.7rem 0.7rem 0.7rem 1.4rem;
  border-radius: 0 0.5rem 0.5rem 0;
  transition: all 0.3s ease !important;
}
@media (min-width: 1200px) {
  .cnt-booking-rating {
    top: initial;
    bottom: 10rem;
    padding: 0.7rem 0.7rem 0.7rem 3rem;
    flex-direction: row;
  }
}
.cnt-booking-rating svg {
  transition: transform 0.2s ease-in;
  position: absolute;
  right: -2rem;
}
@media (min-width: 1200px) {
  .cnt-booking-rating svg {
    position: initial;
    right: initial;
  }
}
.cnt-booking-rating .rating {
  position: relative;
}
.cnt-booking-rating .rating .rotate {
  transform: rotate(-90deg);
  transform-origin: left;
  position: absolute;
  right: -53%;
  bottom: 0rem;
}
.cnt-booking-rating .rating .rating-box {
  background: linear-gradient(270deg, #006ce3 0%, #0061cc 100%);
  border-radius: 0.674rem;
  width: 3.84rem;
  height: 3.84rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .cnt-booking-rating .rating {
    margin-left: 3rem;
  }
}
.cnt-booking-rating .rating-hover {
  max-width: 0;
  max-height: 0;
  opacity: 0;
  transition: opacity 1s;
}
.cnt-booking-rating .rating-hover p,
.cnt-booking-rating .rating-hover span {
  opacity: 0;
}
.cnt-booking-rating .rating-hover p {
  margin-bottom: 0.3rem;
}
.cnt-booking-rating:hover .rating-hover {
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
  padding-right: 1rem;
}
.cnt-booking-rating:hover .rating-hover p,
.cnt-booking-rating:hover .rating-hover span {
  opacity: 1;
}
@media (min-width: 1200px) {
  .cnt-booking-rating:hover .rating-hover {
    margin-left: 3rem;
    padding-right: 0.5rem;
  }
}
.cnt-booking-rating:hover svg {
  transform: rotate(-180deg);
}
@media (min-width: 1200px) {
  .cnt-booking-rating--scroll {
    bottom: 9rem;
  }
}

.cnt-about {
  margin-bottom: 7.1rem;
}
.cnt-about h4 {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.4rem;
}
.cnt-about h4 span span {
  font-size: 4rem;
}
@media (min-width: 1200px) {
  .cnt-about h4 span span {
    font-size: 6.8rem;
  }
}
.cnt-about h4 .italic {
  text-transform: lowercase;
}
@media (min-width: 1200px) {
  .cnt-about h4 {
    font-size: 4.8rem;
    letter-spacing: 1.5px;
  }
}
@media (min-width: 1200px) {
  .cnt-about p {
    max-width: 94.3rem;
    margin: 0 auto;
    line-height: 3.2rem;
  }
}
.cnt-about-decoration img {
  position: absolute;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  user-select: none;
  pointer-events: none;
}

.cnt-date-picker::after {
  content: "";
  position: fixed;
  background-color: transparent;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: -999;
  transform: translateX(-150vw);
  transition: background-color 0.5s ease-in 0s, transform 0s 0.6s, z-index 0s 0.6s;
}
@media (min-width: 1200px) {
  .cnt-date-picker::after {
    content: none;
  }
}

.cnt-date-picker__content {
  background-color: #fff;
  border-radius: 1rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  z-index: 20;
  left: 1.6rem;
  right: 1.6rem;
  transform-origin: top;
}
.cnt-date-picker__content .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1.2rem;
}
.cnt-date-picker__content .easepick-wrapper,
.cnt-date-picker__content .reset-calendar,
.cnt-date-picker__content .logo {
  opacity: 0;
  animation: fadeUpLow 0.5s ease forwards;
}
@media (min-width: 1000px) {
  .cnt-date-picker__content {
    position: fixed;
    padding-top: 1rem;
    border: 0.5rem solid #8dacdb;
    margin: 0 auto;
  }
}

.cnt-header--l-r {
  margin: 1.1rem 0 2.5rem 0;
}
@media (min-width: 800px) {
  .cnt-header--l-r {
    margin-bottom: 7.1rem;
  }
}
@media (min-width: 1200px) {
  .cnt-header--l-r {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-left: 9rem;
  }
}
@media (max-width: 1402px) {
  .cnt-header--l-r {
    padding: 0 2.4rem;
  }
}
.cnt-header--l-r .l h3 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .cnt-header--l-r .l {
    width: 50%;
  }
  .cnt-header--l-r .l h3 {
    line-height: 5.8rem;
    letter-spacing: 1.5px;
    font-size: 4.8rem;
    font-weight: 400;
  }
}
.cnt-header--l-r .r {
  margin-top: 2.5rem;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .cnt-header--l-r .r {
    width: 47%;
    margin-left: auto;
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0px;
  }
}
.cnt-header--single {
  max-width: 70rem;
  margin: 0 auto;
}
.cnt-header--single span {
  color: #8dacdb;
}
@media (min-width: 1200px) {
  .cnt-header--single {
    font-size: 4.8rem;
    line-height: 5.8rem;
    letter-spacing: 1.5px;
  }
}

.cnt-accommodation {
  margin-top: 3.7rem;
}
@media (max-width: 1200px) {
  .cnt-accommodation {
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  .cnt-accommodation {
    margin-top: 7.1rem;
  }
}
.cnt-accommodation .cnt-header--l-r {
  padding-right: 9rem;
}
.cnt-accommodation-carousel figure {
  transform-origin: left;
}

.cnt-apartments {
  margin-top: 3.7rem;
}
@media (max-width: 1200px) {
  .cnt-apartments {
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  .cnt-apartments {
    margin-top: 7.1rem;
  }
}
@media (max-width: 1402px) {
  .cnt-apartments .cnt-header--l-r {
    padding: 0 2.4rem;
  }
}
.cnt-apartments .cnt-carousel-controls {
  min-width: 18.9rem;
  height: 5rem;
  right: unset !important;
  top: 0;
  left: 2.3rem;
}
@media (min-width: 1200px) {
  .cnt-apartments .cnt-carousel-controls {
    top: unset;
    left: unset;
    right: 0 !important;
  }
}

.cnt-facilities-activities {
  margin-bottom: 6.8rem;
}
.cnt-facilities-activities__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 4.5rem;
  row-gap: 3.7rem;
  max-height: 41.6rem;
  overflow-y: scroll;
}
.cnt-facilities-activities__content li {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 2.5rem;
  height: 100%;
}
.cnt-facilities-activities__content li svg {
  fill: #8dacdb;
  min-width: 5.1rem;
  min-height: 4.1rem;
}
.cnt-facilities-activities__content li svg.no-fill {
  fill: none;
}
.cnt-facilities-activities__content li p {
  display: flex;
  flex-direction: column;
}
.cnt-facilities-activities__content li p span:nth-child(1) {
  margin-bottom: 1rem;
}
.cnt-facilities-activities__content li p span:nth-child(2) {
  max-width: 26rem;
}
.cnt-facilities-activities__content li:nth-child(-n+4) {
  display: flex;
}
@media (min-width: 600px) {
  .cnt-facilities-activities__content {
    overflow: initial;
    max-height: initial;
    display: grid;
    place-items: center;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .cnt-facilities-activities__content li {
    max-width: 33.6rem;
  }
}
@media (min-width: 1000px) {
  .cnt-facilities-activities__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .cnt-facilities-activities__content {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 7.5rem;
  }
}
@media (min-width: 600px) {
  .cnt-facilities-activities__content.hide-elements li:nth-child(n+3) {
    display: none;
  }
}
@media (min-width: 1000px) {
  .cnt-facilities-activities__content.hide-elements li:nth-child(n+3) {
    display: flex;
  }
  .cnt-facilities-activities__content.hide-elements li:nth-child(n+4) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .cnt-facilities-activities__content.hide-elements li:nth-child(n+4) {
    display: flex;
  }
  .cnt-facilities-activities__content.hide-elements li:nth-child(n+5) {
    display: none;
  }
}
.cnt-facilities-activities .see-more {
  display: none;
}
@media (min-width: 600px) {
  .cnt-facilities-activities .see-more {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 3.8rem;
  }
  .cnt-facilities-activities .see-more svg {
    transition: all 0.3s ease !important;
  }
  .cnt-facilities-activities .see-more span:nth-child(2) {
    display: none;
  }
}

.index .cnt-facilities-activities,
.special-offer .cnt-facilities-activities {
  margin-top: 11.5rem;
}

.cnt-carousel .carousel-slide {
  position: relative;
  width: 100%;
  height: 38rem;
  overflow: hidden;
  display: flex;
}
.cnt-carousel .carousel-slide .main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .cnt-carousel .carousel-slide {
    width: 45%;
    min-height: 80rem;
    height: 100%;
    max-height: 100vh;
  }
}
.cnt-carousel .carousel-slide.reverse {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1200px) {
  .cnt-carousel .carousel-slide.reverse {
    flex-direction: row-reverse;
  }
}
.cnt-carousel .carousel-slide__controls {
  position: absolute;
  padding: 1.3rem 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  right: 0;
  bottom: 0;
}
.cnt-carousel .carousel-slide__controls p {
  font-size: 2.4rem;
}
.cnt-carousel .carousel-slide__controls img {
  width: 2rem;
  height: 1.6rem;
}
@media (min-width: 1200px) {
  .cnt-carousel .carousel-slide {
    display: flex;
  }
}

.cnt-carousel-left__content {
  padding: 2.9rem 2.4rem;
  background-color: #f4f7fb;
  height: 100%;
}
.cnt-carousel-left__content__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  margin-top: 1.8rem;
}
.cnt-carousel-left__content__icons p {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.cnt-carousel-left__content__icons p svg {
  fill: #5a7b7d;
  min-width: 2rem;
  min-height: 2rem;
  margin-right: 0.7rem;
}
@media (min-width: 1200px) {
  .cnt-carousel-left__content__icons p svg {
    min-width: 2.9rem;
    min-height: 2.9rem;
  }
}
.cnt-carousel-left__content__icons p span {
  display: flex;
  min-width: 5rem;
  font-size: 1.12rem;
  align-self: center;
  line-height: 2rem;
}
@media (min-width: 1200px) {
  .cnt-carousel-left__content__icons p span {
    font-size: 1.536rem;
  }
}
.cnt-carousel-left__content__icons p:not(:nth-child(1))::before {
  content: "";
  height: 2rem;
  width: 1px;
  background-color: #b0c5e7;
  margin-right: 1.8rem;
}
.cnt-carousel-left__content__buttons {
  display: flex;
  gap: 1.5rem;
  margin: 1.8rem 0 4.6rem 0;
}
.cnt-carousel-left__content__buttons a {
  border: 0.1rem solid #162b51;
  border-radius: 0.526rem;
  color: #162b51;
  width: 100%;
  transition: all 0.3s ease !important;
  max-width: 18.1rem;
  max-height: 3.8rem;
  font-weight: 600;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.cnt-carousel-left__content__buttons a:hover {
  background-color: #162b51;
  color: #fff;
}
@media (min-width: 1200px) {
  .cnt-carousel-left__content__buttons {
    margin: 2.7rem 0 3.8rem 0;
  }
}
.cnt-carousel-left__content__room-info {
  display: flex;
  flex-direction: column;
  gap: 2.235rem;
}
.cnt-carousel-left__content__room-info li {
  width: 100%;
  position: relative;
}
.cnt-carousel-left__content__room-info .toggle-content__label {
  font-size: 2.4rem;
  cursor: pointer;
  user-select: none;
  color: #8dacdb;
  width: 100%;
  width: max-content;
  text-transform: unset;
}
.cnt-carousel-left__content__room-info .toggle-content__label span {
  margin-right: 0.5rem;
  text-transform: uppercase;
}
@media (min-width: 1400px) {
  .cnt-carousel-left__content__room-info .toggle-content__label::after {
    transition: all 0.3s ease !important;
    content: "";
    position: absolute;
    height: 0.6rem;
    width: 9rem;
    background-color: #fff;
    z-index: 5;
    top: 2rem;
    right: -9rem;
    opacity: 0;
  }
  .cnt-carousel-left__content__room-info .toggle-content__label::before {
    transition: all 0.3s ease !important;
    content: "";
    position: absolute;
    height: 0.6rem;
    width: 9rem;
    background-color: #8dacdb;
    z-index: 5;
    top: 2rem;
    opacity: 0;
    right: 0;
  }
}
.cnt-carousel-left__content__room-info .toggle-content__label span {
  transition: all 0.3s ease !important;
  opacity: 0.6;
}
@media (min-width: 800px) {
  .cnt-carousel-left__content__room-info .toggle-content__label {
    font-size: 3rem;
  }
}
.cnt-carousel-left__content__room-info li input[type=checkbox] {
  display: none;
}
.cnt-carousel-left__content__room-info li input[type=checkbox]:checked ~ .toggle-content {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.42, 0, 0.58, 1) 0.2s, max-height 1s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  max-height: 100rem;
  z-index: 0;
  transform: translateX(0);
}
.cnt-carousel-left__content__room-info li input[type=checkbox]:checked ~ label span {
  opacity: 1;
}
.cnt-carousel-left__content__room-info li input[type=checkbox]:checked ~ label::after, .cnt-carousel-left__content__room-info li input[type=checkbox]:checked ~ label::before {
  opacity: 1;
}
.cnt-carousel-left__content__room-info li input[type=checkbox]:not(:checked) ~ .toggle-content {
  transition: opacity 0.5s cubic-bezier(0.42, 0, 0.58, 1) 0.2s, max-height 1s cubic-bezier(0.42, 0, 0.58, 1) 0s, transform 0s 1s;
  max-height: 0;
  opacity: 0;
  z-index: -1;
  transform: translateX(-150vw);
}
@media (min-width: 1450px) {
  .cnt-carousel-left__content__room-info {
    gap: 3.3rem;
    font-size: 3rem;
    letter-spacing: 0.17px;
    line-height: 4.6rem;
  }
}
@media (min-width: 1200px) {
  .cnt-carousel-left__content {
    padding: 3.8rem 3rem 1.1rem 3rem;
    padding-right: 0;
    flex: 1;
  }
}
@media (min-width: 1450px) {
  .cnt-carousel-left__content {
    padding: 5.8rem 5rem 4.1rem 11rem;
    padding-right: 0;
    flex: 1;
  }
}

.cnt-carousel-row {
  display: flex;
  flex-direction: column;
}
.cnt-carousel-row .carousel-slide {
  border-radius: 0 0.5rem 0.5rem 0;
}
.cnt-carousel-row.reverse {
  flex-direction: column-reverse;
}
.cnt-carousel-row.reverse .carousel-slide {
  border-radius: 0.5rem 0 0 0.5rem;
}
@media (min-width: 1200px) {
  .cnt-carousel-row.reverse {
    flex-direction: row-reverse;
  }
  .cnt-carousel-row.reverse .toggle-content__label::after {
    transition: all 0.3s ease !important;
    content: "";
    position: absolute;
    height: 0.6rem;
    width: 9rem;
    background-color: #fff;
    z-index: 5;
    top: 0rem;
    left: -12rem;
    opacity: 0;
  }
  .cnt-carousel-row.reverse .toggle-content__label::before {
    transition: all 0.3s ease !important;
    content: "";
    position: absolute;
    height: 0.6rem;
    width: 9rem;
    background-color: #8dacdb;
    z-index: 5;
    top: 0rem;
    opacity: 0;
    left: -3rem;
  }
}
@media (min-width: 1500px) {
  .cnt-carousel-row.reverse .toggle-content__label::after {
    top: 2rem;
    left: -20rem;
    opacity: 0;
  }
  .cnt-carousel-row.reverse .toggle-content__label::before {
    top: 2rem;
    opacity: 0;
    left: -11rem;
  }
}
.cnt-carousel-row .cnt-carousel-left {
  width: 100%;
}
.cnt-carousel-row .cnt-carousel {
  width: 100%;
}
@media (min-width: 1200px) {
  .cnt-carousel-row {
    flex-direction: row;
  }
  .cnt-carousel-row .cnt-carousel-left {
    width: 53%;
  }
  .cnt-carousel-row .cnt-carousel {
    width: 47%;
  }
}

.cnt-carousel-controls {
  position: absolute;
  padding: 0 2.2rem;
  background-color: #f4f7fb;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  z-index: 5;
  right: 0;
  bottom: 0;
}
.cnt-carousel-controls .slide-count {
  font-size: 3.4rem;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
}
.cnt-carousel-controls .slide-count span.slide-count-current {
  font-size: 3.6rem;
  font-weight: 500;
}
.cnt-carousel-controls .slide-count .slide-count-length {
  font-size: 2.4rem;
}
.cnt-carousel-controls img {
  width: 2rem;
  height: 1.6rem;
}
.cnt-carousel-controls--arrows-only {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.6rem;
}

.cnt-carousel-arrow {
  position: absolute;
  background-color: #f4f7fb;
  width: 6.5rem;
  height: 5rem;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.cnt-carousel-arrow.prev {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cnt-carousel-arrow.next {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.cnt-carousel-outside-arrows {
  position: relative;
  margin: 2.8rem 0 2.8rem 0;
}
@media (min-width: 1200px) {
  .cnt-carousel-outside-arrows {
    margin: 0 0 2.8rem 0;
    align-self: flex-end;
    margin-left: 85%;
    max-width: max-content;
  }
}

.prev,
.next {
  transition: opacity 0.3s ease;
}
.prev path,
.next path {
  fill: #6e6259;
}
.prev:hover,
.next:hover {
  opacity: 0.6;
}

.hero-controls svg path {
  fill: #fff;
}

.next {
  transform: rotate(180deg);
}

.image-overlay.js {
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
}
.image-overlay.js.blue {
  background: #f4f7fb;
}

.cnt-gourmet {
  padding-top: 20rem;
  overflow: hidden;
}
.cnt-gourmet .shell {
  position: relative;
}
.cnt-gourmet .shell::before {
  content: "";
  position: absolute;
  height: 68.7rem;
  background-color: #f4f7fb;
  width: 100vw;
  z-index: -1;
  left: 0;
  top: 2.4rem;
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
}
@media (min-width: 1200px) {
  .cnt-gourmet .shell::before {
    top: 6rem;
  }
}
.cnt-gourmet .out-image {
  position: absolute;
  top: 7rem;
  right: 2.4rem;
  width: 17.6rem;
  height: 11.4rem;
}
.cnt-gourmet .out-image img {
  border-radius: 0.5rem;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .cnt-gourmet .out-image {
    width: 41rem;
    height: 26.5rem;
    right: 15rem;
  }
}
.cnt-gourmet-content__text {
  margin: 2.3rem 0 4.7rem 0;
  display: flex;
  margin-top: 2.3rem;
  flex-direction: column;
}
.cnt-gourmet-content__text p {
  margin-top: 2.7rem;
}
@media (min-width: 1200px) {
  .cnt-gourmet-content__text {
    max-width: 51.9rem;
    margin-top: 8rem;
  }
}
.cnt-gourmet-content__cards {
  display: flex;
  flex-direction: column;
  gap: 4.3rem;
}
.cnt-gourmet-content__cards .gourmet-card {
  text-align: center;
}
.cnt-gourmet-content__cards .gourmet-card__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 47.8rem;
}
.cnt-gourmet-content__cards .gourmet-card__image .main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.cnt-gourmet-content__cards .gourmet-card__image .logo {
  position: absolute;
  left: 0.6rem;
  bottom: 0.9rem;
}
@media (min-width: 850px) {
  .cnt-gourmet-content__cards .gourmet-card__image {
    width: 37.9rem;
  }
}
@media (min-width: 1200px) {
  .cnt-gourmet-content__cards .gourmet-card__image {
    width: 27.9rem;
    height: 60rem;
  }
}
@media (min-width: 1450px) {
  .cnt-gourmet-content__cards .gourmet-card__image {
    width: 47.5rem;
  }
}
.cnt-gourmet-content__cards .gourmet-card p {
  margin: 2.4rem 0 1rem 0;
}
@media (min-width: 1024px) {
  .cnt-gourmet-content__cards .gourmet-card p {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .cnt-gourmet-content__cards .gourmet-card span {
    font-size: 1.8rem;
  }
}
@media (min-width: 700px) {
  .cnt-gourmet-content__cards {
    flex-direction: row;
    gap: 6rem;
  }
}
@media (min-width: 1200px) {
  .cnt-gourmet-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 3rem;
    margin-top: 5.5rem;
  }
}

.cnt-pool {
  margin-top: 7.1rem;
  position: relative;
}
.cnt-pool.nojs .cnt-pool-carousel__controls {
  display: none;
}
@media (min-width: 1200px) {
  .cnt-pool-title.rotate div, .cnt-pool-title.rotate_2 div {
    flex-direction: row;
  }
  .cnt-pool-title.rotate div h3, .cnt-pool-title.rotate_2 div h3 {
    align-items: unset;
  }
  .cnt-pool-title.rotate div h3 span:nth-child(1), .cnt-pool-title.rotate_2 div h3 span:nth-child(1) {
    text-align: right;
  }
  .cnt-pool-title.rotate div h3 span:nth-child(2), .cnt-pool-title.rotate_2 div h3 span:nth-child(2) {
    text-align: right;
    white-space: nowrap;
    font-size: 7rem;
  }
  .cnt-pool-title.rotate div p, .cnt-pool-title.rotate_2 div p {
    transform: rotate(-90deg);
    transform-origin: bottom;
    max-width: 18.1rem;
    margin: -4rem 0 0 3.5rem;
  }
}
@media (min-width: 1380px) {
  .cnt-pool-title.rotate div h3 span:nth-child(2), .cnt-pool-title.rotate_2 div h3 span:nth-child(2) {
    font-size: 9rem;
  }
}
@media (min-width: 1400px) {
  .cnt-pool-title.rotate div p, .cnt-pool-title.rotate_2 div p {
    min-width: 18rem;
    max-width: 18rem;
  }
}
@media (min-width: 1580px) {
  .cnt-pool-title.rotate div h3 span:nth-child(2), .cnt-pool-title.rotate_2 div h3 span:nth-child(2) {
    font-size: 10rem;
  }
}
@media (min-width: 1650px) {
  .cnt-pool-title.rotate div h3 span:nth-child(2), .cnt-pool-title.rotate_2 div h3 span:nth-child(2) {
    font-size: 11rem;
  }
}
@media (min-width: 1400px) {
  .cnt-pool-title.rotate + .cnt-pool-title__image img, .cnt-pool-title.rotate_2 + .cnt-pool-title__image img {
    min-width: 37rem;
    height: 20.6rem;
  }
}
@media (min-width: 1200px) {
  .cnt-pool-title.rotate_2 div h3 span:nth-child(2) {
    font-size: 6rem;
  }
  .cnt-pool-title.rotate_2 div p {
    transform: rotate(-90deg);
    transform-origin: bottom;
    max-width: 18.1rem;
    margin: -4rem 0 0 3.5rem;
    min-width: 18rem;
  }
}
@media (min-width: 1380px) {
  .cnt-pool-title.rotate_2 div h3 span:nth-child(2) {
    font-size: 7rem;
  }
}
@media (min-width: 1400px) {
  .cnt-pool-title.rotate_2 div p {
    min-width: 18rem;
    max-width: 18rem;
  }
}
@media (min-width: 1580px) {
  .cnt-pool-title.rotate_2 div h3 span:nth-child(2) {
    font-size: 8rem;
  }
}
@media (min-width: 1650px) {
  .cnt-pool-title.rotate_2 div h3 span:nth-child(2) {
    font-size: 9rem;
  }
}
.cnt-pool-title div {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-bottom: 3.2rem;
}
.cnt-pool-title div h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: max-content;
  margin-left: 1.8rem;
  align-items: flex-start;
}
.cnt-pool-title div h3 span:nth-child(1) {
  font-size: 1.9rem;
  letter-spacing: 0.76px;
}
.cnt-pool-title div h3 span:nth-child(2) {
  font-size: 4.8rem;
  font-weight: 400;
}
.cnt-pool-title div p {
  max-width: 30rem;
  align-self: flex-start;
  text-align: left;
  margin-left: 2rem;
}
.cnt-pool-title__image {
  margin-bottom: 1.4rem;
  position: relative;
  min-width: 24.3rem;
  max-width: 24.3rem;
  height: 14rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.cnt-pool-title__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
@media (min-width: 1400px) {
  .cnt-pool-title__image {
    min-width: 41rem;
    height: 23.6rem;
  }
}
@media (min-width: 1200px) {
  .cnt-pool-title {
    display: flex;
    margin-bottom: 4.6rem;
  }
  .cnt-pool-title div {
    max-width: initial;
    margin-left: initial;
    width: 100%;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cnt-pool-title div h3 span:nth-child(1) {
    font-size: 4.8rem;
  }
  .cnt-pool-title div h3 span:nth-child(2) {
    font-size: 12rem;
    margin-top: -2rem;
  }
}
.cnt-pool-carousel {
  user-select: none;
}
.cnt-pool-carousel__slide {
  position: relative;
  width: 100%;
  height: 40.4rem;
  overflow: hidden;
  border-radius: 0.6rem;
}
.cnt-pool-carousel__slide .slide-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .cnt-pool-carousel__slide {
    height: 80.6rem;
  }
}
.cnt-pool-desc {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 1200px) {
  .cnt-pool-desc {
    margin-top: 5.4rem;
    flex-direction: row;
    gap: 12rem;
  }
  .cnt-pool-desc p {
    font-size: 1.8rem;
    line-height: 3.2rem;
    width: 50%;
  }
}
.cnt-pool::before {
  content: "";
  position: absolute;
  height: 46.2rem;
  background-color: #f4f7fb;
  width: 100vw;
  z-index: -1;
  left: 0;
  top: 26rem;
}
@media (min-width: 1200px) {
  .cnt-pool::before {
    top: 16.5rem;
    left: 0;
    height: 85rem;
  }
}

.cnt-reviews {
  margin-top: 7.1rem;
  padding-bottom: 7.2rem;
}
.cnt-reviews.nojs .cnt-carousel-outside-arrows {
  display: none;
}
.cnt-reviews.nojs .swiper {
  overflow-x: scroll;
}
.cnt-reviews.nojs .swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: visible;
  gap: 3rem;
}
.cnt-reviews.nojs .swiper-slide {
  max-width: 32rem;
  min-height: 25rem;
}
@media (min-width: 1200px) {
  .cnt-reviews .shell {
    display: flex;
    flex-direction: row;
    margin-top: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .cnt-reviews h2 {
    font-size: 4.8rem;
    line-height: 5.8rem;
    letter-spacing: 1.5px;
  }
}
.cnt-reviews-carousel {
  margin-top: 2.8rem;
}
.cnt-reviews-carousel-slide {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.7rem;
  padding-inline: 2rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .cnt-reviews-carousel-slide {
    text-align: left;
    align-items: flex-start;
    min-width: 33rem;
    margin-top: 0;
    padding-inline: 0;
  }
}
@media (min-width: 1200px) {
  .cnt-reviews-carousel {
    padding-left: 6.8rem;
  }
}
.cnt-reviews .cnt-carousel-outside-arrows {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.6rem;
}
@media (min-width: 1024px) {
  .cnt-reviews {
    padding-bottom: 12rem;
  }
  .cnt-reviews .swiper {
    margin-right: calc((-100vw + 100%) / 2);
  }
}

.cnt-special-offers {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f4f7fb;
}
@media (min-width: 1024px) {
  .cnt-special-offers h2 {
    font-size: 4.8rem;
  }
}
.cnt-special-offers.nojs .cnt-carousel-outside-arrows {
  display: none;
}
.cnt-special-offers.nojs .swiper {
  overflow-x: scroll;
}
.cnt-special-offers.nojs .swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: visible;
  gap: 3rem;
}
.cnt-special-offers.nojs .swiper-slide {
  width: 100%;
  height: 40.4rem;
}
.cnt-special-offers .swiper {
  margin-top: 2.5rem;
}
@media (min-width: 1200px) {
  .cnt-special-offers .swiper {
    margin-right: calc((-100vw + 100%) / 2);
    margin-top: 7.5rem;
  }
}
.cnt-special-offers .cnt-carousel-outside-arrows {
  margin-top: 2.5rem;
}
@media (min-width: 1200px) {
  .cnt-special-offers .cnt-carousel-outside-arrows {
    display: none;
  }
}
.cnt-special-offers-carousel__slide {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  max-width: 51rem;
}
.cnt-special-offers-carousel__slide .slide-image {
  width: 100%;
  height: 40.4rem;
  overflow: hidden;
  border-radius: 0.371rem;
}
.cnt-special-offers-carousel__slide .slide-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .cnt-special-offers-carousel__slide h4 {
    font-size: 2.8rem;
    line-height: 3.8rem;
    letter-spacing: 0.4px;
  }
}
@media (min-width: 1024px) {
  .cnt-special-offers-carousel__slide span {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .cnt-special-offers-carousel__slide p {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .cnt-special-offers {
    padding-top: 8.8rem;
    padding-bottom: 13rem;
  }
}

.cnt-intro {
  position: relative;
  margin-bottom: 3.1rem;
}
@media (min-width: 800px) {
  .cnt-intro {
    margin-bottom: 7.1rem;
  }
}
.cnt-intro__image {
  width: 100%;
  height: 23.8rem;
  overflow: hidden;
}
@media (min-width: 800px) {
  .cnt-intro__image {
    height: 55.7rem;
  }
}
.cnt-intro__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.cnt-intro-box {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  margin-top: -10rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 800px) {
  .cnt-intro-box {
    margin-top: -31rem;
  }
}
.cnt-intro-box__breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 4rem;
}
.cnt-intro-box__breadcrumbs li {
  text-decoration: underline;
}
.cnt-intro-box__breadcrumbs li:not(:nth-child(1))::before {
  content: "/";
}
.cnt-intro-box__title {
  padding: 3.1rem 1rem 2.7rem 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 0 0.5rem 0.5rem;
}
.cnt-intro-box__title h2 {
  margin: 1.1rem 0 2.4rem 0;
  display: flex;
  flex-direction: column;
  max-width: 83.3rem;
}
@media (min-width: 800px) {
  .cnt-intro-box__title h2 {
    margin: 1.6rem 0 2.5rem 0;
    line-height: 5.8rem;
  }
  .cnt-intro-box__title h2 span {
    font-size: 4.8rem;
  }
  .cnt-intro-box__title h2 span:nth-child(1) {
    letter-spacing: 0.15rem;
  }
}
.cnt-intro-box__title .desc {
  max-width: 75rem;
}
@media (min-width: 800px) {
  .cnt-intro-box__title .desc {
    line-height: 3.2rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 800px) {
  .cnt-intro-box__title {
    padding: 5rem 0 5rem 0;
  }
}
.cnt-intro .cnt-room-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  margin-top: 1.8rem;
}
.cnt-intro .cnt-room-icons p {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.cnt-intro .cnt-room-icons p svg {
  fill: #162b51;
  min-width: 2rem;
  min-height: 2rem;
  margin-right: 0.7rem;
}
@media (min-width: 1200px) {
  .cnt-intro .cnt-room-icons p svg {
    min-width: 2.9rem;
    min-height: 2.9rem;
  }
}
.cnt-intro .cnt-room-icons p span {
  display: flex;
  min-width: 5rem;
  font-size: 1.12rem;
  align-self: center;
  line-height: 2rem;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .cnt-intro .cnt-room-icons p span {
    font-size: 1.536rem;
  }
}
.cnt-intro .cnt-room-icons p:not(:nth-child(1))::before {
  content: "";
  height: 2rem;
  width: 1px;
  background-color: #b0c5e7;
  margin-right: 1.8rem;
}

.accommodation-page .cnt-intro-box__title h2 span:nth-child(1),
.room-page .cnt-intro-box__title h2 span:nth-child(1),
.apartment-page .cnt-intro-box__title h2 span:nth-child(1),
.restaurant-page .cnt-intro-box__title h2 span:nth-child(1),
.cocktail-bar-page .cnt-intro-box__title h2 span:nth-child(1),
.outdoor-pool-page .cnt-intro-box__title h2 span:nth-child(1),
.golden-sands-page .cnt-intro-box__title h2 span:nth-child(1) {
  font-style: normal;
}
.accommodation-page .cnt-intro-box__title h2 span:nth-child(2),
.room-page .cnt-intro-box__title h2 span:nth-child(2),
.apartment-page .cnt-intro-box__title h2 span:nth-child(2),
.restaurant-page .cnt-intro-box__title h2 span:nth-child(2),
.cocktail-bar-page .cnt-intro-box__title h2 span:nth-child(2),
.outdoor-pool-page .cnt-intro-box__title h2 span:nth-child(2),
.golden-sands-page .cnt-intro-box__title h2 span:nth-child(2) {
  font-style: italic;
}

.spa-and-wellness-page .cnt-intro-box__title h2 span,
.sport-page .cnt-intro-box__title h2 span,
.kids-page .cnt-intro-box__title h2 span,
.special-offer-page .cnt-intro-box__title h2 span,
.special-offers-page .cnt-intro-box__title h2 span,
.news-page .cnt-intro-box__title h2 span,
.contacts-page .cnt-intro-box__title h2 span {
  font-style: normal;
}

.continental-apartments-page .cnt-intro-box__title h2 span {
  font-style: italic;
}

.cnt-golden-sands {
  margin-top: 10.2rem;
}
.cnt-golden-sands__title {
  max-width: 38.1rem;
  margin: 0 auto 3rem auto;
}
@media (min-width: 800px) {
  .cnt-golden-sands__title {
    margin: 0 auto 4.6rem auto;
  }
}
.cnt-golden-sands__desc {
  display: flex;
  flex-direction: column;
}
@media (min-width: 800px) {
  .cnt-golden-sands__desc {
    font-size: 1.8rem;
    line-height: 3.2rem;
    flex-direction: row;
    gap: 6.7rem;
  }
  .cnt-golden-sands__desc span {
    width: 50%;
  }
}
.cnt-golden-sands__video {
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
  position: relative;
  margin-top: 5rem;
}
.cnt-golden-sands__video .white-box {
  position: absolute;
  background-color: #fff;
  height: 100%;
  width: 10%;
}
.cnt-golden-sands__video .white-box.l {
  left: 0;
}
.cnt-golden-sands__video .white-box.r {
  right: 0;
}
.cnt-golden-sands__video figure img {
  width: 100%;
}
.cnt-golden-sands__video video {
  max-height: 49rem;
  width: 100%;
}
@media (min-width: 800px) {
  .cnt-golden-sands__video video {
    max-height: 108rem;
  }
}
.cnt-golden-sands .video-image {
  position: absolute;
  left: 2.2rem;
  bottom: -7.25rem;
}
.cnt-golden-sands .video-image img {
  border-radius: 0.5rem;
  width: 21.5rem;
  height: 13.5rem;
  object-fit: cover;
}
@media (min-width: 900px) {
  .cnt-golden-sands .video-image {
    left: 0;
    bottom: -15rem;
  }
  .cnt-golden-sands .video-image img {
    width: 35rem;
    height: 22rem;
  }
}

.cnt-address {
  margin-top: 14rem;
}
.cnt-address .shell .cnt-address-inner {
  margin-top: 14rem;
  display: flex;
  justify-content: space-between;
  margin-right: -2.2rem;
}
@media (min-width: 800px) {
  .cnt-address .shell .cnt-address-inner {
    margin-right: 0;
  }
}
.cnt-address .shell .address {
  display: flex;
  flex-direction: column;
  max-width: 20.9rem;
  gap: 1.9rem;
  align-self: center;
  margin-left: auto;
}
.cnt-address .shell .address .maps {
  min-width: 4.3rem;
  min-height: 5.9rem;
}
.cnt-address .shell .address p {
  display: flex;
  flex-direction: column;
}
.cnt-address .shell figure {
  width: 18rem;
  height: 26.4rem;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-top: 5.7rem;
  margin-left: auto;
}
@media (min-width: 900px) {
  .cnt-address .shell figure {
    width: 45.3rem;
    height: 49rem;
  }
}
.cnt-address .shell figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}

.cnt-hotel-awards {
  margin-top: 6.5rem;
}
.cnt-hotel-awards h2 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 800px) {
  .cnt-hotel-awards h2 span:nth-child(1) {
    font-size: 4.8rem;
  }
}
.cnt-hotel-awards h2 span:nth-child(2) {
  margin-top: -1.5rem;
}
@media (min-width: 800px) {
  .cnt-hotel-awards h2 span:nth-child(2) {
    font-size: 12rem;
    margin-top: -4.5rem;
  }
}
.cnt-hotel-awards__row {
  display: flex;
  flex-direction: column;
  gap: 4.4rem;
}
@media (min-width: 1000px) {
  .cnt-hotel-awards__row {
    flex-direction: row;
  }
}
.cnt-hotel-awards__row .main-image {
  width: 100%;
  height: 26.1rem;
  border-radius: 0.5rem;
  margin-top: 2.2rem;
  overflow: hidden;
}
@media (min-width: 1000px) {
  .cnt-hotel-awards__row .main-image {
    width: 110rem;
    height: 71rem;
  }
}
.cnt-hotel-awards__row .main-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.cnt-hotel-awards__row .second-image {
  width: 22.9rem;
  height: 22.9rem;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .cnt-hotel-awards__row .second-image {
    width: 35rem;
    height: 35rem;
  }
}
.cnt-hotel-awards__row .second-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.cnt-hotel-awards__row .portrait-image {
  width: 100%;
  height: 30.1rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (min-width: 1000px) {
  .cnt-hotel-awards__row .portrait-image {
    height: 49rem;
    width: 35rem;
  }
}
.cnt-hotel-awards__row .portrait-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.cnt-hotel-awards__row .booking-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4.4rem;
  margin-top: 4.4rem;
}
.cnt-hotel-awards__row .booking-wrapper .desc {
  max-width: 75rem;
}
.cnt-hotel-awards__row.row-bottom {
  justify-content: space-between;
}
@media (min-width: 800px) {
  .cnt-hotel-awards__row.row-bottom {
    align-items: flex-start;
    margin-top: 4.4rem;
  }
}
@media (min-width: 1400px) {
  .cnt-hotel-awards__row.row-bottom {
    align-items: flex-end;
    transform: translateY(-25rem);
    margin-bottom: -20rem;
  }
}

.cnt-intro-book {
  margin-top: 2.3rem;
  padding: 1.9rem 1rem;
}
.cnt-intro-book .btn {
  margin-top: 1.3rem;
}
.cnt-intro-book__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.3rem;
}
.cnt-intro-book__content .select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  width: 100%;
  padding: 1rem 1.7rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #d6d6d6;
}
.cnt-intro-book__content .select p {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@media (min-width: 1200px) {
  .cnt-intro-book__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    max-height: 7.3rem;
    width: 100%;
    gap: 1rem;
    justify-content: space-between;
  }
  .cnt-intro-book__content .select {
    height: 100%;
    width: 100%;
  }
  .cnt-intro-book__content .select:nth-of-type(1) {
    width: 150%;
  }
  .cnt-intro-book__content .select p span:nth-child(2) {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .cnt-intro-book__content .select:nth-of-type(1) {
    margin-top: 0;
  }
}

.cnt-rooms {
  background-color: #f4f7fb;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  margin-top: -2.6rem;
}
.cnt-rooms .shell--lg {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4rem;
  justify-content: center;
}
@media (min-width: 800px) {
  .cnt-rooms .shell--lg {
    gap: 5rem;
  }
}

.cnt-room-card {
  width: 100%;
}
@media (min-width: 800px) {
  .cnt-room-card {
    width: calc(50% - 5rem);
  }
}
.cnt-room-card .swiper-slide {
  width: 100%;
  height: 32.5rem;
  overflow: hidden;
  border-radius: 0.5rem 0.5rem 0 0;
}
.cnt-room-card .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
@media (min-width: 800px) {
  .cnt-room-card .swiper-slide {
    height: 52.5rem;
  }
}
.cnt-room-card .cnt-carousel-controls {
  background-color: rgba(255, 255, 255, 0.3);
  height: 5rem;
  width: 11.6rem;
  gap: 3.2rem;
}
.cnt-room-card .cnt-carousel-controls svg path {
  fill: #fff;
}
.cnt-room-card__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 2.4rem 1rem;
  background-color: #fff;
}
@media (min-width: 800px) {
  .cnt-room-card__content {
    padding: 4rem 1rem;
  }
}
.cnt-room-card__content a {
  flex-direction: column;
  margin: 1.1rem 0;
}
@media (min-width: 800px) {
  .cnt-room-card__content a {
    gap: 0.6rem;
  }
}
.cnt-room-card__content .icons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  margin-top: 1.8rem;
}
.cnt-room-card__content .icons p {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.cnt-room-card__content .icons p svg {
  fill: #5a7b7d;
  min-width: 2rem;
  min-height: 2rem;
  margin-right: 0.7rem;
}
@media (min-width: 1200px) {
  .cnt-room-card__content .icons p svg {
    min-width: 2.9rem;
    min-height: 2.9rem;
  }
}
.cnt-room-card__content .icons p span {
  display: flex;
  min-width: 5rem;
  font-size: 1.12rem;
  align-self: center;
  line-height: 2rem;
}
@media (min-width: 1200px) {
  .cnt-room-card__content .icons p span {
    font-size: 1.536rem;
  }
}
.cnt-room-card__content .icons p:not(:nth-child(1))::before {
  content: "";
  height: 2rem;
  width: 1px;
  background-color: #b0c5e7;
  margin-right: 1.8rem;
}
.cnt-room-card__content .btns {
  display: flex;
  margin-top: 1.8rem;
  justify-content: space-between;
  gap: 1.3rem;
}
.cnt-room-card__content .btns a {
  transition: all 0.3s ease !important;
  border: 0.1rem solid #162b51;
  border-radius: 0.526rem;
  color: #162b51;
  width: 100%;
  text-align: center;
  font-weight: 600;
  min-height: 4rem;
  width: 16rem;
}
.cnt-room-card__content .btns a:hover {
  background-color: #162b51;
  color: #fff;
}
@media (min-width: 1200px) {
  .cnt-room-card__content .btns {
    margin-top: 3.6rem;
  }
}

.cnt-room-features {
  padding-top: 4.6rem;
}
@media (min-width: 800px) {
  .cnt-room-features {
    padding-top: 6.8rem;
  }
}
.cnt-room-features .subtitle {
  margin-top: 2rem;
}
.cnt-room-features__list {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 4.5rem;
  row-gap: 3.7rem;
  max-height: 41.6rem;
  overflow-y: scroll;
}
.cnt-room-features__list li {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 2.5rem;
  height: 100%;
}
.cnt-room-features__list li svg {
  fill: #8dacdb;
  min-width: 5.1rem;
  min-height: 4.1rem;
}
.cnt-room-features__list li svg.no-fill {
  fill: none;
}
.cnt-room-features__list li p {
  display: flex;
  flex-direction: column;
}
.cnt-room-features__list li p span:nth-child(1) {
  margin-bottom: 1rem;
}
.cnt-room-features__list li p span:nth-child(2) {
  max-width: 26rem;
}
.cnt-room-features__list li:nth-child(-n+4) {
  display: flex;
}
@media (min-width: 600px) {
  .cnt-room-features__list {
    overflow: initial;
    max-height: initial;
    display: grid;
    place-items: center;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .cnt-room-features__list li {
    max-width: 33.6rem;
  }
}
@media (min-width: 1000px) {
  .cnt-room-features__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .cnt-room-features__list {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 6.1rem;
  }
}
.cnt-room-features__in-out {
  background-color: #f4f7fb;
  display: flex;
  flex-direction: column;
  margin-top: 4.6rem;
  padding: 5rem 1.9rem 5rem 3.3rem;
  gap: 3rem;
  margin-bottom: 8.7rem;
}
@media (min-width: 800px) {
  .cnt-room-features__in-out {
    flex-direction: row;
    max-width: 77.3rem;
    margin: 7.6rem auto 11.2rem auto;
  }
}
.cnt-room-features__in-out div {
  display: flex;
  gap: 2.3rem;
}
.cnt-room-features__in-out div svg {
  min-width: 4.4rem;
  min-height: 4.4rem;
  fill: #8dacdb;
}
.cnt-room-features__in-out div p {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cnt-room-features__all-in {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #f4f7fb;
  position: relative;
  padding: 4.4rem 1rem;
}
.cnt-room-features__all-in p {
  margin-bottom: 2rem;
}
.cnt-room-features__all-in img {
  position: absolute;
  top: -4rem;
}
@media (min-width: 800px) {
  .cnt-room-features__all-in {
    max-width: 42.6rem;
    margin: 0 auto;
  }
}

.cnt-gallery-slider {
  margin-bottom: 6.8rem;
}
.cnt-gallery-slider .swiper {
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
}
@media (min-width: 800px) {
  .cnt-gallery-slider .swiper {
    margin: 0;
  }
}
.cnt-gallery-slider .swiper-slide {
  width: 100%;
  height: 44.2rem;
  overflow: hidden;
}
@media (min-width: 800px) {
  .cnt-gallery-slider .swiper-slide {
    height: 66.9rem;
  }
}
.cnt-gallery-slider .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
.cnt-gallery-slider__text {
  display: flex;
  flex-direction: column;
  gap: 3.1rem;
  margin-top: 3.1rem;
}
@media (min-width: 800px) {
  .cnt-gallery-slider__text {
    flex-direction: row;
    margin-top: 4.6rem;
  }
  .cnt-gallery-slider__text p {
    font-size: 1.8rem;
    letter-spacing: 0.26px;
    line-height: 3.2rem;
    width: 50%;
    gap: 12rem;
  }
}

.cnt-book-banner {
  margin: 4.5rem 0 7.1rem 0;
}
.cnt-book-banner .shell {
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
  background-color: #162b51;
  padding: 5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1400px) {
  .cnt-book-banner .shell {
    margin: 0 auto;
  }
}
.cnt-book-banner hr {
  width: 5.3rem;
  height: 0.3rem;
  background-color: #fff;
  margin: 1rem 0 2.4rem 0;
}
.cnt-book-banner__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 4rem;
}
.cnt-book-banner__cta svg {
  min-width: 1.9rem;
  min-height: 1.9rem;
}
.cnt-book-banner__decoration {
  position: absolute;
  font-size: 5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.1);
  user-select: none;
  pointer-events: none;
}
@media (min-width: 600px) {
  .cnt-book-banner__decoration {
    font-size: 10rem;
  }
}
@media (min-width: 1200px) {
  .cnt-book-banner__decoration {
    font-size: 12rem;
  }
}
@media (min-width: 1400px) {
  .cnt-book-banner__decoration {
    font-size: 16rem;
  }
}

.cnt-more-rooms {
  background-color: #f4f7fb;
  padding-top: 4.8rem;
  padding-bottom: 3.1rem;
  margin-top: 6.5rem;
}
.cnt-more-rooms.nojs .cnt-more-rooms-carousel-controls,
.cnt-more-rooms.nojs .cnt-carousel-controls {
  display: none;
}
.cnt-more-rooms.nojs .swiper {
  overflow-x: scroll;
}
.cnt-more-rooms.nojs .swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: visible;
  gap: 3rem;
}
.cnt-more-rooms .shell--lg {
  margin-top: 4.5rem;
}
.cnt-more-rooms .cnt-more-rooms-carousel-controls {
  position: relative;
  margin-top: 2.6rem;
  gap: 2.6rem;
}

.cnt-restaurant-row {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 800px) {
  .cnt-restaurant-row {
    flex-direction: row;
  }
}
.cnt-restaurant-row .l {
  background-color: #f4f7fb;
  padding: 3.1rem 0 2.7rem 0;
  border-radius: 0.5rem 0 0 0.5rem;
}
@media (min-width: 800px) {
  .cnt-restaurant-row .l {
    padding: 3.7rem 0 5.1rem 0;
    width: 50%;
  }
}
.cnt-restaurant-row .l svg {
  margin-bottom: 3.2rem;
}
.cnt-restaurant-row .l span {
  margin-bottom: 1.6rem;
}
.cnt-restaurant-row .l h3 {
  margin-bottom: 1.5rem;
}
.cnt-restaurant-row .l h4 {
  margin-bottom: 1.7rem;
}
@media (min-width: 800px) {
  .cnt-restaurant-row .l h4 {
    margin-bottom: 3.2rem;
  }
}
.cnt-restaurant-row .l p {
  max-width: 70rem;
  margin-bottom: 4.1rem;
}
@media (min-width: 800px) {
  .cnt-restaurant-row .l p {
    margin-bottom: 3.2rem;
  }
}
.cnt-restaurant-row .l ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.1rem;
  margin-bottom: 4.1rem;
}
.cnt-restaurant-row .l ul li:nth-child(1) {
  margin-bottom: 1.3rem;
}
.cnt-restaurant-row .r {
  width: 100%;
}
.cnt-restaurant-row .r figure {
  width: 100%;
  height: 41rem;
}
.cnt-restaurant-row .r figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
@media (min-width: 800px) {
  .cnt-restaurant-row .r figure {
    height: 66.9rem;
  }
}
@media (min-width: 800px) {
  .cnt-restaurant-row .r {
    width: 50%;
  }
}
.cnt-restaurant.cocktail-bar {
  margin-top: 7.6rem;
  padding-bottom: 3rem;
}
@media (min-width: 800px) {
  .cnt-restaurant.cocktail-bar {
    margin-top: 5rem;
  }
}
.cnt-restaurant.cocktail-bar .cnt-restaurant-row {
  flex-direction: column-reverse;
}
@media (min-width: 800px) {
  .cnt-restaurant.cocktail-bar .cnt-restaurant-row {
    flex-direction: row-reverse;
  }
}

.cnt-opening-hours,
.cnt-spa-reception {
  margin-top: 5.7rem;
}
.cnt-opening-hours .shell,
.cnt-spa-reception .shell {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cnt-opening-hours ul,
.cnt-spa-reception ul {
  display: flex;
  flex-direction: column;
  gap: 2.9rem;
  margin-top: 3.4rem;
}
@media (min-width: 800px) {
  .cnt-opening-hours span,
.cnt-spa-reception span {
    font-size: 2.1rem;
    letter-spacing: 0.66px;
  }
  .cnt-opening-hours h3,
.cnt-spa-reception h3 {
    font-size: 4.8rem;
    letter-spacing: 1.5px;
    line-height: 5.8rem;
    text-transform: capitalize;
  }
  .cnt-opening-hours ul,
.cnt-spa-reception ul {
    margin-top: 5.3rem;
  }
}
@media (min-width: 1000px) {
  .cnt-opening-hours,
.cnt-spa-reception {
    margin-top: 10rem;
  }
}

.cnt-all-inclusive {
  margin: 5.7rem 0 14rem 0;
}
.cnt-all-inclusive .shell {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cnt-all-inclusive h3 {
  text-transform: capitalize;
}
.cnt-all-inclusive .desc {
  display: flex;
  flex-direction: column;
}
.cnt-all-inclusive .desc span {
  font-size: 1.8rem;
}
.cnt-all-inclusive .all-inclusive-item {
  width: 100%;
  margin-top: 4.8rem;
}
@media (min-width: 1200px) {
  .cnt-all-inclusive .all-inclusive-item:not(:first-of-type) {
    margin-top: 12rem;
  }
}
.cnt-all-inclusive .all-inclusive-item-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5rem;
  background-color: #f4f7fb;
  padding: 2.8rem 3.5rem 2.4rem 3.5rem;
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
}
.cnt-all-inclusive .all-inclusive-item-title__col {
  display: flex;
  flex-direction: column;
}
@media (min-width: 800px) {
  .cnt-all-inclusive .all-inclusive-item-title__col span:nth-child(1) {
    font-size: 1.6rem;
  }
  .cnt-all-inclusive .all-inclusive-item-title__col span:nth-child(2) {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}
.cnt-all-inclusive .all-inclusive-item-title__row {
  display: flex;
  gap: 1.4rem;
  margin-top: 1.4rem;
}
@media (min-width: 800px) {
  .cnt-all-inclusive .all-inclusive-item-title__row {
    margin-top: 0;
  }
}
@media (min-width: 800px) {
  .cnt-all-inclusive .all-inclusive-item-title {
    flex-direction: row;
    justify-content: space-between;
    top: 2rem;
  }
}
@media (min-width: 1200px) {
  .cnt-all-inclusive .all-inclusive-item-title {
    margin: 0;
  }
}
.cnt-all-inclusive .all-inclusive-item-main {
  display: flex;
  flex-direction: column;
  max-width: 1117px;
  margin: 0 auto;
}
.cnt-all-inclusive .all-inclusive-item-main figure {
  overflow: hidden;
  width: 100%;
  height: 49.3rem;
  border-radius: 2.8rem;
}
.cnt-all-inclusive .all-inclusive-item-main figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}
@media (min-width: 800px) {
  .cnt-all-inclusive .all-inclusive-item-main figure {
    width: 42.6rem;
    height: 55.4rem;
    border-radius: 1rem;
  }
}
.cnt-all-inclusive .all-inclusive-item-main .r {
  display: flex;
  flex-direction: column;
}
@media (min-width: 800px) {
  .cnt-all-inclusive .all-inclusive-item-main .r {
    margin-top: auto;
  }
}
.cnt-all-inclusive .all-inclusive-item-main .r ul {
  margin-top: 2.7rem;
}
.cnt-all-inclusive .all-inclusive-item-main .r ul li:not(:nth-child(1)) {
  max-width: 32rem;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .cnt-all-inclusive .all-inclusive-item-main .r ul li:not(:nth-child(1)) {
    max-width: 50rem;
    padding-left: 5rem;
  }
}
.cnt-all-inclusive .all-inclusive-item-main .r ul li:nth-child(1) {
  background-color: #f4f7fb;
  border-radius: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.3rem 0;
  margin-bottom: 1.2rem;
}
@media (min-width: 800px) {
  .cnt-all-inclusive .all-inclusive-item-main .r ul li:nth-child(1) {
    justify-content: flex-start;
    padding-left: 5rem;
  }
}
.cnt-all-inclusive .all-inclusive-item-main .r ul li:nth-child(1) svg {
  margin-left: 1rem;
}
@media (min-width: 800px) {
  .cnt-all-inclusive .all-inclusive-item-main {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
  }
}
@media (min-width: 800px) {
  .cnt-all-inclusive {
    margin-top: 6rem;
  }
  .cnt-all-inclusive span {
    font-size: 2.1rem;
    letter-spacing: 0.66px;
  }
  .cnt-all-inclusive h3 {
    font-size: 4.8rem;
    letter-spacing: 1.5px;
    line-height: 5.8rem;
  }
  .cnt-all-inclusive ul {
    margin-top: 5.3rem;
  }
  .cnt-all-inclusive .desc {
    flex-direction: row;
    gap: 6.7rem;
    margin-top: 4.6rem;
  }
  .cnt-all-inclusive .desc span {
    max-width: 77.5rem;
    margin: 0 auto;
  }
}
@media (min-width: 1000px) {
  .cnt-all-inclusive {
    margin-top: 10rem;
  }
}

.cnt-important-info {
  background-color: #f4f7fb;
  padding: 1.8rem;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 5.3rem;
}
@media (min-width: 800px) {
  .cnt-important-info {
    margin-top: 8rem;
  }
}
.cnt-important-info p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 4rem;
}
.cnt-important-info p .sb {
  margin-bottom: 0.5rem;
}

.cnt-special-offer-price {
  max-width: 77.5rem;
  margin: 0 auto 7.1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6rem;
}
.cnt-special-offer-price .price {
  font-size: 3.575rem;
  line-height: 3rem;
  letter-spacing: 0.2px;
  display: flex;
  flex-direction: row;
}
.cnt-special-offer-price .price p:nth-child(2) {
  font-size: 2.1rem;
  letter-spacing: 0.12px;
  max-width: 16rem;
}

.cnt-hotel-rates {
  margin-bottom: 10rem;
}
.cnt-hotel-rates .shell .desc {
  color: #5d5e5d;
  margin-top: 2rem;
}
@media (min-width: 800px) {
  .cnt-hotel-rates .shell .desc {
    font-size: 2.1rem;
    margin-top: 3.2rem;
  }
}
.cnt-hotel-rates__table {
  width: 100%;
  margin-top: 3.8rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media (min-width: 1200px) {
  .cnt-hotel-rates__table {
    gap: 5.5rem;
  }
}
@media (min-width: 1650px) {
  .cnt-hotel-rates__table {
    overflow-x: hidden;
  }
}
.cnt-hotel-rates__table .row:first-child {
  width: 100%;
}
.cnt-hotel-rates__table .row:first-child .cell {
  padding: 3rem 0;
}
.cnt-hotel-rates__table .row:first-child .cell:first-child {
  padding-left: 6rem;
  font-size: 3rem;
  line-height: 4.8rem;
  letter-spacing: 1.5px;
  border-radius: 4rem 0 0 4rem;
}
@media (min-width: 1200px) {
  .cnt-hotel-rates__table .row:first-child .cell:first-child {
    border-radius: 6.5rem 0 0 6.5rem;
  }
}
@media (min-width: 1400px) {
  .cnt-hotel-rates__table .row:first-child .cell:first-child {
    font-size: 4.8rem;
  }
}
.cnt-hotel-rates__table .row:first-child .cell:last-child {
  border-radius: 0 4rem 4rem 0;
}
@media (min-width: 1200px) {
  .cnt-hotel-rates__table .row:first-child .cell:last-child {
    border-radius: 0 6.5rem 6.5rem 0;
  }
}
.cnt-hotel-rates__table .row:first-child .cell:not(:first-child) {
  border-left: 0.1rem solid #fff;
  min-width: 25%;
}
@media (min-width: 1200px) {
  .cnt-hotel-rates__table .row:first-child .cell:not(:first-child) {
    min-width: 13.7%;
  }
}
@media (min-width: 1400px) {
  .cnt-hotel-rates__table .row:first-child .cell {
    padding: 4.1rem 0;
  }
}
.cnt-hotel-rates__table .row:not(:first-child) {
  margin: 0 auto;
}
.cnt-hotel-rates__table .row:not(:first-child) .cell:first-child {
  padding-left: 5rem;
  border-radius: 2rem 0 0 2rem;
}
@media (min-width: 1000px) {
  .cnt-hotel-rates__table .row:not(:first-child) .cell:first-child {
    min-width: 49rem;
  }
}
@media (min-width: 1200px) {
  .cnt-hotel-rates__table .row:not(:first-child) .cell:first-child {
    border-radius: 3.6rem 0 0 3.6rem;
  }
}
@media (min-width: 1400px) {
  .cnt-hotel-rates__table .row:not(:first-child) .cell:first-child {
    min-width: 66rem;
  }
}
.cnt-hotel-rates__table .row:not(:first-child) .cell:not(:first-child) {
  min-width: 25%;
  border-left: 0.1rem solid #eae6e0;
}
@media (min-width: 1200px) {
  .cnt-hotel-rates__table .row:not(:first-child) .cell:not(:first-child) {
    min-width: 14.74%;
  }
}
.cnt-hotel-rates__table .row:not(:first-child) .cell:last-child {
  justify-content: center;
  border-radius: 0 2rem 2rem 0;
}
@media (min-width: 1000px) {
  .cnt-hotel-rates__table .row:not(:first-child) .cell:last-child {
    min-width: 13.2%;
  }
}
@media (min-width: 1200px) {
  .cnt-hotel-rates__table .row:not(:first-child) .cell:last-child {
    border-radius: 0 3.6rem 3.6rem 0;
  }
}
.cnt-hotel-rates__table .row {
  display: flex;
  border-radius: 6.5rem;
  width: 100%;
}
@media (min-width: 1000px) {
  .cnt-hotel-rates__table .row {
    width: calc(100% - 12rem);
  }
}
.cnt-hotel-rates__table .row .cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 0;
  font-size: 1.6rem;
  letter-spacing: 0.12px;
  font-weight: 500;
  background-color: #f4f7fb;
}
@media (min-width: 1400px) {
  .cnt-hotel-rates__table .row .cell {
    font-size: 2.1rem;
  }
}
.cnt-hotel-rates__table .row .cell small {
  font-size: 1.4rem;
  letter-spacing: 0.08px;
}
.cnt-hotel-rates__table .row .cell:not(:first-child) small {
  margin-right: 0.5rem;
}
.cnt-hotel-rates__table .row .cell:has(span) {
  display: flex;
  flex-direction: column;
}
.cnt-hotel-rates__table .row .cell:first-child {
  min-width: 55rem;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1400px) {
  .cnt-hotel-rates__table .row .cell:first-child {
    min-width: 72rem;
  }
}
.cnt-hotel-rates .table-desc {
  max-width: 114rem;
  margin: 10rem auto 0 auto;
}

.cnt-grid .shell--lg {
  display: flex;
  flex-direction: column;
  gap: 3.3rem;
  padding-bottom: 5rem;
}
@media (min-width: 850px) {
  .cnt-grid .shell--lg {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1400px) {
  .cnt-grid .shell--lg {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}
@media (min-width: 1800px) {
  .cnt-grid .shell--lg {
    gap: 6.3rem;
  }
}
.cnt-grid .shell--lg .grid-item {
  padding: 2.4rem;
  background-color: #f4f7fb;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1400px) {
  .cnt-grid .shell--lg .grid-item {
    min-width: 41rem;
  }
}
@media (min-width: 1800px) {
  .cnt-grid .shell--lg .grid-item {
    min-width: 51rem;
  }
}
.cnt-grid .shell--lg .grid-item h4 {
  max-width: 51rem;
}
@media (min-width: 800px) {
  .cnt-grid .shell--lg .grid-item p {
    font-size: 1.8rem;
  }
}
.cnt-grid .shell--lg .grid-item figure {
  overflow: hidden;
  width: 100%;
  height: 38.4rem;
}
.cnt-grid .shell--lg .grid-item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  object-fit: cover;
}

.cnt-intro-contacts {
  width: 100%;
}
.cnt-intro-contacts .btn-ghost2 {
  min-width: initial;
  max-width: 25rem;
  width: 100%;
}
.cnt-intro-contacts .instagram-link {
  padding-inline: 1.3rem;
}
.cnt-intro-contacts .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
  width: 100%;
}
.cnt-intro-contacts .wrapper a {
  min-width: max-content;
}
.cnt-intro-contacts .wrapper:first-child {
  gap: 2.3rem;
  margin-top: 3.6rem;
}
@media (min-width: 800px) {
  .cnt-intro-contacts .wrapper:first-child {
    gap: 3.6rem;
  }
}
.cnt-intro-contacts .wrapper:nth-child(2) span {
  margin: 1.6rem 0 0.4rem 0;
}
.cnt-intro-contacts .wrapper:last-child a:first-of-type {
  margin: 3.6rem 0 2rem 0;
}
.cnt-intro-contacts__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding-inline: 4.6rem;
  flex-wrap: wrap;
  row-gap: 3.3rem;
  text-transform: capitalize;
}
@media (min-width: 800px) {
  .cnt-intro-contacts__btns {
    flex-direction: row;
    justify-content: space-between;
  }
}

.contacts-page .cnt-intro-box__title {
  padding-bottom: 0 !important;
}

.cnt-contacts-form {
  margin-bottom: -4rem;
}
.cnt-contacts-form__title {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 800px) {
  .cnt-contacts-form__title {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: -8rem;
  }
}
.cnt-contacts-form__title figure {
  width: 25.6rem;
  height: 16.6rem;
  align-self: flex-end;
  margin-bottom: 3.5rem;
}
.cnt-contacts-form__title figure img {
  border-radius: 0.5rem;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .cnt-contacts-form__title figure {
    width: 41rem;
    height: 26.5rem;
    right: 15rem;
  }
}
.cnt-contacts-form .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56.3rem;
  flex-direction: row;
  gap: 3rem;
}
@media (min-width: 800px) {
  .cnt-contacts-form .wrapper {
    height: 62rem;
  }
}
.cnt-contacts-form .wrapper .decoration {
  position: absolute;
  top: 36%;
  transform: translateY(-50%);
}
@media (min-width: 1000px) {
  .cnt-contacts-form .wrapper .decoration {
    position: relative;
    top: 0;
    transform: none;
  }
}
.cnt-contacts-form .wrapper::after {
  content: "";
  position: absolute;
  margin-left: calc((-100vw + 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
  background-color: #f4f7fb;
  width: 100vw;
  height: 100%;
  top: -5rem;
  z-index: -1;
  right: 0;
  left: 0;
}
.cnt-contacts-form .gform_wrapper {
  width: 100%;
  max-width: 69rem;
}
@media (min-width: 1000px) {
  .cnt-contacts-form .gform_wrapper {
    margin-right: 16.5rem;
  }
}
.cnt-contacts-form .gform_wrapper form {
  width: 100%;
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
}
.cnt-contacts-form .gform_wrapper form .gform_body {
  width: 100%;
}
.cnt-contacts-form .gform_wrapper form .gform_body ul {
  display: flex;
  gap: 3rem 4rem;
  width: 100%;
  flex-wrap: wrap;
}
.cnt-contacts-form .gform_wrapper form .gform_body ul li {
  display: flex;
  border-bottom: 0.1rem solid #8dacdb;
  position: relative;
  flex: 1;
}
.cnt-contacts-form .gform_wrapper form .gform_body ul li select {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
}
.cnt-contacts-form .gform_wrapper form .gform_body ul li input,
.cnt-contacts-form .gform_wrapper form .gform_body ul li textarea,
.cnt-contacts-form .gform_wrapper form .gform_body ul li select {
  background-color: transparent;
  border: none;
  font-weight: 400;
  letter-spacing: 0.45px;
}
.cnt-contacts-form .gform_wrapper form .gform_body ul li textarea {
  max-height: 13.3rem;
  resize: none;
}
.cnt-contacts-form .gform_wrapper form .gform_body ul li label {
  letter-spacing: 0.23px;
  padding-right: 5rem;
}
.cnt-contacts-form .gform_wrapper form .gform_body ul #field_1_3,
.cnt-contacts-form .gform_wrapper form .gform_body ul #field_1_4 {
  min-width: 27rem;
}
.cnt-contacts-form .gform_wrapper form .gform_body ul #field_1_2 {
  max-width: 6rem;
  min-width: 6rem;
}
.cnt-contacts-form .gform_wrapper form .gform_footer {
  margin-top: 4.3rem;
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  align-items: center;
}
.cnt-contacts-form .gform_wrapper form .gform_footer::before {
  content: url("./images/icons/arrow-right-long.svg");
  margin-bottom: -1rem;
  margin-right: 1.5rem;
}
.cnt-contacts-form .gform_wrapper form .gform_footer input {
  border: none;
  background-color: transparent;
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "Playfair Display", sans-serif !important;
}

.cnt-book-page-intro {
  background-color: #f4f7fb;
  height: 80rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cnt-book-page-intro .desc {
  margin-top: 4rem;
}
.cnt-book-page-intro .book-form {
  max-width: 48rem;
  width: 100%;
  margin-top: 6.3rem;
  position: relative;
  z-index: 5;
}
.cnt-book-page-intro .book-form button {
  margin-top: 2rem;
}
.cnt-book-page-intro .book-form-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2rem;
}
.cnt-book-page-intro .book-form .select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  width: 100%;
  padding: 1rem 1.7rem;
  border-radius: 0.5rem;
  border: 0.1rem solid #d6d6d6;
}
.cnt-book-page-intro .book-form .select p {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.cnt-book-page-intro .decoration {
  opacity: 0;
}
@media (min-width: 1200px) {
  .cnt-book-page-intro .decoration {
    opacity: 1;
    position: absolute;
    top: 20%;
    z-index: 0;
    user-select: none;
    pointer-events: none;
  }
}

/* clock */
.cnt-clocks {
  padding-bottom: 7.2rem;
  padding-top: 7.2rem;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .cnt-clocks {
    padding-bottom: 10rem;
    padding-top: 10rem;
  }
}
.cnt-clocks .shell {
  display: flex;
  justify-content: space-between;
}
.cnt-clocks .clock-wrapper:first-of-type, .cnt-clocks .clock-wrapper:last-of-type {
  display: none;
}
@media (min-width: 1200px) {
  .cnt-clocks .clock-wrapper:first-of-type, .cnt-clocks .clock-wrapper:last-of-type {
    display: block;
  }
}
.cnt-clocks .clock-wrapper:nth-of-type(2), .cnt-clocks .clock-wrapper:nth-of-type(6) {
  display: none;
}
@media (min-width: 960px) {
  .cnt-clocks .clock-wrapper:nth-of-type(2), .cnt-clocks .clock-wrapper:nth-of-type(6) {
    display: block;
  }
}
.cnt-clocks .clock-wrapper p {
  text-align: center;
  margin-top: 2.1rem;
}
.cnt-clocks .clock-wrapper--middle {
  transform: translateY(-1rem);
}
.cnt-clocks .clock-wrapper--middle .clock {
  background-color: #f4f7fb;
}
@media (min-width: 960px) {
  .cnt-clocks .clock-wrapper--middle .clock {
    margin-inline: 6rem;
  }
}
@media (min-width: 1400px) {
  .cnt-clocks .clock-wrapper--middle .clock {
    margin-inline: 15rem;
  }
}

.clock {
  width: 8.5rem;
  height: 16.1rem;
  position: relative;
  border-radius: 5.3rem;
}
@media (min-width: 960px) {
  .clock {
    width: 11.5rem;
    height: 23.9rem;
  }
}
.clock .hand {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  transform-origin: bottom;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.clock .hour {
  width: 0.2rem;
  height: 5rem;
  background-color: #162b51;
}
.clock .minute {
  width: 0.2rem;
  height: 38%;
  background-color: #162b51;
}
.clock .second {
  width: 0.1rem;
  height: 34%;
  background-color: #3c5881;
}
.clock::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #3c5881;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.privacy-policy-page {
  background-color: #f4f7fb;
}
.privacy-policy-page article {
  max-width: 120rem;
  margin: 10rem auto 0 auto;
  background-color: #fff;
  text-align: center;
  padding-bottom: 12.4rem;
  margin-bottom: 3.4rem;
}
.privacy-policy-page article ol {
  background-color: rgba(22, 43, 81, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.1rem 0;
}
.privacy-policy-page article h1,
.privacy-policy-page article h2,
.privacy-policy-page article h3 {
  color: #162b51;
}
.privacy-policy-page article p,
.privacy-policy-page article h4,
.privacy-policy-page article h3,
.privacy-policy-page article h1 {
  padding-inline: 2.4rem;
}
.privacy-policy-page article div {
  margin-top: 5rem;
}
.privacy-policy-page article h1 {
  font-weight: 400;
  font-family: "Playfair Display", sans-serif;
  letter-spacing: 1.5px;
  font-size: 4.8rem;
  margin-bottom: 4rem;
  line-height: 5.8rem;
}
.privacy-policy-page article h2 {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.privacy-policy-page article h3 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.6rem;
  margin-bottom: 3rem;
}
.privacy-policy-page article h4 {
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: #5d5e5d;
  font-weight: 400;
  margin: 3rem 0;
}
.privacy-policy-page article ul {
  margin: 3rem 0;
}
.privacy-policy-page article p,
.privacy-policy-page article li {
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: #5d5e5d;
  max-width: 93.3rem;
  margin: 0 auto 2rem auto;
}
.privacy-policy-page article ol li {
  margin: 0;
  color: #fff;
  text-decoration: underline;
}

.cnt-newsletter {
  background-color: #f4f7fb;
  padding: 6rem 0;
  margin-top: 5rem;
}
.cnt-newsletter .shell {
  display: flex;
  flex-direction: column;
}
.cnt-newsletter-l {
  margin-bottom: 2rem;
}
.cnt-newsletter-l__title {
  font-size: 4rem;
  font-weight: 500;
  color: #3c5881;
}
.cnt-newsletter-l__desc {
  margin-top: 1.2rem;
  max-width: 60%;
  opacity: 0.8;
  font-weight: 500;
}
@media (min-width: 800px) {
  .cnt-newsletter .shell {
    flex-direction: row;
  }
  .cnt-newsletter .cnt-newsletter-r,
.cnt-newsletter .cnt-newsletter-l {
    margin-bottom: 0;
    width: 50%;
  }
}
.cnt-newsletter .gform_wrapper input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid #b0c5e7;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05), inset 0 -1.5rem 1rem -1.2rem rgba(0, 0, 0, 0.05);
  display: inline-block;
  position: relative;
  transition: background-color 0.2s ease-in;
  border-radius: 0.5rem;
  margin-right: 1.2rem;
  width: 2.3rem;
  height: 2.3rem;
  transition: all 0.3s ease !important;
}
.cnt-newsletter .gform_wrapper input[type=checkbox]:before {
  transform: rotate(45deg) translate(-0.125rem, -0.125rem) scaleX(0);
  transition: transform 0.2s ease-in 0.2s;
}
.cnt-newsletter .gform_wrapper input[type=checkbox]::after {
  width: 1.25rem;
  transform: rotate(-45deg) translateY(0.5rem) scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease-in;
}
.cnt-newsletter .gform_wrapper input[type=checkbox]:before, .cnt-newsletter .gform_wrapper input[type=checkbox]:after {
  content: "";
  position: absolute;
  background: #3c5881;
  width: 0.75rem;
  height: 0.25rem;
  top: 50%;
  left: 20%;
  transform-origin: left center;
}
.cnt-newsletter .gform_wrapper input[type=checkbox]:checked {
  background-color: transparent;
  border-color: #3c5881;
}
.cnt-newsletter .gform_wrapper input[type=checkbox]:checked::before {
  transform: rotate(45deg) translate(-0.125rem, -0.125rem) scaleX(1);
  transition: transform 200ms ease-in;
}
.cnt-newsletter .gform_wrapper input[type=checkbox]:checked::after {
  width: 1.25rem;
  transform: rotate(-45deg) translateY(0.5rem) scaleX(1);
  transition: transform 200ms ease-out 200ms;
}
.cnt-newsletter .gform_wrapper input[type=submit],
.cnt-newsletter .gform_wrapper input[type=checkbox],
.cnt-newsletter .gform_wrapper label {
  cursor: pointer;
  user-select: none;
}
.cnt-newsletter .gform_wrapper .ginput_container_consent {
  display: flex;
  font-size: 1.4rem;
  align-items: center;
  margin: 1rem 0;
  color: #3c5881;
}
.cnt-newsletter .gform_wrapper .gform_heading,
.cnt-newsletter .gform_wrapper .gfield_label {
  display: none;
}
.cnt-newsletter .gform_wrapper .gform_body {
  width: 100%;
}
.cnt-newsletter .gform_wrapper input[type=text] {
  height: 5rem;
  padding: 0 2.4rem;
  background-color: #fff;
  border: 0.1rem solid #b0c5e7;
  border-radius: 0.5rem;
  width: 100%;
  transition: all 0.3s ease !important;
}
.cnt-newsletter .gform_wrapper input[type=text]::placeholder {
  opacity: 0.6;
  color: #b0c5e7;
}
.cnt-newsletter .gform_wrapper input[type=text]:focus {
  border-color: #3c5881;
}
.cnt-newsletter .gform_wrapper input[type=submit] {
  height: 4rem;
  background-color: #8dacdb;
  color: #fff;
  border-radius: 1rem;
  padding: 0 2.4rem;
  border: none;
  transition: background-color 0.25s ease-in-out;
}
.cnt-newsletter .gform_wrapper input[type=submit]:hover {
  background-color: #3c5881;
}
.header-contacts label,
.header-contacts a {
  background-color: #162b51;
}
div.header-contacts label:hover,
div.header-contacts a:hover {
  background-color: #f4f7fb;
}
div.header-contacts label svg,
div.header-contacts a svg {
  fill: #f4f7fb;
}
div.header-contacts label:hover svg,
div.header-contacts a:hover svg {
  fill: #162b51;
}
@media (max-width: 1199px) {
  .header-contacts label.contacts-label {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  a.contacts-label {
    display: none;
  }
}