/*$colorTextLight: #CD9C64; old non wcag compliant */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #F2F2F2;
  -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
  background: #003645;
  -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical:active, ::-webkit-scrollbar-thumb:horizontal:active {
  background: #003645;
  -webkit-border-radius: 0;
}

body, html {
  height: 100%;
}

html.show-menu {
  overflow: hidden;
}
html.show-menu body {
  overflow: hidden;
  height: 100% !important;
}

body {
  --minFontSize: 20px;
  --maxFontSize: 26px;
  --scaler: 1.15em;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  padding: 0;
  margin: 0;
  font-family: "Encode Sans Condensed", sans-serif;
  color: #003645;
  font-weight: 300;
  text-align: left;
  background-color: #fff;
}

h2.p-text {
  --minFontSize: 20px !important;
  --maxFontSize: 26px !important;
  --scaler: 1.15em !important;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize)) !important;
}

p {
  margin: 0;
}

.visually-hidden {
  display: none;
}

#logo {
  display: block;
}
#logo a {
  display: block;
}
#logo img {
  width: 100%;
  max-width: 300px;
  height: auto;
  transition: all 0.7s ease-out;
}
@media (max-width: 990px) {
  #logo img {
    max-width: 140px;
  }
}
body.scrolled #logo img {
  max-width: 140px;
}
body.homepage #logo {
  display: none;
}
html.show-menu #logo {
  display: block;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 201;
  padding: 0;
  margin: 0;
  font-size: 20px;
}
body.scrolled #header, body.noPhoto #header {
  background: #003645;
}
#header #service-header {
  display: flex;
  height: 150px;
  justify-content: space-between;
  transition: height 0.4s ease-out;
  margin-bottom: 20px;
}
body.scrolled #header #service-header {
  height: 60px;
  margin-bottom: 0;
  background: linear-gradient(180deg, rgba(0, 54, 69, 0.5647058824), transparent);
}
@media (max-width: 990px) {
  #header #service-header {
    height: 60px;
    background: linear-gradient(180deg, rgba(0, 54, 69, 0.5647058824), transparent);
  }
}
#header #service-sx {
  display: flex;
  justify-content: right;
  align-items: flex-end;
  gap: 0 54px;
  margin: 0 4% 0 4%;
  font-size: 20px;
  letter-spacing: 0.085em;
}
body.scrolled #header #service-sx {
  margin: 0 4%;
  align-items: center;
}
@media (max-width: 990px) {
  #header #service-sx {
    gap: 0 24px;
    margin: 0 4%;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #header #service-sx {
    margin: 0 4%;
  }
}
#header #service-dx {
  display: flex;
  justify-content: right;
  align-items: flex-end;
  gap: 0 54px;
  margin: 0 0 0 4%;
  font-size: 20px;
  letter-spacing: 0.085em;
}
body.scrolled #header #service-dx {
  margin: 0 0 0 4%;
  align-items: center;
}
@media (max-width: 990px) {
  #header #service-dx {
    gap: 0 24px;
    margin: 0 0 0 4%;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #header #service-dx {
    margin: 0 0 0 4%;
  }
}
#header .mod-languages {
  z-index: 50;
  position: relative;
  transition: all 0.7s ease-out;
  text-transform: lowercase;
}
@media (max-width: 990px) {
  #header .mod-languages {
    margin: 0;
  }
}
#header .mod-languages .current-language {
  position: relative;
  z-index: 50;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
}
#header .mod-languages .lang-inline {
  display: none;
  position: absolute;
  z-index: 50;
  top: 160%;
  right: 0;
  margin: 0;
  padding: 0;
  width: calc(100% + 10px);
  text-align: center;
  font-size: 14px;
  box-sizing: border-box;
  background: #EDEDED;
}
#header .mod-languages .lang-inline li {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
}
#header .mod-languages .lang-inline li a {
  display: block;
  text-decoration: none;
  padding: 8px;
  color: #000;
  font-weight: 300;
  letter-spacing: 1px;
}
#header #mobile-nav {
  position: relative;
  text-decoration: none;
  color: #fff;
}
#header #mobile-nav .menu-aperto {
  visibility: hidden;
  opacity: 0;
  font-size: 1.7em;
}
@media (max-width: 990px) {
  #header #mobile-nav {
    padding-right: 4vw;
  }
}
@media (max-width: 990px) {
  #header .btn-prenota {
    display: none;
  }
}
#header .btn-prenota a {
  position: relative;
  z-index: 50;
  padding-right: 4vw;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
}
#header .btn-prenota a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: calc(100% + 4vw);
  background: #fff;
  height: 1px;
}
#header .mobile-button {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
}
@media (max-width: 990px) {
  #header .mobile-button {
    display: flex;
  }
}
#header .mobile-button a {
  flex: 1 1 auto;
  display: block;
  background-color: #b88a54;
  color: white;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.1835em;
  text-transform: uppercase;
}
#header .mobile-button a.tel {
  border-left: 1px solid #b88a54;
  background-color: #fff;
}

#nav {
  transform: translateX(40%);
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 47;
  overflow: hidden;
}
#nav #box-menu {
  position: relative;
  height: 100%;
  display: flex;
  background: #003645;
}
#nav #box-menu .background-horizontal {
  position: absolute;
  right: 0;
  top: 0;
  height: 78vh;
  width: 60vw;
  background: linear-gradient(270deg, #003645 0.07%, rgba(0, 54, 69, 0) 99.87%);
  mix-blend-mode: multiply;
  opacity: 0.3;
  z-index: 0;
}
#nav #box-menu .background-vertical {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50vw;
  background: linear-gradient(179.84deg, #003645 0.1%, rgba(0, 54, 69, 0) 99.82%);
  mix-blend-mode: multiply;
  opacity: 0.2;
  z-index: 0;
}
#nav #box-menu > * {
  flex: 1 1 1px;
}
#nav #box-menu .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  z-index: 100;
}
#nav #box-menu .inner .mod-menu {
  list-style: none;
  padding: 0 4vw;
  margin: 0;
  margin-top: 100px;
  columns: 2;
  z-index: 3;
}
@media (max-width: 990px) {
  #nav #box-menu .inner .mod-menu {
    margin-top: 0;
    columns: 1;
  }
}
#nav #box-menu .inner .mod-menu li {
  position: relative;
  z-index: 2;
  text-align: left;
}
@media (max-width: 990px) {
  #nav #box-menu .inner .mod-menu li {
    text-align: center;
  }
}
#nav #box-menu .inner .mod-menu li .nav-header {
  display: block;
  position: relative;
  font-size: 60px;
  color: #fff;
  line-height: 1.2em;
  padding: 0.1em 41px;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
@media (max-width: 1230px) {
  #nav #box-menu .inner .mod-menu li .nav-header {
    font-size: 51.6px;
  }
}
@media (max-width: 767px) {
  #nav #box-menu .inner .mod-menu li .nav-header {
    font-size: 31.2px;
  }
}
#nav #box-menu .inner .mod-menu li .nav-header:hover {
  font-weight: 400;
}
#nav #box-menu .inner .mod-menu li a {
  display: block;
  position: relative;
  font-size: 60px;
  color: #fff;
  text-decoration: none;
  line-height: 1.2em;
  padding: 0.1em 20px 0.1em 0;
  transition: all 0.4s ease-out;
}
@media (max-width: 1230px) {
  #nav #box-menu .inner .mod-menu li a {
    font-size: 51.6px;
  }
}
@media (max-width: 990px) {
  #nav #box-menu .inner .mod-menu li a {
    padding: 0.1em 10px;
  }
}
@media (max-width: 767px) {
  #nav #box-menu .inner .mod-menu li a {
    font-size: 31.2px;
  }
}
#nav #box-menu .inner .mod-menu li a:hover span {
  font-weight: 400;
}
#nav #box-menu .inner .mod-menu li.active > .nav-header, #nav #box-menu .inner .mod-menu li.active > a {
  font-weight: 400;
}
#nav #box-menu .inner .mod-menu li ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
@media (max-width: 990px) {
  #nav #box-menu .inner .mod-menu li ul {
    justify-content: center;
  }
}
#nav #box-menu .inner .mod-menu li ul li a {
  font-size: 28px;
  padding: 0.2em 40px 0 0;
}
@media (max-width: 990px) {
  #nav #box-menu .inner .mod-menu li ul li a {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  #nav #box-menu .inner .mod-menu li ul li a {
    font-size: 17.64px;
  }
}
#nav #box-menu .inner .mod-menu li.selected ul {
  display: block;
}
#nav #box-menu .inner .menu-img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#nav #box-menu .inner .menu-img .image .menupic {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

#foto {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 0;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 990px) {
  #foto {
    height: 70vw;
  }
}
body.homepage #foto {
  height: 100vh;
}
@media (max-width: 990px) {
  body.homepage #foto {
    height: 100vh;
  }
}
@media (max-width: 767px) {
  body.homepage #foto {
    height: 100%;
  }
}
#foto .list {
  overflow: hidden;
  height: 100%;
}
#foto .list img {
  display: block;
}
#foto .list img:not(:first-child) {
  display: none;
}
#foto #slide-nav {
  position: absolute;
  right: 4%;
  bottom: 130px;
  z-index: 21;
  display: flex;
}
@media (max-width: 990px) {
  #foto #slide-nav {
    bottom: 75px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    align-items: center;
    height: 36px;
  }
}
#foto #slide-nav a {
  padding: 0 3px;
  transition: all 0.7s ease-out;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
}
#foto #slide-nav a span {
  display: block;
  height: 6px;
  width: 6px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.7s ease-out;
}
#foto #slide-nav a.current span {
  height: 24px;
  width: 24px;
}
#foto #foto-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
#foto #foto-after #slogan {
  position: absolute;
  left: 0;
  margin: 0 auto;
  width: 95%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12vh;
  line-height: 1.1em;
  box-sizing: border-box;
  color: #fff;
}
@media (max-width: 767px) {
  #foto #foto-after #slogan {
    font-size: 16vw;
  }
}
#foto #foto-after .stoerer {
  z-index: 20;
  display: block;
  position: absolute;
  right: -1px;
  top: 200px;
  padding: 1em;
  text-align: center;
  font-size: 24px;
  border: 1px solid #003645;
  letter-spacing: 0.05em;
}
#foto #foto-after .stoerer a {
  text-decoration: none;
  color: #003645;
}
@media (max-width: 767px) {
  #foto #foto-after .stoerer a {
    color: white;
  }
}
#foto #foto-after .stoerer a:hover {
  color: #003645;
}
@media (max-width: 990px) {
  #foto #foto-after .stoerer {
    top: 13vh;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #foto #foto-after .stoerer {
    top: auto;
    left: 0;
    bottom: 47px;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.5px);
    border: none;
  }
}
#foto #foto-after #sliderparallax {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#foto #foto-after #sliderparallax .box {
  position: absolute;
  width: 100%;
  height: 100%;
}
#foto #foto-after #sliderparallax .box-1 {
  width: 100%;
  height: auto;
  bottom: -110px;
  left: 0;
  z-index: 1;
}
@media (min-width: 2001px) {
  #foto #foto-after #sliderparallax .box-1 {
    bottom: 50px;
  }
}
#foto #foto-after #sliderparallax .box-1 img {
  width: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 990px) {
  #foto #foto-after #sliderparallax .box-1 {
    display: none;
  }
}
#foto #foto-after #sliderparallax .box-2 {
  bottom: 42%;
  left: 50%;
  z-index: 0;
  width: auto;
  height: auto;
  margin-left: -340px;
}
@media (min-width: 2001px) {
  #foto #foto-after #sliderparallax .box-2 {
    bottom: 50%;
  }
}
@media (max-width: 990px) {
  #foto #foto-after #sliderparallax .box-2 {
    bottom: 60%;
    width: 360px;
    height: auto;
    left: 50%;
    margin-left: -180px;
  }
  #foto #foto-after #sliderparallax .box-2 img {
    width: 360px;
    height: auto;
  }
}

#quick-request {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 200;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.5px);
  /* Note: backdrop-filter has minimal browser support */
}
@media (max-width: 990px) {
  #quick-request {
    display: none;
  }
}
#quick-request #form-booking {
  display: flex;
  justify-content: center;
  height: 85px;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 500;
}
#quick-request #form-booking .form-row {
  padding: 16px 19px;
}
#quick-request #form-booking .form-row input, #quick-request #form-booking .form-row select {
  font: 18px "Encode Sans Condensed", sans-serif;
  background-color: transparent;
  color: #fff;
  border: none;
  box-sizing: border-box;
  width: 90px;
  font-weight: 300;
  outline: none;
}
@media (max-width: 1230px) {
  #quick-request #form-booking .form-row input, #quick-request #form-booking .form-row select {
    width: 110px;
  }
}
#quick-request #form-booking .form-row option {
  color: #000;
}
#quick-request #form-booking .form-row svg {
  position: relative;
  top: 2px;
  left: 5px;
}
#quick-request #form-booking .form-row svg path {
  fill: #fff;
}
#quick-request #form-booking .form-row.row-invia {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  height: 85px;
  width: 20%;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
#quick-request #form-booking .form-row.row-invia button {
  border: none;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  line-height: 1.4em;
  padding: 16px 56px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font: 18px "Encode Sans Condensed", sans-serif;
  font-weight: 500;
}
#quick-request #form-booking .form-row.row-invia button span {
  display: inline-block;
  background: #fff;
}
#quick-request #form-booking #arrival-focus, #quick-request #form-booking #departure-focus {
  margin-right: 0.5%;
}

#content {
  position: relative;
  overflow: hidden;
  line-height: 1.8em;
}
#content > :last-child {
  margin-bottom: 12.9vh !important;
}
body.noPhoto #content {
  padding-top: 170px;
}
@media (max-width: 767px) {
  body.noPhoto #content {
    padding-top: 60px;
  }
}
#content .offerpage .content .inner p {
  margin: 0.4em 0;
}
#content p {
  margin: 1.4em 0;
}
#content a {
  color: #003645;
  transition: all 0.4s ease-out;
}
#content .link {
  display: flex;
  gap: 0 1.2em;
}
#content .link a {
  display: flex;
  align-items: center;
  gap: 0 13px;
  text-decoration: none;
  color: #b88a54;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4em;
  transition: all 0.4s ease-out;
  cursor: pointer;
  letter-spacing: 1px;
}
#content .link a img {
  transition: all 0.4s ease-out;
}
#content .link a:hover img {
  transform: scale(1.8);
}
#content h1 {
  font-size: 100px;
  line-height: 1.14em;
  margin: 0.92em 0;
  font-weight: 500;
  color: #003645;
  font-family: "Cabinet Grotesk", sans-serif;
}
@media (max-width: 990px) {
  #content h1 {
    font-size: 82px;
  }
}
@media (max-width: 767px) {
  #content h1 {
    font-size: 52px;
  }
}
#content h1 small {
  display: block;
  line-height: normal;
  font-size: 24px;
  font-weight: 500;
  font-family: "Encode Sans Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #b88a54;
}
#content h2 {
  font-size: 80px;
  line-height: 1.14em;
  margin: 0.92em 0;
  font-family: "Cabinet Grotesk", sans-serif;
  font-weight: 500;
  color: #003645;
}
@media (max-width: 990px) {
  #content h2 {
    font-size: 65.6px;
  }
}
@media (max-width: 767px) {
  #content h2 {
    font-size: 41.6px;
  }
}
#content h2 small {
  display: block;
  line-height: normal;
  font-size: 24px;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #b88a54;
}
#content h3 {
  font-size: 60px;
  line-height: 1.14em;
  margin: 0.92em 0;
  font-family: "Cabinet Grotesk", sans-serif;
  font-weight: 500;
}
@media (max-width: 990px) {
  #content h3 {
    font-size: 49.2px;
  }
}
@media (max-width: 767px) {
  #content h3 {
    font-size: 31.2px;
  }
}
#content h4 {
  font-size: 40px;
  line-height: 1.14em;
  margin: 0.92em 0;
  font-family: "Cabinet Grotesk", sans-serif;
  font-weight: 500;
}
@media (max-width: 990px) {
  #content h4 {
    font-size: 32.8px;
  }
}
@media (max-width: 767px) {
  #content h4 {
    font-size: 20.8px;
  }
}
@media (max-width: 767px) {
  #content .hideonmobile {
    display: none;
  }
}
@media (max-width: 990px) {
  #content .hideontablet {
    display: none;
  }
}
#content .article {
  position: relative;
  z-index: 6;
  margin: 12.9vh 4%;
}
@media (max-width: 990px) {
  #content .article {
    margin: 6vh 4%;
  }
}
#content .section-item {
  position: relative;
}
#content .section-item .content > .inner :first-child {
  margin-top: 0;
}
#content .section-item .content > .inner :last-child {
  margin-bottom: 0;
}
#content .section-item.section-parallax {
  aspect-ratio: 16/8.2;
  overflow: hidden;
  background-color: #003645;
}
#content .section-item.section-parallax h2 {
  font-size: 64px;
  color: #EDEDED;
}
@media (max-width: 767px) {
  #content .section-item.section-parallax h2 {
    font-size: 35.84px;
  }
}
#content .section-item.section-parallax.has-link {
  cursor: pointer;
}
#content .section-item.section-parallax.has-link .content > .inner {
  align-items: flex-start;
  text-align: left;
  line-height: normal;
  justify-content: flex-end;
}
#content .section-item.section-parallax.has-link .content > .inner h2 {
  font-size: 80px;
  text-align: left;
  margin-left: 4%;
}
#content .section-item.section-parallax.has-link .content > .inner p {
  font-size: 18px;
  text-align: left;
  margin-left: 4%;
}
#content .section-item.section-parallax.has-link .content > .inner p.link {
  margin-bottom: 4%;
}
#content .section-item.section-parallax .content > .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 100px;
  line-height: 1.2em;
  z-index: 6;
}
@media (max-width: 990px) {
  #content .section-item.section-parallax .content > .inner {
    font-size: 76px;
  }
}
@media (max-width: 767px) {
  #content .section-item.section-parallax .content > .inner {
    font-size: 49px;
  }
}
#content .section-item.section-parallax .content > .inner .smaller {
  font-size: 0.5em;
}
#content .section-item.section-parallax .content > .inner a {
  display: block;
  text-decoration: none;
  color: #fff;
}
#content .section-item.section-parallax .image img {
  width: 100%;
  height: auto;
  display: block;
}
#content .section-item.section-slider-text.no-slider > .inner .section-main .list {
  display: flex;
}
#content .section-item.section-slider-text.no-slider > .inner .section-main .outer-list .hoverPanel {
  display: none;
}
#content .section-item.section-slider-text.no-slider > .inner .section-main .slider-nav {
  display: none;
}
#content .section-item.section-slider-text.no-slider .hoverPanel {
  display: none !important;
}
#content .section-item.section-slider-text.text-absolute {
  background: #000;
}
#content .section-item.section-slider-text.text-absolute > .inner * {
  color: #fff;
}
#content .section-item.section-slider-text.text-absolute > .inner .section-main .content {
  position: absolute;
  bottom: 0;
  z-index: 3;
  margin: 4vh 35% 6vh 4%;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text.text-absolute > .inner .section-main .content {
    margin: 3vh 24% 4vh 4%;
  }
}
#content .section-item.section-slider-text.text-absolute > .inner .section-main .content h2 {
  margin: 0.1em 0;
}
#content .section-item.section-slider-text.text-absolute > .inner .section-main .slider .inner {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5215686275), transparent);
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text.text-absolute > .inner .section-main .slider .inner .list {
    height: 80vh;
  }
}
#content .section-item.section-slider-text.text-absolute > .inner .section-main .slider .inner .list-item .image-box {
  opacity: 0.7;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text.text-absolute > .inner .section-main .slider .inner .list-item .image-box {
    height: 80vh;
  }
}
#content .section-item.section-slider-text.text-block-right .decoration-1 {
  position: absolute;
  top: 80vh;
  left: 0;
}
#content .section-item.section-slider-text.text-block-right .decoration-1 img {
  width: 430px;
  height: auto;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text.text-block-right .decoration-1 {
    display: none;
  }
}
#content .section-item.section-slider-text.text-block-right .inner .section-main .content {
  position: relative;
  z-index: 3;
  margin: 12.4vh 12% 12.4vh 4%;
}
#content .section-item.section-slider-text.text-block-right .inner .section-main .content .block-right {
  padding-left: 50%;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text.text-block-right .inner .section-main .content .block-right {
    padding-left: unset;
  }
}
#content .section-item.section-slider-text.offerpage {
  padding: 1vh 4% 1vh 4%;
}
#content .section-item.section-slider-text.offerpage .section-main {
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text.offerpage .section-main {
    display: block;
  }
}
#content .section-item.section-slider-text.offerpage .section-main .slider {
  width: 40%;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text.offerpage .section-main .slider {
    width: 100%;
  }
}
#content .section-item.section-slider-text.offerpage .section-main .content {
  width: 60%;
  margin: 3vh 4% 3vh 4%;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text.offerpage .section-main .content {
    width: 100%;
  }
}
#content .section-item.section-slider-text.offerpage .section-main .content .inner h2, #content .section-item.section-slider-text.offerpage .section-main .content .inner h3, #content .section-item.section-slider-text.offerpage .section-main .content .inner h4 {
  margin-bottom: 1em;
}
#content .section-item.section-slider-text.offerpage .section-main .content .inner ul {
  margin: 0;
  padding: 0.3em 0;
  list-style-position: inside;
}
#content .section-item.section-slider-text > .inner {
  position: relative;
  z-index: 2;
}
#content .section-item.section-slider-text > .inner .section-main {
  position: relative;
}
#content .section-item.section-slider-text > .inner .section-main .content {
  position: relative;
  z-index: 3;
  margin: 9.4vh 4% 9.4vh 4%;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text > .inner .section-main .content {
    margin: 3vh 4% 3vh 4%;
  }
}
#content .section-item.section-slider-text > .inner .section-main .slider .inner {
  position: relative;
}
#content .section-item.section-slider-text > .inner .section-main .outer-list {
  position: relative;
}
#content .section-item.section-slider-text > .inner .section-main .outer-list .hoverPanel {
  position: static;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text > .inner .section-main .outer-list .hoverPanel {
    display: none;
  }
}
#content .section-item.section-slider-text > .inner .section-main .outer-list .hoverPanel .hoverLeft {
  position: absolute;
  top: 0;
  left: 0;
  width: 13%;
  height: 100%;
}
#content .section-item.section-slider-text > .inner .section-main .outer-list .hoverPanel .hoverRight {
  position: absolute;
  top: 0;
  right: 0;
  width: 13%;
  height: 100%;
}
#content .section-item.section-slider-text > .inner .section-main .list .list-item {
  width: 100%;
  overflow: hidden;
  margin-right: 0;
  position: relative;
}
#content .section-item.section-slider-text > .inner .section-main .list .list-item.has-link {
  cursor: pointer;
}
#content .section-item.section-slider-text > .inner .section-main .list .list-item .image-box {
  height: auto;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text > .inner .section-main .list .list-item .image-box {
    height: 60vh;
  }
}
#content .section-item.section-slider-text > .inner .section-main .list .list-item .image-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}
#content .section-item.section-slider-text > .inner .section-main .list .list-item .info-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10.4%;
  box-sizing: border-box;
}
#content .section-item.section-slider-text > .inner .section-main .list .list-item .info-box .index {
  color: #fff;
  font-size: 17.04vh;
  line-height: 1em;
}
@media (max-width: 767px) {
  #content .section-item.section-slider-text > .inner .section-main .list .list-item .info-box .index {
    font-size: 12vh;
  }
}
@supports (-webkit-text-stroke: 1px black) {
  #content .section-item.section-slider-text > .inner .section-main .list .list-item .info-box .index {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
  }
}
#content .section-item.section-slider-text > .inner .section-main .list .list-item .info-box .text-box {
  color: #fff;
  font-size: 64px;
  line-height: 1.2em;
}
@media (max-width: 1230px) {
  #content .section-item.section-slider-text > .inner .section-main .list .list-item .info-box .text-box {
    font-size: 51.2px;
  }
}
@media (max-width: 767px) {
  #content .section-item.section-slider-text > .inner .section-main .list .list-item .info-box .text-box {
    font-size: 29.44px;
  }
}
#content .section-item.section-slider-text > .inner .section-main .list .list-item .info-box .text-box p {
  margin: 0;
}
#content .section-item.section-slider-text > .inner .section-main .list .list-item .info-box .text-box a {
  display: none;
}
#content .section-item.section-slider-text > .inner .section-main .hoverPanel {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text > .inner .section-main .hoverPanel {
    display: none;
  }
}
#content .section-item.section-slider-text > .inner .section-main .hoverPanel > * {
  flex: 1 1 1px;
}
#content .section-item.section-slider-text > .inner .section-main .slider-nav {
  margin: 0 6%;
  display: flex;
}
#content .section-item.section-slider-text > .inner .section-main .slider-nav > a {
  flex: 1 1 0;
  font-size: 0;
  height: 4px;
  border-bottom: 2px solid #b88a54;
  transition: background-color 0.4s ease-out;
}
#content .section-item.section-slider-text > .inner .section-main .slider-nav > a.active {
  background-color: #b88a54;
}
#content .section-item.section-slider-text > .inner .section-after {
  display: flex;
  justify-content: space-between;
  margin: 0 6%;
}
@media (max-width: 767px) {
  #content .section-item.section-slider-text > .inner .section-after {
    display: block;
  }
}
#content .section-item.section-slider-text > .inner .section-after .content {
  flex-basis: 30%;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text > .inner .section-after .content {
    flex-basis: 50%;
  }
}
#content .section-item.section-slider-text > .inner .section-after .image {
  flex-basis: 42%;
  transform: translateY(26vh);
}
#content .section-item.section-slider-text > .inner .section-after .image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
#content .section-item.section-slider-text.slider-left .list {
  margin-left: 20%;
  margin-right: 4%;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text.slider-left .list {
    height: 60vh;
    margin-left: 4%;
    margin-right: 4%;
  }
}
#content .section-item.section-slider-text.slider-right .list {
  margin-right: 20%;
  margin-left: 4%;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text.slider-right .list {
    height: 60vh;
    margin-left: 4%;
    margin-right: 4%;
  }
}
#content .section-item.section-slider-text.slider-half {
  z-index: 10;
}
#content .section-item.section-slider-text.slider-half .list {
  margin-left: 4%;
  margin-right: 0;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text.slider-half .list {
    height: auto;
    margin-left: 4%;
    margin-right: 0;
  }
}
#content .section-item.section-slider-text.slider-half .list .list-item {
  margin-right: 2% !important;
  width: 95% !important;
  height: auto;
}
body.homepage #content .section-item.section-slider-text.slider-half .list.mobilegal {
  display: none;
}
@media (max-width: 990px) {
  body.homepage #content .section-item.section-slider-text.slider-half .list.mobilegal {
    display: block;
  }
  body.homepage #content .section-item.section-slider-text.slider-half .list.mobilegal .list-item .image-box {
    height: auto;
  }
}
body.homepage #content .section-item.section-slider-text.slider-half .list.desktopgal {
  display: block;
}
@media (max-width: 990px) {
  body.homepage #content .section-item.section-slider-text.slider-half .list.desktopgal {
    display: none;
  }
}
#content .section-item.section-slider-text.slider-half .list.desktopgal {
  display: block;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text.slider-half .list.desktopgal {
    display: block;
  }
}
#content .section-item.section-boxes {
  position: relative;
  background: radial-gradient(46.53% 92.92% at 96.53% 60.06%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #003645;
}
#content .section-item.section-boxes .background-horizontal {
  position: absolute;
  right: 0;
  top: 0;
  height: 53vh;
  width: 100%;
  background: linear-gradient(270.12deg, #003645 0.1%, rgba(0, 54, 69, 0) 99.2%);
  mix-blend-mode: multiply;
  opacity: 0.3;
  z-index: 0;
}
#content .section-item.section-boxes .background-vertical {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 12vw;
  background: linear-gradient(179.95deg, #003645 0.06%, rgba(0, 54, 69, 0) 73.4%);
  mix-blend-mode: multiply;
  opacity: 0.2;
  z-index: 0;
}
#content .section-item.section-boxes.bg-brown {
  position: relative;
  background: #b88a54;
}
body.homepage #content .section-item.section-boxes.bg-brown:before {
  position: absolute;
  z-index: -1;
  top: -148px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background: #b88a54;
}
#content .section-item.section-boxes.bg-brown:before {
  display: none;
}
#content .section-item.section-boxes.bg-brown .background-horizontal {
  top: 184px;
  height: 60vh;
  width: 100%;
  opacity: 0.5;
  background: linear-gradient(273.39deg, #CD9C64 5.32%, rgba(205, 156, 100, 0) 99.85%);
}
#content .section-item.section-boxes.bg-brown .background-vertical {
  height: 100%;
  top: -148px;
  width: 43vw;
  background: linear-gradient(359.47deg, #CD9C64 20.44%, rgba(205, 156, 100, 0) 82.61%);
  opacity: 0.6;
}
#content .section-item.section-boxes.bg-brown .section-main h2 small {
  color: #fff;
}
#content .section-item.section-boxes.bg-brown .section-main .link {
  justify-content: center;
}
#content .section-item.section-boxes.bg-brown .section-main .link a {
  color: #fff;
}
#content .section-item.section-boxes.bg-brown .section-after {
  position: relative;
  z-index: 2;
  background: #EDEDED;
}
#content .section-item.section-boxes.bg-brown .section-after .tenniscourses {
  position: relative;
  top: -20vh;
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-template-rows: 100% auto;
  column-gap: 1%;
  justify-content: center;
}
@media (max-width: 990px) {
  #content .section-item.section-boxes.bg-brown .section-after .tenniscourses {
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 90%;
    max-width: 350px;
    padding: 4% 0;
    margin: 0 auto;
  }
}
#content .section-item.section-boxes.bg-brown .section-after .tenniscourses .course-item {
  display: block;
  background: #fff;
  border-radius: 20px;
  box-shadow: 11px 4px 20px rgba(0, 0, 0, 0.1);
}
#content .section-item.section-boxes.bg-brown .section-after .tenniscourses .course-item .item-inner {
  display: block;
  width: 80%;
  margin: 10% auto;
}
@media (max-width: 990px) {
  #content .section-item.section-boxes.bg-brown .section-after .tenniscourses .course-item .item-inner {
    width: 90%;
    margin: 5% auto;
  }
}
#content .section-item.section-boxes.bg-brown .section-after .tenniscourses .course-item .item-inner .short-desc {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #b88a54;
}
#content .section-item.section-boxes.bg-brown .section-after .tenniscourses .course-item .item-inner h3 {
  font-size: 40px;
  line-height: 1em;
  margin: 0 0 1.02em 0;
  font-family: "Cabinet Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #003645;
}
@media (max-width: 990px) {
  #content .section-item.section-boxes.bg-brown .section-after .tenniscourses .course-item .item-inner h3 {
    font-size: 32.8px;
  }
}
@media (max-width: 767px) {
  #content .section-item.section-boxes.bg-brown .section-after .tenniscourses .course-item .item-inner h3 {
    font-size: 24.8px;
  }
}
#content .section-item.section-boxes.bg-brown .section-after .tenniscourses .course-item .item-inner h3 small {
  font-size: 18px;
}
#content .section-item.section-boxes.bg-brown .section-after .tenniscourses .course-item .item-inner p {
  margin: 0.8em 0;
}
#content .section-item.section-boxes.bg-brown .section-after .tenniscourses .course-item .item-inner p.link {
  margin-top: 2em;
}
#content .section-item.section-boxes.bg-brown .section-after .tenniscourses .course-item .item-inner p.link a {
  color: #003645 !important;
}
#content .section-item.section-boxes:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 10;
}
#content .section-item.section-boxes .section-main {
  position: relative;
  z-index: 1;
  padding: 9.4vh 12% 9.4vh 12%;
  text-align: center;
}
#content .section-item.section-boxes .section-main p {
  color: #fff;
}
#content .section-item.section-boxes .section-main h2 {
  font-size: 80px;
  line-height: 1.14em;
  margin: 0.92em 0;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 990px) {
  #content .section-item.section-boxes .section-main h2 {
    font-size: 65.6px;
  }
}
@media (max-width: 767px) {
  #content .section-item.section-boxes .section-main h2 {
    font-size: 41.6px;
  }
}
#content .section-item.section-boxes .section-main h2 small {
  display: block;
  line-height: normal;
  font-weight: 300;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #b88a54;
}
#content .section-item.section-boxes .image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 80vh;
}
@media (max-width: 990px) {
  #content .section-item.section-boxes .image {
    height: 60vh;
  }
}
#content .section-item.section-boxes .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .section-item.section-boxes .section-after {
  text-align: left;
  z-index: 1;
  position: relative;
}
#content .section-item.section-boxes .section-after .cat-images {
  position: absolute;
  width: 100%;
}
#content .section-item.section-boxes .section-after .cat-images img {
  position: absolute;
  opacity: 0;
  z-index: -1;
  transform: scale(0.8);
}
#content .section-item.section-boxes .section-after .categories-wrapper {
  height: 100vh;
  display: grid;
  place-content: center;
  padding-bottom: 4vw;
}
@media (max-width: 990px) {
  #content .section-item.section-boxes .section-after .categories-wrapper {
    display: block;
    height: auto;
  }
}
#content .section-item.section-boxes .section-after .categories-wrapper .categories {
  width: 80vw;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 990px) {
  #content .section-item.section-boxes .section-after .categories-wrapper .categories {
    width: auto;
    flex-direction: column;
  }
}
#content .section-item.section-boxes .section-after .categories-wrapper .categories div.h2 {
  margin: 0;
  padding: 4vw;
  width: 30%;
}
@media (max-width: 990px) {
  #content .section-item.section-boxes .section-after .categories-wrapper .categories div.h2 {
    text-align: left;
    width: 100%;
  }
}
#content .section-item.section-boxes .section-after .categories-wrapper .categories div.h2 a {
  display: block;
  color: #b88a54;
  cursor: pointer;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
}
#content .section-item.section-boxes .section-after .categories-wrapper .categories div.h2 a:hover {
  mix-blend-mode: multiply;
}
@media (max-width: 990px) {
  #content .section-item.section-boxes .section-after .categories-wrapper .categories div.h2 a {
    text-align: left;
    font-size: 49.2px;
  }
}
@media (max-width: 767px) {
  #content .section-item.section-boxes .section-after .categories-wrapper .categories div.h2 a {
    font-size: 37.2px;
  }
}
#content .section-item.section-boxes .section-after .categories-wrapper .categories div.h2 p {
  margin: 2vw auto !important;
}
@media (max-width: 990px) {
  #content .section-item.section-boxes .section-after .categories-wrapper .categories div.h2 p {
    width: 80%;
    margin: 2vw 0 4vh 0 !important;
  }
}
#content .section-item.section-boxes .section-after .categories-wrapper .categories div.h2:last-child {
  flex: 100%;
}
#content .section-item.section-boxes .section-after .categories-wrapper .categories div.h2:last-child p {
  width: 50%;
}
@media (max-width: 990px) {
  #content .section-item.section-boxes .section-after .categories-wrapper .categories div.h2:last-child p {
    width: 80%;
  }
}
#content .section-item.section-boxes .section-after .categories-wrapper .categories p {
  color: #fff;
}
#content .section-item.section-text {
  margin: 12.9vh 4%;
}
@media (max-width: 767px) {
  #content .section-item.section-text {
    margin: 6vh 4%;
  }
}
#content .section-item.section-text.bg-gray {
  position: relative;
  background: #EDEDED;
  margin: 0;
  padding: 0.1px 4%;
}
@media (max-width: 767px) {
  #content .section-item.section-text.bg-gray {
    margin: 0;
    padding: 6vh 4%;
  }
}
#content .section-item.section-text.bg-gray:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 10;
  background: #EDEDED;
}
#content .section-item.section-text.bg-gray .section-main {
  margin: 0 0 12.9vh 0;
}
@media (max-width: 990px) {
  #content .section-item.section-text.bg-gray .section-main {
    margin: 6vh 0;
  }
}
#content .section-item.section-text.section-main-wide .section-main {
  margin: 0;
}
#content .section-item.section-text .section-main {
  margin: 9.4vh 12% 9.4vh 12%;
}
#content .section-item.section-text .inner {
  position: relative;
}
#content .section-item.section-text .subslogan {
  text-align: center;
  color: #b88a54;
  font-size: 40px;
  line-height: 1.3em;
}
#content .section-item.section-text .decoration-separator {
  position: absolute;
  left: -16%;
  top: 50%;
  height: 100%;
  width: 132%;
}
@media (max-width: 990px) {
  #content .section-item.section-text .decoration-separator {
    display: none;
    top: -3vh;
    height: 30vh;
  }
  #content .section-item.section-text .decoration-separator svg .sx {
    transform: translateY(0%) scaleX(3.5);
  }
  #content .section-item.section-text .decoration-separator svg .dx {
    transform: translateY(100%);
  }
}
#content .section-item.section-text .decoration-separator svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 990px) {
  #content .section-item.section-text .decoration-separator svg {
    height: 30vh;
  }
}
#content .section-item.section-text .decoration-separator-mobile1 {
  display: none;
  position: absolute;
  left: -16%;
  top: -3vh;
  width: 100%;
}
@media (max-width: 990px) {
  #content .section-item.section-text .decoration-separator-mobile1 {
    display: block;
  }
}
#content .section-item.section-text .decoration-separator-mobile1 svg {
  display: block;
  width: 100%;
  height: 5px;
}
#content .section-item.section-text .decoration-separator-mobile2 {
  display: none;
  position: relative;
  left: -16%;
  bottom: -3vh;
  height: 100%;
  width: 132%;
}
@media (max-width: 990px) {
  #content .section-item.section-text .decoration-separator-mobile2 {
    display: block;
  }
}
#content .section-item.section-text .decoration-separator-mobile2 svg {
  display: block;
  width: 100%;
  height: 5px;
}
#content .section-item.section-text p.h3 {
  color: #b88a54;
  text-transform: uppercase;
  font-weight: 700;
}
#content .section-item.section-text .columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  gap: 30px;
}
@media (max-width: 990px) {
  #content .section-item.section-text .columns {
    columns: unset;
    -moz-columns: unset;
    gap: unset;
  }
}
#content .section-item.section-text ul.bubbles-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
#content .section-item.section-text ul.bubbles-list li {
  list-style: none;
  flex: 1 0 18%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 990px) {
  #content .section-item.section-text ul.bubbles-list li {
    flex: 1 0 25%;
  }
}
@media (max-width: 767px) {
  #content .section-item.section-text ul.bubbles-list li {
    flex: 1 0 33%;
  }
}
#content .section-item.section-text ul.bubbles-list li p {
  margin: 0.4em 0 1.4em 0;
}
#content .section-item.section-text ul.bubbles-list img {
  width: 80px;
  height: auto;
  max-height: 80px;
}
@media (max-width: 767px) {
  #content .section-item.section-text ul.bubbles-list img {
    width: 60px;
    max-height: 60px;
  }
}
#content .section-item.section-accordion {
  margin: 0 4%;
}
#content .section-item.section-accordion .show-hide-outer {
  padding: 0.36em 0;
  border-bottom: 1px solid #EDEDED;
}
#content .section-item.section-accordion .show-hide-outer .show-hide-btn {
  font-size: 80px;
  line-height: 1.14em;
  margin: 0.42em 0;
  font-weight: 400;
  color: #b88a54;
  cursor: pointer;
}
@media (max-width: 990px) {
  #content .section-item.section-accordion .show-hide-outer .show-hide-btn {
    font-size: 65.6px;
  }
}
@media (max-width: 767px) {
  #content .section-item.section-accordion .show-hide-outer .show-hide-btn {
    font-size: 49.6px;
  }
}
#content .section-item.section-accordion .show-hide-outer .show-hide-btn svg {
  font-size: 1.3em;
  vertical-align: middle;
  margin-left: 13px;
}
#content .section-item.section-accordion .show-hide-outer .show-hide-text {
  display: none;
}
#content .section-item.section-accordion .show-hide-outer .show-hide-text > *:first-child {
  margin-top: 0;
}
#content .section-item.section-accordion .show-hide-outer .show-hide-text > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0.3em;
}
#content .section-item.section-accordion .show-hide-outer .show-hide-text .image-box img {
  display: block;
  width: 100%;
  height: 80vh;
  object-fit: cover;
}
#content .section-item.text-col .section-main {
  margin: 12.9vh 0;
}
@media (max-width: 990px) {
  #content .section-item.text-col .section-main {
    margin: 6vh 0;
  }
}
#content .section-item.text-col .content > .inner {
  display: flex;
  margin: 0;
  gap: 6vw;
}
@media (max-width: 990px) {
  #content .section-item.text-col .content > .inner {
    display: block;
  }
}
#content .section-item.text-col .content > .inner > * {
  flex: 1 1 0;
}
#content .section-item.text-col .content > .inner > * img {
  max-width: 100%;
  height: auto;
}
#content .section-item.text-col.col34 .content > .inner div:first-of-type {
  flex: 1;
}
#content .section-item.text-col.col34 .content > .inner div:last-of-type {
  flex: 2;
}
#content .section-item.room-item {
  position: relative;
  padding: 6vw 0;
  width: 100vw;
  left: calc(-50vw + 50%);
}
#content .section-item.room-item.even {
  position: relative;
  background: linear-gradient(180deg, #ffffff 30%, #003645 30%);
}
#content .section-item.room-item.even .background {
  position: absolute;
  content: "";
  bottom: 0;
  left: calc(-50vw + 50%);
  height: 60%;
  display: block;
  width: 100%;
  z-index: -1;
  background: radial-gradient(76.6% 76.6% at 0% 23.4%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #003645;
}
#content .section-item.room-item.even .background .background-vertical {
  position: absolute;
  content: "";
  bottom: 20%;
  right: 0;
  height: 80%;
  display: block;
  width: 100%;
  z-index: -1;
  background: linear-gradient(273.39deg, #003645 5.32%, #003645 99.85%);
  mix-blend-mode: multiply;
  opacity: 0.5;
}
#content .section-item.room-item.even .background .background-horizontal {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 100%;
  display: block;
  width: 30%;
  z-index: -1;
  background: linear-gradient(359.47deg, #003645 20.44%, rgba(205, 156, 100, 0) 82.61%, #003645 82.61%);
  mix-blend-mode: multiply;
  opacity: 0.5;
}
#content .section-item.room-item.odd {
  position: relative;
  background: linear-gradient(180deg, #ffffff 30%, #b88a54 30%);
}
#content .section-item.room-item.odd .background {
  position: absolute;
  content: "";
  bottom: 0;
  left: calc(-50vw + 50%);
  height: 60%;
  display: block;
  width: 100%;
  z-index: -1;
  background: radial-gradient(76.6% 76.6% at 0% 23.4%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #CD9C64;
}
#content .section-item.room-item.odd .background .background-vertical {
  position: absolute;
  content: "";
  bottom: 20%;
  right: 0;
  height: 80%;
  display: block;
  width: 100%;
  z-index: -1;
  background: linear-gradient(273.39deg, #b88a54 5.32%, rgba(205, 156, 100, 0) 99.85%);
  mix-blend-mode: multiply;
  opacity: 0.5;
}
#content .section-item.room-item.odd .background .background-horizontal {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 100%;
  display: block;
  width: 30%;
  z-index: -1;
  background: linear-gradient(359.47deg, #b88a54 20.44%, #b88a54 82.61%);
  mix-blend-mode: multiply;
  opacity: 0.5;
}
#content .section-item.room-item.slider-half {
  z-index: 10;
}
#content .section-item.room-item.slider-half .list {
  margin-left: 4%;
  margin-right: 0;
}
@media (max-width: 990px) {
  #content .section-item.room-item.slider-half .list {
    height: auto;
    margin-left: 4%;
    margin-right: 0;
  }
}
#content .section-item.room-item.slider-half .list .list-item {
  margin-right: 2% !important;
  width: 95% !important;
  height: auto;
}
@media (max-width: 990px) {
  #content .section-item.room-item.slider-half .list .list-item {
    height: auto;
  }
}
#content .section-item.room-item .room-images {
  position: relative;
}
#content .section-item.room-item .room-images .list .list-item {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 990px) {
  #content .section-item.room-item .room-images .list .list-item {
    height: auto;
  }
}
#content .section-item.room-item .room-images .list .list-item .image-box {
  height: 100vh;
}
@media (max-width: 990px) {
  #content .section-item.room-item .room-images .list .list-item .image-box {
    height: auto;
  }
}
#content .section-item.room-item .room-images .list .list-item .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .section-item.room-item .room-images .hoverPanel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
@media (max-width: 990px) {
  #content .section-item.room-item .room-images .hoverPanel {
    display: none;
  }
}
#content .section-item.room-item .room-images .hoverPanel > * {
  flex: 1 1 1px;
}
#content .section-item.room-item .boxes-text {
  position: relative;
  top: 0;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 10px 0;
  color: #fff;
  text-align: left;
}
@media (max-width: 990px) {
  #content .section-item.room-item .boxes-text {
    padding: 40px 0 10px 0;
  }
}
#content .section-item.room-item .boxes-text .room-title {
  font-family: "Encode Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 110%;
  color: #fff;
  padding-bottom: 2vh;
}
@media (max-width: 990px) {
  #content .section-item.room-item .boxes-text .room-title {
    font-size: 49.2px;
  }
}
@media (max-width: 767px) {
  #content .section-item.room-item .boxes-text .room-title {
    font-size: 31.2px;
  }
}
#content .section-item.room-item .boxes-text .room-detail span {
  text-transform: uppercase;
}
#content .section-item.room-item .boxes-text .room-intro-text {
  width: 90%;
  padding: 1em 0 0;
}
@media (min-width: 1301px) {
  #content .section-item.room-item .boxes-text .room-intro-text {
    width: 60vw;
  }
}
#content .section-item.room-item .boxes-text .room-cta {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  column-gap: 30px;
  padding: 5vh 0 3vh 0;
}
#content .section-item.room-item .boxes-text .room-cta *, #content .section-item.room-item .boxes-text .room-cta p {
  padding: 0;
  margin: 0;
}
#content .section-item.room-item .boxes-text .room-cta .link a {
  color: #fff;
}
#content .section-item.room-item .boxes-extras {
  width: 75%;
  margin: -10px auto 0 auto;
  padding: 0 0 9vh 0;
}
@media (max-width: 990px) {
  #content .section-item.room-item .boxes-extras {
    padding: 0 0 6vh 0;
    width: 90%;
  }
}
#content .section-item.room-item .boxes-extras .show-hide-btn {
  font-size: 20px;
  line-height: 1em;
  margin: 0.2em 0;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
#content .section-item.room-item .boxes-extras .show-hide-btn svg {
  font-size: 1em;
  margin-left: 5px;
}
#content .section-item.room-item .boxes-extras .show-hide-text {
  display: none;
}
#content .section-item.room-item .boxes-extras .show-hide-text > *:first-child {
  margin-top: 0;
}
#content .section-item.room-item .boxes-extras .show-hide-text > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0.3em;
}
#content .section-item.room-item .boxes-extras ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media (max-width: 990px) {
  #content .section-item.room-item .boxes-extras ul {
    columns: unset;
    -webkit-columns: unset;
    -moz-columns: unset;
  }
}
#content #room-filter-menu {
  list-style: none;
  display: flex;
  margin: 9vh 0 4vh 0;
  padding: 0;
  justify-content: space-around;
}
#content #room-filter-menu.cat-5 {
  display: none !important;
}
@media (max-width: 990px) {
  #content #room-filter-menu {
    margin: 4vh auto 2vh auto;
  }
}
@media (max-width: 767px) {
  #content #room-filter-menu {
    margin: 4vh auto;
  }
}
#content #room-filter-menu li {
  width: 50%;
  text-align: center;
}
#content #room-filter-menu li a {
  text-decoration: none;
  font: 60px "Encode Sans Condensed", sans-serif;
  padding: 0.8em 1em;
  display: block;
  transition: all 0.4s ease;
  color: rgba(0, 54, 69, 0.5);
  font-weight: 300;
}
@media (max-width: 990px) {
  #content #room-filter-menu li a {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  #content #room-filter-menu li a {
    font-size: 30px;
    padding: 0.2em 0.4em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 390px) {
  #content #room-filter-menu li a {
    font-size: 24px;
  }
}
#content #room-filter-menu li a:hover {
  color: #003645;
}
#content #room-filter-menu li.selected {
  border: 1px solid #003645;
}
#content #room-filter-menu li.selected a {
  color: #003645;
}
#content #tab-menu {
  list-style: none;
  display: flex;
  margin: 9vh 0 4vh 0;
  padding: 0;
  justify-content: space-around;
}
@media (max-width: 990px) {
  #content #tab-menu {
    margin: 4vh auto 2vh auto;
  }
}
@media (max-width: 767px) {
  #content #tab-menu {
    margin: 4vh auto;
  }
}
#content #tab-menu li {
  width: 50%;
  text-align: center;
}
#content #tab-menu li a {
  text-decoration: none;
  font: 60px "Encode Sans Condensed", sans-serif;
  padding: 0.8em 1em;
  display: block;
  transition: all 0.4s ease;
  color: rgba(0, 54, 69, 0.5);
  font-weight: 300;
}
@media (max-width: 990px) {
  #content #tab-menu li a {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  #content #tab-menu li a {
    font-size: 30px;
    padding: 0.2em 0.4em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 390px) {
  #content #tab-menu li a {
    font-size: 24px;
  }
}
#content #tab-menu li a:hover {
  color: #003645;
}
#content #tab-menu li a.selected {
  border: 1px solid #003645;
  color: #003645;
}
#content .tab-item {
  display: none;
}
#content .tab-item > *:first-child {
  margin-top: 0;
}
#content .tab-item > *:last-child {
  margin-bottom: 0;
}
#content .tab-item.show {
  display: block;
}
#content .textwrapper, #content .wrap_end, #content .wrap_start {
  padding: 0;
  display: none;
}
#content .textwrapper h4 {
  margin-top: 0;
}
#content .textwrapper p:first-child {
  margin-top: 0;
}
#content .oc_item {
  cursor: pointer;
  padding: 0.2em 0.5em 0.2em 0;
  margin: 0.5em 0;
  font-weight: normal;
  font-size: 60px;
  border-bottom: 1px solid #EDEDED;
}
@media (max-width: 990px) {
  #content .oc_item {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  #content .oc_item {
    font-size: 30px;
  }
}
#content .oc_item:before {
  content: "+";
  float: right;
}
#content .oc_item:hover {
  color: #b88a54;
  border-bottom: 1px solid #b88a54;
}
#content .oc_item.open:before {
  content: "-";
  float: right;
}
#content #alteaForm .af-col-center button {
  background-color: #003645;
}
#content .row {
  display: flex;
  gap: 4%;
}
@media (max-width: 990px) {
  #content .row {
    display: block;
  }
}
#content .row > * {
  flex: 1 1 1px;
}

.footerbg {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 140%;
  background: radial-gradient(92.55% 212.81% at 0% 7.45%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #003645;
}
@media (max-width: 990px) {
  .footerbg {
    height: 120%;
  }
}

#footer {
  position: relative;
  padding-top: 10vh;
  font-size: 18px;
  line-height: 1.8em;
  z-index: 2;
  background: radial-gradient(92.55% 212.81% at 0% 7.45%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #003645;
}
body.homepage #footer {
  padding-top: 0vh;
  background: transparent;
}
#footer p {
  margin: 1em 0;
  color: #fff;
}
#footer a {
  color: #fff;
  transition: all 0.4s ease-out;
  text-decoration: none;
}
#footer a.footer-email {
  color: #b88a54;
}
#footer .inner .row {
  display: flex;
  width: 84%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 990px) {
  #footer .inner .row {
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
  }
}
#footer .inner .row .contacts p {
  margin: 0;
}
#footer .inner .row .address {
  text-transform: uppercase;
}
#footer .inner .row .footer-links a {
  text-transform: uppercase;
}
#footer .inner .row .footer-social a svg {
  width: 30px;
  height: auto;
}
@media (max-width: 990px) {
  #footer .inner .row .footer-social {
    display: flex;
    width: 30%;
    justify-content: space-between;
  }
}
#footer .inner .row#last-row {
  justify-content: flex-start;
}
#footer .inner .row#last-row p {
  margin: 0;
}
#footer .inner .row#last-row ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 990px) {
  #footer .inner .row#last-row ul {
    margin: 2em 0;
  }
}
#footer .inner .row#last-row ul li {
  display: inline-block;
}
@media (max-width: 990px) {
  #footer .inner .row#last-row ul li {
    display: block;
  }
}
#footer .inner .row#last-row ul li a {
  padding: 0.8em 1em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.5);
}
#footer #by-altea {
  position: absolute;
  right: 8vw;
  bottom: 100px;
  z-index: 2;
}
@media (max-width: 990px) {
  #footer #by-altea {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
  }
}
#footer .scroll {
  position: relative;
  z-index: 2;
  padding-top: 73px;
}
@media (max-width: 990px) {
  #footer .scroll {
    padding-bottom: 42px;
  }
}
#footer .scroll svg {
  transform: rotate(180deg);
  cursor: pointer;
  width: 90px;
  display: block;
  margin: 0 auto;
  z-index: 10;
}

.btn-mobile {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 200;
}
@media (max-width: 990px) {
  .btn-mobile {
    display: flex;
  }
}
.btn-mobile > * {
  flex: 1 1 1px;
}
.btn-mobile a {
  text-decoration: none;
  color: #fff;
  background-color: #003645;
  display: block;
  font-size: 20px;
  line-height: 1.4em;
  padding: 0.6em 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: bold;
}
.btn-mobile a.booking {
  background-color: #b88a54;
}

@media (max-width: 990px) {
  #cursorTracker {
    display: none;
  }
}
#cursorTracker .cursor {
  position: fixed;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: 150;
}
#cursorTracker .cursor-pointer {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  top: -30px;
  left: -30px;
}
#cursorTracker .cursor-text {
  color: #fff;
  background-color: #003645;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0.4em;
  box-sizing: border-box;
  font: 20px "Encode Sans Condensed", sans-serif;
  top: 0;
  left: 0;
  width: 162px;
  height: 62px;
}
#cursorTracker .cursor-arrow-right, #cursorTracker .cursor-arrow-left {
  top: -81px;
  left: -81px;
}
#cursorTracker .cursor-arrow-left {
  transform: rotate(180deg);
}

.flickity-prev-next-button {
  top: auto;
  bottom: 0;
}

.flickity-prev-next-button.previous {
  left: auto;
  right: 70px;
}

.flickity-button {
  color: #fff;
  outline: none;
  border: 1px solid #fff;
  background: transparent;
}
.flickity-button:hover {
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 990px) {
  .flickity-button {
    display: block;
  }
}
.flickity-button .flickity-prev-next-button {
  width: 80px;
  height: 80px;
}

.picker--opened .picker__holder {
  width: 100vw;
  max-width: 100%;
  top: -100vh;
}

.pop-up-container {
  width: 100vw;
  height: 100dvh;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 55;
}
.pop-up-container.hide-pop-up {
  display: none;
}
.pop-up-container .pop-up-content {
  position: relative;
  width: 600px;
  max-width: 80vw;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  background: #003645;
  z-index: 2;
  padding: 2rem 1.5rem;
}
@media (max-width: 390px) {
  .pop-up-container .pop-up-content {
    width: 80vw;
    min-height: unset;
    max-height: 70vh;
    height: auto;
    align-items: flex-start;
    justify-content: space-evenly;
    padding: 1rem 1rem;
  }
}
@media (max-width: 500px) {
  .pop-up-container .pop-up-content {
    padding: 1rem 1rem;
  }
}
@media (min-height: 750px) {
  .pop-up-container .pop-up-content {
    min-height: unset;
    max-height: 70vh;
    height: auto;
  }
}
.pop-up-container .pop-up-content .pop-up-close {
  position: absolute;
  right: -20px;
  top: -25px;
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  background: white;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop-up-container .pop-up-content .pop-up-close:hover {
  cursor: pointer;
}
@media (max-width: 390px) {
  .pop-up-container .pop-up-content .pop-up-close {
    right: -20px;
    top: -20px;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 500px) {
  .pop-up-container .pop-up-content .pop-up-close {
    right: -10px;
    top: -20px;
    width: 35px;
    height: 35px;
    z-index: 25;
  }
}
.pop-up-container .pop-up-content .pop-up-close img {
  width: 25px;
  height: 25px;
  display: block;
}
.pop-up-container .pop-up-content .pop-up-content-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop-up-container .pop-up-content .pop-up-content-img img {
  display: block;
  width: 600px;
  height: auto;
  object-fit: cover;
}
@media (max-width: 390px) {
  .pop-up-container .pop-up-content .pop-up-content-img img {
    display: none;
  }
}
@media (max-width: 500px) {
  .pop-up-container .pop-up-content .pop-up-content-img img {
    display: none;
  }
}
@media (min-height: 750px) {
  .pop-up-container .pop-up-content .pop-up-content-img img {
    display: block;
    max-width: 80vw;
  }
}
.pop-up-container .pop-up-content .pop-up-content-text h4 {
  color: #b88a54;
  font-size: 28px;
  margin: 1rem 0;
}
@media (max-width: 390px) {
  .pop-up-container .pop-up-content .pop-up-content-text h4 {
    font-size: 24px;
  }
}
.pop-up-container .pop-up-content .pop-up-content-text p {
  color: white;
  font-size: 18px;
  line-height: 1.8rem;
}
@media (max-width: 390px) {
  .pop-up-container .pop-up-content .pop-up-content-text p {
    font-size: 18px;
  }
}
.pop-up-container .pop-up-content .pop-up-content-text p span {
  color: #b88a54;
  font-weight: 200;
  font-size: 25px;
}
@media (max-width: 390px) {
  .pop-up-container .pop-up-content .pop-up-content-text p span {
    font-size: 21px;
    line-height: 1.2rem;
  }
}
.pop-up-container .pop-up-content .pop-up-content-text p a {
  gap: 0 13px;
  color: #b88a54;
  font-weight: 400;
  line-height: 1.4em;
  transition: all 0.4s ease-out;
  cursor: pointer;
  margin: 0;
}
.pop-up-container .pop-up-content .pop-up-content-text p.link a {
  display: flex;
  align-items: center;
  gap: 0 13px;
  text-decoration: none;
  color: #b88a54;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4em;
  transition: all 0.4s ease-out;
  cursor: pointer;
  margin: 0;
}
.pop-up-container .pop-up-content .pop-up-content-text p.link a img {
  transition: all 0.4s ease-out;
}
.pop-up-container .pop-up-content .pop-up-content-text p.link a:hover img {
  transform: scale(1.8);
}
.pop-up-container .pop-up-content .pop-up-content-text .btn-link-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  margin: 1rem 0;
}
@media (max-width: 390px) {
  .pop-up-container .pop-up-content .pop-up-content-text .btn-link-container {
    gap: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 1rem 0;
  }
}
@media (max-width: 500px) {
  .pop-up-container .pop-up-content .pop-up-content-text .btn-link-container {
    gap: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 1rem 0;
  }
}
.pop-up-container .pop-up-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

#jmap_sitemap {
  width: 64%;
  margin: 5rem auto;
}

#jmap_sitemap .folder {
  display: none;
}

/* Visually hidden but screen-reader accessible */
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#quick-request #form-booking .form-row.row-invia button {
  background-color: #fff !important;
  color: #003645 !important;
}

/*# sourceMappingURL=pinetacampi.css.map */
