:root {
  --black: #242424;
  --medium-sea-green: #23b574;
  --medium-spring-green: #44db91;
  --grey: #4e4e4e;
  --elements-webflow-library--neutral--100: white;
  --white-smoke: #eee;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
}

.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;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

body {
  color: var(--black);
  background-color: #f8f8f8;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.6;
}

a {
  font-size: 1.125rem;
  line-height: 1.4;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

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

.text-color-black {
  color: var(--black);
}

.styleguide_elements {
  margin-left: 18rem;
}

.styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.button {
  background-color: var(--medium-sea-green);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  min-width: 18.125rem;
  min-height: 4.5rem;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  transition: background-color .4s;
  display: flex;
  box-shadow: 0 16px 48px #43b97f3d;
}

.button:hover {
  background-color: var(--medium-spring-green);
}

.button.destination__button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  min-width: 12.375rem;
}

.button.social-media {
  background-color: #fff;
  flex: 1;
  min-width: auto;
  max-width: 13.5rem;
  box-shadow: 0 16px 40px #24242429;
}

.button.social-media:hover {
  background-color: #f8f8f8;
}

.button.white {
  color: var(--black);
  text-transform: none;
  background-color: #fff;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

.button.social-medial-link {
  border-radius: 100%;
  width: 3rem;
  min-width: 0;
  height: 3rem;
  min-height: 0;
}

.button.explore {
  text-transform: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  min-width: 0;
}

.heading-medium {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.text-color-grey {
  font-size: 1.1rem;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  font-size: 1rem;
  line-height: 1.4;
}

.text-weight-normal {
  font-weight: 400;
}

.styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.text-align-center {
  text-align: center;
  margin-bottom: 4.5rem;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

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

.background-color-grey {
  background-color: #a8c1d833;
}

.hide {
  display: none;
}

.styleguide_section-type {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
  line-height: 1.2;
}

.text-size-medium.text-style-allcaps.text-style-letterspacing {
  letter-spacing: .45rem;
  display: inline-block;
}

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

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
  line-height: 1.4;
}

.text-size-small.text-style-allcaps.text-weight-bold.text-style-letterspacing {
  text-transform: none;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-xlarge.text-color-green.text-weight-bold {
  font-weight: 700;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-size-tiny {
  font-size: .75rem;
  line-height: 1.4;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  justify-content: space-between;
  width: 100%;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

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

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: var(--grey);
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

.container-medium.text-align-center {
  z-index: 1;
  max-width: 60rem;
  height: 100%;
  margin-bottom: 0;
  position: static;
}

.container-small {
  max-width: 40rem;
  margin-left: 0;
  margin-right: 0;
}

.button-secondary {
  color: #386eec;
  text-align: center;
  background-color: #0000;
  border: .125rem solid #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-text {
  color: #386eec;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.margin-custom2 {
  margin: 14rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-xsmall {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-weight-medium {
  font-weight: 500;
}

.styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.styleguide-nav__container {
  background-color: #f0f2f3;
  width: 18rem;
  height: 100vh;
  position: fixed;
  inset: 0 auto 0 0;
}

.styleguide-nav__logotype {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
}

.styleguide-nav__menu {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.stylguide-nav__link {
  width: 100%;
  margin-bottom: .5rem;
  margin-left: -.5rem;
  padding: .5rem 0 .5rem .5rem;
}

.stylguide-nav__link:hover {
  background-color: #e6ebee;
  border-radius: .5rem;
}

.stylguide-nav__link.w--current {
  color: #242424;
  background-color: #e6ebee;
  border-radius: .5rem;
  font-weight: 400;
}

.styleguide-space-wrapper {
  background-color: #f0f2f3;
  border-radius: .25rem;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.styleguide-space-label {
  color: #fff;
  background-color: #000;
  border-radius: .25rem;
  height: 1.5rem;
  padding: .25rem;
  font-size: .75rem;
}

.hero-section {
  background-image: linear-gradient(#f8f8f880, #f8f8f8), url('../images/topographic.svg');
  background-position: 0 0, 50% 0;
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 180px;
  display: flex;
}

.hero-section.sub {
  padding-top: 0;
  padding-bottom: 60px;
}

.hero-section__wrapper {
  z-index: 99;
}

.text-color-green {
  color: var(--medium-sea-green);
}

.button-small {
  background-color: var(--medium-sea-green);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  min-width: 11.25rem;
  min-height: 3rem;
  max-height: 3rem;
  padding: 0;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25;
  transition: background-color .4s;
  display: flex;
  box-shadow: 0 16px 48px #43b97f3d;
}

.button-small:hover {
  background-color: var(--medium-spring-green);
}

.button-small.login {
  border: 1px solid var(--elements-webflow-library--neutral--100);
  border-radius: 1rem;
}

.button-small.details {
  text-transform: none;
  width: 70%;
  min-width: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.nav__component {
  z-index: 99;
  background-color: var(--medium-sea-green);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-main__container {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 84rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.nav-main__menu {
  justify-content: center;
  display: flex;
}

.nav-main__link {
  color: var(--elements-webflow-library--neutral--100);
  justify-content: center;
  align-items: center;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding: 1rem;
  display: flex;
}

.nav-main__link.w--current {
  color: var(--elements-webflow-library--neutral--100);
  font-weight: 700;
}

.nav-main__background {
  z-index: 0;
  position: static;
  inset: 0%;
}

.video-section {
  z-index: 10;
  padding-bottom: 10rem;
  position: relative;
}

.heading-mobile {
  display: none;
}

.explore-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
}

.explore-section.margin-top-0 {
  padding-top: 0;
  padding-bottom: 10rem;
}

.section__header {
  margin-bottom: 3.5rem;
  display: inline-block;
}

.splide__arrows {
  justify-content: flex-end;
  display: flex;
}

.splide__arrows.splide__arrow--next {
  flex-direction: row;
  justify-content: space-between;
  display: none;
  position: absolute;
  inset: 2.7rem 0% auto;
}

.container-custom1 {
  max-width: 48rem;
}

.splide {
  position: relative;
}

.splide__list {
  display: flex;
}

.splide__slide {
  color: var(--white-smoke);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}

.explore-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.explore-text__wrapper {
  z-index: 1;
  width: 100%;
  position: relative;
}

.explore__overlay {
  background-image: linear-gradient(0deg, #000000b3, #0000);
  position: absolute;
  inset: 30% 0% 0%;
}

.whoweare-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
}

.explore__grid {
  grid-column-gap: 6rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 31.875rem 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.explore__grid.reverse {
  grid-column-gap: 6rem;
  grid-template-columns: 1fr 31.875rem;
}

.image__wrapper {
  z-index: 1;
  object-fit: cover;
  border-radius: 1rem;
  height: 42.5rem;
  position: relative;
  overflow: hidden;
}

.text-content__wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.whatwedid-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
}

.content-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.points__grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.destination-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
}

.desination-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.destination-text__wrapper {
  z-index: 1;
  width: 70%;
  position: relative;
}

.destination__overlay {
  background-image: linear-gradient(to right, #00000052, #0000);
  position: absolute;
  inset: 0% 30% 0% 0%;
}

.destination-price__wrapper {
  display: flex;
  position: relative;
}

.price__wrapper {
  background-color: #fff;
  border-radius: .5rem 0 0 .5rem;
  padding: .5rem 2rem;
}

.pictures-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
  overflow: hidden;
}

.image-content__wrapper {
  position: relative;
}

.blur-shadow__wrapper {
  z-index: 0;
  opacity: .56;
  filter: blur(2rem);
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 4% 0% 0% 4%;
}

.blur-shadow__wrapper.reverse {
  opacity: .56;
  top: 4%;
  left: -4%;
  overflow: visible;
}

.video__component {
  z-index: 10;
  flex-direction: column;
  display: flex;
  position: relative;
}

.video__wrapper {
  background-color: #0000;
  height: 100vh;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.video__mask {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.video__container {
  position: absolute;
  inset: 0%;
}

.video__background {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-content__wrapper {
  height: 40vh;
}

.nav-logo__image, .nav-logo__wrapper {
  height: 3.9rem;
}

.video__overlay {
  z-index: 0;
  background-color: #0000003d;
  position: absolute;
  inset: 0%;
}

.video-text__wrapper {
  z-index: 1;
  color: var(--white-smoke);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.video-text__wrapper.text-align-center {
  position: absolute;
  left: 0;
  right: 0;
}

.splide__arrow {
  background-color: var(--medium-sea-green);
  background-image: url('../images/ArrowRight.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 4.375rem;
  height: 4.375rem;
  transition: background-color .4s;
  box-shadow: 0 16px 48px #43b97f3d;
}

.splide__arrow:hover {
  background-color: var(--medium-spring-green);
}

.splide__arrow.splide__arrow--prev {
  background-image: url('../images/ArrowLeft.svg');
  margin-right: 2.5rem;
}

.marquee_track {
  flex: none;
  display: flex;
  position: relative;
}

.marquee_list {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.marquee_flex {
  align-items: flex-start;
  display: flex;
}

.marquee_item {
  flex: none;
  width: 26rem;
  margin-right: 2.5rem;
}

.marquee-image__wrapper {
  border-radius: 1rem;
  width: 100%;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}

.marquee__image {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.marquee {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 84rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.html-embed {
  overflow: hidden;
}

.marquee2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 2.5rem;
  display: flex;
  overflow: hidden;
}

.marquee_track2 {
  flex: none;
  align-items: flex-start;
  display: flex;
}

.testimonials-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}

.author__wrapper {
  align-items: center;
  display: flex;
}

.avatar__wrapper {
  border-radius: 100%;
  min-width: 4.5rem;
  min-height: 4.5rem;
  margin-right: 1rem;
  position: relative;
  overflow: hidden;
}

.iavatar__image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.explore__component {
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 32rem;
  padding: 3rem 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.destination__component {
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 32rem;
  padding: 3rem 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial__component {
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--black);
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 2rem 1.5rem;
  display: flex;
  position: relative;
}

.quote__wrapper {
  z-index: 1;
  position: absolute;
  inset: -.75rem -.5rem auto auto;
}

.promo-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.promo__component {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.promo-content__grid {
  z-index: 1;
  grid-column-gap: 2.5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.promo-content__wrapper {
  z-index: 1;
  flex-direction: column;
  margin-left: 7rem;
  display: flex;
  position: relative;
}

.promo-image__wrapper {
  z-index: 1;
  position: relative;
}

.promo__image {
  height: 46rem;
}

.promo-bg__wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.promo__background {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  height: 36.25rem;
  position: relative;
  overflow: hidden;
}

.leaf {
  width: 14rem;
}

.leaf.four {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(180deg);
}

.leaf.two {
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(180deg);
}

.leaf.three {
  position: absolute;
  inset: auto auto 0% 0%;
}

.buttons__wrapper {
  grid-column-gap: 3rem;
  display: flex;
}

.social-media__image {
  width: 80%;
}

.tooltip__wrapper {
  z-index: 100;
  background-color: var(--medium-sea-green);
  color: var(--white-smoke);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .3rem .5rem;
  display: none;
  position: fixed;
  top: 1rem;
  left: 1rem;
}

.contact__component {
  background-color: var(--medium-sea-green);
  color: var(--white-smoke);
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 3.5rem 3rem;
  position: relative;
}

.contact-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.map-image__wrapper {
  z-index: 0;
  opacity: .32;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.separator {
  background-color: #e8e8e8;
  width: 100%;
  height: 1px;
}

.separator.vertical {
  width: 2px;
  height: 60%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.footer__component {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.footer__grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-content__wrapper {
  height: 100%;
}

.footer-logo__image {
  height: 1.5rem;
}

.social-media__wrapper {
  grid-column-gap: 2rem;
  display: flex;
}

.booking-panel__wrapper {
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
}

.heading {
  color: var(--black);
  font-size: 2.8rem;
}

.booking-panel__grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.booking-content__wrapper {
  padding: 1rem 1.5rem;
  position: relative;
}

.booking-input__field {
  background-color: #0000;
  border: 0 #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.125rem;
}

.booking__form {
  margin-bottom: 0;
}

.preloader__component {
  z-index: 1000;
  background-color: var(--medium-sea-green);
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.preloader__container {
  text-align: center;
  display: block;
}

.preloader-logo__wrapper {
  margin-bottom: .5rem;
  overflow: hidden;
}

.preloader-content_wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.menu-button {
  z-index: 999;
}

.nav-mobile__background {
  z-index: 998;
  background-color: var(--medium-sea-green);
  display: none;
  position: fixed;
  inset: 0%;
}

.link__wrapper {
  flex-direction: row;
  display: flex;
}

.social-icon {
  width: 1.5rem;
}

.text-block {
  text-transform: none;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---hidden-desktop {
  display: none;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.slide-item-mg {
  margin-right: 28px;
}

.brix---link-wrapper-white {
  color: var(--elements-webflow-library--neutral--100);
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.brix---link-wrapper-white:hover {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-547px {
  max-width: 574px;
}

.btn-slider-arrow-right---top-left {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--medium-sea-green);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: -100px 104px auto auto;
}

.btn-slider-arrow-right---top-left:hover {
  color: var(--medium-sea-green);
  transform: scale3d(.94, .94, 1.01);
}

.btn-slider-arrow-right---top-right {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--medium-sea-green);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
  right: 20px;
}

.btn-slider-arrow-right---top-right:hover {
  color: var(--medium-sea-green);
  transform: scale3d(.94, .94, 1.01);
}

.brix---card-testimonial-color-1 {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library--neutral--100);
  transform-style: preserve-3d;
  background-color: #0084ff;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-1:hover {
  color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---card-testimonial-color-2 {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library--neutral--100);
  transform-style: preserve-3d;
  background-color: red;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---card-testimonial-color-3 {
  border: 0px solid var(--elements-webflow-library--neutral--300);
  box-shadow: none;
  color: var(--elements-webflow-library--neutral--100);
  transform-style: preserve-3d;
  background-color: #4353ff;
  border-radius: 24px;
  padding: 56px 48px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---card-testimonial-color-3:hover {
  transform: scale3d(.94, .94, 1.01);
}

.slider-mask-width-490px {
  max-width: 410px;
  height: 100%;
  overflow: visible;
}

.brix---section-overflow-hidden {
  padding-top: 176px;
  padding-bottom: 176px;
  overflow: hidden;
}

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

.rt-blog-two-blog-item-new {
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 1rem;
  width: 100%;
  padding-bottom: 30px;
  text-decoration: none;
  transition: all .4s;
}

.rt-blog-two-blog-item-new:hover {
  transform: scale(1.05);
}

.rt-blog-two-blog-image-arrow-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}

.rt-text-black {
  color: #010101;
}

.rt-blog-one-item-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-blog-one-item-wrapper.rt-change-direction {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 27px;
}

.rt-auto-fit-16 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-auto-fit-16.rt-responsive-image-full-width {
  border-radius: 1rem;
  width: 100%;
}

.rt-blog-two-blog-image {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.rt-category-cards-text {
  color: #010101;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text.rt-text-center {
  text-align: left;
  margin-top: 10px;
  font-size: 15px;
  line-height: 25px;
}

.rt-blog-two-item-heading {
  color: #8f8e8e;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 15px;
}

.rt-overflow-hidden-2 {
  overflow: hidden;
}

.rt-home-three-cta-contain-text-wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon {
  color: #131218;
  width: 60px;
  height: 60px;
}

.div-block-2 {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-heading-three-2 {
  color: #010101;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-heading-three-2.rt-text-white-3 {
  color: #fff;
}

.rt-heading-three-2.rt-text-white-3.rt-margin-bottom-fifteen-2 {
  margin-bottom: 15px;
}

.rt-nav-top-link-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #010101;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.rt-nav-top-link-wrap.rt-free {
  background-color: var(--medium-sea-green);
  color: #fff;
  text-align: center;
  border-radius: 0.5rem;
  padding: 12px 24px;
}

.rt-nav-top-link-wrap.rt-free:hover {
  background-color: #1a9760;
}

.grid {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 40px;
}

.rt-tag-2 {
  color: #eff2ff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-tag-2.rt-margin-bottom-twenty-2 {
  text-transform: none;
}

.icoexperiencias {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  display: flex;
}

.seta-explore {
  width: 20px;
}

.rt-component-section-3 {
  color: #010101;
  background-color: #0000;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  line-height: 29px;
  position: relative;
}

.rt-component-section-3.muito-alem {
  background-color: #0000;
  background-image: url('../images/image-bg.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.rt-component-container-3 {
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-60 {
  width: 60%;
}

.rt-home-two-about-left {
  color: #131218;
  flex: 0 40%;
  align-self: center;
  font-family: Poppins, sans-serif;
}

.heading-2 {
  color: #131218;
}

.rt-ninth-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
}

.rt-counter-box-4 {
  justify-content: center;
  align-items: flex-start;
  height: 90px;
  overflow: hidden;
}

.rt-category-cards-text-2 {
  color: #131218;
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.rt-scroll-heading {
  color: #131218;
}

.rt-counter-block {
  background-color: #fff;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  min-width: 237px;
  padding: 30px 40px 40px;
  box-shadow: 8px 15px 40px #0000000d;
}

.rt-counter-block.esquerda {
  margin-top: 60px;
}

.rt-scroll-content {
  color: #131218;
  margin-top: 15px;
  margin-bottom: 30px;
}

.rt-down-counter-sections {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}

.rt-counter-train-4 {
  justify-content: flex-start;
  align-items: flex-end;
}

.rt-counter-section {
  justify-content: flex-start;
  align-items: center;
}

.rt-ninth-text-section {
  order: 9999;
  max-width: 530px;
}

.rt-up-counter-sections {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.rt-counter-number {
  color: #23b575;
  letter-spacing: 1.6px;
  font-size: 80px;
  font-weight: 600;
  line-height: 90px;
}

.rt-four-counter-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  max-width: 520px;
}

.div-block-3 {
  padding-left: 3%;
  padding-right: 3%;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---display-4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---tab-left-icon {
  border: 2px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 14px;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---tab-left-icon:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
}

.brix---tab-left-icon.w--current {
  border-width: 2px;
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-left-16px {
  margin-left: 16px;
}

.brix---inner-container-1068px-center {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.brix---tabs-wrapper-tabs-left {
  display: flex;
}

.brix---tabs-menu-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 348px;
  margin-bottom: 0;
  margin-right: 40px;
  display: flex;
}

.brix---tabs-content-card {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 24px;
  width: 100%;
  padding: 48px 56px;
  overflow: visible;
}

.brix---square-icon-48px {
  border-radius: 10px;
  width: 48px;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---border-radius-24px-2 {
  z-index: -1;
  object-fit: contain;
  border-radius: 24px;
  height: auto;
  overflow: hidden;
  transform: translate(0);
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  line-height: 66px;
}

.brix---opacity-10 {
  opacity: .1;
}

.brix---opacity-20 {
  opacity: .2;
}

.brix---flex-card---image-wrapper {
  background-image: url('../images/image-bg2.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: center;
  height: 500px;
  display: flex;
  position: relative;
}

.brix---img-below-card {
  max-width: 976px;
  height: 500px;
  margin-left: auto;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---floating-image-hero-v1---1 {
  z-index: -1;
  position: absolute;
  inset: auto auto -32% -41%;
}

.brix---floating-image-hero-v1---2 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: auto 11% 8% auto;
  transform: rotate(140deg);
}

.brix---card-over-image {
  z-index: 1;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 1rem;
  max-width: 728px;
  padding: 80px 72px;
  position: absolute;
}

.brix---section-hero-short {
  padding-left: 3%;
  padding-right: 3%;
  position: static;
  overflow: hidden;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---accordion-item-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 1rem;
  width: 100%;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-side {
  margin-right: 24px;
}

.brix---accordion-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
}

.brix---paragraph-default-4 {
  color: var(--grey);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-856---center {
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}

.brix---btn-circle-accordion-btn {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--medium-sea-green);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn:hover {
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---accordion-btn-vertical-line {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.brix---accordion-btn-horizontal-line {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.brix---grid-1-column-gap-row-32px {
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 1rem;
}

.brix---color-accent-1 {
  color: var(--medium-sea-green);
  line-height: 70px;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---display-2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 70px;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding: 10rem 3% 5rem;
}

.brix---heading-h2-size-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.brix---text-center-3 {
  text-align: center;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---text-center-tablet {
  text-align: left;
}

.brix---grid-2-stats-v4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---stat-card-4-cols---01 {
  border-width: 0 1px 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  border-top-left-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 44px 20px;
  display: flex;
}

.brix---stat-card-4-cols---02 {
  border-width: 0 0 1px 1px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: -1px;
  margin-left: -1px;
  padding: 44px 20px;
  display: flex;
}

.brix---stat-card-4-cols---03 {
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: var(--elements-webflow-library--neutral--300);
  border-bottom-left-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 44px 20px;
  display: flex;
}

.brix---stat-card-4-cols---04 {
  border-width: 1px 0 0 1px;
  border-bottom-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: -1px;
  padding: 44px 20px;
  display: flex;
}

.brix---grid-stats-v4 {
  grid-column-gap: 70px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---cta-section {
  background-color: var(--elements-webflow-library--accent--primary-1);
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---cta-v2-floating-item-01 {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.brix---cta-v2-floating-item-02 {
  position: absolute;
  inset: auto -1% 15% auto;
}

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-2 {
  font-size: 1.2rem;
}

.brix---container-default-6 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  padding-left: 3%;
  padding-right: 3%;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---footer-link {
  color: var(--black);
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--medium-sea-green);
}

.brix---footer-bottom {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  opacity: .5;
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
  transition: all .4s;
}

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

.brix---grid-footer-3-cols {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  align-items: center;
}

.brix---social-icon-square-30px {
  background-color: var(--medium-sea-green);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---paragraph-default-5 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---footer-list-wrapper-horizontal {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---footer-top-small {
  padding-top: 72px;
  padding-bottom: 72px;
}

.brix---footer-list-item-horizontal {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.icon-2, .icon-3, .icon-4 {
  width: 24px;
  height: 24px;
}

.pb {
  color: #9b9b9b;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  position: relative;
}

.brand-pb {
  color: #707683;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.txt-logo-3 {
  color: #191a1f;
  font-size: 11px;
  line-height: 16px;
}

.text-span-2 {
  font-size: 12px;
  font-weight: 600;
}

.logo-3 {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 5px;
}

.home-header_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.heading-6 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.price-text {
  font-size: 22px;
  line-height: 26px;
}

.dropdown-text {
  color: #222;
  font-weight: 400;
  line-height: 18px;
}

.things_list-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.header-image {
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  width: 100%;
  height: 100%;
}

.show_more-btn {
  color: #222;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.site_right-item {
  position: sticky;
  inset: 0% 0% 0% auto;
}

.arrow-right-small {
  width: 10px;
}

.site_flex-item {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.site_flex-item.no-margin {
  margin-bottom: 0;
}

.div-block-11 {
  margin-left: 16px;
}

.header-image3 {
  object-fit: cover;
  border-top-right-radius: 1rem;
}

.section-home-explore {
  background-color: #f7f7f7;
  display: block;
}

.div-block-29 {
  align-items: center;
  display: flex;
}

.things_text-block {
  color: #222;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.25rem;
}

.review_details-flex-item {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.quantity-number {
  padding-left: 16px;
  padding-right: 16px;
}

.identify-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.arrow-right {
  width: 10px;
  margin-left: 4px;
}

.container-medium-2 {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.review_details-content {
  margin-left: 16px;
}

.paragraph-3 {
  color: #222;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 300;
}

.save-icon {
  width: 14px;
  margin-right: 10px;
}

.place_flex-item {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-dot {
  color: #717171;
}

.site_content-divider {
  background-color: #ddd;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.icon-5 {
  margin-left: 0;
  margin-right: 0;
  position: static;
  inset: 0% 0% 0% auto;
}

.superhost-block {
  display: flex;
}

.link-4 {
  color: #222;
  font-weight: 400;
}

.sleep_block-wrap {
  border: 1px solid #ddd;
  border-radius: 12px;
  max-width: 200px;
  padding: 24px;
}

.text-block-12 {
  margin-left: 16px;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.explore_bottom-block {
  align-items: center;
  display: flex;
}

.superhost-text {
  color: #717171;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.25rem;
}

.superhost-text.not-bold {
  color: #222;
  font-weight: 300;
}

.text-block-5 {
  color: #717171;
  font-weight: 300;
}

.header-image-block {
  width: 100%;
}

.time-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #222;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.margin-top-2.margin-xxsmall {
  margin-top: .4rem;
}

.margin-top-2.margin-medium {
  margin-top: 2rem;
}

.margin-top-2.margin-small {
  margin-top: 1rem;
}

.star-icon {
  padding-right: 10px;
}

.page-padding-2 {
  padding-top: 5rem;
  padding-left: 3%;
  padding-right: 3%;
}

.card-flex-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.right-arrow {
  width: 10px;
  margin-left: 4px;
}

.share-save_block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.site_flex-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.date-text {
  color: #717171;
  font-weight: 300;
}

.share-link_block {
  color: #222;
  align-items: center;
  display: flex;
}

.text-weight-bold-2 {
  color: #222;
  font-size: 16px;
}

.image-16 {
  width: 10px;
  margin-left: 4px;
}

.save-link_block {
  color: #222;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.things_list-icon {
  width: 24px;
  padding-right: 10px;
}

.share-text {
  color: #222;
  font-size: .8rem;
}

.cardd-dropdown-list {
  background-color: #524040;
}

.cardd-dropdown-list.w--open {
  background-color: #fff;
  border-radius: 4px;
  padding: 16px;
  box-shadow: 2px 2px 8px #0000002e;
}

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

.explore_flex-item {
  flex-direction: column;
  display: flex;
}

.card_content-block {
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border: 1px solid #ddd;
  border-radius: 1rem;
  width: 400px;
  padding: 24px;
}

.padding-vertical-2.padding-small {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.padding-vertical-2.padding-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.card-dropdown-toggle {
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 12px;
  display: flex;
}

.share-icon {
  width: 14px;
  margin-right: 10px;
}

.heading-7 {
  color: #222;
  font-size: 1.75rem;
  line-height: 1.875rem;
}

.review_grid-left-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-site_flex-items {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.margin-bottom-2.margin-medium {
  margin-bottom: 2rem;
  margin-left: 0;
}

.margin-bottom-2.margin-xxsmall {
  margin-bottom: .225rem;
}

.margin-bottom-2.margin-xsmall {
  margin-bottom: .625rem;
}

.margin-bottom-2.margin-small {
  margin-bottom: 1rem;
  margin-left: 0;
}

.button-2 {
  background-color: var(--medium-sea-green);
  text-align: center;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.heading-8 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

.time-flex-item {
  border: 1px solid #22222270;
  border-top-left-radius: 10px;
  width: 175px;
  padding: 12px;
}

.save-text {
  color: #222;
  font-size: .8rem;
}

.user-icon {
  padding-right: 10px;
}

.review-five-user {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 56px;
  height: 56px;
}

.explore_bottom-item {
  margin-right: 10px;
}

.header-content_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.country-link {
  color: #717171;
  font-weight: 400;
}

.heading-3 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.section-home-header {
  display: block;
}

.link-2 {
  color: #222;
}

.header-image5 {
  object-fit: cover;
  border-top-right-radius: 0;
  border-bottom-right-radius: 1rem;
}

.dropdown {
  border: 1px solid #22222270;
  border-top-style: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
}

.review-link-small {
  color: #222;
}

.section-divider {
  background-color: #ddd;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 0;
}

.section-divider.no-margin {
  margin-top: 0;
}

.header-image4 {
  object-fit: cover;
}

.round-minus-icon {
  width: 20px;
}

.card-dropdown-link {
  color: #222;
  justify-content: space-between;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.button-3 {
  color: #222;
  background-color: #0000;
  border: 1px solid #222;
  border-radius: 6px;
  font-size: 14px;
}

.button-3:hover {
  background-color: #ddd9;
}

.site_review-details {
  grid-column-gap: 10rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown_quantity-item {
  align-items: center;
  display: flex;
}

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

.text-span-4 {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}

.header_grid-left-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.review-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.night-price-text {
  color: #222;
  font-size: 16px;
}

.time-flex-block {
  width: auto;
  margin-top: 20px;
  display: flex;
}

.review-text {
  color: #222;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.review-text.not-bold {
  font-weight: 300;
}

.header-image2 {
  object-fit: cover;
}

.image-17 {
  width: 20px;
  margin-right: 10px;
}

.dropdown_bottom-text {
  font-size: 12px;
  line-height: 16px;
}

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

.time-flex-item2 {
  border: 1px solid #22222270;
  border-left-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  width: 175px;
  padding: 12px;
}

.explore_link-item {
  color: #717171;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.explore_bottom-link {
  color: #484848;
  margin-right: 10px;
  font-weight: 300;
  text-decoration: none;
}

.explore_bottom-link:hover {
  text-decoration: underline;
}

.round-plus-icon {
  width: 20px;
}

.div-block-30 {
  margin-left: auto;
  margin-right: auto;
}

.crs-galeria-imagens-imovel {
  height: 285px;
}

.lk-galeria-pag-imovel {
  display: block;
}

.img-imovel-site {
  object-fit: cover;
  width: 100%;
  height: 285px;
}

.navegacao-galeria {
  background-color: #00000040;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  font-size: 15px;
  inset: 0% auto 0% 10px;
}

.navegacao-galeria.navegacao-galeria-direita {
  inset: 0% 10px 0% auto;
}

.galeria-points {
  font-size: 8px;
}

@media screen and (min-width: 1280px) {
  .rt-blog-one-item-wrapper {
    flex: 0 250px;
  }
}

@media screen and (min-width: 1440px) {
  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1920px) {
  .rt-ninth-section {
    justify-content: flex-start;
    align-items: center;
  }

  .home-header_component {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4.2rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  .styleguide_elements {
    margin-left: 0;
  }

  .button {
    min-height: 4rem;
  }

  .button.social-media {
    background-color: #fff;
    box-shadow: 0 16px 40px #24242429;
  }

  .hide-tablet {
    display: none;
  }

  .text-size-large {
    font-size: 1rem;
  }

  .styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .text-align-center {
    margin-bottom: 3rem;
  }

  .text-size-medium.text-style-allcaps.text-style-letterspacing {
    letter-spacing: .4rem;
  }

  .heading-xlarge {
    font-size: 3rem;
  }

  .styleguide_classes {
    display: none;
  }

  .spacing-clean {
    margin: 0;
    padding: 0;
  }

  .page-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-custom2 {
    margin: 10rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

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

  .heading-xsmall {
    font-size: 1.2rem;
  }

  .styleguide-nav {
    position: sticky;
    inset: 0;
  }

  .styleguide-nav__container {
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    position: static;
  }

  .styleguide-nav__logotype {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    bottom: auto;
  }

  .styleguide-nav__menu {
    background-color: #f0f2f3;
    height: 100vh;
    padding-top: 2rem;
    padding-bottom: 2rem;
    inset: 4rem 0% 0%;
  }

  .stylguide-nav__link:hover {
    background-color: #e6ebee;
    border-radius: .5rem;
  }

  .menu-button-wrapper {
    background-color: #0000;
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    margin-left: 2rem;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .menu-button-wrapper.w--open {
    background-color: #f0f2f3;
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .button-small.login {
    display: none;
  }

  .nav__component {
    z-index: 100;
  }

  .nav-main__container {
    z-index: 1;
    height: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-main__menu {
    z-index: 998;
    color: var(--white-smoke);
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 2rem;
    display: none;
    position: fixed;
    inset: 4rem 0% 0%;
    overflow: hidden;
  }

  .nav-main__link, .nav-main__link.w--current {
    color: var(--white-smoke);
    font-size: 2rem;
    display: flex;
  }

  .video-section {
    padding-bottom: 2rem;
  }

  .heading-desktop {
    font-size: 3.5rem;
  }

  .explore-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section__header {
    margin-bottom: 2rem;
  }

  .splide__arrows.splide__arrow--next {
    display: none;
  }

  .whoweare-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .explore__grid, .explore__grid.reverse {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .image__wrapper {
    height: 32rem;
  }

  .whatwedid-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .points__grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .destination-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .destination-text__wrapper {
    width: 100%;
  }

  .destination__overlay {
    right: 0%;
  }

  .pictures-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .blur-shadow__wrapper {
    filter: blur(1rem);
  }

  .video__wrapper {
    margin-top: -4rem;
    padding: 4rem 2rem 2rem;
  }

  .nav-logo__image {
    height: 4.4rem;
  }

  .nav-logo__wrapper {
    z-index: 997;
    height: 1.5rem;
  }

  .marquee_item {
    width: 24rem;
    margin-right: 2rem;
  }

  .testimonials-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .avatar__wrapper {
    min-width: 4rem;
    min-height: 4rem;
  }

  .explore__component, .destination__component, .testimonial__component {
    padding: 2rem 1rem;
  }

  .promo-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .promo-content__grid {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .promo-content__wrapper {
    margin-left: 2rem;
  }

  .promo-image__wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .promo__image {
    width: auto;
    height: 32rem;
  }

  .promo__background {
    height: 24rem;
  }

  .leaf {
    width: 8rem;
  }

  .buttons__wrapper {
    grid-column-gap: 1rem;
  }

  .social-media__image {
    max-width: 80%;
  }

  .contact-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer__component {
    padding-bottom: 2rem;
  }

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

  .booking-panel__wrapper {
    border-radius: .5rem;
  }

  .booking-content__wrapper {
    padding: .5rem 1rem;
  }

  .booking-input__field {
    margin-top: -.5rem;
    font-size: 1rem;
  }

  .menu-button {
    z-index: 999;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 4rem;
    padding: .5rem 0 0;
    display: flex;
    position: static;
    inset: 0% 2rem 0% auto;
  }

  .menu-button.w--open {
    z-index: 1000;
    background-color: #0000;
  }

  .menu-icon__wrapper {
    z-index: 1000;
    grid-row-gap: .25rem;
    border-radius: 1px;
    flex-direction: column;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    padding: .5rem;
    display: inline-block;
    position: relative;
  }

  .menu-icon__line {
    background-color: var(--black);
    border-radius: 1px;
    width: 100%;
    height: 2px;
    margin-bottom: .5rem;
    padding: 0;
  }

  .menu-icon__line.left {
    width: 1rem;
  }

  .menu-icon__line.right {
    float: right;
    width: 1rem;
    margin-bottom: 0;
  }

  .nav-mobile__background {
    z-index: 997;
    background-color: var(--medium-sea-green);
    width: 100vw;
    height: 100vh;
    padding: 1rem 0 0 2rem;
    display: block;
    position: fixed;
    inset: 0;
  }

  .link__wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: -4rem;
    margin-bottom: auto;
    display: flex;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .btn-slider-arrow-right---top-left {
    inset: auto auto -90px 39.5%;
  }

  .btn-slider-arrow-right---top-right {
    inset: auto 39.5% -90px auto;
  }

  .slider-mask-width-490px {
    position: static;
  }

  .brix---section-overflow-hidden {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .rt-blog-two-blog-item-new {
    max-width: 100%;
  }

  .rt-blog-two-blog-image-arrow-wrapper {
    display: none;
  }

  .rt-auto-fit-16.rt-responsive-image-full-width {
    width: 100%;
  }

  .rt-home-three-cta-contain-text-wrap-2 {
    max-width: none;
  }

  .rt-heading-three-2 {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-home-two-about-left {
    margin-bottom: 30px;
  }

  .rt-ninth-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .rt-counter-box-4 {
    height: 70px;
  }

  .rt-counter-block {
    min-width: 210px;
  }

  .rt-counter-block.esquerda {
    margin-top: 0;
  }

  .rt-scroll-content {
    margin-top: 12px;
    margin-bottom: 25px;
  }

  .rt-down-counter-sections {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .rt-ninth-text-section {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .rt-up-counter-sections {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-counter-number {
    letter-spacing: 1.4px;
    font-size: 70px;
    line-height: 80px;
  }

  .rt-four-counter-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---tab-left-icon {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---tabs-menu-vertical {
    max-width: 271px;
  }

  .brix---tabs-content-card {
    padding: 40px 32px 48px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---flex-card---image-wrapper {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    display: block;
  }

  .brix---floating-image-hero-v1---1 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---2 {
    top: 24%;
    right: -30%;
  }

  .brix---card-over-image {
    margin-bottom: 34px;
    padding: 56px 48px;
    position: static;
  }

  .brix---section-hero-short {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---section-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---section-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---text-center-tablet {
    text-align: center;
  }

  .brix---grid-stats-v4 {
    grid-template-columns: 1fr;
  }

  .brix---cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---cta-v2-floating-item-01 {
    width: 40%;
    top: 0%;
    left: -7%;
  }

  .brix---cta-v2-floating-item-02 {
    width: 32%;
    bottom: -9%;
    right: -8%;
  }

  .brix---footer-logo {
    height: 100px;
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-footer-3-cols {
    grid-template-columns: 1fr;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-top-small {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .brand-pb {
    flex: 1;
    justify-content: center;
  }

  .home-header_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: cover;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 26px;
    display: grid;
    overflow: hidden;
  }

  .header-image {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 240px;
  }

  .header-image3 {
    border-top-right-radius: 0;
  }

  .header-image-block {
    width: 100%;
  }

  .card_content-block {
    display: none;
  }

  .home-site_flex-items {
    display: block;
  }

  .header-image-blocks {
    width: 100%;
  }

  .header-content_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .header-image5 {
    border-bottom-right-radius: 0;
  }

  .site_review-details {
    grid-column-gap: 4rem;
  }

  .crs-galeria-imagens-imovel, .img-imovel-site {
    height: 350px;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  p {
    font-size: 1rem;
    line-height: 1.4;
  }

  .styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .button {
    width: 100%;
  }

  .button.destination__button {
    width: 50%;
    min-width: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .875rem;
  }

  .button.social-media, .button.white {
    max-width: none;
  }

  .button.explore {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: .5rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1rem;
  }

  .text-align-center {
    margin-bottom: 2rem;
  }

  .styleguide_section-type {
    font-size: .875rem;
  }

  .text-size-medium {
    font-size: 1.2rem;
  }

  .text-size-medium.text-style-allcaps.text-style-letterspacing {
    letter-spacing: .45rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .spacing-clean {
    margin: 0;
    padding: 0;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-custom2 {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

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

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1.5rem;
  }

  .styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .styleguide-nav__container {
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-section {
    height: auto;
    padding-top: 140px;
    padding-bottom: 100px;
    overflow: hidden;
  }

  .button-small.details {
    width: 100%;
  }

  .nav-main__container {
    height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-main__menu {
    margin-top: 2rem;
    top: 3rem;
  }

  .video-section {
    padding-bottom: 3rem;
  }

  .heading-desktop {
    display: block;
  }

  .heading-mobile {
    font-size: 3rem;
    display: block;
  }

  .explore-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section__header {
    margin-bottom: 2rem;
  }

  .explore-text__wrapper {
    width: 100%;
  }

  .whoweare-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: hidden;
  }

  .explore__grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .explore__grid.reverse {
    grid-template-columns: 1fr;
  }

  .image__wrapper {
    height: 24rem;
  }

  .whatwedid-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: hidden;
  }

  .content-image {
    object-fit: cover;
    padding-top: 0;
  }

  .destination-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .price__wrapper {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pictures-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .video__wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .video__container {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-logo__image {
    height: 3rem;
  }

  .nav-logo__wrapper {
    justify-content: flex-start;
    height: 3rem;
  }

  .marquee_item {
    width: 20rem;
    margin-right: 1.5rem;
  }

  .marquee {
    margin-bottom: 1.5rem;
  }

  .marquee2 {
    margin-top: 1.5rem;
  }

  .testimonials-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .avatar__wrapper {
    min-width: 3rem;
    min-height: 3rem;
  }

  .explore__component, .destination__component {
    height: 24rem;
  }

  .testimonial__component {
    height: 100%;
  }

  .promo-section {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .promo__component {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .promo-content__grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: block;
  }

  .promo-content__wrapper {
    margin-left: 0;
  }

  .promo-image__wrapper {
    display: none;
  }

  .promo__image {
    height: 24rem;
  }

  .promo-bg__wrapper {
    align-items: center;
  }

  .promo__background {
    height: 24rem;
  }

  .social-media__image {
    width: auto;
    max-width: none;
    max-height: 50%;
  }

  .contact__component {
    min-height: 0;
    padding: 2rem 1.5rem;
  }

  .contact-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .separator.vertical {
    width: 100%;
    height: 2px;
    margin: 0 auto;
    inset: 0% 0% auto;
  }

  .footer__component {
    padding-bottom: 2rem;
  }

  .footer__grid {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .heading {
    text-align: center;
  }

  .booking-panel__grid {
    grid-template-columns: 1fr;
  }

  .booking-content__wrapper {
    display: block;
  }

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

  .nav-mobile__background {
    padding-top: 1.2rem;
    padding-left: 1rem;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .btn-slider-arrow-right---top-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .btn-slider-arrow-right---top-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .brix---card-testimonial-color-1, .brix---card-testimonial-color-2, .brix---card-testimonial-color-3 {
    padding: 48px 32px;
  }

  .brix---section-overflow-hidden {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .rt-auto-fit-16.rt-responsive-image-full-width {
    height: 100%;
  }

  .rt-heading-three-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rt-scroll-heading {
    text-align: center;
  }

  .rt-counter-block {
    width: 50%;
  }

  .rt-scroll-content {
    text-align: center;
  }

  .rt-down-counter-sections {
    flex-flow: row;
    display: flex;
  }

  .rt-ninth-text-section {
    justify-content: center;
    align-items: center;
  }

  .rt-up-counter-sections {
    flex-flow: row;
    display: flex;
  }

  .rt-four-counter-section {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---tab-left-icon {
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .brix---tabs-wrapper-tabs-left {
    flex-direction: column;
  }

  .brix---tabs-menu-vertical {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .brix---tabs-content-card {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .brix---square-icon-48px {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---img-below-card {
    height: auto;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---2 {
    max-width: 480px;
  }

  .brix---card-over-image {
    text-align: center;
    padding: 45px 32px;
  }

  .brix---section-hero-short {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---section-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---accordion-item-wrapper {
    padding: 40px 24px;
  }

  .brix---accordion-side {
    margin-right: 16px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---section-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-2-stats-v4 {
    grid-template-columns: 1fr;
  }

  .brix---stat-card-4-cols---01 {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
  }

  .brix---stat-card-4-cols---02 {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
  }

  .brix---stat-card-4-cols---03 {
    border-width: 0 0 1px;
    border-bottom-left-radius: 0;
  }

  .brix---stat-card-4-cols---04 {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
  }

  .brix---grid-stats-v4 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---footer-logo {
    height: auto;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-top-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 10px;
  }

  .home-header_grid {
    grid-row-gap: 16px;
  }

  .header-image {
    height: auto;
  }

  .things-grid, .site_review-details {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .crs-galeria-imagens-imovel, .img-imovel-site {
    height: 250px;
  }
}

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

  .button {
    width: 100%;
    min-height: 3.5rem;
    font-size: 1rem;
  }

  .button.destination__button {
    min-width: 50%;
  }

  .button.social-media {
    min-width: 100%;
    max-width: none;
  }

  .button.white {
    min-width: 0;
  }

  .button.white:hover {
    background-color: #f8f8f8;
  }

  .text-size-large {
    font-size: 1rem;
  }

  .text-align-center {
    margin-bottom: 2rem;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-medium {
    font-size: .875rem;
  }

  .text-size-medium.text-style-allcaps.text-style-letterspacing {
    letter-spacing: .35rem;
    font-size: .6rem;
  }

  .heading-xlarge {
    font-size: 2rem;
    line-height: 1.2;
  }

  .spacing-clean {
    margin: 0;
    padding: 0;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .styleguide_2-col {
    grid-template-columns: auto;
  }

  .margin-custom2 {
    margin: 6rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-custom1 {
    margin-bottom: 1rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-small {
    font-size: 1.5rem;
  }

  .styleguide-nav__container {
    height: 3rem;
  }

  .hero-section {
    height: auto;
    min-height: 0;
  }

  .nav-main__container {
    height: 4rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .nav-main__menu {
    margin-top: 3rem;
    top: 3rem;
  }

  .video-section {
    margin-top: -3rem;
  }

  .heading-desktop {
    font-size: 2rem;
  }

  .heading-mobile {
    font-size: 2.2rem;
  }

  .explore-section.margin-top-0 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .section__header {
    margin-bottom: 2rem;
  }

  .whoweare-section {
    overflow: hidden;
  }

  .image__wrapper {
    height: 16rem;
  }

  .whatwedid-section {
    overflow: hidden;
  }

  .content-image {
    height: 100%;
  }

  .price__wrapper {
    min-width: 50%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .video__wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-logo__image {
    height: 3rem;
  }

  .video-text__wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .marquee_item {
    width: 18rem;
    margin-right: 1rem;
  }

  .marquee {
    margin-bottom: 1rem;
  }

  .marquee2 {
    margin-top: 1rem;
  }

  .explore__component, .destination__component {
    height: 24rem;
    padding: 1rem .5rem;
  }

  .testimonial__component {
    height: 100%;
    padding: 1rem .5rem;
  }

  .star__wrapper {
    width: 35vw;
  }

  .promo-section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .promo-content__grid {
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .promo__background {
    height: 32rem;
  }

  .leaf {
    width: 6rem;
  }

  .buttons__wrapper {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .social-media__image {
    width: auto;
    max-height: 60%;
  }

  .contact__component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer__component {
    padding-bottom: 2rem;
  }

  .footer__grid {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 2rem;
  }

  .preloader__component {
    display: none;
  }

  .preloader__container {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button {
    right: 1rem;
  }

  .menu-button.w--open {
    background-color: #0000;
    right: 1rem;
  }

  .nav-mobile__background {
    padding-left: .5rem;
  }

  .link__wrapper {
    margin-top: -6rem;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .btn-slider-arrow-right---top-left {
    bottom: -72px;
    left: 26%;
  }

  .btn-slider-arrow-right---top-right {
    bottom: -72px;
    right: 26%;
  }

  .brix---card-testimonial-color-1, .brix---card-testimonial-color-2, .brix---card-testimonial-color-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---section-overflow-hidden {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .rt-text-black {
    font-size: 16px;
    line-height: 26px;
  }

  .rt-home-three-cta-contain-text-wrap-2 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
  }

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

  .rt-component-section-3 {
    padding-top: 0;
  }

  .rt-component-section-3.muito-alem {
    background-size: auto 200px;
    padding-top: 0;
  }

  .div-60 {
    width: 80%;
  }

  .rt-counter-block {
    width: 100%;
    min-width: 100%;
  }

  .rt-down-counter-sections, .rt-up-counter-sections {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---tab-left-icon {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-left-16px {
    margin-left: 13px;
  }

  .brix---tabs-content-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---square-icon-48px {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---btn-primary, .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---floating-image-hero-v1---1 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---2 {
    display: none;
  }

  .brix---card-over-image {
    padding: 34px 24px;
  }

  .brix---section-hero-short {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---btn-circle-accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---btn-primary-white, .brix---btn-secondary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---cta-v2-floating-item-01 {
    width: 50%;
  }

  .brix---cta-v2-floating-item-02 {
    width: 40%;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-list-wrapper-horizontal {
    flex-direction: column;
  }

  .brix---footer-top-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .pb {
    flex-direction: column;
  }

  .brand-pb {
    padding-left: 0;
  }

  .text-span-2 {
    font-size: 12px;
  }

  .logo-3 {
    width: 20px;
  }

  .home-header_grid {
    object-fit: cover;
    flex-direction: column;
    display: flex;
    overflow: hidden;
  }

  .arrow-right-small, .column-dot {
    display: none;
  }

  .superhost-block {
    margin-bottom: 10px;
  }

  .explore_bottom-block, .site_flex-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .place-grid {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .review-five-user {
    margin-top: 20px;
  }

  .review-five-user.hide {
    display: none;
  }

  .section-home-header {
    padding-top: 12px;
    padding-bottom: 40px;
  }

  .site_review-details {
    grid-template-columns: 1fr;
  }

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

  .header_grid-left-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .review-block {
    margin-bottom: 10px;
  }

  .date-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .explore_bottom-link {
    line-height: 28px;
  }

  .crs-galeria-imagens-imovel, .img-imovel-site {
    height: 300px;
  }
}

#w-node-dd155f3a-ed4b-bdb2-0634-d4b6a0d67572-497cb559, #w-node-_9cf52da1-c69e-2e1a-9e18-60678a8fbe55-497cb559, #w-node-_78d865d1-34c8-6f7d-9791-b7b85dabff66-497cb559, #w-node-b6cb6dfb-82f0-195c-221a-25451e2cac56-497cb559, #w-node-_07b9f79c-1a5f-6fe5-0d9d-8b130f9c1b7f-497cb559 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd57716e-5957-b1bd-036d-f05d244b7066-497cb559 {
  order: -9999;
}

#w-node-ede14d8c-9ba2-de62-9722-5b94da52b849-497cb559 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-a816b5bc-5095-de5c-e108-1d8a4fd8ab51-4fd8ab4d {
  justify-self: start;
}

#w-node-b6b371a0-3308-29d9-4368-4a49bc7cd786-497cb55c, #w-node-_93889937-6771-ec5c-6ff0-50d2157749af-497cb55c, #w-node-d1f90416-f515-b024-de86-ab005d9e6dbd-497cb55c, #w-node-_65028ed4-9449-48c5-701a-23d4e5966177-497cb55c, #w-node-_476df758-0aed-210f-cf15-b0bd28729466-497cb55c, #w-node-_4894f482-8906-5a41-435b-49c8f044d504-497cb55c, #w-node-e3e28290-91f5-396b-d765-69b67c4b8b67-497cb55c, #w-node-d1f54cec-0df5-515f-0d37-f618ef369314-497cb55c, #w-node-_666584ea-238c-5761-b91c-19795076d180-497cb55c, #w-node-_045244b3-1013-b2b7-f703-9c24d0873597-497cb55c, #w-node-_9fb8978d-c0bd-6844-6bec-193cd6ada2ec-497cb55c, #w-node-e7ece4fc-f463-98d8-a29e-f2bca02f4387-497cb55c, #w-node-_476f6aef-59a1-27c7-8c44-1a3385f62761-497cb55c, #w-node-_864742a9-7c97-0cec-b5cd-b3840aa6ac80-497cb55c, #w-node-c6a54e45-820d-17af-9a7b-ba8dab02cd01-497cb55c, #w-node-_3ec42dfd-2875-7607-5073-0db098abdc37-497cb55c, #w-node-_2ef0519d-30df-c2c0-ee52-3beee7cf3525-497cb55c, #w-node-_166f691c-c71f-4b1f-968a-3c14348c8156-497cb55c, #w-node-_8cf7f6af-acd8-2fb7-0c88-83e8b79b28e6-497cb55c, #w-node-e3dc28c1-1737-0f86-6ba0-e900fcfc0a05-497cb55c, #w-node-_9042aab1-27ff-af6f-a35a-122299ebe573-497cb55c, #w-node-_6f9db7c8-9b21-8206-ec92-ad20118ebe5b-497cb55c, #w-node-f2adce64-c387-d638-017a-a273780b4ab7-497cb55c, #w-node-_314bfee0-d324-6a76-3665-e0053c46ee93-497cb55c, #w-node-fa74db15-4cc5-233a-774b-f7181510ccec-497cb55c, #w-node-c976fe59-feb6-811c-d8e6-1d5ac5a9fb25-497cb55c, #w-node-c3c518f1-2baf-0370-3455-5cb6e861946e-497cb55c, #w-node-_6ff6de29-ccc2-b204-1d03-0f6d2a499768-497cb55c, #w-node-dadcaf73-114c-1b4e-aa0b-640e02f0bc95-497cb55c, #w-node-_97889cfb-5882-be66-2595-a39ff3eff7b4-497cb55c, #w-node-dc54be11-c3cc-0e89-7ab8-143c2179e402-497cb55c, #w-node-_467c3047-5b17-232f-58c5-5fca1c34641a-497cb55c, #w-node-_3f168b1c-e2f3-57f5-e2a9-1131f40b0536-497cb55c, #w-node-_12b789d9-b594-1b9f-a8a9-24bae6766d6a-497cb55c, #w-node-_42c7d3a2-d1f1-5860-241f-336c878bfd9c-497cb55c, #w-node-f4ab5031-42bf-54dc-8fef-4a4069a94881-497cb55c, #w-node-_6f4a11df-ee6b-2a3c-2f9a-dfa8415828a1-497cb55c, #w-node-_558416a9-96d6-4c44-11b9-267e0a46791d-497cb55c, #w-node-_953e897e-9f7c-817e-bb00-d5102b6a7d86-497cb55c, #w-node-_2655501b-5a13-46e1-8eaa-e4e5f5ccaa84-497cb55c, #w-node-_9490c236-8a18-5d63-c35e-8496027e1d9c-497cb55c, #w-node-_712cfd18-9e47-8fdf-d58e-72d8a650a6e0-497cb55c, #w-node-_58b0c7fa-76fa-278a-acd5-71066fef6dbd-497cb55c, #w-node-_5c977217-4736-fdba-a1d0-5c79f8962c46-497cb55c, #w-node-_5573bf94-51ee-bce2-0b62-a9ea30dc0d3f-497cb55c, #w-node-b0953e30-6c6a-1185-8879-414411aef8c9-497cb55c, #w-node-f6b204e9-42c0-6caa-60df-a9defb392857-497cb55c, #w-node-f215e5c2-e3d8-24a2-ff68-3f46e03ff306-497cb55c, #w-node-_0cd0c3dc-496a-518c-44ab-d4feaf62b4ca-497cb55c, #w-node-_3ff72b39-988e-e2b4-e39d-507dac60e7f8-497cb55c, #w-node-f99b1d59-407c-70f3-32d0-73cfc4978124-497cb55c, #w-node-e7881d36-7852-034f-e60b-6ae92c9eb3cd-497cb55c, #w-node-_47439bfe-86f8-2ba9-d99b-3d19d9bdc259-497cb55c, #w-node-_224efe01-b40c-1573-4c73-504644c46953-497cb55c, #w-node-_50fb118c-eafe-0efc-143e-a0490b2432b7-497cb55c, #w-node-a7746c4b-5bc0-4961-353c-0da8e5a4ab4c-497cb55c, #w-node-_667883e7-4a38-2a37-a034-78f20f95a81b-497cb55c, #w-node-_3447f958-3200-5fd7-0327-06aedcb49271-497cb55c, #w-node-_952302b5-fa20-18ea-fc35-a72f892b3acd-497cb55c, #w-node-_37548248-67a3-773f-1537-23c1987abb11-497cb55c, #w-node-_37548248-67a3-773f-1537-23c1987abb16-497cb55c, #w-node-_37548248-67a3-773f-1537-23c1987abb1b-497cb55c, #w-node-_37548248-67a3-773f-1537-23c1987abb20-497cb55c, #w-node-_37548248-67a3-773f-1537-23c1987abb25-497cb55c, #w-node-_37548248-67a3-773f-1537-23c1987abb2a-497cb55c, #w-node-_37548248-67a3-773f-1537-23c1987abb2f-497cb55c, #w-node-_37548248-67a3-773f-1537-23c1987abb34-497cb55c, #w-node-_37548248-67a3-773f-1537-23c1987abb39-497cb55c, #w-node-_37548248-67a3-773f-1537-23c1987abb3e-497cb55c, #w-node-_37548248-67a3-773f-1537-23c1987abb43-497cb55c, #w-node-_37548248-67a3-773f-1537-23c1987abb48-497cb55c, #w-node-_37548248-67a3-773f-1537-23c1987abb4d-497cb55c, #w-node-_37548248-67a3-773f-1537-23c1987abb52-497cb55c, #w-node-_37548248-67a3-773f-1537-23c1987abb57-497cb55c, #w-node-_37548248-67a3-773f-1537-23c1987abb5c-497cb55c, #w-node-_37548248-67a3-773f-1537-23c1987abb61-497cb55c, #w-node-_37548248-67a3-773f-1537-23c1987abb66-497cb55c, #w-node-_37548248-67a3-773f-1537-23c1987abb6b-497cb55c, #w-node-dd155f3a-ed4b-bdb2-0634-d4b6a0d67572-5002c74e, #w-node-_9cf52da1-c69e-2e1a-9e18-60678a8fbe55-5002c74e, #w-node-_78d865d1-34c8-6f7d-9791-b7b85dabff66-5002c74e, #w-node-b6cb6dfb-82f0-195c-221a-25451e2cac56-5002c74e, #w-node-_07b9f79c-1a5f-6fe5-0d9d-8b130f9c1b7f-5002c74e, #w-node-_0e12afe7-7a8c-85ff-b223-8c67626f8893-5002c74e, #w-node-fa456fd9-9b9d-0e01-b5b2-3da419658cbe-5002c74e, #w-node-_888ebae3-6e99-b71a-1edc-d82224b933ee-5002c74e, #w-node-eacf6e06-ca90-0593-014c-bc3d47855ad3-5002c74e, #w-node-_1779ddd1-4770-debf-dd09-8ef56848a99a-e449a750 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1779ddd1-4770-debf-dd09-8ef56848a9a5-e449a750 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_1779ddd1-4770-debf-dd09-8ef56848a9a7-e449a750, #w-node-_1779ddd1-4770-debf-dd09-8ef56848a9a9-e449a750, #w-node-_1779ddd1-4770-debf-dd09-8ef56848a9ab-e449a750, #w-node-_1779ddd1-4770-debf-dd09-8ef56848a9ad-e449a750 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1779ddd1-4770-debf-dd09-8ef56848aa02-e449a750, #w-node-_1779ddd1-4770-debf-dd09-8ef56848aa06-e449a750, #w-node-_1779ddd1-4770-debf-dd09-8ef56848aa0a-e449a750, #w-node-_1779ddd1-4770-debf-dd09-8ef56848aa0e-e449a750, #w-node-_1779ddd1-4770-debf-dd09-8ef56848aa12-e449a750, #w-node-_1779ddd1-4770-debf-dd09-8ef56848aa16-e449a750, #w-node-_1779ddd1-4770-debf-dd09-8ef56848aa1a-e449a750, #w-node-_1779ddd1-4770-debf-dd09-8ef56848aa1e-e449a750, #w-node-_1779ddd1-4770-debf-dd09-8ef56848aa22-e449a750, #w-node-_1779ddd1-4770-debf-dd09-8ef56848aa26-e449a750 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_1779ddd1-4770-debf-dd09-8ef56848aa3a-e449a750 {
  place-self: start end;
}

#w-node-_1779ddd1-4770-debf-dd09-8ef56848aac8-e449a750 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a816b5bc-5095-de5c-e108-1d8a4fd8ab51-4fd8ab4d {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a816b5bc-5095-de5c-e108-1d8a4fd8ab51-4fd8ab4d {
    justify-self: center;
  }
}


