:root {
  --black: #000;
  --combine-library--white: white;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--grey-050: #f2f3f7;
  --combine-library--primary-600: #6157f8;
  --combine-library--grey-200: #bfc4ce;
  --combine-library--grey-600: #5f6570;
  --combine-library--grey-100: #d9dce2;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.bkg-image {
  object-fit: cover;
  height: 100%;
  position: absolute;
}

.div1 {
  z-index: 1;
  background-color: #c4c4c4d4;
  border-radius: 20px;
  flex-direction: column;
  width: 525px;
  padding: 30px 40px 40px;
  display: flex;
}

.image {
  background-image: url('../images/RigaLogo.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 280px;
}

.heading {
  color: #000;
  font-family: Arvo, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.bkg {
  z-index: 0;
  background-color: #d9d9d9;
  width: 100%;
  height: 100%;
  position: absolute;
}

.bkg-img {
  z-index: 0;
  position: relative;
}

.hero {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  align-items: center;
  min-height: 70vh;
  display: flex;
}

.p1 {
  color: var(--black);
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  min-width: 100%;
  min-height: 60px;
  display: flex;
  position: absolute;
}

.container {
  justify-content: space-between;
  align-items: center;
  margin: auto;
  display: flex;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button {
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Quicksand, sans-serif;
  transition: all .2s;
  display: flex;
}

.button:hover {
  background-color: #696969;
  border-color: #000;
  font-weight: 700;
}

.cta {
  background-color: #474749;
}

.section1 {
  background-color: #c3bfb6;
  justify-content: space-between;
  padding: 40px 80px;
  display: flex;
}

.titlepar {
  align-self: center;
  width: 660px;
}

.submenu {
  flex-direction: column;
  order: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.heading2 {
  color: #000;
  font-family: Arvo, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.list {
  width: 240px;
}

.list-item {
  text-align: right;
  border-bottom: 1px solid #000;
  justify-content: flex-end;
  align-items: center;
  height: 96px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  list-style-type: none;
  display: flex;
}

.section-grid {
  background-color: #c3bfb6;
  justify-content: center;
  padding: 80px;
  display: flex;
}

.differentiation {
  background-color: #c3bfb6;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 120px;
}

.div-block {
  width: 300px;
}

.diff {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 280px;
  display: flex;
}

.difficon {
  color: #000;
  height: 40px;
}

.heading4 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.componentlayouts {
  background-color: #474749;
  height: 520px;
  display: none;
}

.titlepar2 {
  color: #000;
  align-self: center;
}

.heading3 {
  color: var(--black);
  font-family: Arvo, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.heading3.white {
  color: var(--combine-library--white);
}

.heading3.amenidades {
  color: var(--black);
}

.amenities {
  background-color: #c3bfb6;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.div-amenities {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.listamenities {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.listamitem {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 360px;
  height: 96px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
  list-style-type: none;
  display: flex;
}

.iconamen {
  padding-right: 20px;
}

.section, .gallery {
  background-color: #c3bfb7;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.imagegal2x {
  object-fit: cover;
  transition: transform .2s;
}

.imagegal2x:hover {
  transform: scale(1.1);
}

.flexgallery3x {
  justify-content: center;
}

.imagegal3x {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  margin: auto;
  transition: transform .2s;
}

.imagegal3x:hover {
  transform: scale(1.2);
}

.imagegal3x._1st {
  order: -1;
}

.imagegal3x._3rd {
  order: 1;
}

.features {
  background-color: #474749;
  overflow: hidden;
}

.div-feat {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  flex-flow: row;
  align-self: center;
  display: flex;
}

.titlepar2-copy {
  flex: none;
  width: 480px;
  padding-bottom: 40px;
}

.image-3 {
  z-index: 0;
  object-fit: cover;
  min-width: 100%;
}

.listfeat {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  width: 360px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.listfeatitem {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  list-style-type: none;
  display: flex;
}

.flex-block {
  color: #fff;
  align-self: center;
  max-width: 1000px;
  padding-left: 60px;
  padding-right: 60px;
}

.aclar {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.flexgrid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 240px;
  padding-left: 7px;
  padding-right: 7px;
}

.gridimg4x2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  width: 100%;
  display: flex;
}

.image-gal-2x4 {
  object-fit: cover;
  width: 100%;
  height: 148px;
  transition: transform .2s;
  transform: scale(1);
}

.image-gal-2x4:hover {
  transform: scale(1.1);
}

.flex-block-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex: none;
  width: 100%;
  height: 68px;
}

.image-gal-1x1 {
  object-fit: cover;
  width: 72px;
  height: 72px;
  transition: transform .2s;
}

.image-gal-1x1:hover {
  transform: scale(1.1);
}

.image-gal-2x1 {
  width: 44%;
  height: 100%;
}

.gridimg1x1 {
  flex: none;
  width: 25%;
  height: 68px;
}

.gridimg2x1 {
  flex: none;
  width: 44%;
}

.image-gal-1x1-rnd {
  object-fit: cover;
  border-radius: 100px;
  width: 22%;
  height: 100%;
}

.image-gal-1x1-copy {
  object-fit: cover;
  width: 24%;
  height: 100%;
}

.image-gal-2x2 {
  object-fit: cover;
  width: 48%;
  height: 148px;
}

.image-gal-2x2-rnd {
  object-fit: cover;
  border-radius: 120px;
  flex: none;
  width: 148px;
  height: 148px;
}

.flexgrid-hor {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 240px;
  padding: 4px 7px;
}

.flex-block-3 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  height: 100%;
}

.image-gal-2x1-copy {
  transition: transform .2s;
}

.image-gal-2x1-copy:hover {
  transform: scale(1.1);
}

.image-gal-2x2-2 {
  object-fit: cover;
  flex: none;
  width: 148px;
  height: 148px;
  transition: transform .2s;
}

.image-gal-2x2-2:hover {
  transform: scale(1.1);
}

.maps {
  background-color: #474749;
}

.flex-block-4 {
  height: 100%;
}

.div-block-2 {
  color: #fff;
  align-self: center;
  min-width: 30%;
}

.map {
  filter: contrast(90%) grayscale() sepia(13%);
  height: 700px;
}

.form {
  background-color: #474749;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer {
  background-color: #474749;
  height: 660px;
  padding: 80px;
}

.p2 {
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

.p2.italic {
  font-style: italic;
}

.nearbyitem {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
}

.mapnearby {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footercontainer {
  justify-content: space-between;
}

.heading5 {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Arvo, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.divfooter {
  color: #fff;
}

.socialmediadiv {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.footer-left {
  flex: none;
  order: -1;
}

.div-block-3 {
  height: 300px;
}

.footer-right {
  flex: none;
  order: 1;
  align-items: flex-end;
}

.sitemap {
  color: #fff;
  text-align: right;
  font-family: Quicksand, sans-serif;
  list-style-type: none;
}

.link {
  color: #fff;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
}

.link:hover {
  color: #acacac;
}

.list-item-2 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-item-2:hover {
  color: #cfcfcf;
}

.text-block {
  color: #fff;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.flex-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 177px;
  padding-top: 0;
}

.flex-block-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-family: Quicksand, sans-serif;
}

.text-block-2 {
  font-size: 16px;
}

.link-2 {
  color: #81b7ff;
  font-size: 16px;
}

.nav {
  display: flex;
  position: absolute;
}

.div-block-4 {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 1260px;
  margin-top: 40px;
  display: flex;
}

.description {
  background-color: #c3bfb6;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.container-2 {
  justify-content: space-between;
  max-width: 1260px;
  height: 20vh;
  display: flex;
}

.titlepar-copy {
  order: -1;
  align-self: center;
  width: 640px;
}

.container-3 {
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1260px;
  display: flex;
}

.container-arrow {
  justify-content: flex-end;
  max-width: 1260px;
  padding-bottom: 60px;
  display: flex;
}

.container-4 {
  max-width: 1260px;
}

.container-5 {
  justify-content: space-between;
  max-width: 1260px;
  display: flex;
}

.container-6 {
  z-index: 1;
  flex: 1;
  max-width: 1260px;
  position: relative;
}

.cimg2x1 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 72px;
  display: flex;
  overflow: hidden;
}

.cimg2x1:hover {
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.cimg2x2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  display: flex;
  overflow: hidden;
}

.cimg2x2:hover {
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.cimg2x2-rnd {
  border-radius: 120px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  display: flex;
  overflow: hidden;
}

.cimg2x2-rnd:hover {
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.cimg1x1 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  overflow: hidden;
}

.cimg1x1:hover {
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.cimg2x4 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 148px;
  display: flex;
  overflow: hidden;
}

.cimg2x4:hover {
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.cimg1x1-rnd {
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  overflow: hidden;
}

.cimg1x1-rnd:hover {
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.flex-block-2-copy {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex: none;
  width: 100%;
  height: 68px;
}

.cimg2x1--1 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 72px;
  display: flex;
  overflow: hidden;
}

.cimg2x1--1:hover {
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.container-7 {
  justify-content: flex-end;
  width: 1260px;
  max-width: 1260px;
  height: 720px;
  display: flex;
}

.hero-mobile {
  background-image: url('../images/backgroundhero.webp');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  min-height: 70vh;
  display: none;
}

.div-block-5 {
  flex: 1;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.div-block-6 {
  color: #fff;
  width: 600px;
}

.container-8 {
  align-items: center;
  max-width: 1260px;
  display: flex;
}

.flex-block-7 {
  justify-content: center;
  align-items: stretch;
}

.featimg1 {
  object-fit: cover;
  align-self: stretch;
  min-width: 25%;
  display: flex;
}

.container-9 {
  color: #fff;
  justify-content: space-between;
  max-width: 1260px;
  font-family: Quicksand, sans-serif;
  display: flex;
}

.div-block-7 {
  flex-direction: column;
  order: -1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 380px;
  display: flex;
}

.field-label, .field-label-2 {
  font-weight: 400;
}

.submit-button {
  background-color: #000;
  font-weight: 700;
}

.textfield {
  font-size: 16px;
  font-weight: 400;
}

.form-block {
  order: 1;
  width: 540px;
}

.whatsapp {
  padding-top: 40px;
  padding-bottom: 40px;
}

.link-contact {
  color: #fff;
  padding-top: 0;
  padding-bottom: 40px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.select-field {
  background-color: #fff;
  width: 50%;
  font-size: 16px;
  font-weight: 400;
}

.sociallink {
  transition: filter .4s;
}

.sociallink:hover {
  filter: invert();
}

.faviconlink {
  transition: filter .4s;
}

.faviconlink:hover {
  filter: invert();
}

.div-block-8 {
  width: 50%;
  display: flex;
  overflow: hidden;
}

.menu-button {
  display: block;
}

.sec-nav {
  min-width: 100%;
  position: absolute;
}

.combine-menu-icon_line-bottom {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon_line-middle {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.combine-menu-icon_line-top {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav4_menu-button {
  padding: .5rem;
}

.nav4_menu-button.w--open {
  background-color: #0000;
}

.button-small {
  color: var(--combine-library--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: .5rem 2rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.button-small:hover {
  background-color: #28364ae6;
}

.nav4_button-wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  align-items: center;
  margin-left: 1.25rem;
  display: flex;
  position: relative;
}

.combine-nav4_link {
  color: #000;
  text-align: center;
  max-width: 300px;
  padding: 1rem 1.25rem;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
  transition: color .25s;
}

.combine-nav4_link:hover {
  color: #f5f5f5;
}

.combine-nav4_link.pressed {
  color: #fff;
  text-decoration: none;
}

.combine-nav4_dropdown-column {
  min-width: 10rem;
}

.combine-nav4_dropdown-wrapper {
  grid-column-gap: 1rem;
  background-color: var(--combine-library--grey-050);
  align-items: center;
  display: flex;
}

.combine-nav4_dropdown-list {
  background-color: var(--combine-library--grey-050);
}

.combine-nav4_dropdown-list.w--open {
  background-color: #0000;
  position: static;
}

.combine-nav4_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
}

.combine-nav4_dropdown-toggle {
  justify-content: flex-start;
  padding: .5rem 2.5rem .5rem 1.25rem;
  font-size: .875rem;
  transition: color .25s;
}

.combine-nav4_dropdown-toggle:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav4_dropdown {
  color: var(--combine-library--grey-800);
  flex-direction: column;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.nav4_menu {
  z-index: 1;
  border-bottom: 1px solid var(--combine-library--grey-200);
  background-color: #7e837d;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.combine-nav4_logo {
  height: 100%;
  max-height: 2rem;
}

.nav4_logo-link {
  z-index: 2;
  position: relative;
}

.nav4_logo-link.w--current {
  align-items: center;
  display: flex;
}

.nav4_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.nav4_component {
  z-index: 10;
  background-color: #0000;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.flex-block-8 {
  flex: none;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.faq {
  color: #000;
  background-color: #c3bfb7;
  font-family: Quicksand, sans-serif;
}

.space-medium {
  height: 1.5rem;
}

.text-size-regular {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.faq1_answer {
  display: block;
  overflow: hidden;
}

.faq1_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.icon_small {
  color: #000;
  -webkit-text-stroke-color: black;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.icon_color4 {
  color: var(--combine-library--grey-600);
}

.faq1_question {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq1_accordion {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.faq1_component {
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-container-medium {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large {
  height: 4rem;
}

.combine-heading-style-h2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center {
  text-align: left;
}

.combine-container-small {
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-faq1_accordion-copy {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.html-embed {
  height: 100%;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.live-icon-chat {
  margin-right: 0;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 5px auto auto 5px;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.livechat-button {
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.modal {
  z-index: 20;
  background-color: #000000b0;
  flex-flow: row;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.modal-popup {
  background-color: #d9d9d9;
  border-radius: 16px;
  width: 90vw;
  margin: 60px auto;
  padding: 40px;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.lightbox-link {
  width: 100%;
}

.lightbox-link-2 {
  object-fit: cover;
}

.container-10 {
  max-width: 1260px;
}

.div-block-10 {
  text-align: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-morada {
  color: var(--combine-library--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 30px;
  margin-top: 40px;
  padding: .5rem 2rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.button-morada:hover {
  background-color: #28364ae6;
}

.flex-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  justify-content: space-around;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-12 {
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  width: 30%;
  height: 400px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.bold-text {
  line-height: 120%;
}

.modal-close {
  cursor: pointer;
  padding: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-5 {
  filter: invert();
}

.chatonwhatsapp {
  width: 280px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.combine-gallery3_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-gallery3_image-wrapper {
  justify-content: space-between;
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery3_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  column-gap: 1rem;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large-2 {
  height: 4rem;
}

.combine-text-size-regular {
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arvo, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center-2 {
  text-align: center;
}

.combine-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-2 {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.section-2 {
  background-color: #d9d9d9;
}

.combine-gallery3_image-wrapper-copy {
  border-radius: .75rem;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.amenityhero {
  background-image: url('../images/DJI_0075-copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-11 {
  max-width: 1260px;
  height: 60vh;
}

.amenity1 {
  background-color: #c3bfb7;
}

.containeramen {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #000;
  justify-content: space-between;
  max-width: 1260px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-13 {
  width: 40%;
}

.gridgallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 300px 300px;
  grid-template-columns: 300px 300px;
  grid-auto-columns: 1fr;
  justify-content: end;
  width: 60%;
  display: grid;
}

.titlepar-amen {
  order: -1;
  align-self: center;
  width: 640px;
}

.titleamen {
  background-color: #c3bfb6;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.combine-gallery2_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-gallery2_image-wrapper {
  border-radius: .75rem;
  width: 100%;
  height: 17rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery2_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-text-size-regular-2 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h2-3 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-padding-section-medium-3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-section_gallery2 {
  background-color: var(--combine-library--white);
}

.gg-1 {
  object-fit: cover;
  justify-content: center;
  align-items: stretch;
  width: 300px;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.gg-img {
  width: 100%;
  height: 100%;
  margin: auto;
}

.image-gal-grid {
  object-fit: cover;
  flex: none;
  width: 300px;
  height: 300px;
  transition: transform .2s;
}

.image-gal-grid:hover {
  transform: scale(1.1);
}

.lightbox-link-3 {
  align-self: stretch;
}

.amenitieslink {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.amenitieslink:hover {
  color: #00648f;
}

.link-block {
  color: #000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.link-block:hover {
  color: #186ba7;
}

.coming-soon {
  background-image: url('../images/DJI_0439.jpg');
  background-position: 50% 0;
  background-size: cover;
  align-items: center;
  min-height: 70vh;
  display: flex;
}

.div1-copy {
  z-index: 1;
  background-color: #e9e9e9c2;
  border-radius: 15px;
  flex-direction: column;
  width: 525px;
  padding: 20px;
  display: flex;
}

.success {
  background-color: #c3bfb6;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.link-3 {
  font-family: Quicksand, sans-serif;
  font-size: 16px;
}

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.depahero {
  background-image: url('../images/S11-img05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._2dplanta {
  width: 360px;
  height: 360px;
  margin-top: 20px;
}

.link-block-2 {
  cursor: pointer;
  width: 48px;
  height: 64px;
}

.image-6 {
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.image-6:hover {
  filter: invert(30%);
}

.flex-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 20px;
}

.lightbox-link-4 {
  width: 48px;
  height: 64px;
}

.slider {
  z-index: 0;
  width: 100%;
  height: 70vh;
  position: absolute;
}

.slider-2, .slider-3, .slider-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-1 {
  background-image: url('../images/backgroundhero.webp');
  background-position: 50%;
  background-size: cover;
}

.left-arrow, .right-arrow {
  color: #000;
}

.slide-2 {
  object-fit: cover;
  background-image: url('../images/edificio_img01.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  object-fit: cover;
  background-image: url('../images/DJI_0439.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-mobile {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-1-mobile {
  background-image: url('../images/backgroundhero.webp');
  background-position: 50%;
  background-size: cover;
}

.link-block-3 {
  color: #fff;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  width: 120px;
  height: 40px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  display: flex;
}

.link-block-3:hover {
  color: #5b91c3;
}

.splide {
  width: 70%;
  height: 0;
  position: relative;
  overflow: visible;
}

.splide.slider1 {
  width: 70%;
  height: 570px;
  padding-left: 40px;
  display: block;
  overflow: hidden;
}

.splide__list {
  width: 100%;
  display: flex;
}

.splide__slide {
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  min-width: 300px;
  display: flex;
}

.descdepas {
  width: 30%;
  max-width: 400px;
  padding-left: 40px;
}

.staticcomp {
  background-color: #474749;
  height: 610px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: none;
  padding-right: 0;
  display: flex;
  position: relative;
}

.p1-copy {
  color: var(--combine-library--white);
  padding-bottom: 100px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.splide__img {
  object-fit: fill;
  background-color: #d9d9d9;
  align-self: center;
  width: 100%;
  min-width: auto;
  min-height: 300px;
  margin: auto;
}

.splide__text {
  background-color: #c4bfb6;
  width: 100%;
  height: 100%;
  padding: 10px 20px 20px;
  position: static;
}

.text__descdepa {
  padding-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-weight: 500;
}

.precio {
  padding-bottom: 0;
  display: flex;
}

.text__precio {
  padding-bottom: 10px;
  font-family: Arvo, sans-serif;
  font-weight: 700;
}

.splide__track {
  width: 70%;
  overflow: hidden;
}

.splide__slide-copy {
  object-fit: fill;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  display: flex;
}

.splide__arrows {
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.splide__arrow {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: url('../images/ArrowBoxRight.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border: 5px solid #000;
  border-radius: 9px;
  width: 72px;
  height: 72px;
  margin-right: 20px;
  padding: 0;
}

.splide__arrow.splide__arrow--prev {
  background-image: url('../images/ArrowBoxLeft.png');
}

.image-7 {
  text-align: center;
  object-fit: cover;
  min-width: auto;
  min-height: 300px;
  max-height: 100%;
}

.image-8 {
  object-fit: cover;
  min-height: 300px;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.image-9, .image-10, .image-11, .image-12, .image-13, .image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23 {
  object-fit: cover;
  min-height: 300px;
}

.body {
  background-color: #474749;
}

.section-3 {
  height: 95vh;
}

.html-embed-2 {
  height: 100vh;
}

.section-4 {
  height: 60px;
}

.section-5 {
  height: 100vh;
}

.dep-container {
  justify-content: space-between;
  max-width: 1260px;
  height: 40vh;
  padding-bottom: 40px;
  display: flex;
}

.div-block-15 {
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  margin-left: auto;
  display: block;
}

@media screen and (min-width: 1920px) {
  .sitemap {
    color: #fff;
    font-family: Quicksand, sans-serif;
    font-size: 16px;
  }

  .list-item-2 {
    padding-bottom: 10px;
  }

  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .modal {
    display: none;
  }

  .modal-popup {
    width: 60vw;
  }

  .link-block-3 {
    color: #fff;
    justify-content: flex-end;
    align-items: center;
    width: 120px;
    height: 40px;
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    display: flex;
  }

  .link-block-3:hover {
    color: #5b91c3;
  }

  .splide.slider1 {
    width: 80%;
    height: 590px;
  }

  .splide__slide {
    width: 300px;
    min-width: 300px;
  }

  .descdepas {
    text-align: left;
    width: 20%;
  }

  .staticcomp {
    height: 650px;
  }

  .splide__img {
    text-align: center;
    min-width: auto;
  }

  .image-7 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .div1 {
    z-index: 2;
    place-content: center;
    align-items: center;
    margin-top: 35%;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
  }

  .heading {
    margin-top: 20px;
    font-size: 34px;
    line-height: 110%;
  }

  .bkg-img {
    z-index: 1;
    background-image: url('../images/backgroundhero.webp');
    background-position: 100%;
    background-size: cover;
    align-items: flex-start;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero {
    min-height: 85vh;
    display: none;
  }

  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button {
    align-self: flex-start;
    margin-top: 20px;
  }

  .heading2 {
    font-size: 42px;
  }

  .section-grid {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .differentiation {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .diff {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading4 {
    font-size: 18px;
  }

  .componentlayouts {
    height: 80vh;
  }

  .heading3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 32px;
  }

  .heading3.white {
    color: #fff;
  }

  .div-amenities {
    justify-content: space-between;
  }

  .listamenities {
    padding-left: 0;
    padding-right: 0;
  }

  .listamitem {
    width: 340px;
    font-size: 16px;
  }

  .flexgallery3x {
    justify-content: center;
    align-items: stretch;
    max-height: 400px;
  }

  .div-feat {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .titlepar2-copy {
    padding-top: 20px;
  }

  .image-3 {
    min-width: 100%;
  }

  .listfeat {
    flex: 0 auto;
    min-width: 320px;
  }

  .flex-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .maps {
    height: auto;
    padding-left: 0;
  }

  .flex-block-4 {
    flex-direction: column;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .map {
    height: 640px;
  }

  .form {
    padding: 40px 20px;
  }

  .footer {
    height: auto;
    padding: 40px;
  }

  .p2.italic {
    font-size: 14px;
  }

  .nearbyitem {
    padding-left: 10px;
  }

  .div-block-4 {
    width: 100%;
  }

  .description {
    margin-top: 0%;
    padding-top: 120px;
  }

  .container-2 {
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .titlepar-copy {
    width: 440px;
  }

  .container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 80px;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .container-arrow {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-6 {
    justify-content: center;
    align-items: center;
    height: 40vh;
    display: flex;
  }

  .hero-mobile {
    z-index: 0;
    background-image: url('../images/backgroundhero-movil.webp');
    height: 85vh;
    display: block;
    position: relative;
  }

  .container-8 {
    flex-direction: row;
  }

  .flex-block-7 {
    flex-direction: column;
  }

  .featimg1 {
    height: 800px;
  }

  .container-9 {
    flex-wrap: wrap;
  }

  .form-block {
    width: 100%;
    padding-top: 40px;
  }

  .whatsapp {
    width: 300px;
  }

  .sec-nav {
    z-index: 2;
  }

  .nav4_menu-button.w--open {
    background-color: #0000;
  }

  .nav4_button-wrapper {
    margin-left: 2.5rem;
  }

  .combine-nav4_link {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav4_dropdown-list.w--open {
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav4_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .combine-nav4_dropdown {
    width: 100%;
  }

  .padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-container-small {
    min-width: 200px;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .modal-popup {
    width: 94vw;
    height: 94vh;
  }

  .flex-block-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .div-block-12 {
    align-self: center;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .containeramen {
    flex-direction: column;
    max-width: 90vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-13 {
    width: 100%;
  }

  .gridgallery {
    justify-content: start;
  }

  .titlepar-amen {
    width: 100%;
  }

  .titleamen {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .combine-gallery2_image-wrapper {
    height: 14rem;
  }

  .combine-heading-style-h2-3 {
    font-size: 2.5rem;
  }

  .coming-soon {
    min-height: 85vh;
    display: block;
  }

  .div1-copy {
    z-index: 2;
    place-content: center;
    align-items: center;
    margin-top: 48%;
    padding-top: 20px;
    display: flex;
  }

  .slider-4 {
    height: 70vh;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .slide-2 {
    background-image: url('../images/DJI_0427-2vertical.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-3 {
    background-image: url('../images/DJI_0439vertical.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .slider-mobile {
    background-image: none;
    background-size: auto;
    height: 95vh;
    inset: 0% auto auto 0%;
  }

  .slide-1-mobile {
    background-image: url('../images/backgroundhero-movil.webp');
    background-position: 50%;
  }

  .splide.slider1 {
    width: 55%;
    height: 600px;
  }

  .splide__slide {
    align-self: center;
    align-items: center;
    width: 300px;
  }

  .descdepas {
    width: 45%;
    padding-right: 40px;
  }

  .staticcomp {
    height: auto;
  }

  .container-12 {
    height: 600px;
    min-height: auto;
  }

  .splide__img {
    text-align: center;
    height: 70%;
    min-height: 250px;
  }

  .splide__text {
    height: 30%;
    padding-bottom: 10px;
    position: static;
  }

  .splide__track {
    width: 100%;
  }

  .image-7 {
    min-height: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-8, .image-9, .image-10, .image-11, .image-12, .image-13, .image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23 {
    min-height: 250px;
  }

  .dep-container {
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-15 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    padding-top: 40px;
    display: flex;
  }

  .code-embed {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .div1 {
    padding: 20px;
  }

  .heading {
    font-size: 42px;
  }

  .bkg-img {
    background-position: 80%;
  }

  .list-item {
    justify-content: flex-start;
  }

  .section-grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-amenities {
    flex-direction: column;
    align-items: center;
  }

  .listamenities {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-feat {
    flex-direction: column;
  }

  .container-2 {
    flex-direction: column;
    height: auto;
  }

  .titlepar-copy {
    align-self: flex-start;
    width: 100%;
  }

  .container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-container-small {
    min-width: 150px;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .modal-popup {
    height: 98vh;
    padding: 20px;
  }

  .div-block-12 {
    width: 100%;
  }

  .combine-gallery3_component {
    column-count: 2;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .containeramen {
    max-width: 100%;
  }

  .div-block-13 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gridgallery {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    justify-content: center;
    width: 100%;
  }

  .titlepar-amen {
    align-self: flex-start;
  }

  .combine-gallery2_component {
    grid-template-columns: 1fr 1fr;
  }

  .gg-1 {
    width: 260px;
    height: 260px;
  }

  .splide.slider1 {
    width: 100%;
  }

  .splide__slide {
    flex: none;
    width: 300px;
  }

  .descdepas {
    width: 100%;
  }

  .container-12 {
    flex-direction: column-reverse;
  }

  .p1-copy {
    padding-bottom: 40px;
  }

  .dep-container {
    flex-direction: column;
    height: auto;
  }

  .code-embed {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .div1 {
    margin-top: 25%;
    padding-top: 0;
    left: auto;
  }

  .heading {
    font-size: 32px;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button {
    width: 120px;
  }

  .submenu {
    align-self: flex-end;
    padding-right: 10px;
  }

  .heading2 {
    font-size: 30px;
  }

  .list {
    margin-top: 10px;
  }

  .heading4 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .componentlayouts {
    height: 100vh;
  }

  .heading3 {
    text-align: left;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
  }

  .heading3.amenidades {
    color: var(--black);
    text-align: center;
    padding-bottom: 20px;
  }

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

  .div-amenities {
    flex-wrap: wrap;
  }

  .listamenities {
    margin-top: 0;
    margin-bottom: 0;
  }

  .listamitem, .titlepar2-copy {
    width: 300px;
  }

  .listfeat {
    width: 300px;
    min-width: 300px;
  }

  .footer {
    height: auto;
    padding: 40px 10px;
  }

  .divfooter {
    align-self: center;
    width: 100%;
  }

  .socialmediadiv {
    justify-content: space-around;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-left {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .div-block-3 {
    height: 60px;
  }

  .footer-right {
    align-items: center;
    width: 100%;
  }

  .sitemap {
    text-align: center;
    margin-top: 40px;
    padding-left: 0;
  }

  .flex-block-5 {
    margin-top: auto;
  }

  .flex-block-6 {
    flex-wrap: wrap;
    align-content: center;
    height: 60px;
  }

  .div-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    margin-top: 20px;
  }

  .container-2 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .titlepar-copy {
    align-self: center;
    max-width: 300px;
  }

  .container-arrow {
    padding-bottom: 10px;
  }

  .container-5 {
    flex-wrap: wrap;
  }

  .container-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-mobile {
    height: 70vh;
    min-height: 60vh;
  }

  .container-8 {
    flex-wrap: wrap-reverse;
  }

  .featimg1 {
    height: 400px;
  }

  .image-4 {
    max-width: 120px;
  }

  .whatsapp, .select-field {
    width: 100%;
  }

  .button-small {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav4_button-wrapper {
    grid-column-gap: .5rem;
    margin-left: 1rem;
  }

  .nav4_logo-link.w--current {
    align-items: center;
  }

  .nav4_container {
    white-space: nowrap;
  }

  .padding-global {
    padding-left: 10px;
    padding-right: 10px;
  }

  .combine-container-medium {
    width: 100%;
  }

  .combine-padding-section-medium {
    flex-direction: column;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .html-embed {
    padding-top: 20px;
  }

  .whatsapp-container {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .modal-popup {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: scroll;
  }

  .div-block-10 {
    width: 80%;
  }

  .div-block-11 {
    padding-top: 0;
  }

  .button-morada {
    margin-top: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-12 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .combine-gallery3_component {
    column-count: 1;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gridgallery {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .titlepar-amen {
    max-width: 300px;
  }

  .combine-gallery2_component {
    grid-template-columns: 1fr;
  }

  .gg-1 {
    width: 90%;
    height: 90%;
  }

  .div1-copy {
    margin-top: 50%;
    left: auto;
  }

  ._2dplanta {
    width: 300px;
    height: 300px;
  }

  .slider-mobile {
    height: 70vh;
    min-height: 60px;
  }

  .splide.slider1 {
    height: 750px;
  }

  .splide__slide {
    width: 300px;
    min-width: 300px;
    max-width: none;
    height: 400px;
  }

  .descdepas {
    padding-left: 10px;
  }

  .staticcomp {
    height: 100vh;
  }

  .container-12 {
    height: 800px;
  }

  .p1-copy {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .splide__img {
    object-fit: contain;
    width: auto;
    max-width: 100%;
    height: 75%;
    min-height: 300px;
    max-height: 100%;
  }

  .splide__text {
    height: 25%;
  }

  .image-7 {
    object-fit: contain;
    max-width: 100%;
    min-height: 300px;
    max-height: 100%;
    overflow: visible;
  }

  .image-8 {
    min-height: 300px;
  }

  .image-9 {
    min-height: 300px;
    max-height: 100%;
  }

  .image-10, .image-11 {
    min-height: 300px;
  }

  .dep-container {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-ee7f0e2e-25ad-bf99-7998-c79225e81242-a1c70e0b, #w-node-ee7f0e2e-25ad-bf99-7998-c79225e8124d-a1c70e0b, #w-node-ee7f0e2e-25ad-bf99-7998-c79225e81258-a1c70e0b, #w-node-ee7f0e2e-25ad-bf99-7998-c79225e81263-a1c70e0b, #w-node-f7adcd4e-ee3e-e908-2078-a2a94cd62886-a1c70e0b, #w-node-_8039110b-f203-93f6-c3f9-ee9b3ae9600f-a1c70e0f, #w-node-ff97b643-2e44-9f70-669b-23f2ca66c924-a1c70e0f, #w-node-_9c2687bc-9931-3b9f-acf4-e618dda7a65f-a1c70e0f, #w-node-_9c2687bc-9931-3b9f-acf4-e618dda7a660-a1c70e0f, #w-node-_50ab2da5-cbe9-e791-1942-a10c898ccdd2-a1c70e0f, #w-node-_50ab2da5-cbe9-e791-1942-a10c898ccdd3-a1c70e0f, #w-node-f327fdc2-59d2-13d2-15f2-81262b704dc2-a1c70e0f, #w-node-f327fdc2-59d2-13d2-15f2-81262b704dc3-a1c70e0f, #w-node-_265409b1-d545-6874-3a69-5146a17e6084-a1c70e0f, #w-node-_265409b1-d545-6874-3a69-5146a17e6085-a1c70e0f, #w-node-_85c01592-07e4-97a5-f641-abca076d1384-a1c70e0f, #w-node-_85c01592-07e4-97a5-f641-abca076d1385-a1c70e0f, #w-node-_6ef22e05-c6d2-4211-89d1-7633b168642e-a1c70e0f, #w-node-_6ef22e05-c6d2-4211-89d1-7633b168642f-a1c70e0f, #w-node-_6ef22e05-c6d2-4211-89d1-7633b1686431-a1c70e0f, #w-node-_6ef22e05-c6d2-4211-89d1-7633b1686432-a1c70e0f, #w-node-_6ef22e05-c6d2-4211-89d1-7633b1686434-a1c70e0f, #w-node-_6ef22e05-c6d2-4211-89d1-7633b1686435-a1c70e0f, #w-node-_6ef22e05-c6d2-4211-89d1-7633b1686437-a1c70e0f, #w-node-_6ef22e05-c6d2-4211-89d1-7633b1686438-a1c70e0f, #w-node-a53204b9-1a70-47f1-69c2-0bc253b8ac0a-a1c70e0f, #w-node-a53204b9-1a70-47f1-69c2-0bc253b8ac0b-a1c70e0f, #w-node-a53204b9-1a70-47f1-69c2-0bc253b8ac0d-a1c70e0f, #w-node-a53204b9-1a70-47f1-69c2-0bc253b8ac0e-a1c70e0f, #w-node-a53204b9-1a70-47f1-69c2-0bc253b8ac10-a1c70e0f, #w-node-a53204b9-1a70-47f1-69c2-0bc253b8ac11-a1c70e0f, #w-node-f96512bf-e55a-aa34-4888-3ae9bc844c75-a1c70e0f, #w-node-f96512bf-e55a-aa34-4888-3ae9bc844c76-a1c70e0f, #w-node-_8ea7a1b0-39a3-abdd-c93b-ab3c167cfdc7-a1c70e0f, #w-node-_8ea7a1b0-39a3-abdd-c93b-ab3c167cfdc8-a1c70e0f, #w-node-_8ea7a1b0-39a3-abdd-c93b-ab3c167cfdca-a1c70e0f, #w-node-_8ea7a1b0-39a3-abdd-c93b-ab3c167cfdcb-a1c70e0f, #w-node-_8ea7a1b0-39a3-abdd-c93b-ab3c167cfdcd-a1c70e0f, #w-node-_8ea7a1b0-39a3-abdd-c93b-ab3c167cfdce-a1c70e0f, #w-node-_8ea7a1b0-39a3-abdd-c93b-ab3c167cfdd0-a1c70e0f, #w-node-_8ea7a1b0-39a3-abdd-c93b-ab3c167cfdd1-a1c70e0f, #w-node-_2c5108e2-f4f5-f20e-38da-9d50c45f1645-a1c70e0f, #w-node-_2c5108e2-f4f5-f20e-38da-9d50c45f1646-a1c70e0f, #w-node-ca3a6116-684b-0d15-bf00-0708f3a04b8f-a1c70e0f, #w-node-ca3a6116-684b-0d15-bf00-0708f3a04b90-a1c70e0f, #w-node-e347a6bd-475a-8613-cc11-325ce3e51fd0-a1c70e0f, #w-node-e347a6bd-475a-8613-cc11-325ce3e51fd1-a1c70e0f, #w-node-_1f5b4265-d9d9-d5ec-0e4e-291ff92baa99-a1c70e0f, #w-node-_1f5b4265-d9d9-d5ec-0e4e-291ff92baa9a-a1c70e0f, #w-node-_4af59e4b-8390-bc3b-5a87-7bd5624580e0-a1c70e0f, #w-node-_4af59e4b-8390-bc3b-5a87-7bd5624580e1-a1c70e0f, #w-node-_0f37ea77-b8e3-1ee4-e7de-d7537f256af7-a1c70e0f, #w-node-_0f37ea77-b8e3-1ee4-e7de-d7537f256af8-a1c70e0f, #w-node-b7bd094b-3c47-9866-6c13-ab61fb11acac-a1c70e0f, #w-node-b7bd094b-3c47-9866-6c13-ab61fb11acad-a1c70e0f, #w-node-ca3f610f-4387-dde5-fff4-e80bf601fd42-a1c70e0f, #w-node-ca3f610f-4387-dde5-fff4-e80bf601fd43-a1c70e0f, #w-node-_08759c2c-a710-da3f-d3cd-409f2422dc2a-a1c70e0f, #w-node-_08759c2c-a710-da3f-d3cd-409f2422dc2b-a1c70e0f, #w-node-de9ce041-bfc9-f450-b826-86dae80eaa29-a1c70e0f, #w-node-de9ce041-bfc9-f450-b826-86dae80eaa2a-a1c70e0f, #w-node-_56a6151c-0ae8-b90f-9608-8f14aa3ea5ca-a1c70e0f, #w-node-_56a6151c-0ae8-b90f-9608-8f14aa3ea5cb-a1c70e0f, #w-node-_2e17d1e1-9701-fffe-8aae-d21e9b48d407-a1c70e0f, #w-node-_2e17d1e1-9701-fffe-8aae-d21e9b48d408-a1c70e0f, #w-node-c915ebec-62d3-74c6-e694-a65527cca929-a1c70e0f, #w-node-c915ebec-62d3-74c6-e694-a65527cca92a-a1c70e0f, #w-node-_57ddb235-fe91-d5d2-a5f6-c5f6a3933400-a1c70e0f, #w-node-_57ddb235-fe91-d5d2-a5f6-c5f6a3933401-a1c70e0f, #w-node-_5aaae4ab-23c2-078b-75d1-871460745f2d-a1c70e0f, #w-node-_5aaae4ab-23c2-078b-75d1-871460745f2e-a1c70e0f, #w-node-_521301f8-137c-04da-8d0c-cd2f48feb384-a1c70e0f, #w-node-_521301f8-137c-04da-8d0c-cd2f48feb385-a1c70e0f, #w-node-fff7b8f9-455b-c8e4-6055-6cef89901857-a1c70e0f, #w-node-fff7b8f9-455b-c8e4-6055-6cef89901858-a1c70e0f, #w-node-fff7b8f9-455b-c8e4-6055-6cef8990185a-a1c70e0f, #w-node-fff7b8f9-455b-c8e4-6055-6cef8990185b-a1c70e0f, #w-node-fff7b8f9-455b-c8e4-6055-6cef8990185d-a1c70e0f, #w-node-fff7b8f9-455b-c8e4-6055-6cef8990185e-a1c70e0f, #w-node-fff7b8f9-455b-c8e4-6055-6cef89901860-a1c70e0f, #w-node-fff7b8f9-455b-c8e4-6055-6cef89901861-a1c70e0f, #w-node-_0840c0d3-c57e-6f8f-4778-e16b4a00d289-a1c70e0f, #w-node-_0840c0d3-c57e-6f8f-4778-e16b4a00d28a-a1c70e0f, #w-node-_760a6757-e4a8-af42-facb-4a36e195ca41-a1c70e0f, #w-node-_760a6757-e4a8-af42-facb-4a36e195ca42-a1c70e0f, #w-node-cb0698da-2fcc-7a1a-a2f9-a033cf067828-a1c70e0f, #w-node-cb0698da-2fcc-7a1a-a2f9-a033cf067829-a1c70e0f, #w-node-_893fe591-ad9f-8059-9e2c-996226cbd221-a1c70e0f, #w-node-_893fe591-ad9f-8059-9e2c-996226cbd222-a1c70e0f, #w-node-e33a4609-f7ed-f6b0-effd-eda5cb3f731b-a1c70e0f, #w-node-e33a4609-f7ed-f6b0-effd-eda5cb3f731c-a1c70e0f, #w-node-_3d056eec-dda6-63c2-6fac-630ff64cce74-a1c70e0f, #w-node-_3d056eec-dda6-63c2-6fac-630ff64cce75-a1c70e0f, #w-node-c2ec0681-0ec9-5738-4abd-1d9431ad3e8d-a1c70e0f, #w-node-c2ec0681-0ec9-5738-4abd-1d9431ad3e8e-a1c70e0f, #w-node-_3301750f-95a5-4cd1-7b25-8529e30d537e-a1c70e0f, #w-node-_3301750f-95a5-4cd1-7b25-8529e30d537f-a1c70e0f, #w-node-d5c9d5cc-a637-2206-70c3-2cc0ae2c48a7-a1c70e0f, #w-node-d5c9d5cc-a637-2206-70c3-2cc0ae2c48a8-a1c70e0f, #w-node-f0458255-242e-7cc0-eadc-06120f3d4bb5-a1c70e0f, #w-node-f0458255-242e-7cc0-eadc-06120f3d4bb6-a1c70e0f, #w-node-ffb01a1b-25ac-00b6-f2bc-3c8174758a74-a1c70e0f, #w-node-ffb01a1b-25ac-00b6-f2bc-3c8174758a75-a1c70e0f, #w-node-c57972d1-26d5-fc95-791d-200678e837fc-a1c70e0f, #w-node-c57972d1-26d5-fc95-791d-200678e837fd-a1c70e0f, #w-node-_5013493d-6ebd-16b4-92fc-10986d66ad53-a1c70e0f, #w-node-_5013493d-6ebd-16b4-92fc-10986d66ad54-a1c70e0f, #w-node-_88408c6c-c0f2-e723-9605-df3f1bbe8d5e-a1c70e0f, #w-node-_88408c6c-c0f2-e723-9605-df3f1bbe8d5f-a1c70e0f, #w-node-_2803eeb5-552c-5674-d072-231ad270bc83-a1c70e0f, #w-node-_2803eeb5-552c-5674-d072-231ad270bc84-a1c70e0f, #w-node-_7341b3c5-4070-c8ea-0e4a-cbeceaa2089a-a1c70e0f, #w-node-_7341b3c5-4070-c8ea-0e4a-cbeceaa2089b-a1c70e0f, #w-node-_8039110b-f203-93f6-c3f9-ee9b3ae9600f-a1c70e11, #w-node-ff97b643-2e44-9f70-669b-23f2ca66c924-a1c70e11, #w-node-_9c2687bc-9931-3b9f-acf4-e618dda7a65f-a1c70e11, #w-node-_9c2687bc-9931-3b9f-acf4-e618dda7a660-a1c70e11, #w-node-_50ab2da5-cbe9-e791-1942-a10c898ccdd2-a1c70e11, #w-node-_50ab2da5-cbe9-e791-1942-a10c898ccdd3-a1c70e11, #w-node-f327fdc2-59d2-13d2-15f2-81262b704dc2-a1c70e11, #w-node-f327fdc2-59d2-13d2-15f2-81262b704dc3-a1c70e11, #w-node-a70d91c0-9627-de9e-14df-1888f5da16e9-a1c70e11, #w-node-a70d91c0-9627-de9e-14df-1888f5da16ea-a1c70e11, #w-node-dd2f3f91-e3a7-ffa7-9a81-e912be22df10-a1c70e11, #w-node-dd2f3f91-e3a7-ffa7-9a81-e912be22df11-a1c70e11, #w-node-ba9616d7-f400-8762-3c0c-5c8f01a1b333-a1c70e11, #w-node-ba9616d7-f400-8762-3c0c-5c8f01a1b334-a1c70e11, #w-node-a7fbd201-a302-f31d-5fd4-8ab6987dfa32-a1c70e11, #w-node-a7fbd201-a302-f31d-5fd4-8ab6987dfa33-a1c70e11, #w-node-_6ef22e05-c6d2-4211-89d1-7633b168642e-a1c70e11, #w-node-_6ef22e05-c6d2-4211-89d1-7633b168642f-a1c70e11, #w-node-_6ef22e05-c6d2-4211-89d1-7633b1686431-a1c70e11, #w-node-_6ef22e05-c6d2-4211-89d1-7633b1686432-a1c70e11, #w-node-_6ef22e05-c6d2-4211-89d1-7633b1686434-a1c70e11, #w-node-_6ef22e05-c6d2-4211-89d1-7633b1686435-a1c70e11, #w-node-_6ef22e05-c6d2-4211-89d1-7633b1686437-a1c70e11, #w-node-_6ef22e05-c6d2-4211-89d1-7633b1686438-a1c70e11, #w-node-c3edb9e8-b05a-e10c-73fa-9ec14aaa9398-a1c70e11, #w-node-c3edb9e8-b05a-e10c-73fa-9ec14aaa9399-a1c70e11, #w-node-_47623808-d3f2-82e8-e5a8-18f58b21c0a7-a1c70e11, #w-node-_47623808-d3f2-82e8-e5a8-18f58b21c0a8-a1c70e11, #w-node-a53204b9-1a70-47f1-69c2-0bc253b8ac0a-a1c70e11, #w-node-a53204b9-1a70-47f1-69c2-0bc253b8ac0b-a1c70e11, #w-node-a53204b9-1a70-47f1-69c2-0bc253b8ac0d-a1c70e11, #w-node-a53204b9-1a70-47f1-69c2-0bc253b8ac0e-a1c70e11, #w-node-a53204b9-1a70-47f1-69c2-0bc253b8ac10-a1c70e11, #w-node-a53204b9-1a70-47f1-69c2-0bc253b8ac11-a1c70e11, #w-node-f96512bf-e55a-aa34-4888-3ae9bc844c75-a1c70e11, #w-node-f96512bf-e55a-aa34-4888-3ae9bc844c76-a1c70e11, #w-node-_555209f3-db5a-db6f-56df-a87e3c561a16-a1c70e11, #w-node-_555209f3-db5a-db6f-56df-a87e3c561a17-a1c70e11, #w-node-e208845e-a4f3-6203-8b07-f7eeb5ce880d-a1c70e11, #w-node-e208845e-a4f3-6203-8b07-f7eeb5ce880e-a1c70e11, #w-node-_8ea7a1b0-39a3-abdd-c93b-ab3c167cfdc7-a1c70e11, #w-node-_8ea7a1b0-39a3-abdd-c93b-ab3c167cfdc8-a1c70e11, #w-node-_8ea7a1b0-39a3-abdd-c93b-ab3c167cfdca-a1c70e11, #w-node-_8ea7a1b0-39a3-abdd-c93b-ab3c167cfdcb-a1c70e11, #w-node-_8ea7a1b0-39a3-abdd-c93b-ab3c167cfdcd-a1c70e11, #w-node-_8ea7a1b0-39a3-abdd-c93b-ab3c167cfdce-a1c70e11, #w-node-_8ea7a1b0-39a3-abdd-c93b-ab3c167cfdd0-a1c70e11, #w-node-_8ea7a1b0-39a3-abdd-c93b-ab3c167cfdd1-a1c70e11, #w-node-_4406810a-6ccd-ef5f-88b1-1786119333ca-a1c70e11, #w-node-_4406810a-6ccd-ef5f-88b1-1786119333cb-a1c70e11, #w-node-e6beabcb-fbe0-22c5-0362-f6b5068fad38-a1c70e11, #w-node-e6beabcb-fbe0-22c5-0362-f6b5068fad39-a1c70e11, #w-node-_2c5108e2-f4f5-f20e-38da-9d50c45f1645-a1c70e11, #w-node-_2c5108e2-f4f5-f20e-38da-9d50c45f1646-a1c70e11, #w-node-ca3a6116-684b-0d15-bf00-0708f3a04b8f-a1c70e11, #w-node-ca3a6116-684b-0d15-bf00-0708f3a04b90-a1c70e11, #w-node-e347a6bd-475a-8613-cc11-325ce3e51fd0-a1c70e11, #w-node-e347a6bd-475a-8613-cc11-325ce3e51fd1-a1c70e11, #w-node-_1f5b4265-d9d9-d5ec-0e4e-291ff92baa99-a1c70e11, #w-node-_1f5b4265-d9d9-d5ec-0e4e-291ff92baa9a-a1c70e11, #w-node-_4af59e4b-8390-bc3b-5a87-7bd5624580e0-a1c70e11, #w-node-_4af59e4b-8390-bc3b-5a87-7bd5624580e1-a1c70e11, #w-node-_0f37ea77-b8e3-1ee4-e7de-d7537f256af7-a1c70e11, #w-node-_0f37ea77-b8e3-1ee4-e7de-d7537f256af8-a1c70e11, #w-node-b7bd094b-3c47-9866-6c13-ab61fb11acac-a1c70e11, #w-node-b7bd094b-3c47-9866-6c13-ab61fb11acad-a1c70e11, #w-node-ca3f610f-4387-dde5-fff4-e80bf601fd42-a1c70e11, #w-node-ca3f610f-4387-dde5-fff4-e80bf601fd43-a1c70e11, #w-node-_08759c2c-a710-da3f-d3cd-409f2422dc2a-a1c70e11, #w-node-_08759c2c-a710-da3f-d3cd-409f2422dc2b-a1c70e11, #w-node-de9ce041-bfc9-f450-b826-86dae80eaa29-a1c70e11, #w-node-de9ce041-bfc9-f450-b826-86dae80eaa2a-a1c70e11, #w-node-_56a6151c-0ae8-b90f-9608-8f14aa3ea5ca-a1c70e11, #w-node-_56a6151c-0ae8-b90f-9608-8f14aa3ea5cb-a1c70e11, #w-node-_2e17d1e1-9701-fffe-8aae-d21e9b48d407-a1c70e11, #w-node-_2e17d1e1-9701-fffe-8aae-d21e9b48d408-a1c70e11, #w-node-_11d8bc82-40b2-9e85-31ba-42ec7882489d-a1c70e11, #w-node-_11d8bc82-40b2-9e85-31ba-42ec7882489e-a1c70e11, #w-node-_74a05bfb-c21f-96de-f584-e4464270bf20-a1c70e11, #w-node-_74a05bfb-c21f-96de-f584-e4464270bf21-a1c70e11, #w-node-c915ebec-62d3-74c6-e694-a65527cca929-a1c70e11, #w-node-c915ebec-62d3-74c6-e694-a65527cca92a-a1c70e11, #w-node-_57ddb235-fe91-d5d2-a5f6-c5f6a3933400-a1c70e11, #w-node-_57ddb235-fe91-d5d2-a5f6-c5f6a3933401-a1c70e11, #w-node-_5aaae4ab-23c2-078b-75d1-871460745f2d-a1c70e11, #w-node-_5aaae4ab-23c2-078b-75d1-871460745f2e-a1c70e11, #w-node-_521301f8-137c-04da-8d0c-cd2f48feb384-a1c70e11, #w-node-_521301f8-137c-04da-8d0c-cd2f48feb385-a1c70e11, #w-node-fff7b8f9-455b-c8e4-6055-6cef89901857-a1c70e11, #w-node-fff7b8f9-455b-c8e4-6055-6cef89901858-a1c70e11, #w-node-fff7b8f9-455b-c8e4-6055-6cef8990185a-a1c70e11, #w-node-fff7b8f9-455b-c8e4-6055-6cef8990185b-a1c70e11, #w-node-fff7b8f9-455b-c8e4-6055-6cef8990185d-a1c70e11, #w-node-fff7b8f9-455b-c8e4-6055-6cef8990185e-a1c70e11, #w-node-fff7b8f9-455b-c8e4-6055-6cef89901860-a1c70e11, #w-node-fff7b8f9-455b-c8e4-6055-6cef89901861-a1c70e11, #w-node-_0840c0d3-c57e-6f8f-4778-e16b4a00d289-a1c70e11, #w-node-_0840c0d3-c57e-6f8f-4778-e16b4a00d28a-a1c70e11, #w-node-_760a6757-e4a8-af42-facb-4a36e195ca41-a1c70e11, #w-node-_760a6757-e4a8-af42-facb-4a36e195ca42-a1c70e11, #w-node-cb0698da-2fcc-7a1a-a2f9-a033cf067828-a1c70e11, #w-node-cb0698da-2fcc-7a1a-a2f9-a033cf067829-a1c70e11, #w-node-_893fe591-ad9f-8059-9e2c-996226cbd221-a1c70e11, #w-node-_893fe591-ad9f-8059-9e2c-996226cbd222-a1c70e11, #w-node-e33a4609-f7ed-f6b0-effd-eda5cb3f731b-a1c70e11, #w-node-e33a4609-f7ed-f6b0-effd-eda5cb3f731c-a1c70e11, #w-node-_3d056eec-dda6-63c2-6fac-630ff64cce74-a1c70e11, #w-node-_3d056eec-dda6-63c2-6fac-630ff64cce75-a1c70e11, #w-node-c2ec0681-0ec9-5738-4abd-1d9431ad3e8d-a1c70e11, #w-node-c2ec0681-0ec9-5738-4abd-1d9431ad3e8e-a1c70e11, #w-node-_3301750f-95a5-4cd1-7b25-8529e30d537e-a1c70e11, #w-node-_3301750f-95a5-4cd1-7b25-8529e30d537f-a1c70e11, #w-node-d5c9d5cc-a637-2206-70c3-2cc0ae2c48a7-a1c70e11, #w-node-d5c9d5cc-a637-2206-70c3-2cc0ae2c48a8-a1c70e11, #w-node-f0458255-242e-7cc0-eadc-06120f3d4bb5-a1c70e11, #w-node-f0458255-242e-7cc0-eadc-06120f3d4bb6-a1c70e11, #w-node-ffb01a1b-25ac-00b6-f2bc-3c8174758a74-a1c70e11, #w-node-ffb01a1b-25ac-00b6-f2bc-3c8174758a75-a1c70e11, #w-node-c57972d1-26d5-fc95-791d-200678e837fc-a1c70e11, #w-node-c57972d1-26d5-fc95-791d-200678e837fd-a1c70e11, #w-node-_5013493d-6ebd-16b4-92fc-10986d66ad53-a1c70e11, #w-node-_5013493d-6ebd-16b4-92fc-10986d66ad54-a1c70e11, #w-node-_88408c6c-c0f2-e723-9605-df3f1bbe8d5e-a1c70e11, #w-node-_88408c6c-c0f2-e723-9605-df3f1bbe8d5f-a1c70e11, #w-node-_2803eeb5-552c-5674-d072-231ad270bc83-a1c70e11, #w-node-_2803eeb5-552c-5674-d072-231ad270bc84-a1c70e11, #w-node-_7341b3c5-4070-c8ea-0e4a-cbeceaa2089a-a1c70e11, #w-node-_7341b3c5-4070-c8ea-0e4a-cbeceaa2089b-a1c70e11, #w-node-_8ccadfd3-725c-4a1f-9195-f59276b7190f-a1c70e11, #w-node-_8ccadfd3-725c-4a1f-9195-f59276b71910-a1c70e11, #w-node-_8ccadfd3-725c-4a1f-9195-f59276b71912-a1c70e11, #w-node-_8ccadfd3-725c-4a1f-9195-f59276b71913-a1c70e11, #w-node-_8ccadfd3-725c-4a1f-9195-f59276b71915-a1c70e11, #w-node-_8ccadfd3-725c-4a1f-9195-f59276b71916-a1c70e11, #w-node-_8ccadfd3-725c-4a1f-9195-f59276b71918-a1c70e11, #w-node-_8ccadfd3-725c-4a1f-9195-f59276b71919-a1c70e11, #w-node-_0aa45388-1bb6-2b0c-d12e-91f9b8c5e6a1-a1c70e11, #w-node-_0aa45388-1bb6-2b0c-d12e-91f9b8c5e6a2-a1c70e11, #w-node-_0aa45388-1bb6-2b0c-d12e-91f9b8c5e6a4-a1c70e11, #w-node-_0aa45388-1bb6-2b0c-d12e-91f9b8c5e6a5-a1c70e11, #w-node-_0aa45388-1bb6-2b0c-d12e-91f9b8c5e6a7-a1c70e11, #w-node-_0aa45388-1bb6-2b0c-d12e-91f9b8c5e6a8-a1c70e11, #w-node-_0aa45388-1bb6-2b0c-d12e-91f9b8c5e6aa-a1c70e11, #w-node-_0aa45388-1bb6-2b0c-d12e-91f9b8c5e6ab-a1c70e11, #w-node-_1fcab357-799f-b98d-20a2-c17c456f9db5-a1c70e11, #w-node-_1fcab357-799f-b98d-20a2-c17c456f9db6-a1c70e11, #w-node-_1fcab357-799f-b98d-20a2-c17c456f9db8-a1c70e11, #w-node-_1fcab357-799f-b98d-20a2-c17c456f9db9-a1c70e11, #w-node-_1fcab357-799f-b98d-20a2-c17c456f9dbb-a1c70e11, #w-node-_1fcab357-799f-b98d-20a2-c17c456f9dbc-a1c70e11, #w-node-_1fcab357-799f-b98d-20a2-c17c456f9dbe-a1c70e11, #w-node-_1fcab357-799f-b98d-20a2-c17c456f9dbf-a1c70e11, #w-node-_836a68e3-578c-e010-f1b4-371056417d90-a1c70e11, #w-node-_836a68e3-578c-e010-f1b4-371056417d91-a1c70e11, #w-node-_836a68e3-578c-e010-f1b4-371056417d93-a1c70e11, #w-node-_836a68e3-578c-e010-f1b4-371056417d94-a1c70e11, #w-node-_836a68e3-578c-e010-f1b4-371056417d96-a1c70e11, #w-node-_836a68e3-578c-e010-f1b4-371056417d97-a1c70e11, #w-node-_836a68e3-578c-e010-f1b4-371056417d99-a1c70e11, #w-node-_836a68e3-578c-e010-f1b4-371056417d9a-a1c70e11, #w-node-_231f57f8-1a2d-263b-6645-6d24c412c81d-a1c70e11, #w-node-_231f57f8-1a2d-263b-6645-6d24c412c81e-a1c70e11, #w-node-d7e9e39c-61c1-f135-54a7-31cace764d8a-a1c70e11, #w-node-d7e9e39c-61c1-f135-54a7-31cace764d8b-a1c70e11, #w-node-_41dece82-1bf4-abcb-855b-ea1d3b356d00-a1c70e12, #w-node-_41dece82-1bf4-abcb-855b-ea1d3b356d02-a1c70e12, #w-node-_41dece82-1bf4-abcb-855b-ea1d3b356d06-a1c70e12, #w-node-_41dece82-1bf4-abcb-855b-ea1d3b356d04-a1c70e12, #w-node-_41dece82-1bf4-abcb-855b-ea1d3b356d08-a1c70e12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


