:root {
  --light-1: #f6f4ef;
  --dark-1-80: rgba(19, 36, 48, .8);
  --dark-1: #132430;
  --accent-1: #bc9e59;
  --light-2: #ede9df;
  --accent-2: #4a7fce;
  --light-1-60: rgba(246, 244, 239, .6);
  --dark-2: #0e1a23;
  --light-1-30: rgba(246, 244, 239, .3);
  --white: white;
  --accent-1-30: rgba(188, 158, 89, .3);
  --light-1-15: rgba(246, 244, 239, .15);
  --turquesa: #007e90;
  --aceno: #1f2955;
  --areia: #947e60;
  --morabeza: #1b4e3e;
  --dark-1-12: rgba(19, 36, 48, .12);
}

.cky-btn-revisit-wrapper{
  display: none!important;
}

.lang-selector{
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  display: none;
}

.lang-selector select {
  width: 200px;
  padding: 0.4em;
  border-radius: .63em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: var(--light-1);
  color: var(--dark-1);
  font-family: URW Gothic, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
  margin-right: 50px;
  margin-left: auto;
}


.booking-form {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  padding: 0 2rem;
}

.booking-form label {
  font-family: URW Gothic, sans-serif;
  font-weight: 700;
  margin: 0px;
}

.flatpickr-calendar,
.booking-form input[type=date],
.booking-form input[type=number],
.booking-form input[type=text] {
  font-family: URW Gothic, sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 10px;
  margin-top: 5px;
  border: 0px solid #ccc;
  border-radius: .63rem;
}

.booking-form button {
  background-color: #132430;
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: .63rem;
  margin-top: 30px;
  cursor: pointer
}

.form-group {
  display: flex;
  flex-direction: column
}

;

.form-group>label {
  margin: 0;
}

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

.close-icon {
  cursor: pointer;
}

.success-message,
.error-message {
  display: none;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--light-1);
  color: var(--dark-1-80);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: .75em;
  padding-right: .75em;
  font-family: Fraunces, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

h1 {
  color: var(--dark-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: URW Gothic, sans-serif;
  font-size: 4.75em;
  font-weight: 700;
  line-height: 1.03em;
}

h2 {
  color: var(--dark-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: URW Gothic, sans-serif;
  font-size: 3.75em;
  font-weight: 700;
  line-height: 1.05em;
}

h3 {
  color: var(--dark-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: URW Gothic, sans-serif;
  font-size: 2.75em;
  font-weight: 700;
  line-height: 1.09em;
}

h4 {
  color: var(--dark-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: URW Gothic, sans-serif;
  font-size: 2.125em;
  font-weight: 700;
  line-height: 1.15em;
}

h5 {
  color: var(--dark-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: URW Gothic, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.21em;
}

h6 {
  color: var(--dark-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: URW Gothic, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.22em;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.12em;
  line-height: 1.6em;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 2.2em;
  font-size: 1.12em;
  line-height: 1.6em;
}

li {
  padding: .3em;
}

strong {
  color: var(--dark-1);
  font-weight: 600;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 1px solid var(--accent-1);
  color: var(--dark-1);
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: .9em;
  padding: .2em 0 .2em 1.2em;
  font-size: 1.37em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5em;
}

figure {
  border-radius: .75em;
  margin-top: 2.7em;
  margin-bottom: 2.7em;
  overflow: hidden;
}

figcaption {
  background-color: var(--light-2);
  color: var(--dark-1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.2em 2em;
  font-size: .9em;
  line-height: 1.5em;
}

.rich-text-block h1 {
  margin-bottom: .4em;
}

.rich-text-block h2, .rich-text-block h3, .rich-text-block h4, .rich-text-block h5, .rich-text-block h6 {
  margin-top: 1em;
  margin-bottom: .4em;
}

.rich-text-block p {
  margin-bottom: 1.4em;
}

.rich-text-block a {
  border-bottom: 1px solid var(--accent-2);
  color: var(--accent-2);
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), border-color .2s cubic-bezier(.25, .46, .45, .94);
}

.rich-text-block a:hover {
  border-bottom-color: var(--dark-1);
  color: var(--dark-1);
}

.link {
  border-bottom: 1px solid var(--accent-1);
  color: var(--accent-1);
  text-decoration: none;
  transition: border-color .2s cubic-bezier(.25, .46, .45, .94), color .2s cubic-bezier(.25, .46, .45, .94);
}

.link:hover {
  border-bottom-color: var(--dark-1);
  color: var(--dark-1);
}

.section-hero {
  min-height: 100svh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: .75em;
  padding-bottom: .75em;
  display: flex;
}

.hero {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  display: flex;
  position: relative;
}

.background-video {
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .75em;
  position: absolute;
}

.background-video.hide {
  display: none;
}

.wrapper-hero {
  z-index: 20;
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.dimming-video {
  z-index: 11;
  opacity: .24;
  background-color: #000;
  border-radius: .75em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-center {
  width: 100%;
  grid-row-gap: 1.3em;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 5em 4%;
  display: flex;
}

.heading-hero {
  max-width: 8em;
  color: var(--light-1);
  margin-bottom: -.17em;
  font-size: 7vw;
  line-height: 1em;
}

.heading-hero.cms {
  font-size: 4vw;
}

.heading-hero.dark {
  color: var(--dark-1);
}

.wave {
  width: 4.38em;
  height: .38em;
  background-image: url('../images/wave_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.paragraph-hero {
  max-width: 14em;
  color: var(--light-1);
  font-size: 1.38em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph-hero.cms {
  max-width: 20em;
}

.paragraph-hero.large {
  max-width: 24em;
  color: var(--light-1-60);
}

.paragraph-hero.dark {
  max-width: 20em;
  color: var(--dark-1-80);
}

.hero-bottom {
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.link-circle {
  width: 3.8em;
  height: 3.8em;
  margin-bottom: 2rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(14, 26, 35, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.link-circle:hover {
  background-color: rgba(14, 26, 35, .4);
}

.icon-circle {
  width: 1.5em;
  height: 1.5em;
  max-width: none;
  object-fit: contain;
}

.icon-circle.large {
  width: 2em;
  height: 2em;
}

.wrapper-icon-circle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-top {
  width: 100%;
  padding: 1.44em;
  display: none;
}

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

.grid-nav {
  grid-column-gap: .2em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-items: stretch;
}

.nav-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-right {
  grid-column-gap: .7em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo {
  height: auto;
  object-fit: contain;
  display: block;
}

.brand {
  padding: .6em .3em;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--light-1);
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 1.9em 1.8em 1.6em;
  font-family: URW Gothic, sans-serif;
  font-size: .75em;
  font-weight: 700;
  line-height: 1.2em;
}

.nav-link.dark {
  color: var(--dark-1);
}

.wrapper-button {
  grid-column-gap: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-button {
  color: var(--light-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  padding-top: .3em;
  font-family: URW Gothic, sans-serif;
  font-size: .75em;
  font-weight: 700;
  line-height: 1.2em;
}

.text-button.dark {
  color: var(--dark-1);
}

.button {
  border-radius: .63em;
  padding: 1.2em;
  text-decoration: none;
  transition: padding .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
  box-shadow: inset 0 0 0 1px rgba(246, 244, 239, 0);
}

.button:hover {
  box-shadow: inset 0 0 0 1px var(--light-1-30);
  padding-left: 1.9em;
  padding-right: 1.9em;
}

.button.dark {
  box-shadow: inset 0 0 0 1px rgba(19, 36, 48, 0);
}

.button.dark:hover {
  box-shadow: inset 0 0 0 1px rgba(19, 36, 48, .3);
}

.icon-button {
  width: 1.13em;
  height: 1.13em;
  max-width: none;
  flex: none;
}

.button-dark {
  background-color: var(--dark-1);
  border-radius: .63em;
  padding: 1.2em 1.9em;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.button-dark:hover {
  background-color: var(--dark-2);
}

.button-dark.small {
  padding: .8em 1.7em;
}

.desktop-button {
  grid-column-gap: .7em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobile-button {
  grid-column-gap: .7em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.button-light {
  background-color: var(--light-1);
  border-radius: .63em;
  padding: 1.2em 1.9em;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.button-light:hover {
  background-color: var(--white);
}

.button-light.small {
  padding: .8em 1.7em;
}

.menu-button {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--light-1);
  background-color: rgba(14, 26, 35, .2);
  border-radius: .63em;
  padding: .8em;
  font-size: 1.35em;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.menu-button:hover {
  background-color: rgba(14, 26, 35, .4);
}

.menu-button.w--open {
  background-color: rgba(14, 26, 35, .6);
}

.section {
  border-radius: .75em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: .75em;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.section.background {
  background-color: var(--light-2);
}

.section.background.hide {
  display: none;
}

.section.padding-bottom-0 {
  padding-bottom: 0;
}

.content {
  z-index: 50;
  width: 100%;
  max-width: 82em;
  padding-left: 3.5em;
  padding-right: 3.5em;
  position: relative;
}

.content.narrow {
  max-width: 56em;
}

.content.template {
  max-width: 56em;
  grid-row-gap: 8em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.content.padding-top {
  padding-top: 4rem;
}

.block {
  grid-row-gap: 1.3em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block.left {
  text-align: left;
  align-items: flex-start;
  padding: 4em 5%;
}

.block.left.padding-bottom-0 {
  padding-bottom: 0;
}

.heading {
  max-width: 12em;
  margin-bottom: -.17em;
}

.heading.light {
  color: var(--light-1);
}

.wave-accent {
  width: 4.38em;
  height: .38em;
  background-image: url('../images/wave_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.paragraph {
  max-width: 27em;
  margin-bottom: .5em;
}

.paragraph.light {
  max-width: 40em;
  color: var(--light-1-60);
}

.paragraph.large {
  max-width: 38em;
}

.subtitle {
  color: var(--dark-1);
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-bottom: -.5em;
  font-family: URW Gothic, sans-serif;
  font-size: .65em;
  font-weight: 700;
  line-height: 1.2em;
}

.subtitle.light {
  color: var(--light-1);
}

.grid-services {
  grid-column-gap: 1em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3.7em;
}

.grid-services.bottom {
  flex-direction: row;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.border-icon-service {
  width: 4.6em;
  height: 4.6em;
  border: 1px solid var(--accent-1-30);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service {
  grid-row-gap: 1.2em;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-service {
  width: 2em;
  height: 2em;
  object-fit: contain;
}

.heading-service {
  max-width: 9em;
  margin-bottom: -.2em;
}

.paragraph-service {
  max-width: 18em;
  font-size: 1em;
  line-height: 1.6em;
}

.section-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: .75em;
  display: flex;
}

.footer {
  background-color: var(--dark-1);
  border: 1px solid #132431;
  border-radius: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.grid-footer {
  width: 100%;
  max-width: 66em;
  grid-column-gap: 3em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 8.4em;
  margin-bottom: 8.4em;
  padding-left: 3em;
  padding-right: 3em;
}

.bottom-footer {
  width: 100%;
  background-color: var(--dark-2);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.8em 1em;
  display: flex;
}

.link-bottom-footer {
  opacity: .4;
  color: var(--light-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 1.3em 1.6em 1em;
  font-family: URW Gothic, sans-serif;
  font-size: .63em;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.link-bottom-footer:hover {
  opacity: 1;
}

.space-footer {
  width: 3px;
  height: 3px;
  background-color: var(--light-1);
  opacity: .4;
  border-radius: 100%;
  flex: none;
  margin-left: 1em;
  margin-right: 1em;
}

.space-footer.language {
  margin-right: 2.1em;
}

.block-footer {
  grid-row-gap: 1.8em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-footer {
  color: var(--light-1);
  margin-top: -.3em;
  font-style: italic;
}

.link-footer {
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  text-decoration: none;
  display: flex;
}

.text-footer {
  color: var(--light-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  font-family: URW Gothic, sans-serif;
  font-size: .75em;
  font-weight: 700;
  line-height: 1.2em;
}

.border-icon-footer {
  width: 5em;
  height: 5em;
  border: 1px solid var(--light-1-15);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-footer {
  width: 1.75em;
  height: 1.75em;
  object-fit: contain;
}

.section-full {
  border-radius: .75em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: .75em;
  display: flex;
}

.section-full.background {
  background-color: var(--light-2);
}

.section-full.dark {
  background-color: var(--dark-1);
}

.grid-instagram {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.image-instagram {
  width: 100%;
  height: 100%;
}

.link-instagram {
  border-radius: .75em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-instagram {
  width: 4.6em;
  height: 4.6em;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(14, 26, 35, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.slider {
  min-height: 50vw;
  background-color: var(--dark-1);
  border-radius: .75em;
  overflow: hidden;
}

.image-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-nav {
  display: none;
}

.slide-arrow {
  width: auto;
  height: auto;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 1em;
  display: flex;
}

.block-circle {
  width: 4.6em;
  height: 4.6em;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(14, 26, 35, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-reviews {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .75em;
  overflow: hidden;
}

.block-circle-light {
  width: 4.6em;
  height: 4.6em;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(14, 26, 35, .05);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-circle-light.filled {
  background-color: var(--light-1);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  flex: none;
}

.review {
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8em 15%;
  display: flex;
  cursor: pointer;
}

.heading-review {
  max-width: 23em;
  font-family: Fraunces, sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.25em;
}

.avatar-review {
  width: 4.4em;
  height: 4.4em;
  border-radius: 100%;
}

.block-review {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.2em;
  display: flex;
}

.name-review {
  margin-top: 1em;
  font-size: 1em;
  line-height: 1.2em;
}

.info-review {
  margin-top: .1em;
  font-size: .75em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4em;
}

.link-banner {
  width: 100%;
  min-height: 34em;
  background-color: #907c78;
  border-radius: .75em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 6em 3.6em 3.6em;
  text-decoration: none;
  transition: width .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-banner:hover {
  width: 110%;
}

.link-banner.color {
  background-color: #3f6f7d;
}

.banners {
  grid-column-gap: .75em;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.wrapper-banner {
  z-index: 10;
  grid-column-gap: 1em;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.heading-banner {
  max-width: 20ch;
  color: var(--light-1);
  margin-bottom: -.17em;
}

.paragraph-banner {
  max-width: 35ch;
  color: var(--white);
  margin-top: 1.2em;
}

.wrapper-paragraph-banner {
  overflow: hidden;
}

.image-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.collection-list-wrapper {
  margin-top: 2em;
}

.collection-list {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item {
  background-color: var(--white);
  border-radius: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.link-thumbnail {
  border-radius: .75em;
  text-decoration: none;
  overflow: hidden;
}

.image-thumbnail {
  width: 100%;
  height: 28em;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.25, .46, .45, .94);
}

.image-thumbnail:hover {
  transform: scale(1.05);
}

.block-stay {
  grid-row-gap: 1.4em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.7em;
  display: flex;
}

.paragraph-stay {
  color: var(--dark-1-80);
  font-size: 1em;
  line-height: 1.6em;
}

.paragraph-stay.light {
  color: var(--light-1-60);
}

.heading-stay {
  margin-bottom: -.3em;
}

.heading-stay.light {
  color: var(--light-1);
}

.link-heading-stay {
  text-decoration: none;
}

.button-outline-dark {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .63em;
  padding: 1.2em 1.9em;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94);
  box-shadow: inset 0 0 0 1px rgba(19, 36, 48, .15);
}

.button-outline-dark:hover {
  box-shadow: inset 0 0 0 2px var(--accent-1);
}

.button-outline-dark.small {
  padding: .8em 1.7em;
}

.block-button {
  grid-column-gap: .75em;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.empty-state {
  background-color: var(--white);
  text-align: center;
  border-radius: .75em;
  padding: 1.2em;
}

.text-empty {
  color: var(--dark-1);
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.5em;
}

.subsection {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 8.75em;
  margin-bottom: 3rem;
  display: flex;
}

.grid-2-columns {
  grid-column-gap: 4em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
}

.image-map {
  width: 100%;
  object-fit: cover;
  border-radius: .75em;
}

.image-full {
  z-index: 0;
  width: 100%;
  border-radius: 0 0 .75em .75em;
  margin-top: -8vw;
  position: relative;
}

.strip {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.strip-block {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-strip {
  width: 26vw;
  height: 32vw;
  object-fit: cover;
  border-radius: .75em;
  margin-left: 1.8em;
  margin-right: 1.8em;
}

.image-strip.margin {
  margin-top: 5.4em;
}

.section-navbar {
  z-index: 500;
  background-color: var(--light-1);
  border-radius: 0 0 .75em .75em;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-top {
  border-radius: .75em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  margin-bottom: .75em;
  padding-top: 8em;
  padding-bottom: 8.5em;
  display: flex;
}

.section-top.padding-0-0 {
  margin-top: 8em;
  padding-top: 0;
  padding-bottom: 0;
}

.section-top.image-bg {
  min-height: 42vw;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .31), rgba(0, 0, 0, .31)), url('../images/lasrochasmindelo11.jpg'), linear-gradient(to bottom, var(--dark-1), var(--dark-1));
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  margin-top: 8em;
  padding-top: 10em;
  padding-bottom: 10em;
}

.section-top.dark {
  background-color: var(--dark-1);
  margin-top: 8em;
}

.section-top.padding-0 {
  padding-bottom: 0;
}

.wrapper-top {
  width: 100%;
  max-width: 82em;
  grid-row-gap: 1.3em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 3.5em;
  padding-right: 3.5em;
  display: flex;
}

.collection-list-page {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-page {
  grid-column-gap: .75em;
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.collection-item-page:nth-child(2n) {
  flex-direction: row-reverse;
}

.link-thumbnail-page {
  width: 100%;
  height: 44vw;
  border-radius: .75em;
  overflow: hidden;
}

.image-thumbnail-page {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.25, .46, .45, .94);
}

.image-thumbnail-page:hover {
  transform: scale(1.03);
}

.block-stay-page {
  width: 50%;
  grid-row-gap: 1.5em;
  text-align: left;
  background-color: #132430;
  border-radius: .75em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3.2em;
  display: flex;
}

.block-stay-page.turquesa {
  background-color: var(--turquesa);
}

.block-stay-page.aceno {
  background-color: var(--aceno);
}

.block-stay-page.areia {
  background-color: var(--areia);
}

.block-stay-page.morabeza {
  background-color: var(--morabeza);
}

.block-stay-page.commercial {
  background-color: #943a3a;
}

.button-outline-light {
  box-shadow: inset 0 0 0 1px var(--light-1-30);
  background-color: rgba(0, 0, 0, 0);
  border-radius: .63em;
  padding: 1.2em 1.9em;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.button-outline-light:hover {
  box-shadow: inset 0 0 0 2px var(--light-1);
}

.button-outline-light.small {
  padding: .8em 1.7em;
}

.wrapper-stay-single {
  width: 100%;
  height: 80vh;
  grid-column-gap: .75em;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.image-main-single {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: .75em;
}

.block-main-single {
  width: 100%;
  height: 100%;
}

.block-stay-single {
  width: 50%;
  grid-row-gap: 1.25em;
  background-color: var(--dark-1);
  text-align: left;
  border-radius: .75em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 3.2em;
  display: flex;
}

.block-stay-single.aceno {
  background-color: var(--aceno);
}

.block-stay-single.turquesa {
  background-color: var(--turquesa);
}

.block-stay-single.areia {
  background-color: var(--areia);
}

.block-stay-single.morabeza {
  background-color: var(--morabeza);
}

.collection-list-gallery {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-gallery {
  height: 80vh;
  border-radius: .75rem;
}

.image-cms-gallery {
  width: 100%;
  border-radius: .75em;
}

.image-block {
  width: 100%;
  object-fit: cover;
  border-radius: .75em;
}

.heading-quote {
  max-width: 65em;
  font-family: Fraunces, sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.25em;
}

.signature-quote {
  height: 2.4em;
  margin-top: 1em;
}

.info-signature-quote {
  margin-top: -.3em;
  font-size: 1.5em;
  line-height: 1.1em;
}

.block-image-top {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  margin-top: 3em;
  margin-bottom: 2em;
  display: flex;
}

.image-top {
  z-index: 10;
  width: 40%;
  border-radius: .75em;
  margin-top: 8%;
  position: relative;
}

.image-top.left {
  z-index: 5;
  margin-top: 0%;
  margin-right: -15%;
  transform: rotate(-7deg);
}

.image-top.right {
  z-index: 15;
  margin-top: 4%;
  margin-left: -15%;
  transform: rotate(5deg);
}

.image-top.center-left {
  z-index: 7;
  margin-left: -5%;
  transform: rotate(-3deg);
}

.image-top.center-right {
  z-index: 8;
  margin-left: -4%;
  margin-right: 1%;
  transform: rotate(6deg);
}

.reservation {
  width: 100%;
  grid-column-gap: 3.5rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 4.5em;
  padding-left: 3.5em;
  padding-right: 3.5em;
  display: flex;
}

.form-block {
  width: 50%;
  margin-bottom: 0;
}

.form-block.real-estate {
  width: 100%;
}

.field-label {
  color: var(--dark-1);
  letter-spacing: .03em;
  margin-bottom: .5em;
  font-family: URW Gothic, sans-serif;
  font-size: .75em;
  font-weight: 700;
  line-height: 1.2em;
}

.text-field {
  height: 3.56em;
  background-color: var(--white);
  color: var(--dark-1);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: .63em;
  margin-bottom: 0;
  padding: 1em 1.2em;
  font-size: 1em;
  line-height: 1.4em;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: var(--accent-1);
}

.text-field::-ms-input-placeholder {
  color: rgba(19, 36, 48, .5);
}

.text-field::placeholder {
  color: rgba(19, 36, 48, .5);
}

.block-field {
  width: 100%;
}

.wrapper-field {
  width: 100%;
  grid-column-gap: .75em;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.8em;
  display: flex;
}

.select-field {
  height: 3.56em;
  background-color: var(--white);
  color: var(--dark-1);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: .63em;
  margin-bottom: 0;
  padding: 1em;
  font-size: 1em;
  line-height: 1.4em;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.select-field:focus {
  border-color: var(--accent-1);
}

.textarea {
  max-height: 30em;
  max-width: 100%;
  min-height: 14em;
  min-width: 100%;
  background-color: var(--white);
  color: var(--dark-1);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: .63em;
  margin-bottom: 0;
  padding: 1em 1.2em;
  font-size: 1em;
  line-height: 1.4em;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.textarea:focus {
  border-color: var(--accent-1);
}

.textarea::-ms-input-placeholder {
  color: rgba(19, 36, 48, .5);
}

.textarea::placeholder {
  color: rgba(19, 36, 48, .5);
}

.heading-field {
  margin-bottom: 1.7em;
  text-decoration: none;
}

.submit-button {
  width: 100%;
  background-color: var(--dark-1);
  color: var(--light-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  border-radius: .63em;
  margin-left: auto;
  margin-right: auto;
  padding: 2.4em 3.4em 2.1em;
  font-family: URW Gothic, sans-serif;
  font-size: .75em;
  font-weight: 700;
  line-height: 1.2em;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  background-color: var(--dark-2);
}

.cky-notice{
  font-family: 'URW Gothic';
}

.form {
  grid-row-gap: 0em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.group-field {
  width: 100%;
}

.text-success {
  color: var(--dark-1);
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.4em;
}

.success-message {
  background-color: var(--light-2);
  border-radius: .75em;
  padding: 1.4em 1.6em;
}

.error-message {
  background-color: rgba(204, 0, 0, .08);
  border-radius: .75em;
  margin-top: 1.4em;
  padding: 1.4em 1.6em;
}

.text-error {
  color: #c00;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.4em;
}

.utility-page-wrap {
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 8em 3em 4em;
  display: flex;
}

.utility-page-content {
  width: 100%;
  max-width: 22em;
  grid-row-gap: 1.3em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.utility-page-form {
  grid-row-gap: 1.3em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-template {
  margin-bottom: .6em;
}

.grid-colors {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-color {
  min-height: 8em;
  background-color: var(--white);
  border-radius: .75em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1em 1.2em;
  display: flex;
}

.block-color.light-1 {
  background-color: var(--light-1);
}

.block-color.light-1-60 {
  background-color: var(--light-1-60);
}

.block-color.light-1-30 {
  background-color: var(--light-1-30);
}

.block-color.light-1-15 {
  background-color: var(--light-1-15);
}

.block-color.light-2 {
  background-color: var(--light-2);
}

.block-color.dark-1 {
  background-color: var(--dark-1);
}

.block-color.dark-2 {
  background-color: var(--dark-2);
}

.block-color.dark-1-80 {
  background-color: var(--dark-1-80);
}

.block-color.dark-1-12 {
  background-color: var(--dark-1-12);
}

.block-color.accent-1 {
  background-color: var(--accent-1);
}

.block-color.accent-1-30 {
  background-color: var(--accent-1-30);
}

.block-color.accent-2 {
  background-color: var(--accent-2);
}

.hex-color {
  opacity: .5;
  color: var(--dark-1);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: URW Gothic, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.3em;
}

.hex-color.light {
  color: var(--light-1);
}

.text-color {
  color: var(--dark-1);
  letter-spacing: .05em;
  margin-bottom: .15em;
  font-family: URW Gothic, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.3em;
}

.text-color.light {
  color: var(--light-1);
}

.button-template {
  grid-column-gap: .75em;
  grid-row-gap: 1em;
  background-color: var(--dark-1);
  border-radius: .75em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .7em;
  padding: 1.4em;
  display: flex;
}

.button-template.light {
  background-color: var(--light-2);
}

.paragraph-template {
  margin-bottom: 2.2em;
}

.fraunces {
  font-family: Fraunces, sans-serif;
  font-weight: 300;
}

.font-template {
  grid-column-gap: .75em;
  grid-row-gap: 1em;
  background-color: var(--light-2);
  border-radius: .75em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .7em;
  padding: 2em;
  display: flex;
}

.grid-licensing {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-template {
  width: 100%;
  max-height: 32em;
  object-fit: cover;
  border-radius: .75em;
}

.grid-icon-licensing {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto;
  grid-auto-columns: auto;
  justify-content: start;
}

.datepicker {
  background-color: rgba(255, 255, 255, .67);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.footer-link {
  color: var(--white);
  align-items: center;
  font-family: URW Gothic, sans-serif;
  font-weight: 700;
  display: flex;
}

.heading-stay-page {
  color: var(--white);
  font-size: 2.75em;
}

.bottom {
  width: 100%;
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.info {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: var(--light-1);
}

.heading-stay-info {
  color: var(--white);
  font-family: Fraunces, sans-serif;
  font-size: 1.7em;
  font-weight: 300;
}

.info-table {
  width: 100%;
  height: 120px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #fff;
  border-radius: 1.1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.icon-text {
  width: 100%;
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-text.border-bottom {
  border-bottom: 1px solid #fff;
}

.icon-text.tl {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.icon-text.br {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  margin-top: -2px;
  margin-left: -3px;
}

.image {
  width: 24px;
  height: 24px;
}

.info-text {
  font-size: 1em;
}

.heading-selling {
  font-size: 3em;
}

.paragraph-selling {
  font-family: Fraunces, sans-serif;
  font-weight: 400;
}

.contact-title {
  margin-bottom: .5em;
}

.map {
  width: 100%;
}

.div-block {
  width: 50%;
  height: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.equipment-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: .75rem;
  display: grid;
}

.equipment-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.equipment-title {
  font-size: 1.2em;
}

.paragraph-3 {
  font-size: 1.1em;
}

.paragraph-4 {
  font-size: .7em;
}

.form-2 {
  height: 100%;
  align-items: center;
  display: flex;
}

.form-block-2 {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.date-field {
  width: 100%;
  min-height: 48px;
  color: #151e24;
  border: 1px solid #e9ecf0;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-family: URW Gothic, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  transition: all .25s;
  box-shadow: 1px 1px 2px rgba(114, 129, 167, .04);
}

.date-field:hover {
  border-color: #ccd5e0;
}

.date-field:focus {
  border-color: #642eff;
}

.date-field::-ms-input-placeholder {
  color: #a0a6b0;
}

.date-field::placeholder {
  color: #a0a6b0;
}

.global-component-footer {
  border-top: 1px solid rgba(18, 43, 105, .08);
  display: flex;
}

.input-field-wrap {
  margin-bottom: 24px;
}

.field-label-2 {
  color: #160042;
  letter-spacing: -.02em;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}

.field-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.field-icon {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 16px;
  right: auto;
}

.logotitle {
  color: var(--dark-1-80);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  font-size: 1.7em;
}

.modal-detail {
  color: #151c34;
  white-space: nowrap;
  font-weight: 600;
}

.icon {
  width: 70px;
}

.right-arrow {
  display: none;
}

.modal-content {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 38px 65px;
  display: flex;
}

.modal-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.icon-wrapper {
  width: 105px;
  height: 105px;
  background-color: #f5e5ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 11px;
  display: flex;
  overflow: hidden;
}

.modal-overlay {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(21, 28, 52, .9);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-standard {
  color: rgba(21, 28, 52, .8);
  font-size: 16px;
  line-height: 1.5;
}

.modal-element {
  width: 100%;
  max-width: 50vw;
  background-color: var(--light-2);
  border-radius: 20px;
  padding: 2rem;
}

.close {
  opacity: .5;
  transition: opacity .2s;
}

.close:hover {
  opacity: 1;
}

.module-header-left {
  width: 50%;
  height: 100%;
  display: flex;
}

.left-arrow {
  display: none;
}

.slide-navigation {
  color: #151c34;
  font-size: 10px;
  bottom: 10px;
}

.slider-right {
  opacity: .5;
  color: #151c34;
  justify-content: center;
  align-items: center;
  padding: 4px 15px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.slider-right:hover {
  opacity: 1;
}

.modal-slide {
  color: #151c34;
}

.module-header-right {
  width: 50%;
  justify-content: flex-end;
  display: flex;
}

.modal-header {
  min-height: 55px;
  border-bottom: 1px solid rgba(21, 28, 52, .1);
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  padding: 24px 30px;
  display: flex;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .03);
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 1.7em;
  line-height: 29px;
}

.icon-2.accordion-icon {
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.image-2 {
  width: 32px;
  height: 32px;
}

.accordion-paragraph {
  padding-top: 10px;
}

.select-field-2 {
  color: var(--dark-1);
  border-radius: .63rem;
  margin-bottom: 0;
  font-family: URW Gothic, sans-serif;
  font-weight: 700;
}

.form-3 {
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block-3 {
  height: 100%;
  margin-bottom: 0;
}

.link-2 {
  color: var(--dark-1);
  font-weight: 500;
}

.link-3 {
  color: var(--white);
  font-weight: 500;
}

.image-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.mask-2 {
  border-radius: .75rem;
}

.room-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-4 {
  width: 100%;
  object-fit: fill;
}

.floorplan-image {
  width: 100%;
  margin-top: .75rem;
}

@media screen and (max-width: 991px) {
  .lang-selector select {
    margin-right: 0px;
  }
  h1 {
    font-size: 3.8em;
  }

  h2 {
    font-size: 2.9em;
  }

  h3 {
    font-size: 2.3em;
  }

  h4 {
    font-size: 1.6em;
  }

  h5 {
    font-size: 1.3em;
  }

  .heading-hero {
    font-size: 10vw;
  }

  .heading-hero.cms {
    font-size: 6vw;
  }

  .hero-top {
    padding: 1.2em;
  }

  .nav-menu {
    background-color: var(--dark-2);
    border-radius: .75em;
    margin-top: .7em;
    padding: 1em .5em;
  }

  .nav-link.dark {
    color: var(--light-2);
  }

  .desktop-button {
    display: none;
  }

  .mobile-button {
    grid-row-gap: .5em;
    flex-direction: column;
    margin-top: .5em;
    display: flex;
  }

  .menu-button.dark {
    color: var(--dark-1);
    background-color: rgba(14, 26, 35, .05);
  }

  .menu-button.dark:hover {
    background-color: rgba(14, 26, 35, .1);
  }

  .section {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .content.template {
    grid-row-gap: 7em;
  }

  .grid-footer {
    margin-top: 6.4em;
    margin-bottom: 6.4em;
  }

  .review {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .link-banner {
    min-height: 28em;
  }

  .banners {
    grid-row-gap: .75em;
    flex-direction: column;
  }

  .image-thumbnail {
    height: 32vw;
  }

  .block-stay {
    padding: 2em;
  }

  .subsection {
    margin-top: 6.75em;
  }

  .grid-2-columns {
    grid-column-gap: 3em;
  }

  .image-strip {
    margin-left: 1em;
    margin-right: 1em;
  }

  .section-top {
    padding-top: 6em;
    padding-bottom: 6.5em;
  }

  .link-thumbnail-page {
    height: 52vw;
  }

  .block-stay-page {
    padding: 2em;
  }

  .wrapper-stay-single {
    height: auto;
    grid-row-gap: .75em;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .block-stay-single {
    width: 100%;
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 3.1em;
  }

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 1.9em;
  }

  h4 {
    font-size: 1.5em;
  }

  h6 {
    font-size: 1.1em;
  }

  .hero-center {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .paragraph-hero {
    font-size: 1.26em;
  }

  .icon-circle.large {
    width: 1.5em;
    height: 1.5em;
  }

  .section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .content {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .block.left {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-services {
    grid-template-columns: 1fr 1fr;
  }

  .grid-footer {
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
    margin-top: 5.4em;
    margin-bottom: 5.4em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .bottom-footer {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .logo-footer {
    height: 1.8em;
  }

  .grid-instagram {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .link-instagram.hide {
    display: none;
  }

  .icon-instagram {
    width: 3.8em;
    height: 3.8em;
  }

  .slide-arrow {
    padding-left: 2%;
    padding-right: 2%;
  }

  .block-circle, .block-circle-light, .block-circle-light.filled {
    width: 3.8em;
    height: 3.8em;
  }

  .review {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .link-banner {
    min-height: 24em;
    padding: 2em;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .image-thumbnail {
    height: 100vw;
  }

  .block-stay {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .subsection {
    margin-top: 5.75em;
  }

  .grid-2-columns {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .image-strip {
    width: 39vw;
    height: 47vw;
    margin-left: .7em;
    margin-right: .7em;
  }

  .section-top {
    padding-top: 5em;
    padding-bottom: 5.5em;
  }

  .section-top.image-bg {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .collection-list-page {
    grid-row-gap: .75em;
  }

  .collection-item-page, .collection-item-page:nth-child(2n) {
    flex-direction: column;
  }

  .link-thumbnail-page {
    height: 90vw;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .block-stay-page {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 3em 2.5em;
  }

  .block-stay-single {
    padding: 3em 2.5em;
  }

  .reservation {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .utility-page-wrap {
    padding: 6em 1.5em 2em;
  }

  .grid-colors, .grid-licensing {
    grid-template-columns: 1fr 1fr;
  }

  .grid-icon-licensing {
    grid-template-columns: auto auto auto auto;
  }

  .accordion-item-content {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.6em;
  }

  h4 {
    font-size: 1.4em;
  }

  h5 {
    font-size: 1.2em;
  }

  .background-video {
    object-fit: cover;
  }

  .heading-hero {
    font-size: 12vw;
  }

  .heading-hero.cms {
    font-size: 8vw;
  }

  .hero{
    margin-top: 180px;
  }

  .hero-bottom {
    margin-bottom: 1em;
  }

  .section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

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

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

  .grid-services.bottom {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-footer {
    margin-top: 4.4em;
    margin-bottom: 4.4em;
  }

  .space-footer {
    display: none;
  }

  .logo-footer {
    height: 4em;
  }

  .grid-instagram {
    grid-template-columns: 1fr 1fr;
  }

  .review {
    padding: 4em 20%;
  }

  .block-stay {
    padding: 2em 1.5em;
  }

  .subsection {
    margin-top: 2em;
    margin-bottom: 2rem;
  }

  .grid-2-columns {
    grid-row-gap: 3em;
  }

  .section-top {
    padding-top: 4em;
    padding-bottom: 4.5em;
  }

  .block-stay-page {
    grid-row-gap: 1em;
    align-items: center;
    padding: 2em 1em;
  }

  .wrapper-stay-single {
    flex-direction: column;
  }

  .collection-item-gallery {
    height: 33vh;
  }

  .block-image-top {
    margin-top: 1.5em;
  }

  .reservation {
    grid-row-gap: 3.5rem;
    flex-direction: column;
  }

  .form-block {
    width: 100%;
  }
  .form-group {
    width: 100%;
  }

  .booking-form input[type=date],
  .booking-form input[type=number],
  .booking-form input[type=text] {
    margin-top: 2px;
  }

  .modal-element{
    max-width: 100%;
    padding: 1rem;
  }

  .textarea{
    min-height: 8em;
  }

  .datepicker{
    padding: 1rem 1.5rem;
    width: 85%;
  }

  .booking-form {
    grid-row-gap: .5rem;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }

  .wrapper-field {
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .grid-colors {
    grid-template-columns: 1fr;
  }

  .button-template {
    flex-direction: column;
  }

  .grid-icon-licensing {
    grid-template-columns: auto auto;
  }

  .footer-link {
    flex-direction: column;
  }

  .heading-stay-info {
    font-size: 1.4em;
  }

  .info-text {
    font-size: .9em;
  }

  .heading-selling {
    font-size: 2.4em;
  }

  .paragraph-selling {
    font-size: 1.2em;
  }

  .div-block {
    width: 100%;
  }

  .equipment-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: .75rem;
  }

  .equipment-wrapper {
    padding: 0;
  }

  .equipment-title {
    font-size: .8em;
  }

  .modal-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordion-heading {
    font-size: 1.1em;
  }

  .room-gallery-image {
    height: 100%;
    object-fit: cover;
  }

  .floorplan-image {
    width: 100%;
    margin-top: .75rem;
  }
}

#w-node-d7954b81-a522-3e25-37e5-5b14ccdb072e-b6cfa983, #w-node-_2b9f9a5e-deb7-e17a-0f7b-b03f3a391da6-b6cfa983, #w-node-d7954b81-a522-3e25-37e5-5b14ccdb073c-b6cfa983, #w-node-_94e87928-9f29-91db-450c-843a6019758c-b6cfa983, #w-node-d7954b81-a522-3e25-37e5-5b14ccdb074a-b6cfa983, #w-node-_9e1a1db6-c0c4-ae36-d0cb-2cdb6ef5b272-b6cfa983, #w-node-d7954b81-a522-3e25-37e5-5b14ccdb0743-b6cfa983 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da81788b-53f4-05a4-680d-70eae9a9d4dd-b6cfa983 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_54145bf7-0c91-5c2f-40d3-2bd13e028223-3e028220, #w-node-_54145bf7-0c91-5c2f-40d3-2bd13e028229-3e028220, #w-node-_54145bf7-0c91-5c2f-40d3-2bd13e028230-3e028220, #w-node-_58703736-196d-087a-5c77-205121b9361a-21b93618, #w-node-_58703736-196d-087a-5c77-205121b9361f-21b93618, #w-node-_58703736-196d-087a-5c77-205121b93624-21b93618, #w-node-_58703736-196d-087a-5c77-205121b93629-21b93618, #w-node-_58703736-196d-087a-5c77-205121b9362e-21b93618, #w-node-_7055beb5-4684-e756-5027-6ce817b06fc9-17b06fc7, #w-node-_7055beb5-4684-e756-5027-6ce817b06fe1-17b06fc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfa72421-748e-d7eb-1955-c271a0cc5e16-b6cfa986, #w-node-b0b516d8-ab98-327f-84c5-6bc77b0adc82-b6cfa986 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d558e463-72ec-b9c3-940f-2a61f08fcbae-b6cfa986, #w-node-d558e463-72ec-b9c3-940f-2a61f08fcbb5-b6cfa986, #w-node-d558e463-72ec-b9c3-940f-2a61f08fcbbc-b6cfa986, #w-node-d558e463-72ec-b9c3-940f-2a61f08fcbc3-b6cfa986, #w-node-d558e463-72ec-b9c3-940f-2a61f08fcbca-b6cfa986, #w-node-d558e463-72ec-b9c3-940f-2a61f08fcbd1-b6cfa986 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5be0fa9-ebc9-01e5-da82-381e05d62c4f-b6cfa98a, #w-node-e61edb74-5152-8ff2-38c6-2b3550557016-b6cfa98a, #w-node-f65bb5ef-6f91-2284-46e0-8e0aca2b62d1-b6cfa98a, #w-node-_02010e92-3a6a-2b26-46c9-f8615175802e-b6cfa98a, #w-node-e5be0fa9-ebc9-01e5-da82-381e05d62c4f-b6cfa98c, #w-node-e61edb74-5152-8ff2-38c6-2b3550557016-b6cfa98c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e17fdbfa-d31e-8568-6f13-10d3075699f8-b6cfa98d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bc34e9e-3621-9462-69f5-b9fd7d6c7e3e-b6cfa98d {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_60cb297d-2f8a-b75a-9926-a0ff5bfb2e3d-b6cfa98d, #w-node-c7cb6fc2-8cf5-0027-1c69-c45ec748dd72-b6cfa98d {
  justify-self: center;
}

#w-node-_534f3513-bf2a-31c2-2849-ec9b3d15166d-b6cfa98d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_534f3513-bf2a-31c2-2849-ec9b3d151676-b6cfa98d {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_534f3513-bf2a-31c2-2849-ec9b3d15167a-b6cfa98d, #w-node-_534f3513-bf2a-31c2-2849-ec9b3d151682-b6cfa98d {
  justify-self: center;
}

#w-node-d3c4f9c5-7d26-bd45-2820-03e0c6e09299-b6cfa98d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3c4f9c5-7d26-bd45-2820-03e0c6e092a2-b6cfa98d {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-d3c4f9c5-7d26-bd45-2820-03e0c6e092a6-b6cfa98d, #w-node-d3c4f9c5-7d26-bd45-2820-03e0c6e092ae-b6cfa98d {
  justify-self: center;
}

#w-node-_9f8ff73d-686d-2f3b-2fcb-bed2814fca86-b6cfa98d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f8ff73d-686d-2f3b-2fcb-bed2814fca8f-b6cfa98d {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_9f8ff73d-686d-2f3b-2fcb-bed2814fca93-b6cfa98d, #w-node-_9f8ff73d-686d-2f3b-2fcb-bed2814fca9b-b6cfa98d {
  justify-self: center;
}

#w-node-_0d32965c-129a-6f2a-04f9-e13ca2e5be96-b6cfa98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d5a39e98-97c2-f22a-ef72-79bf4d6a6d24-b6cfa98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30dec6e3-8f8e-9b21-e9e7-405d051a04b6-b6cfa98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_30dec6e3-8f8e-9b21-e9e7-405d051a04b7-b6cfa98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10432133-53f9-c5f7-2d4c-55e22197a2c5-b6cfa98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_10432133-53f9-c5f7-2d4c-55e22197a2c6-b6cfa98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84024136-afb2-0956-ab1f-f59f34cdd72e-b6cfa98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_84024136-afb2-0956-ab1f-f59f34cdd72f-b6cfa98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e3c938c-068e-1ac8-6744-550541b1af0e-b6cfa98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2e3c938c-068e-1ac8-6744-550541b1af0f-b6cfa98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1a50ffe-26ed-1838-fd27-aef4fceedfe2-b6cfa98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b1a50ffe-26ed-1838-fd27-aef4fceedfe3-b6cfa98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d13fbf0c-46de-1edd-6a65-6c57d2bf6598-b6cfa98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d13fbf0c-46de-1edd-6a65-6c57d2bf6599-b6cfa98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f530186e-dcf0-ee35-1b2d-b93245e746c0-b6cfa98e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f530186e-dcf0-ee35-1b2d-b93245e746c1-b6cfa98e, #w-node-e17fdbfa-d31e-8568-6f13-10d3075699f8-8a0576aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bc34e9e-3621-9462-69f5-b9fd7d6c7e3e-8a0576aa {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_60cb297d-2f8a-b75a-9926-a0ff5bfb2e3d-8a0576aa, #w-node-c7cb6fc2-8cf5-0027-1c69-c45ec748dd72-8a0576aa {
  justify-self: center;
}

#w-node-_534f3513-bf2a-31c2-2849-ec9b3d15166d-8a0576aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_534f3513-bf2a-31c2-2849-ec9b3d151676-8a0576aa {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_534f3513-bf2a-31c2-2849-ec9b3d15167a-8a0576aa, #w-node-_534f3513-bf2a-31c2-2849-ec9b3d151682-8a0576aa {
  justify-self: center;
}

#w-node-d3c4f9c5-7d26-bd45-2820-03e0c6e09299-8a0576aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3c4f9c5-7d26-bd45-2820-03e0c6e092a2-8a0576aa {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-d3c4f9c5-7d26-bd45-2820-03e0c6e092a6-8a0576aa, #w-node-d3c4f9c5-7d26-bd45-2820-03e0c6e092ae-8a0576aa {
  justify-self: center;
}

#w-node-_9f8ff73d-686d-2f3b-2fcb-bed2814fca86-8a0576aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f8ff73d-686d-2f3b-2fcb-bed2814fca8f-8a0576aa {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_9f8ff73d-686d-2f3b-2fcb-bed2814fca93-8a0576aa, #w-node-_9f8ff73d-686d-2f3b-2fcb-bed2814fca9b-8a0576aa {
  justify-self: center;
}

#w-node-_3ec145be-9ac5-97cb-6081-2b8bd6bb1fa5-8a0576aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ec145be-9ac5-97cb-6081-2b8bd6bb1fae-8a0576aa {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_3ec145be-9ac5-97cb-6081-2b8bd6bb1fb2-8a0576aa, #w-node-_3ec145be-9ac5-97cb-6081-2b8bd6bb1fba-8a0576aa {
  justify-self: center;
}

#w-node-_0d32965c-129a-6f2a-04f9-e13ca2e5be96-914d72a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d5a39e98-97c2-f22a-ef72-79bf4d6a6d24-914d72a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30dec6e3-8f8e-9b21-e9e7-405d051a04b6-914d72a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_30dec6e3-8f8e-9b21-e9e7-405d051a04b7-914d72a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10432133-53f9-c5f7-2d4c-55e22197a2c5-914d72a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_10432133-53f9-c5f7-2d4c-55e22197a2c6-914d72a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84024136-afb2-0956-ab1f-f59f34cdd72e-914d72a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_84024136-afb2-0956-ab1f-f59f34cdd72f-914d72a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e3c938c-068e-1ac8-6744-550541b1af0e-914d72a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2e3c938c-068e-1ac8-6744-550541b1af0f-914d72a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1a50ffe-26ed-1838-fd27-aef4fceedfe2-914d72a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b1a50ffe-26ed-1838-fd27-aef4fceedfe3-914d72a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d13fbf0c-46de-1edd-6a65-6c57d2bf6598-914d72a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d13fbf0c-46de-1edd-6a65-6c57d2bf6599-914d72a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f530186e-dcf0-ee35-1b2d-b93245e746c0-914d72a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f530186e-dcf0-ee35-1b2d-b93245e746c1-914d72a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d32965c-129a-6f2a-04f9-e13ca2e5be96-e5afacb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d5a39e98-97c2-f22a-ef72-79bf4d6a6d24-e5afacb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30dec6e3-8f8e-9b21-e9e7-405d051a04b6-e5afacb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_30dec6e3-8f8e-9b21-e9e7-405d051a04b7-e5afacb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10432133-53f9-c5f7-2d4c-55e22197a2c5-e5afacb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_10432133-53f9-c5f7-2d4c-55e22197a2c6-e5afacb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84024136-afb2-0956-ab1f-f59f34cdd72e-e5afacb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_84024136-afb2-0956-ab1f-f59f34cdd72f-e5afacb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e3c938c-068e-1ac8-6744-550541b1af0e-e5afacb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2e3c938c-068e-1ac8-6744-550541b1af0f-e5afacb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1a50ffe-26ed-1838-fd27-aef4fceedfe2-e5afacb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b1a50ffe-26ed-1838-fd27-aef4fceedfe3-e5afacb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d13fbf0c-46de-1edd-6a65-6c57d2bf6598-e5afacb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d13fbf0c-46de-1edd-6a65-6c57d2bf6599-e5afacb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f530186e-dcf0-ee35-1b2d-b93245e746c0-e5afacb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f530186e-dcf0-ee35-1b2d-b93245e746c1-e5afacb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d32965c-129a-6f2a-04f9-e13ca2e5be96-92ab908f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d5a39e98-97c2-f22a-ef72-79bf4d6a6d24-92ab908f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30dec6e3-8f8e-9b21-e9e7-405d051a04b6-92ab908f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_30dec6e3-8f8e-9b21-e9e7-405d051a04b7-92ab908f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10432133-53f9-c5f7-2d4c-55e22197a2c5-92ab908f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_10432133-53f9-c5f7-2d4c-55e22197a2c6-92ab908f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84024136-afb2-0956-ab1f-f59f34cdd72e-92ab908f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_84024136-afb2-0956-ab1f-f59f34cdd72f-92ab908f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e3c938c-068e-1ac8-6744-550541b1af0e-92ab908f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2e3c938c-068e-1ac8-6744-550541b1af0f-92ab908f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1a50ffe-26ed-1838-fd27-aef4fceedfe2-92ab908f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b1a50ffe-26ed-1838-fd27-aef4fceedfe3-92ab908f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d13fbf0c-46de-1edd-6a65-6c57d2bf6598-92ab908f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d13fbf0c-46de-1edd-6a65-6c57d2bf6599-92ab908f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f530186e-dcf0-ee35-1b2d-b93245e746c0-92ab908f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f530186e-dcf0-ee35-1b2d-b93245e746c1-92ab908f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_54145bf7-0c91-5c2f-40d3-2bd13e028229-3e028220, #w-node-e61edb74-5152-8ff2-38c6-2b3550557016-b6cfa98a, #w-node-_02010e92-3a6a-2b26-46c9-f8615175802e-b6cfa98a, #w-node-e61edb74-5152-8ff2-38c6-2b3550557016-b6cfa98c {
    order: -9999;
  }
}


@font-face {
  font-family: 'URW Gothic';
  src: url('../fonts/URWGothic-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'URW Gothic';
  src: url('../fonts/URWGothic-BookOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'URW Gothic';
  src: url('../fonts/URWGothic-Demi.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'URW Gothic';
  src: url('../fonts/URWGothic-DemiOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

.banner-content{
  font-family: URW Gothic, sans-serif;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #142430;
  color: #f6f4ef;
  padding: 1rem 4rem;
}

.navbar{
  padding: .75em;
}