:root {
  --black: #000;
  --white: white;
}

body {
  color: var(--black);
  flex-flow: column;
  align-items: center;
  font-family: Neue Haas Display, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

p {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 170%;
}

a {
  color: var(--black);
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 150%;
  text-decoration: underline;
}

.bodysmall {
  text-transform: none;
  font-size: 13px;
}

.body.date {
  margin-right: 12px;
  font-size: 12.5px;
  line-height: 110%;
}

.body.place {
  margin-right: 12px;
  line-height: 100%;
}

.body.notbrake.footertext {
  text-align: center;
}

.body.time {
  min-width: 16px;
}

.body.leftscroll {
  margin-left: 18px;
  margin-right: 8px;
}

.title.navigationtitle_size {
  font-size: 15px;
}

.container {
  padding-left: 16px;
  padding-right: 16px;
}

.hero {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 200);
  display: flex;
  position: relative;
}

.background {
  background-color: var(--white);
  width: 20vw;
  min-width: 320px;
  height: calc(var(--vh, 1vh) * 95);
}

.backgroundcontainer {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.herocontent {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  width: 20vw;
  min-width: 320px;
  max-width: 200px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.herotitle {
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.italic {
  padding-bottom: 0;
  font-family: Chamberi Text, Times New Roman, sans-serif;
  font-style: italic;
  font-weight: 400;
  transform: translate(0, -1px);
}

.italic.navigationtitle_size {
  font-size: 15px;
}

.herotitle_spacer {
  width: .5%;
  height: 100%;
}

.herologo {
  width: 72px;
}

.heroscroll {
  display: none;
}

.herocontainer {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
  position: sticky;
  top: 0;
}

.sentence {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  position: relative;
}

.sentence.middle {
  z-index: 1;
  background-color: var(--white);
  margin-top: -60px;
}

.sentence.middle.static {
  height: calc(var(--vh, 1vh) * 115);
  position: static;
}

.contentsticky {
  flex-flow: row;
  width: 100%;
  display: flex;
  position: sticky;
  top: calc(var(--vh, 1vh) *45);
}

.contentsticky.center {
  justify-content: center;
  width: 100px;
  display: flex;
}

.contentsticky.center.container {
  width: 100%;
}

.contentsticky.container {
  padding-bottom: 16px;
  display: flex;
}

.contentsticky.container.verticalmobile {
  height: 0;
  margin-top: -300px;
  padding-top: 0;
  padding-bottom: 0;
  transform: translate(0);
}

.contentsticky.container.horizontal {
  z-index: 2;
  height: auto;
  padding-top: 0;
  padding-bottom: 16px;
}

.spacer._50vh {
  height: calc(var(--vh, 1vh) * 50);
}

.spacer._50vh.white {
  background-color: var(--white);
}

.spacer._50vh.white._20vw {
  width: 20vw;
}

.moduleimages {
  z-index: 1;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  transform: translate(0);
}

.moduleimages.inverseordermobile {
  background-color: var(--white);
}

.moduleimages.fullscreen {
  z-index: 3;
}

.moduleimages_image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.moduleimages_image.big {
  height: 100%;
}

.moduleimages_image.small {
  object-fit: cover;
  width: 200px;
  position: static;
}

.moduleimages_image._100 {
  height: calc(var(--vh, 1vh) * 120);
}

.moduleimages_columnbig {
  width: 70%;
}

.moduleimages_column {
  position: relative;
}

.moduleimages_column.big {
  width: 50%;
  height: calc(var(--vh, 1vh) * 120);
}

.moduleimages_column.small {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: calc(var(--vh, 1vh) * 120);
  display: flex;
}

.moduleimages_column._100 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: calc(var(--vh, 1vh) * 120);
  display: flex;
}

.moduleimages_content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-height: 0;
  margin-top: -53px;
  padding: 0 16px;
  display: flex;
  position: sticky;
  top: calc(var(--vh, 1vh) *45);
}

.moduleimages_content._100 {
  justify-content: flex-start;
  width: 100%;
}

.moduleimages_content._100.bottompadding {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.moduleimages_contentcolumn {
  max-width: 300px;
}

.moduleimages_contentcolumn.left {
  max-width: 260px;
}

.moduleimages_contentcolumn.left.extended {
  max-width: none;
}

.moduleimages_contentcolumn.extended {
  width: 100%;
  max-width: none;
}

.difference {
  color: var(--white);
  mix-blend-mode: difference;
}

.textwhite {
  color: var(--white);
}

.contentcolumn._50 {
  width: 50%;
}

.contentcolumn._50.spacebetween {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.contentcolumn._50.horizontal {
  display: flex;
}

.contentcolumn._25 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 25%;
  max-width: 320px;
  display: flex;
}

.contentcolumn._100 {
  width: 100%;
}

.contentcolumn._35 {
  width: 35%;
}

.contentcolumn.spacebetween {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  display: flex;
}

.contentcolumn.datewrapper, .contentcolumn.horizontal {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.backgroundimage {
  z-index: -2;
  opacity: 1;
  background-image: url('../images/hero-image.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  inset: 0%;
}

.hero_test {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  position: relative;
}

.backgroundcontainer_test {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.background_test {
  background-color: var(--white);
  width: 20vw;
  min-width: 320px;
  height: calc(var(--vh, 1vh) * 95);
}

.herocontainer_test {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: calc(var(--vh, 1vh) * 5);
  padding-bottom: calc(var(--vh, 1vh) * 5);
  display: flex;
  position: fixed;
}

.background_intro {
  background-color: var(--white);
  width: 20vw;
  min-width: 320px;
  height: calc(var(--vh, 1vh) * 95);
}

.intro {
  z-index: 1000;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  display: none;
  position: fixed;
}

.herocontainer_intro {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: calc(var(--vh, 1vh) * 5);
  padding-bottom: calc(var(--vh, 1vh) * 5);
  display: flex;
  position: fixed;
}

.backgroundimage_intro {
  z-index: -2;
  background-image: url('../images/hero-image.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  inset: 0%;
}

.herologo_intro {
  width: 72px;
}

.herocontent_intro {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  width: 20vw;
  min-width: 320px;
  max-width: 200px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.backgroundcolor_intro {
  z-index: -1;
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.moduleinfo {
  z-index: 1;
  background-color: var(--white);
  color: var(--white);
  background-image: url('../images/279828442_148916624313066_3285834124178055019_n-transformed-1-2.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-start;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 120);
  display: flex;
  position: relative;
}

.contentcontainer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.contentcontainer._50 {
  width: 50%;
}

.link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  color: var(--black);
  flex-flow: column;
  width: auto;
  padding-right: 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link:hover {
  opacity: 1;
}

.link.w--current {
  opacity: 1;
  font-weight: 600;
}

.link.white {
  color: var(--white);
  white-space: nowrap;
}

.link.menuitem.w--current {
  font-weight: 400;
}

.link.card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.linkborder {
  background-color: var(--black);
  width: 0%;
  height: 1px;
}

.linkborder.white {
  background-color: var(--white);
}

.text-link {
  text-transform: uppercase;
  line-height: 100%;
  text-decoration: none;
}

.text-link.inside {
  width: auto;
}

.link-border_bg {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: relative;
}

.link-border_bg.white {
  background-color: var(--white);
}

.linkborder_container {
  background-color: #0000001a;
  width: 100%;
}

.linkborder_container.white {
  background-color: #ffffff80;
}

.linkborder_container.transparent {
  background-color: #0000;
}

.menu {
  z-index: 2000;
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
  display: none;
  position: fixed;
  inset: 0%;
}

.menucontainer {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.menutitle {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.menutop {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.menuimage {
  width: 120px;
}

.menubottom {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar {
  z-index: 1002;
  color: var(--white);
  mix-blend-mode: difference;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 16px;
  padding-left: 16px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.datecointainer {
  justify-content: space-between;
  width: 75%;
  display: flex;
}

.menuitems {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.navbar_title {
  z-index: 1;
  color: var(--white);
  justify-content: center;
  align-items: center;
  max-width: 200px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 28px 20px auto auto;
  transform: translate(50%, 210%)rotate(-90deg);
}

.navbartitle_spacer {
  width: 4px;
  height: 100%;
}

.navigationitems {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  width: auto;
  padding-top: 153px;
  padding-left: 48px;
  padding-right: 20px;
  transition: all .6s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  inset: 0 -107px auto auto;
}

.navigationitems:hover {
  justify-items: end;
}

.displaynone-desktop {
  display: none;
}

.navbar_bg {
  z-index: 1001;
  color: var(--white);
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 16px;
  padding-left: 16px;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.navigationitem {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  opacity: 1;
  color: var(--black);
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  padding-right: 0;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.navigationitem:hover {
  opacity: 1;
}

.navigationitem.w--current {
  opacity: 1;
  font-weight: 600;
}

.navigationitem.white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: relative;
}

.navigationitem.white.w--current {
  font-weight: 400;
}

.navigationitem_text {
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  font-size: 11px;
  line-height: 100%;
  text-decoration: none;
  transition: all .4s;
}

.navigationitem_text.inside {
  width: auto;
}

.herodate {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.moduledivider {
  z-index: 2;
  background-color: var(--white);
  height: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.historymodules {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.confirm {
  z-index: 2;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
}

.formcontainer {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.formwraper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.forminput_name {
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.input {
  background-color: var(--white);
  color: #000;
  letter-spacing: .03em;
  border: 0 solid #000;
  border-bottom: 1px solid #0000001a;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 2px 4px;
  font-size: 12px;
  transition: all .6s;
}

.input:hover {
  border-bottom-color: #00000080;
}

.input:focus {
  border-bottom-color: var(--black);
}

input.input.error,
textarea.input.error,
select.input.error {
  border-bottom: 1px solid #ffb100 !important;
}

.input::placeholder {
  color: var(--black);
}

.input.select {
  border-left-style: none;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
}

.forminputs {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.forminvitado {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.button {
  background-color: var(--black);
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
}

.button.form {
  width: 50%;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 10px;
}

.forminvitados {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tabscontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 300px;
  display: flex;
}

.tabsmenu {
  z-index: 2;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 200px;
}

.tabitem {
  background-color: var(--white);
  border-left: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2px 0;
  display: flex;
}

.tabitem.w--current {
  background-color: var(--white);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 1px;
  padding-bottom: 1px;
}

.tabitem.last {
  border-right: 1px solid #000;
}

.confirmcontainer {
  z-index: 2;
  flex-flow: column;
  align-items: center;
  width: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
  padding-top: 36.5vh;
  padding-bottom: 36.5vh;
  display: flex;
  position: sticky;
  top: 0;
}

.confirmcontent {
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.confirmimages {
  z-index: 3;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  max-height: calc(var(--vh, 1vh) * 100);
  padding-top: 36.5vh;
  display: flex;
  position: sticky;
  top: 0;
}

.confirmimage {
  object-fit: contain;
  width: 150px;
}

.confirmimages_container {
  z-index: 4;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.confirmimages_separator {
  width: 50%;
}

.tabscontent {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.tabpane {
  padding-top: 64px;
  padding-bottom: 120px;
}

.confirmspacer {
  width: 100%;
  height: calc(var(--vh, 1vh) * 50);
}

.confirmimages_background {
  background-color: var(--white);
  height: calc(var(--vh, 1vh) * 36.5);
  position: absolute;
  inset: auto 0% 0%;
}

.hotels {
  z-index: 1;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  transform: translate(0);
}

.hotels.inverseordermobile {
  background-color: var(--white);
}

.hotels.fullscreen {
  z-index: 3;
}

.modulehotels_column {
  position: relative;
}

.modulehotels_column.big {
  width: 50%;
  height: auto;
  position: static;
}

.modulehotels_column.small {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  position: sticky;
  top: 0;
}

.modulehotels_column._100 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: calc(var(--vh, 1vh) * 120);
  display: flex;
}

.modulehotels_text {
  text-align: center;
  width: 306px;
}

.modulehotels_images {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.modulehotels_images.big {
  height: calc(var(--vh, 1vh) * 100);
  position: sticky;
  top: 0;
}

.modulehotels_images.small {
  object-fit: cover;
  width: 200px;
  position: static;
}

.modulehotels_images._100 {
  height: calc(var(--vh, 1vh) * 120);
}

.modulehotels_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 16px calc(var(--vh, 1vh) * 100);
  display: flex;
}

.modulehotels_content._100 {
  justify-content: flex-start;
  width: 100%;
}

.modulehotels_content._100.bottompadding {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.modulehotels_card {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 220px;
  height: 360px;
  padding: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hotelscard_row {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: flex-start;
  height: 20px;
  display: flex;
  position: relative;
}

.hotelscard_row.middle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  height: auto;
}

.hotelscard_stars {
  font-size: 14px;
}

.hotelscard_stars.date {
  font-size: 12.5px;
  line-height: 110%;
}

.hotelscard_stars.place {
  line-height: 100%;
}

.starslight {
  opacity: .2;
}

.hotelmodal {
  z-index: 8;
  background-color: var(--black);
  width: 50vw;
  height: calc(var(--vh, 1vh) * 100);
  position: sticky;
  inset: 0% auto 0% 0%;
}

.hotelmodals_container {
  height: 100%;
  display: none;
  position: absolute;
}

.modulehotels_cardhover {
  z-index: 2;
  cursor: auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 220px;
  height: 360px;
  padding: 12px;
  display: none;
  position: absolute;
  inset: 0%;
}

.hotelscard_cupon {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.hotelscard_close {
  z-index: 5;
  cursor: pointer;
  margin-top: -12px;
  margin-right: -12px;
  padding: 12px;
  display: none;
  position: absolute;
  inset: 12px 12px auto auto;
}

.hotelscard_close.date {
  font-size: 12.5px;
  line-height: 110%;
}

.hotelscard_close.place {
  line-height: 100%;
}

.modulehotels_carddefault {
  z-index: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 220px;
  height: 360px;
  padding: 12px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cardbackground {
  z-index: 1;
  background-color: var(--white);
  display: none;
  position: absolute;
  inset: 0%;
}

.linkicon_container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.linkicon {
  margin-top: -1px;
}

.navigationitem_spacer {
  width: 0%;
}

.navigationitem_spacer.left {
  width: 100%;
}

.navigationitem_spacer.right {
  width: 0%;
}

.faqs {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: stretch;
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
}

.faqs.container {
  position: relative;
}

.faqcolumn {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  padding-right: 150px;
  display: flex;
}

.faqanchors {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: sticky;
  top: 0;
}

.faqsblock {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  padding-top: 16px;
  display: flex;
}

.faq {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.faqtitle_container {
  flex-flow: column;
  display: flex;
}

.faqtitle_wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faqicon {
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 18px;
  display: flex;
}

.faqline {
  background-color: var(--black);
  width: 7px;
  height: 1px;
}

.faqline.vertical {
  width: 1px;
  height: 7px;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  position: absolute;
}

.faqimage {
  width: 150px;
  position: static;
  top: 81.5vh;
  right: auto;
}

.faqimage_container {
  z-index: 1;
  pointer-events: none;
  height: 120%;
  position: absolute;
}

.faqimage_sticky {
  align-items: flex-end;
  height: calc(var(--vh, 1vh) * 100);
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: sticky;
  top: 0;
}

.mobilelandscape, .faqanchors_stroke {
  display: none;
}

.footer {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 300);
  display: flex;
  position: relative;
}

.footercontainer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  position: sticky;
  top: 0;
}

.footercontent {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 20vw;
  min-width: 290px;
  height: calc(var(--vh, 1vh) * 70);
  padding: 16px;
  display: flex;
}

.footerbackground {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
}

.footercontent_top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footerimage {
  width: 80%;
}

.faqanswer_wrapper {
  height: 0;
  transition: all .4s cubic-bezier(.455, .03, .515, .955);
  overflow: hidden;
}

.faqanswer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  padding-bottom: 16px;
  display: flex;
}

.faqanchor {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .2;
  color: var(--black);
  flex-flow: column;
  width: auto;
  padding-right: 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.faqanchor.w--current {
  font-weight: 400;
}

.faqanchor.white {
  color: var(--white);
  white-space: nowrap;
}

.faqanchor.menuitem.w--current {
  font-weight: 400;
}

.faqanchor.card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.successwebflow {
  background-color: var(--white);
  text-transform: uppercase;
  border-left: 1px solid #35e498;
  border-right: 1px solid #35e498;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
}

.text-block {
  letter-spacing: .03em;
}

.errorwebflow {
  color: red;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  background-color: #fff;
  border-left: 1px solid #ff7878;
  border-right: 1px solid #ff7878;
  margin-top: 0;
  padding: 2px 20px;
  font-size: 12px;
}

.alertwebflow {
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  background-color: #fff;
  border-left: 1px solid #ffb100;
  border-right: 1px solid #ffb100;
  margin-top: 0;
  padding: 2px 20px;
  font-size: 12px;
  display: none;
}

.alert-visible {
  display: flex !important;
}

.contactsection {
  width: 100vw;
  height: 0;
  padding-bottom: 0;
}

.footerbackground_image {
  z-index: -1;
  background-image: url('../images/hero-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  position: sticky;
  inset: 0%;
}

.footerbackground_container {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.navigationindicator_left, .navigationindicator_right {
  z-index: 2;
  background-color: var(--white);
  opacity: 0;
  width: 1px;
  height: 10px;
  transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.navigationitem_containertext {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.scrollcontainer {
  background-color: #0000001a;
  width: 1px;
  height: 48px;
  position: absolute;
  overflow: hidden;
}

.scrollline {
  background-color: var(--black);
  width: 1px;
  height: 120%;
}

.displaynone {
  display: none;
}

.successform {
  background-color: var(--white);
  text-transform: uppercase;
  border-left: 1px solid #35e498;
  border-right: 1px solid #35e498;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  display: flex;
}

.errorform {
  color: red;
  text-align: center;
  letter-spacing: .03em;
  text-transform: uppercase;
  background-color: #fff;
  border-left: 1px solid #ff7878;
  border-right: 1px solid #ff7878;
  font-size: 12px;
  display: flex;
}

.faqanchors_spacer {
  width: 200px;
  min-width: 200px;
  display: none;
}

.test {
  z-index: 2000;
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  color: var(--white);
  position: fixed;
}

@media screen and (max-width: 991px) {
  body {
    display: flex;
  }

  .body.displaynone-desktop {
    display: none;
  }

  .body.displaynone-desktop.tabletyes {
    display: flex;
  }

  .body.displaynone_tablet {
    display: none;
  }

  .hero {
    justify-content: flex-end;
    align-items: center;
    height: calc(var(--vh, 1vh) * 100);
  }

  .background {
    height: calc(var(--vh, 1vh) * 100);
    display: none;
  }

  .backgroundcontainer {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
  }

  .herocontainer {
    background-color: var(--white);
    width: 20vw;
    min-width: 320px;
    height: 80vh;
    padding-top: 20px;
    padding-bottom: 16px;
  }

  .sentence {
    background-color: var(--white);
    width: 20vw;
    min-width: 320px;
  }

  .sentence.middle {
    width: 100vw;
  }

  .contentsticky.container.verticalmobile {
    margin-top: 16px;
    top: calc(var(--vh, 1vh) * 35);
  }

  .spacer._50vh {
    background-color: var(--white);
    width: 20vw;
    min-width: 320px;
    height: calc(var(--vh, 1vh) * 25);
  }

  .moduleimages {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .moduleimages.inverseordermobile {
    flex-flow: column-reverse;
  }

  .moduleimages_column.big {
    width: 100%;
  }

  .contentcolumn.horizontal.verticaltablet {
    flex-flow: column;
  }

  .background_intro {
    height: calc(var(--vh, 1vh) * 80);
  }

  .intro {
    justify-content: center;
    align-items: flex-end;
    display: none;
  }

  .herocontainer_intro {
    width: 20vw;
    min-width: 320px;
    height: calc(var(--vh, 1vh) * 80);
    padding-top: 20px;
    padding-bottom: 16px;
  }

  .link.white.displaynone-desktop {
    display: flex;
  }

  .link.menuitem {
    width: 100%;
  }

  .link.menuitem.w--current {
    border-left: 1px solid #000;
    margin-left: -12px;
    padding-left: 12px;
  }

  .link.card.w--current {
    font-weight: 400;
  }

  .menu {
    justify-content: space-between;
    align-items: flex-end;
  }

  .menucontainer {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    height: 100%;
  }

  .menutop {
    width: 50%;
  }

  .menubottom {
    justify-content: flex-end;
    align-items: flex-end;
    width: 50%;
  }

  .navbar {
    padding-bottom: 16px;
    padding-right: 16px;
  }

  .menuitems {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .navbar_title, .navigationitems {
    display: none;
  }

  .displaynone-desktop, .navigationitem.white.displaynone-desktop {
    display: flex;
  }

  .historymodules {
    width: 100vw;
  }

  .hotels {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .modulehotels_column.big {
    z-index: 1;
    width: 100%;
    position: relative;
  }

  .modulehotels_column.small {
    width: 100%;
  }

  .modulehotels_images.big {
    height: calc(var(--vh, 1vh) * 100);
  }

  .faqs.container {
    width: 100vw;
  }

  .faqcolumn {
    width: 100%;
    padding-right: 0;
  }

  .faqcolumn.left {
    width: 40%;
    min-width: 35%;
    padding-right: 0;
  }

  .faqimage_sticky {
    height: calc(var(--vh, 1vh) * 100);
  }

  .footercontainer {
    width: 20vw;
    min-width: 320px;
    height: calc(var(--vh, 1vh) * 100);
  }

  .faqanchor.white.displaynone-desktop {
    display: flex;
  }

  .faqanchor.menuitem {
    width: 100%;
  }

  .faqanchor.menuitem.w--current {
    border-left: 1px solid #000;
    margin-left: -12px;
    padding-left: 12px;
  }

  .faqanchor.card.w--current {
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .moduleimages_column._100 {
    flex-flow: column;
  }

  .moduleimages_content.secondcontent {
    padding-top: 32px;
  }

  .modulehotels_column._100 {
    flex-flow: column;
  }

  .modulehotels_content.secondcontent {
    padding-top: 32px;
  }

  .mobilelandscape {
    z-index: 100000;
    background-color: var(--white);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    position: fixed;
    inset: 0%;
  }
}

@media screen and (max-width: 479px) {
  body {
    display: flex;
  }

  .body.highligted {
    color: var(--black);
  }

  .body.displaynone-desktop {
    display: flex;
  }

  .body.notbrake.footertext {
    max-width: 200px;
  }

  .footerbackground_image {
    height: calc(var(--vh, 1vh) * 120);
  }

  .hero {
    justify-content: flex-end;
    align-items: center;
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
  }

  .background {
    z-index: -1;
    width: 65vw;
    min-width: 0;
    height: calc(var(--vh, 1vh) * 60);
    display: flex;
    position: absolute;
  }

  .backgroundcontainer {
    background-image: none;
    align-items: flex-end;
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
  }

  .herocontent {
    width: 69vw;
    min-width: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .herotitle_spacer {
    width: 2%;
  }

  .herologo {
    width: 64px;
  }

  .heroscroll {
    bottom: calc(var(--vh, 1vh) * 14);
  }

  .herocontainer {
    width: 65vw;
    min-width: 0;
    height: calc(var(--vh, 1vh) * 70);
    padding-top: 20px;
    padding-bottom: 16px;
  }

  .sentence {
    text-align: center;
    width: 65vw;
    min-width: 0;
  }

  .sentence.middle {
    text-align: left;
    width: 100vw;
  }

  .sentence.middle.static {
    z-index: 2;
    position: relative;
  }

  .contentsticky.center.container.nopadding {
    padding-left: 0;
    padding-right: 0;
  }

  .contentsticky.container {
    flex-flow: column;
  }

  .contentsticky.container.verticalmobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-top: 16px;
    top: calc(var(--vh, 1vh) * 10);
  }

  .contentsticky.container.horizontal {
    flex-flow: row;
    height: 0;
    padding-bottom: 0;
  }

  .spacer._50vh {
    width: 65vw;
    min-width: 0;
    height: calc(var(--vh, 1vh) * 25);
  }

  .moduleimages {
    grid-column-gap: calc(var(--vh, 1vh) * 60);
    grid-row-gap: calc(var(--vh, 1vh) * 60);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .moduleimages.inverseordermobile {
    flex-flow: column-reverse;
  }

  .moduleimages_image {
    height: 100%;
  }

  .moduleimages_column.big {
    height: calc(var(--vh, 1vh) * 110);
  }

  .moduleimages_column.small {
    width: 50%;
    height: calc(var(--vh, 1vh) * 50);
    margin-bottom: calc(var(--vh, 1vh) * 60);
  }

  .moduleimages_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-top: -120px;
  }

  .moduleimages_contentcolumn.left {
    max-width: none;
  }

  .moduleimages_contentcolumn.right {
    text-align: left;
    max-width: none;
  }

  .contentcolumn._50 {
    width: 100%;
  }

  .contentcolumn._50.spacebetween {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .contentcolumn._50.spacebetween.horizontal {
    flex-flow: row;
  }

  .contentcolumn._50.spacebetween.horizontal.displaynone_mobile {
    display: none;
  }

  .contentcolumn.spacebetween {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .contentcolumn.datewrapper {
    display: flex;
  }

  .contentcolumn.horizontal.verticaltablet {
    flex-flow: row;
  }

  .hero_test {
    justify-content: flex-end;
    align-items: center;
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
  }

  .backgroundcontainer_test {
    z-index: -3;
    background-image: none;
    justify-content: center;
    align-items: flex-end;
    width: 100vw;
    height: calc(var(--vh, 1vh) * 200);
    padding-top: calc(var(--vh, 1vh) * 60);
  }

  .background_test {
    z-index: -2;
    width: 70vw;
    min-width: 0;
    height: calc(var(--vh, 1vh) * 60);
    position: absolute;
  }

  .herocontainer_test {
    height: calc(var(--vh, 1vh) * 60);
    padding-top: 16px;
    padding-bottom: 16px;
    position: static;
  }

  .background_intro {
    width: 65vw;
    min-width: 0;
    height: calc(var(--vh, 1vh) * 70);
    position: absolute;
  }

  .backgroundimage {
    height: calc(var(--vh, 1vh) * 120);
  }

  .backgroundimage_intro {
    height: calc(var(--vh, 1vh) * 120);
  }

  .intro {
    justify-content: center;
    align-items: flex-end;
  }

  .herocontainer_intro {
    height: calc(var(--vh, 1vh) * 70);
    padding-top: 20px;
    padding-bottom: 16px;
  }

  .herologo_intro {
    width: 64px;
  }

  .herocontent_intro {
    width: 69vw;
    min-width: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .moduleinfo {
    z-index: 2;
    height: calc(var(--vh, 1vh) * 150);
  }

  .contentcontainer {
    align-items: flex-start;
  }

  .contentcontainer._50 {
    width: 100%;
  }

  .highlighted {
    background-color: var(--white);
    color: var(--black);
    padding-top: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .link.white.displaynone-desktop.differencebg {
    color: var(--black);
  }

  .link.menuitem.w--current {
    margin-left: -12px;
    padding-left: 12px;
  }

  .link.card.center {
    align-items: center;
  }

  .menu {
    z-index: 4000;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .menucontainer {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .menutitle {
    width: 100%;
  }

  .menuimages {
    display: none;
  }

  .menuimage {
    width: 50%;
  }

  .menubottom {
    padding-bottom: 12px;
  }

  .navbar {
    justify-content: center;
    align-items: flex-end;
    width: 17.5vw;
    padding: 16px 0 0;
    inset: 0% 0% auto auto;
    transform: rotate(0);
  }

  .datecointainer {
    flex-flow: row;
    width: 100%;
    display: flex;
  }

  .navbar_title {
    display: none;
    position: absolute;
    inset: auto 50% 24px auto;
    transform: translate(50%, -210%)rotate(-90deg);
  }

  .navbar_title.differencebg {
    color: var(--black);
  }

  .navbartitle_spacer {
    width: 2%;
  }

  .navbar_bg {
    justify-content: center;
    align-items: flex-end;
    width: 17.5vw;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
    inset: auto 0% 0% auto;
    transform: rotate(0);
  }

  .displaynone_mobile {
    display: none;
  }

  .navigationitem.white.displaynone-desktop {
    transform: translate(1px, -200px)rotate(-90deg);
  }

  .navigationitem.white.displaynone-desktop.differencebg {
    color: var(--black);
  }

  .navigationitem.close {
    width: 100%;
  }

  .herodate {
    width: 100%;
    bottom: calc(var(--vh, 1vh) * 14);
  }

  .confirm {
    z-index: 3;
    max-width: 100vw;
  }

  .confirmimages.container {
    justify-content: center;
    max-width: 100vw;
    overflow: hidden;
  }

  .confirmimage {
    object-fit: cover;
  }

  .confirmimages_container {
    max-width: 100vw;
  }

  .confirmimages_separator {
    width: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .confirmimages_background {
    height: calc(var(--vh, 1vh) * 36.5);
  }

  .hotels {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .hotels.inverseordermobile {
    flex-flow: column-reverse;
  }

  .modulehotels_column.big {
    z-index: 1;
    width: 100%;
    position: relative;
  }

  .modulehotels_column.small {
    width: 100%;
    margin-top: calc(var(--vh, 1vh) * -15);
    padding-left: 16px;
    padding-right: 16px;
  }

  .modulehotels_images {
    height: 100%;
  }

  .modulehotels_images.big {
    height: calc(var(--vh, 1vh) * 120);
  }

  .modulehotels_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding-bottom: calc(var(--vh, 1vh) * 100);
  }

  .hotelscard_stars.highligted, .hotelscard_close.highligted {
    color: var(--black);
  }

  .faqs.container {
    flex-flow: column;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .faqcolumn {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 70%;
  }

  .faqcolumn.left {
    z-index: 1;
    background-color: var(--white);
    width: 100%;
    min-width: 80%;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .faqanchors {
    z-index: 7;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    white-space: nowrap;
    flex-flow: row;
    width: 100%;
    padding: 88px 16px 20px 30%;
  }

  .faqsblock {
    padding-top: 152px;
    padding-right: 16px;
  }

  .faqicon {
    z-index: 0;
    position: relative;
  }

  .faqline.vertical {
    z-index: 0;
  }

  .faqimage {
    width: auto;
    display: none;
  }

  .faqimage_container {
    width: 25%;
    padding-left: 16px;
    display: flex;
    inset: auto auto 0% 0%;
  }

  .mobilelandscape {
    display: none;
  }

  .faqanchors_stroke {
    background-color: var(--black);
    opacity: .05;
    width: 70%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .footercontainer {
    text-align: center;
    width: 65vw;
    min-width: 0;
  }

  .footercontent {
    width: 70vw;
    min-width: 0;
  }

  .footerimage {
    width: 85%;
  }

  .faqanchor {
    white-space: nowrap;
    word-break: keep-all;
  }

  .faqanchor.white.displaynone-desktop.differencebg {
    color: var(--black);
  }

  .faqanchor.menuitem.w--current {
    margin-left: -12px;
    padding-left: 12px;
  }

  .faqanchor.card.center {
    align-items: center;
  }

  .faqanchors_spacer {
    background-color: var(--white);
    width: auto;
    min-width: 46vw;
    height: 100%;
    min-height: 8px;
    display: flex;
  }
}


@font-face {
  font-family: 'Chamberi Text';
  src: url('../fonts/chamberitext-italic-webfont.woff2') format('woff2'), url('../fonts/chamberitext-italic-demo.html') format('undefined'), url('../fonts/chamberitext-italic-webfont.woff') format('woff'), url('../fonts/ChamberiText-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chamberi Text';
  src: url('../fonts/chamberitext-regular-webfont.woff2') format('woff2'), url('../fonts/chamberitext-regular-webfont.woff') format('woff'), url('../fonts/ChamberiText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/neuehaasdisplayroman-webfont.woff2') format('woff2'), url('../fonts/NeueHaasDisplayRoman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/neuehaasdisplayromanitalic-webfont.woff2') format('woff2'), url('../fonts/neuehaasdisplayromanitalic-webfont.woff') format('woff'), url('../fonts/NeueHaasDisplayRomanItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}