:root {
  --marfim: #faf1e5;
  --dark-light: #abb6ba;
  --primary: #677a34;
  --primary-light: #88995c;
  --secondary-light: #b3a38f;
  --secondary: #827461;
  --secondary-dark: #4c3c26;
  --primary-dark: #526129;
  --dark: #222627;
  --dark-medium: #849094;
  --dark-strong: #384347;
  --light: #e4e6e7;
  --light-medium: #e4e6e7;
  --light-strong: #d4d8dd;
  --accent: #677a34;
  --accent-hover: #526129;
  --accent-text: #1f260b;
  --accent-link: #13b6ec;
  --accent-link-hover: #0e98c6;
  --whatsapp: #25d366;
  --whatsapp-hover: #1fb256;
  --facebook: #4267b2;
  --facebook-hover: #34528d;
  --youtube: red;
  --youtube-hover: #c00;
  --linkedin: #2867b2;
  --linkedin-2: #1f5089;
  --instagram: #7638fa;
  --instagram-hover: #602ecc;
  --sienna: #bd522b;
  --firebrick: #bd2b2b;
}

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

body {
  background-color: var(--marfim);
  color: #333;
  font-family: Headstock Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

h1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

figure {
  width: 100%;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

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

.page-padding-vertical {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.page-padding-horizontal {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.main-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.page-wrapper {
  position: static;
}

.footer-component {
  z-index: 1000;
  color: var(--dark-light);
  background-color: #1e1e1e;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  position: relative;
}

.decorative-content {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-conceito {
  position: relative;
  overflow: hidden;
}

.section-tour {
  overflow: hidden;
}

.section-localizacao {
  position: relative;
}

.section-alphagran {
  display: none;
}

.section-contato {
  position: relative;
}

.plt__brand {
  width: 10rem;
  height: 10rem;
}

.plt__btn {
  background-color: var(--primary);
  color: #ffffffb3;
  letter-spacing: 1px;
  border-radius: .25rem;
  padding: 1.25rem 2.5rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color .4s ease-in-out;
  display: inline-block;
}

.plt__btn:hover {
  color: #fff;
  background-color: #536425;
}

.section-hero-politica {
  border-top: .5rem solid var(--primary-light);
  background-image: linear-gradient(#222627d9, #222627d9), url('../images/galeria_oasis_modal_28.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  position: sticky;
  top: 0;
}

.section-politica {
  position: relative;
}

.plt-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 300;
}

.plt-block {
  text-align: justify;
  width: 40rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.paragraph {
  color: #686664;
  margin-bottom: 0;
}

.plt-heading {
  text-align: left;
  text-transform: uppercase;
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 1.3125rem;
  font-weight: 400;
}

.section-galeria.bg-white-fade {
  overflow: hidden;
}

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

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

.text-color-4 {
  color: #9b9b9b;
}

.spacing-section-medium {
  width: 100%;
  height: 7.5rem;
}

.heading-style-h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Headstock Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
}

.ss_text_sidebar-description {
  color: #849094;
  font-size: .875rem;
  line-height: 1.8;
}

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

.ss_content_item {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #ddd;
  flex-direction: column;
  width: 100%;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.ss_content_item.is-horizontal {
  flex-direction: row;
  align-items: flex-start;
}

.ss_content_item.is-horizontal-center {
  flex-direction: row;
  align-items: center;
}

.ss_content_item.is-item-level-02 {
  width: 90%;
  margin-left: auto;
}

.ss_content_item.is-item-level-03 {
  width: 85%;
  margin-left: auto;
}

.ss_content_item.is-item-level-04 {
  width: 80%;
  margin-left: auto;
}

.display-inline {
  display: inline;
}

.display-block {
  display: block;
}

.text-size-tiny {
  letter-spacing: .5px;
  font-size: .75rem;
}

.spacing-section-large {
  width: 100%;
  height: 8.75rem;
}

.ss_utility_class-wrap {
  position: absolute;
  inset: -2.1rem auto auto -1px;
}

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

.ss_utility_heading-asterisk-pink {
  color: #cf4bb4;
}

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

.ss_text_sidebar-heading {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.spacing-block-tiny {
  width: 100%;
  height: .125rem;
}

.spacing-section-xlarge {
  width: 100%;
  height: 11.25rem;
}

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

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

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

.spacing-block-custom2 {
  width: 100%;
  height: 1.25rem;
}

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

.spacing-section-small {
  width: 100%;
  height: 6.25rem;
}

.ss_utility_visibility-text {
  z-index: 4;
  position: relative;
}

.text-color-primary-dark {
  color: #c41d32;
}

.ss_sidebar {
  border-right: 1px solid #d4d8dd;
  flex: none;
  width: 20rem;
  padding: 3rem 2.5em 3rem 3em;
}

.spacing-block-custom1 {
  width: 100%;
  height: .75rem;
}

.text-size-huge {
  font-size: 1.3125rem;
}

.hide {
  display: none;
}

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

.line-height-spaced {
  line-height: 1.8;
  display: inline;
}

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

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

.ss_text_heading {
  color: #fff;
  font-size: 8em;
  font-weight: 500;
  line-height: 1;
}

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

.ss_content_item-label-wrap {
  grid-row-gap: .75rem;
  flex-direction: column;
  place-content: flex-start;
  align-items: flex-start;
  width: 12rem;
  min-width: 12rem;
  display: flex;
}

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

.ss_utility_structure-wrap {
  border: 1px solid #1e7bfa;
  min-height: 3.5rem;
  margin-top: 2rem;
  position: relative;
}

.spacing-block-custom4 {
  width: 100%;
  height: 2.5rem;
}

.spacing-block-xxsmall {
  width: 100%;
  height: .25rem;
}

.spacing-section-xsmall {
  width: 100%;
  height: 4rem;
}

.heading-style-h1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.ss_section {
  background-color: #fff;
  border-bottom: 1px solid #d4d8dd;
  flex-direction: row-reverse;
  justify-content: flex-end;
  display: flex;
}

.ss_section.light {
  background-color: #fff;
}

.ss_section.is-header {
  filter: grayscale();
  color: #acacac;
  background-color: #1a1a1a;
  background-image: linear-gradient(#000c, #000c), url('../images/ss-wallpaper.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.ss_utility_spacing-items {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 2rem;
  font-size: 15px;
  line-height: 150%;
  display: grid;
}

.ss_nav_link {
  opacity: .5;
  color: #f5f5f7;
  letter-spacing: .5px;
  margin-left: .75rem;
  margin-right: .75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s, opacity .25s;
}

.ss_nav_link:hover {
  opacity: 1;
  color: #fff;
  box-shadow: inset 0 -3px #0003;
}

.ss_nav_link.w--current {
  opacity: 1;
  color: #fff;
  box-shadow: inset 0 -2px #d92036;
}

.overflow-auto {
  overflow: auto;
}

.ss_text_heading-description {
  color: #bababa;
  text-align: center;
  margin-top: 2rem;
}

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

.spacing-section-xxlarge {
  width: 100%;
  height: 13.75rem;
}

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

.heading-style-h2 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Headstock Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.spacing-block-xhuge {
  width: 100%;
  height: 8rem;
}

.bg-color-secondary-light {
  background-color: var(--secondary-light);
}

.ss_text_item-label {
  color: #333333a6;
  flex: none;
  font-size: 1rem;
}

.spacing-section-huge {
  width: 100%;
  height: 16.25rem;
}

.ss_sidebar_sticky {
  padding-bottom: 5rem;
  position: sticky;
  top: 5rem;
}

.spacing-block-medium {
  width: 100%;
  height: 1.5rem;
}

.bg-color-secondary {
  background-color: var(--secondary);
}

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

.display-inlineblock {
  display: inline-block;
}

.bg-color-primary-light {
  background-color: var(--primary-light);
}

.text-size-small {
  letter-spacing: .25px;
  font-size: .875rem;
  display: inline;
}

.ss_utility_headings-wrap {
  z-index: 5;
  flex-direction: column;
  display: flex;
  position: relative;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.ss_utility_color-text-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

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

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

.ss_content_items-wrap.remove-border {
  border-bottom-style: none;
}

.ss_content_items-wrap.with-gap-row {
  grid-row-gap: 6rem;
}

.ss_utility_spacing-box {
  background-image: url('../images/webflow-spacing-bg-final_1webflow-spacing-bg-final.png');
  background-position: 0 0;
  background-size: 122px;
  border: 1px solid #1e7bfa;
  width: 100%;
  position: relative;
}

.line-height-medium {
  line-height: 1.3;
}

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

.ss_utility_color-item.is-neutral-color {
  grid-column-gap: 2rem;
  flex-direction: row;
  align-items: center;
}

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

.ss_text_item-description {
  font-size: 1rem;
  line-height: 1.5;
}

.text-color-dark {
  color: #081f27;
}

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

.spacing-block-xlarge {
  width: 100%;
  height: 3rem;
}

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

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

.text-color-primary-light {
  color: #ef233c;
}

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

.rich-text h2, .rich-text h3 {
  margin-bottom: .5rem;
}

.rich-text h4, .rich-text h5 {
  margin-top: 0;
  margin-bottom: .5rem;
}

.rich-text p {
  margin-top: .5rem;
  margin-bottom: .5rem;
  line-height: 2rem;
}

.rich-text img {
  border-radius: .5rem;
  width: 100%;
}

.rich-text figure {
  max-width: none;
}

.rich-text figcaption {
  opacity: .5;
  text-align: right;
  margin-top: .5rem;
  font-size: .875rem;
  font-weight: 500;
}

.rich-text ul {
  padding-left: 20px;
  line-height: 1.8rem;
}

.rich-text li {
  color: #000;
}

.ss_utility_color-items {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.ss_utility_color-items.is-2-collor-columns {
  grid-template-columns: 1fr 1fr;
}

.ss_utility_class {
  color: #fff;
  cursor: pointer;
  background-color: #1e7bfa;
  border-radius: 4px;
  flex: none;
  padding: .5rem .625rem;
  font-size: .8rem;
  line-height: 1.3;
  transition: background-color .42s ease-in-out;
}

.ss_utility_class:hover {
  background-color: #1964cc;
}

.ss_utility_class.html-class {
  background-color: #cf4bb3;
}

.ss_utility_class.remove-half-borders {
  border-radius: 4px 4px 0 0;
}

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

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

.spacing-block-xsmall {
  width: 100%;
  height: .5rem;
}

.bg-color-primary {
  background-color: var(--primary);
}

.ss_utility_visibility-wrap {
  text-align: center;
  min-width: 420px;
  padding: 1.5rem 2rem;
  position: relative;
}

.heading-style-h6 {
  text-transform: uppercase;
  font-family: Headstock Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.ss_utility_structure-box {
  z-index: -1;
  border: 1px #acacac;
  border-style: none dashed;
  height: 3rem;
  position: relative;
}

.display-flex {
  display: flex;
}

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

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

.overflow-visible {
  overflow: visible;
}

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

.line-height-tight {
  line-height: 1.1;
}

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

.line-height-distant {
  line-height: 2;
}

.spacing-block-custom3 {
  width: 100%;
  height: 1.75rem;
}

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

.ss_content {
  width: 100%;
  max-width: 62em;
  margin-left: auto;
  margin-right: auto;
  padding: 7.5rem 2rem 15em;
}

.heading-style-h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Headstock Sans, sans-serif;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.5;
}

.spacing-block-large {
  width: 100%;
  height: 2rem;
}

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

.ss_text_label {
  color: #d92036;
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-bottom: 4rem;
  font-size: .625rem;
  font-weight: 700;
  line-height: 1.2;
}

.bg-color-secondary-dark {
  background-color: var(--secondary-dark);
}

.ss_utility_max {
  border: 1px solid #1e7bfa;
  width: 100%;
  height: 3rem;
  display: flex;
  position: relative;
}

.overflow-scroll {
  overflow: scroll;
}

.heading-style-h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Headstock Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.45;
}

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

.ss_utility_color-block.is-gap-smaller {
  grid-row-gap: .75rem;
}

.ss_utility_color-block.is-horizontal-block {
  grid-column-gap: 2rem;
  flex-direction: row;
  flex: none;
  align-items: center;
  width: auto;
}

.ss_nav {
  z-index: 99999;
  margin-bottom: .75rem;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.ss_utility_visibility-bg {
  opacity: .7;
  background-image: url('../images/grey-transparent_1grey-transparent.png');
  background-position: 50%;
  background-size: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ss_utility_spacing-item {
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.spacing-block-xxlarge {
  width: 100%;
  height: 4rem;
}

.ss_utility_alignment-wrap {
  flex: 1;
}

.ss_utility_paragraph-wrap {
  max-width: 24rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ss_utility_paragraph-wrap.is-top-smaller {
  margin-top: 1.5rem;
}

.spacing-block-xxhuge {
  width: 100%;
  height: 12.5rem;
}

.t-ext-color-secondary-dark {
  color: #e09706;
}

.ss_nav_content {
  -webkit-backdrop-filter: saturate(150%) blur(7px);
  backdrop-filter: saturate(150%) blur(7px);
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacing-block-huge {
  width: 100%;
  height: 6rem;
}

.ss_utility_heading-asterisk-blue {
  color: #227bfa;
}

.bg-color-primary-dark {
  background-color: var(--primary-dark);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.ss_sections {
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.25rem;
}

.spacing-block-small {
  width: 100%;
  height: 1rem;
}

.ss_utility_max-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.spacing-section-default {
  width: 100%;
  height: 10rem;
}

.spacing-section-base {
  height: 6rem;
}

.label-text {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Headstock Sans, sans-serif;
  font-size: .75rem;
  font-weight: 800;
  line-height: 1.5;
}

.label-text.is-label-hero {
  color: var(--primary-light);
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.7;
}

.list-text-title {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Headstock Sans, sans-serif;
  font-size: .875rem;
  font-weight: 800;
  line-height: 1.3rem;
}

.list-text-subtitle {
  opacity: .8;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: .625rem;
  font-weight: 700;
  line-height: .9rem;
}

.list-text-number {
  font-weight: 700;
}

.caption-text {
  color: #fff;
  letter-spacing: .5px;
  font-size: .5625rem;
}

.caption-text.is--secondary-caption {
  opacity: .7;
  font-size: .5rem;
  display: none;
}

.legal-text {
  opacity: .75;
  letter-spacing: .25px;
  font-size: .75rem;
  line-height: 1.5;
}

.ss_neutral-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.ss_neutral-wrapper.is-neutral-wrapper {
  flex: 1;
}

.div-block {
  grid-column-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.bg-color-dark {
  -webkit-text-fill-color: inherit;
  background-color: #081f27;
  background-clip: border-box;
}

.bg-color-dark.zy-stylesystem-color {
  background-color: var(--dark);
}

.bg-color-dark-light {
  -webkit-text-fill-color: inherit;
  background-color: #abb6ba;
  background-clip: border-box;
}

.bg-color-dark-light.zy-stylesystem-color {
  background-color: var(--dark-light);
}

.bg-color-dark-medium {
  -webkit-text-fill-color: inherit;
  background-color: #849094;
  background-clip: border-box;
}

.bg-color-dark-medium.zy-stylesystem-color {
  background-color: var(--dark-medium);
}

.bg-color-dark-strong {
  -webkit-text-fill-color: inherit;
  background-color: #384347;
  background-clip: border-box;
}

.bg-color-dark-strong.zy-stylesystem-color {
  background-color: var(--dark-strong);
}

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

.text-color-dark-light {
  color: #abb6ba;
}

.text-color-dark-medium {
  color: var(--dark-medium);
  display: inline;
}

.text-color-dark-strong {
  color: #384347;
}

.bg-color-light {
  background-color: #e4e6e7;
}

.bg-color-light.zy-stylesystem-color {
  background-color: var(--light);
}

.bg-color-light-weak {
  background-color: #f2f2f2;
}

.bg-color-light-medium {
  -webkit-text-fill-color: inherit;
  background-color: #e4e6e7;
  background-clip: border-box;
}

.bg-color-light-medium.zy-stylesystem-color {
  background-color: var(--light-medium);
}

.bg-color-light-strong {
  background-color: #d4d8dd;
}

.bg-color-light-strong.zy-stylesystem-color {
  background-color: var(--light-strong);
}

.text-color-light-strong {
  color: #d4d8dd;
}

.text-color-light-medium {
  color: #e4e6e7;
}

.text-color-light-weak {
  color: #f2f2f2;
}

.text-color-light {
  color: #e4e6e7;
}

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

.bg-color-accent-hover {
  background-color: var(--accent-hover);
}

.bg-color-accent-text {
  background-color: var(--accent-text);
}

.text-color-accent-text {
  color: #9f9f9f;
}

.zy-stylesystem-color {
  border-radius: .5rem;
  width: 100%;
  height: 8rem;
}

.bg-color-accent-link {
  -webkit-text-fill-color: inherit;
  background-color: #13b6ec;
  background-clip: border-box;
}

.bg-color-accent-link.zy-stylesystem-color {
  background-color: var(--accent-link);
}

.bg-color-accent-link-hover {
  background-color: #0e98c6;
}

.bg-color-accent-link-hover.zy-stylesystem-color {
  background-color: var(--accent-link-hover);
}

.text-color-accent-link {
  color: #13b6ec;
}

.text-color-accent-link-hover {
  color: #0e98c6;
}

.bg-color-whatsapp {
  -webkit-text-fill-color: inherit;
  background-color: #25d366;
  background-clip: border-box;
}

.bg-color-whatsapp.zy-stylesystem-color {
  background-color: var(--whatsapp);
}

.bg-color-whatsapp-hover {
  background-color: #1fb256;
}

.bg-color-whatsapp-hover.zy-stylesystem-color {
  background-color: var(--whatsapp-hover);
}

.text-color-accent {
  color: #da2037;
}

.text-color-accent-hover {
  color: #fb2f48;
}

.bg-color-facebook {
  -webkit-text-fill-color: inherit;
  background-color: #4267b2;
  background-clip: border-box;
}

.bg-color-facebook.zy-stylesystem-color {
  background-color: var(--facebook);
}

.bg-color-facebook-hover {
  -webkit-text-fill-color: inherit;
  background-color: #34528d;
  background-clip: border-box;
}

.bg-color-facebook-hover.zy-stylesystem-color {
  background-color: var(--facebook-hover);
}

.bg-color-youtube {
  -webkit-text-fill-color: inherit;
  background-color: red;
  background-clip: border-box;
}

.bg-color-youtube.zy-stylesystem-color {
  background-color: var(--youtube);
}

.bg-color-youtube-hover {
  -webkit-text-fill-color: inherit;
  background-color: #c00;
  background-clip: border-box;
}

.bg-color-youtube-hover.zy-stylesystem-color {
  background-color: var(--youtube-hover);
}

.bg-color-linkedin {
  -webkit-text-fill-color: inherit;
  background-color: #2867b2;
  background-clip: border-box;
}

.bg-color-linkedin.zy-stylesystem-color {
  background-color: var(--linkedin);
}

.bg-color-linkedin-hover {
  -webkit-text-fill-color: inherit;
  background-color: #1f5089;
  background-clip: border-box;
}

.bg-color-linkedin-hover.zy-stylesystem-color {
  background-color: var(--linkedin-2);
}

.bg-color-instagram {
  -webkit-text-fill-color: inherit;
  background-color: #7638fa;
  background-clip: border-box;
}

.bg-color-instagram.zy-stylesystem-color {
  background-color: var(--instagram);
}

.bg-color-instagram-hover {
  background-color: #602ecc;
}

.bg-color-instagram-hover.zy-stylesystem-color {
  background-color: var(--instagram-hover);
}

.container-full {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.text-size-xtiny {
  letter-spacing: .5px;
  font-size: .625rem;
}

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

.ss__list_content-wrapper {
  grid-column-gap: 1rem;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.ss__list__muted {
  opacity: .3;
}

.text-span-link {
  border-bottom: 1.25px solid var(--accent-link);
  color: var(--accent-link);
  letter-spacing: .25px;
  padding-bottom: .125rem;
  font-weight: 500;
}

.show-tablet, .show-mobile {
  display: none;
}

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

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

._2-columns-text {
  column-count: 2;
  column-gap: 2rem;
}

.spacing-block-xxxlarge {
  width: 100%;
  height: 5rem;
}

.height-block-huge {
  width: 100%;
  height: 40rem;
}

.height-block-xlarge {
  width: 100%;
  height: 35rem;
}

.height-block-large {
  width: 100%;
  height: 30rem;
}

.height-block-medium {
  width: 100%;
  height: 25rem;
}

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

.height-block-xsmall {
  width: 100%;
  height: 15rem;
}

.section-hero-cadastro {
  border-top-style: solid;
  border-top-color: var(--primary);
  background-image: linear-gradient(to bottom, #faf1e500 72%, var(--marfim)), linear-gradient(to bottom, #faf1e5cc, #faf1e5cc), url('../images/wood-texture.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  flex-direction: column;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 4rem;
  display: flex;
  position: relative;
}

.heading-group {
  position: relative;
}

.content-group {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 4rem;
  display: flex;
}

.cadastro_grid {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 30rem;
}

.product-frame-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--light);
  background-color: #1a1a1a;
  flex-direction: column;
  align-items: center;
  display: inline-block;
  position: relative;
}

.product-frame-component.is-hero-frame {
  grid-column-gap: 12rem;
  background-color: var(--secondary);
  flex-direction: row;
  justify-content: space-between;
  margin-right: -6rem;
  padding-left: 3rem;
  padding-right: 6rem;
  display: flex;
}

.product-frame-component.is-hero-frame-v2 {
  grid-column-gap: 12rem;
  background-color: var(--secondary);
  flex-direction: row;
  justify-content: space-between;
  margin-right: -4.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.product_line {
  background-color: #f6f6f6;
  width: 100%;
  height: .0625rem;
}

.product_title {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.product-frame-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--light);
  flex-direction: column;
  align-items: center;
  padding-top: .9rem;
  padding-bottom: 1rem;
  display: flex;
}

.hero-cadastro_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.hero-cadastro_banner {
  background-image: url('../images/banner-hero.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-attachment: scroll;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  flex: 1;
  align-items: flex-end;
  height: 45vw;
  margin-right: -5vw;
  display: flex;
}

.hero-cadastro_banner.v2 {
  background-image: url('../images/banner-v3.jpg');
}

.content-align-right {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--primary);
  background-color: #fff;
  flex-direction: column;
  padding: 2.5rem;
  display: flex;
  position: relative;
  box-shadow: 0 72px 216px -100px #0000000d, 0 24px 72px #0000000d, 0 8px 24px #0000000a;
}

.d1up---footer-disclaimer {
  text-decoration: none;
  display: flex;
}

.d1up---footer-disclaimer:hover {
  color: #fdb913;
}

.footer-info {
  letter-spacing: 0;
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.3;
}

.footer-disclaimer {
  color: #747777;
  display: flex;
}

.footer-disclaimer:hover {
  color: #f58220;
}

.footer-link {
  color: #747777;
  margin-left: .25rem;
  margin-right: .25rem;
  transition: all .4s ease-in-out;
}

.footer-link:hover {
  color: #f58220;
}

.footer-link.is-first {
  margin-left: 1rem;
  margin-right: .5rem;
}

.footer-content-02 {
  border-top: 1px solid #ffffff26;
  border-bottom: 1px #000;
  flex-direction: column;
  align-items: stretch;
  margin-top: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.content-01__left {
  align-items: center;
  font-style: normal;
  display: flex;
}

.logo-block {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: center;
  display: flex;
}

.disclaimer-text {
  color: #747777;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.disclaimer-text:hover {
  color: #fff;
}

.footer-content-01 {
  border-top: 1px solid #7477774d;
  border-bottom: 1px solid #7477774d;
  flex-direction: column;
  align-items: stretch;
  margin-top: 3.5rem;
  margin-bottom: 1rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.content-02__left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.logo-footer {
  flex: 1;
  max-width: 12.5rem;
}

.footer-icon {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .5rem;
}

.social-icon {
  width: 24px;
  height: 24px;
}

.social-icon:hover {
  color: #004d84;
}

.footer-logo {
  flex-direction: column;
  align-items: center;
  margin-left: 3rem;
  margin-right: 3rem;
  display: flex;
}

.content-02__right {
  align-items: center;
  display: flex;
}

.assinatura-logos {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: .625rem;
  line-height: 1.3;
}

.content-01__right {
  align-items: center;
  display: flex;
}

.d1up_logo {
  width: 24px;
  height: 24px;
  margin-left: 16px;
}

.content {
  justify-content: space-between;
  display: flex;
}

.footer_wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.spacing-section-xxsmall {
  width: 100%;
  height: 2rem;
}

.footer-end__divider {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ffffff24;
  border-radius: 222px;
  align-items: center;
  width: .125rem;
  height: 1rem;
  display: flex;
}

.section-hero-mobile {
  border-top: .5rem solid #333;
  flex-direction: column;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 4rem;
  display: none;
  position: relative;
}

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

.logo-oasis {
  width: 20rem;
  display: none;
}

.header-line {
  background-color: var(--primary);
  width: 100%;
  height: 3vw;
  position: absolute;
  inset: 0% 0% auto;
}

.img-coqueiro {
  z-index: 1;
  width: 20%;
  position: absolute;
  inset: auto auto 25% -9%;
  transform: rotate(7deg);
}

.img-coqueiro.is--coquiero-02 {
  z-index: 0;
  width: 18%;
  bottom: 19%;
  left: -7%;
  transform: rotate(16deg);
}

.cta-frame {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--secondary);
  color: var(--light);
  flex-direction: column;
  align-items: flex-end;
  padding: .9rem 4rem .75rem;
  display: flex;
}

.tree-span {
  background-image: url('../images/icone-arvores-light.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
}

.svg-icon {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.svg-icon.is--svg-icon-medium, .svg-icon.is--svg-icon-small {
  width: 1rem;
  height: 1rem;
}

.svg-icon.is--svg-icon-large {
  width: 4rem;
  height: 3rem;
}

.pagina-de-cadastro {
  display: none;
}

.label-component {
  grid-column-gap: .75rem;
  color: #da2037;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  font-size: .875rem;
  display: flex;
}

.label-component.is-center-align {
  justify-content: center;
}

.code-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.code-icon.is--whatsapp {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.sc-header-component {
  grid-row-gap: 1rem;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.label-icon {
  opacity: .26;
  background-color: #827461;
  width: 1.5rem;
  height: .25rem;
  display: none;
}

.sc-header__text {
  flex: 0 0 18rem;
}

.sc-header__title {
  flex: auto;
  max-width: 50rem;
}

.text-color-white {
  color: #fff;
  align-items: center;
}

.caption-component {
  background-color: var(--secondary);
  -webkit-backdrop-filter: grayscale() blur(12px);
  backdrop-filter: grayscale() blur(12px);
  border-right: .125rem solid #736656;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: .5rem .75rem .4rem 1rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.about-img {
  flex: auto;
  max-width: 100%;
}

.caption-wrapper {
  grid-column-gap: .5rem;
  align-items: center;
  line-height: 1.3rem;
  display: flex;
  position: relative;
}

.lightbox-compoenent {
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.zoom-button {
  z-index: 25;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #ffffffbf;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #4d3e2acc;
  background-clip: border-box;
  border-top-right-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3rem;
  margin-top: 0;
  margin-right: 0;
  padding-bottom: 1px;
  transition: transform .32s ease-in-out, color .32s ease-in-out, background-color .32s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.zoom-button:hover {
  color: #d5b799;
  background-color: #00000063;
  transform: scale(1.1);
}

.about-image-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: 1fr;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 30rem;
  margin-bottom: 4rem;
  display: grid;
  position: relative;
}

.caption-text-divider {
  opacity: .39;
  background-color: #fff;
  width: .6rem;
  height: .1rem;
  display: none;
}

.cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 1.2s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: 0%;
}

.cover-image:hover {
  transform: scale(1.025);
}

.caption-overlay {
  background-image: linear-gradient(to top, #00000080, #0000 30%);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.slide-arrow-component {
  background-color: var(--primary);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin: 0 2rem;
  font-size: 1rem;
  transition: background-color .56s cubic-bezier(.165, .84, .44, 1), border-color .56s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
}

.slide-arrow-component:hover {
  background-color: var(--primary-dark);
  border-color: #da2037;
}

.slide-arrow-component.left-center {
  inset: auto auto 50% 0%;
  transform: translate(0, 50%);
}

.slide-arrow-component.right-center {
  justify-content: center;
  inset: auto 0% 50% auto;
  transform: translate(0, 50%);
}

.slide-arrow-component.right-center:hover {
  background-color: var(--primary-dark);
}

.slide-component {
  background-color: #0000;
  width: 100%;
  height: auto;
  max-height: 80vh;
}

.horizontal-content-divider {
  background-color: var(--marfim);
  width: 2rem;
  height: .125rem;
  margin-top: 2rem;
}

.slide {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-right: 2rem;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-content {
  height: 45rem;
  max-height: 80vh;
}

.plantas-description {
  color: var(--secondary);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  font-family: Headstock Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
  display: inline-block;
}

.tab--menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

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

.heading-planta {
  color: var(--primary);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

.tab--content {
  overflow: visible;
}

.tab--link-underline {
  background-color: var(--primary);
  width: 0%;
  height: .25rem;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-component {
  margin-top: 4rem;
}

.plantas--content-left {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 40rem;
  max-width: 100%;
  height: 100%;
  padding: 2rem 3rem;
  display: flex;
  position: relative;
}

.lightbox-planta {
  border-radius: .25rem;
  width: 5.5rem;
  height: 3rem;
  position: relative;
  overflow: hidden;
}

.planta-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.tab--link {
  grid-column-gap: .75rem;
  color: var(--secondary);
  text-transform: uppercase;
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0 1.5rem 1.5rem;
  font-weight: 800;
  line-height: 1.3rem;
  display: flex;
  overflow: hidden;
}

.tab--link.w--current {
  color: var(--primary);
  background-color: #0000;
  line-height: 1.3rem;
}

.planta-list-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #8274614d;
  flex-direction: row;
  align-items: center;
  padding-bottom: .5rem;
  display: flex;
}

.plantas-subtitle {
  color: var(--secondary);
  text-transform: uppercase;
  flex: none;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.3rem;
  display: inline-block;
}

.plantas--tipologia {
  color: var(--primary);
  letter-spacing: .5px;
  font-family: Headstock Sans, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.3rem;
}

.slide-plantas__lightbox-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.plantas_side-right {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 4rem;
  display: flex;
  overflow: auto;
}

.list-h {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.planta-list-title {
  color: var(--dark-strong);
  flex: 0 auto;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.plantas--content {
  grid-column-gap: 3rem;
  grid-row-gap: 2.5rem;
  background-color: #f5ebdd;
  border-radius: .25rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 40rem;
  max-height: 80vh;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  display: flex;
  position: relative;
}

.planta--underline {
  background-color: var(--primary);
  width: 40%;
  height: .25rem;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%);
}

.plantas-header {
  margin-bottom: 3.5rem;
}

.span-heading-plantas {
  padding-right: .25rem;
  font-size: 2rem;
}

.planta--img {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.map-wrapper {
  border-radius: 2px;
  height: 35rem;
  margin-bottom: 3.5rem;
  position: relative;
  overflow: hidden;
}

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

.map-button-wrapper {
  grid-column-gap: 1rem;
  margin-top: 2rem;
  margin-right: 2rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.map-button {
  grid-column-gap: 1.5rem;
  color: #e4e6e7;
  cursor: pointer;
  background-color: #2b2b2b;
  border-bottom: .125rem solid #ad6d52;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.map-button:hover {
  background-color: #794c39;
}

.svg-icon-4 {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.list__text {
  grid-column-gap: 0px;
  grid-row-gap: .25px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  display: flex;
}

.list-component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.list__icon {
  color: var(--primary);
  background-color: #0000;
  border-left: 4px solid #677a3452;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-left: 1.25rem;
  display: flex;
}

.list__icon.is-dark {
  border-left-color: var(--secondary);
  color: var(--secondary-light);
}

.section-hero {
  border-top-style: solid;
  border-top-color: var(--primary);
  background-image: linear-gradient(to bottom, #faf1e500 72%, var(--marfim)), linear-gradient(to bottom, #faf1e5cc, #faf1e5cc), url('../images/wood-texture.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  flex-direction: column;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 4rem;
  position: relative;
  overflow: hidden;
}

.zoom-button-icon {
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
}

.position-relative {
  position: relative;
}

.conceito--bg-frame {
  background-color: var(--primary);
  outline-offset: 10px;
  background-image: linear-gradient(#677a34e6, #677a34e6), url('../images/tree-pattern.svg');
  background-position: 0 0, 50%;
  background-size: auto, 25vw;
  background-attachment: scroll, fixed;
  outline: .125rem solid #677a346e;
  width: 150vw;
  height: 50%;
  margin-left: -50vw;
  position: absolute;
  inset: 50% 0% 0%;
  transform: translate(0, -50%);
}

.list-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  padding-left: 2rem;
  position: relative;
}

.content-align-center {
  text-align: right;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slide--mask {
  width: 100%;
  height: auto;
  overflow: visible;
}

.slide--mask.style-class {
  overflow: visible;
}

.hover-link {
  color: #fff;
  letter-spacing: .1875rem;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff0;
  border: .0625rem solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: .6875rem;
  text-decoration: none;
  display: flex;
}

.bg-galeria {
  background-color: var(--primary);
  align-items: flex-end;
  height: 60%;
  margin-bottom: -4rem;
  margin-left: -4.5rem;
  margin-right: -50vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-galeria-pattern {
  background-image: linear-gradient(#677a34e6, #677a34e6), url('../images/tree-pattern.svg');
  background-position: 0 0, 50%;
  background-size: auto, 25%;
  width: 100%;
  height: 30%;
  margin-left: auto;
}

.tour-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 40rem;
  display: flex;
  position: relative;
}

.diferenciais-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.diferenciais-grid-frame {
  background-color: #f5eadcfc;
  border-bottom: .25rem solid #b3a38f80;
  border-radius: .125rem;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 1.5rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.diferenciais-grid-frame.is--lazer {
  border-bottom-color: #88995c80;
}

.diferenciais-grid-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 1rem;
}

.diferenciais-grid-text {
  z-index: 5;
  color: var(--primary);
  letter-spacing: .05rem;
  flex: 1;
  font-family: Headstock Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}

.link-text-component {
  grid-column-gap: .75rem;
  color: #e3c4a0;
  align-items: center;
  margin-top: 3rem;
  font-weight: 500;
  display: flex;
}

.link-text-component:hover {
  color: #f7eee4;
}

.flex-wrap {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.flex-wrap.flex-wrap-vertical {
  justify-content: flex-start;
}

.ficha-tecnica__column {
  grid-row-gap: .5rem;
  border-bottom: 1px solid var(--dark-strong);
  flex-flow: column wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 1rem;
  display: flex;
}

.ficha-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 3rem;
  display: grid;
}

.column__heading {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Headstock Sans, sans-serif;
  font-size: .875rem;
  font-weight: 800;
  line-height: 1.3;
}

.column__heading.column_subtitle-box {
  border-left: .25rem solid var(--primary-light);
  background-color: var(--primary-dark);
  color: #ffffffe6;
  text-align: right;
  text-transform: none;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 12px 1.5rem 12px 1.25rem;
  font-family: Poppins, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
}

.column__heading.column_subtitle {
  color: var(--dark-light);
  letter-spacing: .5px;
  text-transform: none;
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.3;
}

.column__heading-block {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.nav-menu {
  color: #fff;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.brand {
  background-color: #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-link {
  opacity: .62;
  text-align: center;
  letter-spacing: .5px;
  white-space: nowrap;
  border-bottom: .25rem solid #0000;
  padding: 1.25rem .75rem;
  font-size: .875rem;
  font-weight: 800;
  line-height: 1.3;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  opacity: 1;
  color: var(--light);
  align-self: stretch;
  align-items: center;
  display: flex;
}

.navbar-content {
  grid-row-gap: 5rem;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.navbar-component {
  z-index: 1000;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #677a34e6;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -100%);
  box-shadow: 0 8px 16px #2d13070a, 0 24px 160px -10px #2d130752;
}

.nav-button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #ad6d52;
  padding: .75rem 2rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .24s ease-in-out;
  display: inline-block;
}

.nav-button:hover {
  background-color: #805d40;
}

.nav-button:active {
  background-color: #0a3092;
}

.nav-button.mobile-hidden {
  border: 1px solid var(--marfim);
  background-color: var(--primary-dark);
}

.nav-button.mobile-show {
  display: none;
}

.navbar__logo {
  width: 7.5rem;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.video-link-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0 0 0 0;
}

.hover-link-animation {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.section-video {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#222627d9, #222627d9), url('../images/galeria_oasis_modal_13.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120vh;
  margin-top: 5rem;
  display: flex;
}

.bg-localizacao {
  background-color: #665b4c;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.section-ficha-tecnica {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#212b05ba, #212b05ba), url('../images/galeria_oasis_modal_28.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  grid-template-rows: 30rem auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.style-class {
  border-radius: .125rem;
  overflow: hidden;
  box-shadow: 0 16px 32px -16px #3c4d0f26, 0 30px 60px -30px #28330a40, 0 60px 120px -50px #3c4d0f40;
}

.lowercase-span {
  text-transform: lowercase;
  font-size: 2rem;
}

.heading-planta--divider {
  background-image: linear-gradient(to right, var(--primary), #52612900);
  height: .0625rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.icon-diferenciais-plantas {
  color: var(--primary);
  flex: none;
  justify-content: center;
  align-items: center;
  width: .6rem;
  height: .6rem;
  display: flex;
}

.bg-white-fade {
  background-color: #ffffff4d;
}

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

.ficha-divider-wrapper {
  opacity: .2;
  margin-top: 1rem;
}

.ficha-divider-line-small {
  background-image: linear-gradient(to right, #fff 46%, #fff0);
  width: 100%;
  height: .0625rem;
}

.ficah--tab-component {
  background-color: var(--dark);
  border-radius: .25rem;
  overflow: hidden;
}

.ficah--tab-menu {
  border-bottom: 1px solid #fff3;
  display: flex;
}

.ficha-tab--pane {
  padding: 4rem;
}

.ficha-tab--link {
  grid-column-gap: .75rem;
  color: var(--secondary);
  text-transform: uppercase;
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  font-weight: 800;
  line-height: 1.3rem;
  display: flex;
  overflow: hidden;
}

.ficha-tab--link.w--current {
  color: var(--primary);
  background-color: #2d3133;
  line-height: 1.3rem;
}

.sticky-content-wrapper {
  position: relative;
}

.modal-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: .25rem solid var(--primary);
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 45rem;
  max-height: 70vh;
  padding: 3.5rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.modal-bg {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  cursor: pointer;
  background-color: #000000bf;
  position: absolute;
  inset: 0%;
}

.paragraph-2 {
  font-weight: 500;
}

.footer-bar__btn-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 1rem;
  display: flex;
}

.fixed-content {
  z-index: 600;
  display: block;
  position: relative;
}

.footer-bar__caption {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.modal-content {
  z-index: 5000;
  position: relative;
}

.footer-bar__button {
  grid-column-gap: 1rem;
  background-color: var(--sienna);
  color: #fff;
  cursor: pointer;
  border: .00390625rem solid #d4d8dd6e;
  border-radius: .25rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  transition: border-color .42s cubic-bezier(.165, .84, .44, 1), background-color .42s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.footer-bar__button:hover {
  background-color: #720f0f;
  border: .0625rem solid #720f0f;
}

.modal-heading {
  text-transform: none;
  font-size: 1.125rem;
  line-height: 1.4;
}

.footer-bar-component {
  background-color: var(--sienna);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-image: linear-gradient(#bd522be6, #bd522be6), url('../images/tree-pattern-white.svg');
  background-position: 0 0, 50%;
  background-size: auto, 50%;
  border-bottom: .125rem solid #a23838;
  border-radius: .5rem;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem .5rem .5rem 1.5rem;
  display: block;
  position: fixed;
  inset: auto 0% 2rem;
  box-shadow: 0 -24px 10rem -.625rem #2d130787, 0 30px 2.6rem -20px #2d1307a3;
}

.modal-close-trigger {
  color: #fff;
  cursor: pointer;
  background-color: #303030;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem;
  transition: box-shadow .56s cubic-bezier(.165, .84, .44, 1), background-color .56s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.modal-close-trigger:hover {
  background-color: #ea3838;
  box-shadow: 0 12px 1.5rem #0000004a;
}

.modal-whatsapp {
  z-index: 5000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.footer-bar__btn-heading {
  letter-spacing: .03125rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
}

.footer-bar__links-wrapper {
  grid-column-gap: .5rem;
  flex: 1;
  align-items: center;
  display: flex;
}

.footer-bar__content-wrapper {
  grid-column-gap: 2rem;
  border-bottom: .125rem #da2037;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bar__btn-small-heading {
  opacity: .7;
  text-transform: uppercase;
  font-size: .5rem;
  font-weight: 300;
  line-height: 1.3;
}

.svg-icon-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-email {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.flexbox-vertical {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.flexbox-vertical.flexbox-vertical-gap-small {
  grid-row-gap: .125rem;
}

.modal-telefone {
  z-index: 5000;
  background-color: #000000a3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-subheading {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.hero--product-subtitle {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Headstock Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}

.bg-tour-virtual {
  background-color: var(--primary);
  align-items: flex-end;
  height: 60%;
  margin-bottom: -4rem;
  margin-left: -50vw;
  margin-right: -4.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-lazer-header {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  height: 40rem;
  margin-bottom: 4rem;
}

.diferenciais-icon-bg {
  opacity: .05;
  width: 16rem;
  height: 16rem;
  display: none;
  position: absolute;
  inset: auto -3rem -4rem auto;
}

.grid-plantas {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  height: 32rem;
}

.overlay-style-dark {
  background-image: linear-gradient(#222627cc, #222627cc);
  position: absolute;
  inset: 0%;
}

.list-grid-02 {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  position: relative;
}

._2-columns-text-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.btn-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 4rem;
  display: flex;
}

.btn-primary {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border: .0625rem solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  cursor: pointer;
  border-radius: .125rem;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 17rem;
  padding: 1rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .42s;
  display: flex;
}

.btn-primary:hover {
  border-color: var(--primary-light);
  background-color: var(--primary-light);
}

.btn-primary.btn-primary-outline {
  color: #ad6d52;
  background-color: #0000;
  border: 1px solid #ad6d52;
}

.btn-primary.btn-primary-outline:hover {
  color: #6e341b;
  background-color: #ad6d523d;
}

.btn-primary.btn-primary-outline.btn-primary-whatsapp {
  background-color: var(--whatsapp);
  color: #084f23;
  border-style: none;
}

.btn-primary.btn-primary-outline.btn-primary-whatsapp:hover {
  background-color: var(--whatsapp-hover);
  color: #fff;
}

.logo-osais {
  width: 14rem;
  margin-bottom: 2rem;
}

.ficha-tecnica-unidades {
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  border-bottom: .125rem solid var(--primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 2rem;
  display: grid;
}

.ficha-header-block {
  border-bottom: 1px solid var(--dark-strong);
  color: var(--light);
  text-transform: uppercase;
}

.ficha-divider {
  background-color: var(--primary);
  width: 6rem;
  height: .125rem;
  margin-top: 1.5rem;
}

.ficha-cell {
  border-bottom: 1px solid var(--dark-strong);
  color: var(--dark-medium);
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .875rem;
  display: flex;
}

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

.max-width-huge {
  max-width: 76rem;
}

.bg-localizacao-pattern {
  background-image: linear-gradient(#665b4ccc, #665b4ccc), url('../images/tree-pattern.svg');
  background-position: 0 0, 50%;
  background-size: auto, 50%;
  height: 8rem;
}

.hero-content {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.hero-text-color {
  color: var(--primary);
}

.hero-subtitle-text-color {
  color: var(--dark-medium);
  display: inline;
}

.content-02 {
  justify-content: space-between;
  display: flex;
}

.bol-number {
  grid-column-gap: .5rem;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  min-width: 1.75rem;
  min-height: 1.75rem;
  padding: .4rem .5rem;
  font-size: .75rem;
  line-height: 1;
  transition: all .4s ease-in-out;
  display: flex;
  position: absolute;
  inset: auto auto 14% 12%;
  overflow: hidden;
}

.bol-number.bol-01 {
  inset: 30% 15% auto auto;
}

.bol-number.bol-02 {
  inset: 37% 19% auto auto;
}

.bol-number.bol-03 {
  inset: 34% 19% auto auto;
}

.bol-number.bol-04 {
  inset: 34% 29% auto auto;
}

.bol-number.bol-05 {
  inset: 45% 40% auto auto;
}

.bol-number.bol-06a {
  inset: 51% 32.5% auto auto;
}

.bol-number.bol-06b {
  inset: 51% 37% auto auto;
}

.bol-number.bol-07a {
  inset: 60% 42% auto auto;
}

.bol-number.bol-07b {
  inset: 63% 39% auto auto;
}

.bol-number.bol-08a {
  inset: 79% 47% auto auto;
}

.bol-number.bol-08b {
  inset: 72% 47% auto auto;
}

.bol-number.bol-09a {
  inset: 74% 59% auto auto;
}

.bol-number.bol-09b {
  inset: 81% 57% auto auto;
}

.bol-number.bol-10 {
  inset: 75% 69% auto auto;
}

.bol-number.bol-11 {
  inset: 73% 78% auto auto;
}

.bol-number.bol-12 {
  inset: 79% 77% auto auto;
}

.bol-number.bol-13 {
  inset: 72% 88% auto auto;
}

.bol-number.bol-14 {
  inset: 59% 85% auto auto;
}

.bol-number.bol-15 {
  inset: 44% 87% auto auto;
}

.bol-number.bol-16 {
  inset: 64% 71% auto auto;
}

.bol-number.bol-17 {
  inset: 66% 59% auto auto;
}

.bol-number.bol-18 {
  inset: 65% 55% auto auto;
}

.bol-number.bol-19 {
  inset: 59% 52% auto auto;
}

.bol-number.bol-20 {
  inset: 60% 49.25% auto auto;
}

.bol-number.bol-21 {
  inset: 58% 47% auto auto;
}

.bol-number.bol-22 {
  inset: 52% 46% auto auto;
}

.bol-number.bol-23 {
  inset: 55% 56% auto auto;
}

.bol-number.bol-24 {
  inset: 43% 53% auto auto;
}

.bol-number.bol-25 {
  inset: 36% 47% auto auto;
}

.bol-number.bol-26a {
  inset: 39% 71% auto auto;
}

.bol-number.bol-26b {
  inset: 45% 78% auto auto;
}

.bol-number.bol-27 {
  inset: 41% 62% auto auto;
}

.bol-number.bol-28 {
  inset: 31% 65% auto auto;
}

.bol-number.bol-29 {
  inset: 34% 34% auto auto;
}

.bol__number {
  border-bottom: 3px solid var(--primary-dark);
  background-color: var(--primary);
  color: var(--light);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: .15rem;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.3;
}

.lightbox-bolotario {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.boll_text {
  color: var(--dark-strong);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.3;
}

.bolotario-list {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-bottom: 3rem;
  display: grid;
}

.bol__column {
  grid-column-gap: 1.5rem;
  border-bottom: 1px solid #b3a38f73;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.bol-img {
  margin-left: auto;
  margin-right: auto;
}

.dog-image {
  width: 14rem;
  position: absolute;
  inset: 3% 4% auto auto;
}

.modal-04__cookies {
  z-index: 999;
  background-color: #677a34;
  border-radius: .125rem;
  width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  font-size: .875rem;
  display: none;
  position: fixed;
  inset: auto 2% 3% auto;
}

.modal-cookies__wrapper {
  color: #fff;
}

.caption-14 {
  color: #747777;
  text-align: justify;
  font-weight: 400;
}

.caption-14.is--white {
  color: #fff;
}

.politica-span {
  color: #f5ffda;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
}

._24px-top-margin {
  padding-top: 24px;
}

.cookies-btn {
  color: #fff;
  background-color: #29330d;
  border-radius: .125rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

.cookies-btn:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #202909;
  background-clip: border-box;
}

.bol-alt {
  white-space: nowrap;
  font-weight: 400;
  display: none;
}

.bol-numeration {
  font-weight: 700;
}

.bol-zindex-2 {
  z-index: 2;
  position: absolute;
}

.grid-diferenciais-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  margin-bottom: 4rem;
  display: grid;
}

.text-color-primary-2 {
  color: #677a34;
}

.caption-text-2 {
  color: #fff;
  letter-spacing: .5px;
  font-size: .625rem;
}

.caption-text-2.is--secondary-caption {
  opacity: .7;
  font-size: .5rem;
}

.diferenciais-grid-text-2 {
  z-index: 5;
  color: #677a34;
  letter-spacing: .05rem;
  flex: none;
  font-family: Headstock Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}

.grid-diferenciais {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  height: 40rem;
  margin-bottom: 4rem;
  display: none;
}

.mouse-indicator {
  grid-column-gap: 1rem;
  color: var(--primary);
  align-items: center;
  max-width: 300px;
  margin-bottom: 4rem;
  margin-right: 4rem;
  font-size: .875rem;
  line-height: 1.3rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.politica-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tour-list {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.tour-code {
  flex: 1;
  width: 100%;
}

.section-cronograma {
  background-color: #ffffff4d;
}

.iframe-obras {
  z-index: 20;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 73rem;
  margin-top: 2.5rem;
  padding: 4rem 0;
  position: relative;
  overflow: visible;
}

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

.obras-title {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: .33rem;
  font-family: Headstock Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.3rem;
}

.data-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.calendar {
  color: #e6d9c9;
  display: flex;
}

.footer__logo-link {
  object-fit: contain;
  width: 100%;
  max-width: 12.5rem;
  height: 6rem;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
}

.footer__logo-link:hover {
  transform: translate(0, -.35rem);
}

@media screen and (max-width: 991px) {
  body {
    font-size: .875rem;
  }

  .page-padding-vertical {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .plt__brand {
    width: 7.5rem;
    height: 7.5rem;
  }

  .plt-block {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .paragraph {
    font-size: 1rem;
  }

  .plt-heading {
    margin-top: 2.5rem;
  }

  .spacing-section-medium {
    height: 6.25rem;
  }

  .heading-style-h5 {
    font-weight: 800;
  }

  .ss_content_item.is-horizontal {
    flex-direction: column;
  }

  .ss_content_item.is-horizontal-center {
    flex-direction: column;
    align-items: flex-start;
  }

  .spacing-section-large, .spacing-section-xlarge {
    height: 7.5rem;
  }

  .max-width-medium {
    max-width: none;
  }

  .spacing-section-small {
    height: 5.125rem;
  }

  .ss_sidebar {
    width: 18rem;
    padding-left: 2.5em;
  }

  .spacing-block-custom4 {
    height: 1.5rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .ss_utility_spacing-items {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .spacing-section-xxlarge {
    height: 7.5rem;
  }

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

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

  .spacing-block-xhuge {
    height: 6rem;
  }

  .ss_text_item-label {
    font-size: 15px;
  }

  .spacing-section-huge {
    height: 9.375rem;
  }

  .spacing-block-medium {
    height: 1.5rem;
  }

  .spacing-block-xlarge {
    height: 3rem;
  }

  .ss_utility_color-items {
    grid-column-gap: 1rem;
  }

  .ss_utility_visibility-wrap.show-tablet {
    display: block;
  }

  .ss_utility_visibility-wrap.hide-mobile {
    width: 100%;
    min-width: 0;
  }

  .padding-global.hero-wrapper {
    z-index: 1;
    height: 100%;
    position: relative;
  }

  .heading-style-h4 {
    font-size: 1.15rem;
  }

  .spacing-block-large {
    height: 2.5rem;
  }

  .spacing-block-xxlarge {
    height: 4rem;
  }

  .spacing-block-xxhuge {
    height: 8rem;
  }

  .spacing-block-huge {
    height: 5rem;
  }

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

  .spacing-section-default {
    height: 7.5rem;
  }

  .spacing-section-base {
    height: 8rem;
  }

  .label-text.is-label-hero {
    background-color: var(--primary);
    color: #fff;
    padding: 2rem 1.5rem .5rem;
    font-size: 1rem;
  }

  .show-tablet {
    display: block;
  }

  .section-hero-cadastro {
    display: none;
  }

  .content-group {
    align-items: center;
    margin-bottom: -2rem;
    padding-bottom: 0;
  }

  .cadastro_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .product-frame-component.is-hero-frame {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-frame-component.is-hero-frame-v2 {
    margin-bottom: -1.3rem;
    margin-left: 0;
  }

  .product_line {
    width: .0625rem;
    height: 1rem;
  }

  .product_title {
    font-size: 1rem;
  }

  .product-frame-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    align-items: flex-end;
  }

  .hero-cadastro_content {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: 100%;
  }

  .hero-cadastro_banner {
    z-index: -1;
    background-image: linear-gradient(#0000 39%, #222627), url('../images/25_Bangalos-no-deck-molhadop2_2k.jpg');
    background-position: 0 0, 50% 30%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    border-top-left-radius: 0;
    border-bottom-right-radius: .5rem;
    flex: none;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-right: 0;
    position: absolute;
    inset: 0%;
  }

  .group-block {
    width: 30%;
    position: absolute;
    inset: 0% 0% auto 50%;
    transform: translate(-50%);
  }

  .footer-link {
    margin-right: 4px;
  }

  .footer-content-02 {
    align-items: flex-start;
  }

  .logo-block {
    justify-content: center;
  }

  .content-02__left {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo-footer {
    max-width: 10rem;
  }

  .footer-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }

  .social-icon {
    width: 24px;
    height: 24px;
  }

  .content {
    flex-wrap: wrap;
  }

  .footer-end__divider {
    display: none;
  }

  .section-hero-mobile {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    background-image: linear-gradient(to top, #0000008c, #0003 33%, #fff0 46%), url('../images/banner-v3.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-top-style: none;
    justify-content: space-between;
    align-items: center;
    min-height: 70vh;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .mobile-content-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 1.75rem;
    text-align: center;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .header-line {
    height: 1rem;
  }

  .img-coqueiro {
    width: 40%;
    bottom: 2%;
    left: -20%;
  }

  .img-coqueiro.is--coquiero-02 {
    width: 37%;
    bottom: -4%;
    left: 81%;
    transform: rotate(-7deg);
  }

  .cta-frame {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    align-items: center;
  }

  .caption-component {
    padding-bottom: .5rem;
  }

  .about-image-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: 50rem;
  }

  .slide-arrow-component.left-center {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .slide-content {
    height: 24rem;
  }

  .plantas-description {
    font-size: 1rem;
  }

  .tab--menu {
    margin-bottom: 3rem;
    overflow: auto;
  }

  .plantas--content-left {
    width: 100%;
    height: 35rem;
  }

  .lightbox-planta {
    width: 4.5rem;
    height: 3rem;
  }

  .planta-list-wrapper {
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .tab--link {
    flex: none;
  }

  .slide-plantas__lightbox-wrapper {
    flex-direction: row-reverse;
  }

  .plantas_side-right {
    grid-column-gap: 2rem;
    flex-direction: column;
    min-width: 0;
    max-width: none;
    padding: 0 1rem;
  }

  .planta-list-title {
    font-size: .875rem;
  }

  .plantas--content {
    border: 1px solid #e7e8e9;
    border-radius: .5rem;
    flex-direction: column-reverse;
    align-items: stretch;
    height: auto;
    padding: 2rem 1rem 1rem;
  }

  .plantas-header {
    flex: none;
    margin-bottom: 2rem;
  }

  .map-wrapper {
    height: 25rem;
  }

  .list__text {
    grid-row-gap: 0rem;
  }

  .list-component {
    width: auto;
    margin-right: 56px;
  }

  .section-hero {
    flex-direction: column;
    height: 90dvh;
    padding: 0;
    display: flex;
    overflow: visible;
  }

  .bg-galeria {
    margin-bottom: -2rem;
    margin-left: -1.5rem;
    overflow: hidden;
  }

  .tour-wrapper {
    height: 32rem;
  }

  .diferenciais-grid {
    grid-template-rows: 9rem auto;
    grid-template-columns: 1fr 1fr;
  }

  .diferenciais-grid-frame {
    padding: 2.5rem;
  }

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

  .ficha-tecnica__column {
    flex-direction: column;
  }

  .ficha-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding: 0;
  }

  .nav-menu {
    background-color: var(--light);
    text-align: center;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 100vh;
    padding: 3.5rem;
  }

  .nav-link {
    background-color: var(--primary);
    opacity: 1;
    color: #fff;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    margin-bottom: .75rem;
    display: flex;
  }

  .navbar-content {
    width: 100%;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .navbar-component {
    flex-direction: column;
    align-items: stretch;
    display: flex;
    transform: none;
  }

  .menu-btn {
    color: #fff;
  }

  .menu-btn:hover, .menu-btn.w--open {
    background-color: var(--primary-dark);
    color: #fff;
  }

  .nav-button {
    position: relative;
  }

  .nav-button.mobile-hidden {
    display: none;
  }

  .nav-button.mobile-show {
    background-color: var(--primary-dark);
    height: 3.5rem;
    margin-top: 2rem;
    padding-top: 1.1rem;
    display: block;
  }

  .navbar__logo {
    width: 5rem;
  }

  .section-video {
    min-height: 100vh;
  }

  .bg-localizacao {
    height: 65%;
  }

  .section-ficha-tecnica {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr;
    min-height: 0;
  }

  .ficha-tab--pane {
    padding: 2.5rem;
  }

  .ficha-tab--link {
    flex: none;
  }

  .footer-bar__caption {
    display: none;
  }

  .footer-bar__button {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .footer-bar-component {
    width: 90%;
    padding-left: .5rem;
    bottom: 1.5rem;
  }

  .footer-bar__btn-heading {
    font-size: .75rem;
    font-weight: 500;
  }

  .footer-bar__links-wrapper {
    grid-column-gap: .5rem;
  }

  .footer-bar__content-wrapper {
    grid-column-gap: 1rem;
  }

  .footer-bar__btn-small-heading {
    font-size: .625rem;
  }

  .flexbox-vertical {
    grid-row-gap: .5rem;
  }

  .hero--product-subtitle {
    font-weight: 800;
  }

  .bg-tour-virtual {
    margin-left: -139px;
    overflow: hidden;
  }

  .grid-plantas {
    grid-template-columns: 1fr;
    height: 48rem;
    max-height: 80vh;
  }

  ._2-columns-text-wrapper {
    flex-direction: column;
    display: flex;
  }

  .btn-wrapper {
    grid-column-gap: 1rem;
    flex-direction: row;
    display: flex;
  }

  .btn-primary {
    max-width: none;
  }

  .logo-osais {
    filter: brightness(500%);
  }

  .bg-localizacao-pattern {
    height: 6rem;
  }

  .hero-content {
    text-align: center;
    align-items: center;
  }

  .hero-text-color {
    color: var(--marfim);
  }

  .hero-subtitle-text-color {
    color: #ffffffb8;
  }

  .content-02 {
    grid-row-gap: 1rem;
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .bolotario-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
    padding: 0;
  }

  .dog-image {
    z-index: 1;
    width: 12rem;
    inset: auto -8% -8% auto;
  }

  .modal-04__cookies {
    width: 80%;
    display: none;
  }

  .grid-diferenciais-list {
    grid-template-rows: 9rem auto;
    grid-template-columns: 1fr 1fr;
  }

  .mouse-indicator {
    display: none;
  }

  .iframe-obras {
    height: 66rem;
  }
}

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

  .page-padding-vertical {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .page-padding-horizontal {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .plt__brand {
    width: 6.25rem;
    height: 6.25rem;
  }

  .paragraph {
    font-size: .875rem;
  }

  .spacing-section-medium {
    height: 3.75rem;
  }

  .ss_content_item.remove-border-mobile {
    border-top-style: none;
  }

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

  .spacing-section-large {
    height: 5rem;
  }

  .ss_text_sidebar-heading {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .spacing-section-xlarge {
    height: 6.25rem;
  }

  .spacing-section-small {
    height: 2.5rem;
  }

  .ss_sidebar {
    z-index: 3;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 4rem 2em;
    position: relative;
  }

  .text-size-huge {
    font-size: 1.125rem;
  }

  .ss_text_heading {
    font-size: 2.5em;
  }

  .spacing-block-custom4 {
    height: 1.25rem;
  }

  .spacing-section-xsmall {
    height: 2.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .ss_section {
    flex-direction: column-reverse;
  }

  .ss_section.is-header {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .ss_utility_spacing-items {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .spacing-section-xxlarge {
    height: 6.25rem;
  }

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

  .spacing-block-xhuge {
    height: 4rem;
  }

  .spacing-section-huge {
    height: 7.5rem;
  }

  .hide-mobile {
    display: none;
  }

  .ss_sidebar_sticky {
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .spacing-block-medium {
    height: 1.25rem;
  }

  .ss_content_items-wrap {
    border-bottom-style: none;
  }

  .ss_content_items-wrap.with-gap-row {
    grid-row-gap: 2rem;
  }

  .spacing-block-xlarge {
    height: 2rem;
  }

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

  .ss_utility_color-items {
    width: 100%;
  }

  .ss_utility_visibility-wrap.show-mobile {
    display: block;
  }

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

  .spacing-block-custom3 {
    height: 1.25rem;
  }

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

  .ss_content {
    padding-top: 2rem;
    padding-bottom: 8em;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .spacing-block-large {
    height: 1.5rem;
  }

  .ss_text_label {
    margin-bottom: 4rem;
    display: none;
  }

  .heading-style-h3 {
    font-size: 1.625rem;
  }

  .spacing-block-xxlarge {
    height: 3rem;
  }

  .ss_utility_alignment-wrap {
    width: 100%;
  }

  .spacing-block-xxhuge {
    height: 4.5rem;
  }

  .ss_nav_content {
    justify-content: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

  .spacing-block-huge {
    height: 3.5rem;
  }

  .spacing-section-default {
    height: 5rem;
  }

  .spacing-section-base {
    height: 7.5rem;
  }

  .text-size-xhuge {
    font-size: 1.125rem;
  }

  .show-mobile {
    display: block;
  }

  .height-block-huge, .height-block-xlarge, .height-block-large, .height-block-medium, .height-block-small, .height-block-xsmall {
    height: 2.5rem;
  }

  .product-frame-component.is-hero-frame, .product-frame-component.is-hero-frame-v2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .product_line {
    width: 100%;
    height: .0625rem;
  }

  .product_title {
    flex: none;
    font-size: 1rem;
  }

  .product-frame-wrapper {
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: center;
    padding-left: 2rem;
  }

  .footer-link {
    margin-left: 8px;
  }

  .footer-content-02 {
    border-top: 1px solid #7477774f;
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .content-01__left {
    flex: 1;
    margin-bottom: 4px;
  }

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

  .footer-content-01 {
    margin-top: 48px;
  }

  .content-02__left {
    height: 24px;
    margin-bottom: 16px;
  }

  .footer-icon {
    display: none;
  }

  .footer-logo {
    margin-bottom: 1.5rem;
  }

  .d1up_logo {
    margin-left: 8px;
  }

  .content {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-hero-mobile {
    min-height: 80vh;
  }

  .cta-frame {
    padding-left: 2rem;
  }

  .label-component {
    grid-column-gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .about-image-block {
    grid-row-gap: 1.5rem;
  }

  .slide-arrow-component {
    width: 3.5rem;
    height: 3.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .slide-content {
    position: relative;
  }

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

  .plantas-subtitle {
    font-size: .75rem;
  }

  .plantas-header {
    max-width: 35%;
  }

  .map-wrapper {
    height: 320px;
    margin-bottom: 1rem;
  }

  .map-button-wrapper {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-right: 0;
    position: relative;
  }

  .map-button {
    flex: 1;
  }

  .list-component {
    grid-column-gap: 1rem;
    margin-bottom: 0;
    margin-right: 0;
  }

  .list-grid {
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }

  .tour-wrapper {
    height: 60vw;
  }

  .diferenciais-grid {
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .diferenciais-grid-frame {
    padding: 2rem;
  }

  .diferenciais-grid-icon {
    margin-bottom: 2rem;
  }

  .ficha-tecnica__column {
    flex-direction: column;
  }

  .column__heading {
    font-size: .75rem;
  }

  .column__heading.column_subtitle-box {
    text-align: left;
  }

  .column__heading.column_subtitle {
    text-align: left;
    font-size: .875rem;
  }

  .column__heading-block {
    width: 100%;
    margin-bottom: .5rem;
  }

  .nav-menu {
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar-component {
    transform: translate(0, -100%);
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.video-link-wrapper {
    display: flex;
  }

  .section-video {
    min-height: 100dvh;
  }

  .bg-localizacao {
    height: 70%;
  }

  .section-ficha-tecnica {
    grid-template-columns: 3fr 1fr;
  }

  .footer-bar__btn-icon {
    flex: none;
    height: .75rem;
  }

  .footer-bar__button {
    grid-column-gap: .5rem;
    padding-left: 1rem;
    padding-right: .5rem;
  }

  .footer-bar__links-wrapper {
    grid-column-gap: .5rem;
  }

  .footer-bar__content-wrapper {
    grid-column-gap: 1rem;
  }

  .flexbox-vertical.flexbox-vertical-gap-small {
    flex: none;
  }

  .diferenciais-icon-bg {
    margin-bottom: 2rem;
  }

  .list-grid-02 {
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }

  .btn-wrapper {
    justify-content: space-between;
  }

  .btn-primary {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ficha-tecnica-unidades {
    grid-template-columns: .5fr .5fr 1fr;
  }

  .content-02 {
    flex-direction: column;
    align-items: flex-start;
  }

  .bol__number {
    font-size: .875rem;
  }

  .boll_text {
    font-size: .75rem;
  }

  .bolotario-list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .bol__column {
    grid-column-gap: 1rem;
    padding-bottom: .5rem;
  }

  .modal-04__cookies {
    padding: 16px;
  }

  .cookies-btn {
    margin-bottom: 16px;
  }

  .grid-diferenciais-list {
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .iframe-obras {
    height: 68rem;
  }

  .footer__logo-link {
    height: 6rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.25rem;
  }

  .page-padding-vertical {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .plt__brand {
    width: 12rem;
  }

  .plt__btn {
    text-align: center;
    width: 100%;
  }

  .plt-block {
    text-align: left;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .plt-heading {
    margin-top: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .heading-style-h1 {
    font-size: 1.75rem;
  }

  .ss_utility_spacing-items, .ss_utility_color-items {
    grid-template-columns: 1fr 1fr;
  }

  .padding-global {
    width: 100%;
  }

  .padding-global.footer-bar {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .heading-style-h4 {
    font-size: .875rem;
  }

  .spacing-section-base {
    height: 4rem;
  }

  .label-text.is-label-hero {
    text-align: center;
    letter-spacing: 1px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .75rem;
  }

  .list-text-subtitle {
    letter-spacing: 1px;
    font-size: .65rem;
  }

  .caption-text {
    letter-spacing: 0;
    font-size: .5rem;
    line-height: .7rem;
  }

  .caption-text.is--secondary-caption {
    font-size: .35rem;
  }

  .content-group {
    margin-bottom: .7rem;
  }

  .product-frame-component {
    width: 100%;
  }

  .product-frame-component.is-hero-frame, .product-frame-component.is-hero-frame-v2 {
    width: auto;
    margin-bottom: -2.1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .product_line {
    width: 100%;
    height: .0625rem;
  }

  .product_title {
    letter-spacing: 2px;
    font-size: .875rem;
  }

  .product-frame-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .group-block {
    width: auto;
  }

  .form-wrapper {
    padding: 1rem;
  }

  .footer-disclaimer {
    margin-bottom: 8px;
  }

  .footer-content-02 {
    align-items: stretch;
    width: 100%;
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .logo-block {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-content-01 {
    width: 100%;
  }

  .content-02__left {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .logo-footer {
    max-width: 200px;
  }

  .footer-icon {
    width: 24px;
  }

  .footer-logo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content {
    align-items: stretch;
  }

  .footer-end__divider {
    width: 100%;
    height: .125rem;
  }

  .mobile-content-wrapper {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    text-align: center;
  }

  .form-cta {
    text-align: left;
    align-items: flex-start;
  }

  .logo-oasis {
    width: 10rem;
  }

  .img-coqueiro {
    left: -25%;
  }

  .img-coqueiro.is--coquiero-02 {
    left: 83%;
  }

  .cta-frame {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .caption-component {
    max-width: 90%;
    margin-bottom: 1.25rem;
    padding: .175rem .75rem;
  }

  .caption-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .1rem;
    flex-wrap: wrap;
  }

  .about-image-block {
    grid-template-rows: 70vw auto;
  }

  .caption-text-divider {
    width: .3rem;
  }

  .slide-arrow-component {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .slide.is--animated {
    margin-right: .5rem;
  }

  .slide-content {
    height: 90vw;
  }

  .plantas-description {
    letter-spacing: 3px;
    font-size: .875rem;
  }

  .tab--menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-planta {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .tab--link-underline {
    height: .25rem;
    margin-top: -.25rem;
  }

  .plantas--content-left {
    grid-row-gap: 1rem;
    height: 24rem;
    padding: 1.5rem;
  }

  .lightbox-planta {
    width: 4.5rem;
    height: 2.5rem;
  }

  .planta-list-wrapper {
    grid-row-gap: .25rem;
  }

  .tab--link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #b3a38f1c;
    flex-direction: column;
    padding: 1rem .75rem;
  }

  .tab--link.w--current {
    -webkit-text-fill-color: inherit;
    background-color: #b3a38f29;
    background-clip: border-box;
  }

  .plantas-subtitle {
    letter-spacing: 2px;
    font-size: .5rem;
    line-height: 1rem;
  }

  .plantas--tipologia {
    flex: 0 auto;
    width: 45%;
    font-size: .75rem;
    line-height: 1.3;
  }

  .slide-plantas__lightbox-wrapper {
    justify-content: space-between;
  }

  .plantas_side-right {
    flex-direction: column;
    flex: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .list-h {
    grid-column-gap: .75rem;
  }

  .planta-list-title {
    font-size: .75rem;
    line-height: 1.1rem;
  }

  .plantas--content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-height: none;
    padding: 1.5rem;
  }

  .plantas-header {
    max-width: none;
    margin-bottom: 1rem;
  }

  .span-heading-plantas {
    font-size: 1.5rem;
  }

  .map-wrapper {
    height: 280px;
    margin-bottom: 1rem;
  }

  .map-button-wrapper {
    grid-column-gap: .5rem;
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
  }

  .map-button-wrapper.mobile-hidden {
    display: none;
  }

  .map-button {
    grid-column-gap: .5rem;
    flex: 1;
    padding: .5rem 1rem;
    font-size: .625rem;
  }

  .svg-icon-4 {
    width: .75rem;
  }

  .list__text {
    height: auto;
  }

  .section-hero {
    height: 90dvh;
    padding-left: 0;
    padding-right: 0;
  }

  .bg-galeria {
    top: 16.75%;
  }

  .tour-wrapper {
    height: 70vw;
  }

  .diferenciais-grid-frame {
    padding: 1rem 1.5rem;
  }

  .diferenciais-grid-icon {
    width: 1rem;
    height: 1rem;
    margin-bottom: .5rem;
  }

  .ficha-tecnica__column {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: .5rem;
    padding-right: 0;
  }

  .ficha-grid {
    grid-row-gap: 1rem;
    grid-template-columns: 100%;
    width: 100%;
  }

  .column__heading {
    font-size: .6rem;
    line-height: 1.4em;
  }

  .column__heading.column_subtitle-box {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .625rem;
    line-height: 1.3;
  }

  .column__heading.column_subtitle {
    text-align: left;
    margin-bottom: 8px;
    font-size: .75rem;
  }

  .column__heading-block {
    margin-bottom: 0;
  }

  .nav-menu {
    padding: 23px;
  }

  .navbar-component {
    width: 100%;
  }

  .menu-btn.w--open {
    background-color: #a87a53;
  }

  .nav-button {
    width: 100%;
    font-size: 16px;
  }

  .section-video {
    height: 100dvh;
    min-height: 0;
  }

  .icon-diferenciais-plantas {
    display: none;
  }

  .ficah--tab-menu {
    padding-bottom: 1rem;
    overflow: auto;
  }

  .ficha-tab--pane {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .ficha-tab--link {
    flex: 1;
  }

  .footer-bar__btn-icon {
    width: .5rem;
    height: .5rem;
  }

  .footer-bar__button {
    grid-row-gap: .5rem;
    padding: .5rem;
  }

  .footer-bar-component {
    max-width: 100%;
    padding-top: .25rem;
    padding-bottom: .25rem;
    inset: auto 0% 2rem;
    overflow: hidden;
    box-shadow: -3px -3px 1.5rem -.25rem #08151f85;
  }

  .modal-close-trigger {
    width: 2rem;
    height: 2rem;
    padding: .5625rem;
  }

  .footer-bar__btn-heading {
    font-size: .75rem;
    font-weight: 500;
  }

  .footer-bar__links-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .footer-bar__content-wrapper {
    display: block;
  }

  .footer-bar__btn-small-heading {
    font-size: .5rem;
  }

  .flexbox-vertical {
    grid-row-gap: 0rem;
  }

  .hero--product-subtitle {
    font-size: .875rem;
  }

  .bg-tour-virtual {
    height: 40%;
    margin-bottom: -2rem;
  }

  .grid-lazer-header {
    height: 70vw;
  }

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

  ._2-columns-text-wrapper {
    grid-row-gap: .5rem;
  }

  .btn-wrapper {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .logo-osais {
    width: 12rem;
    margin-bottom: 0;
  }

  .ficha-tecnica-unidades {
    grid-template-columns: .75fr .75fr 1fr;
    width: 100%;
  }

  .ficha-header-block {
    font-size: .75rem;
  }

  .ficha-divider {
    width: 2rem;
    margin-top: 1rem;
  }

  .ficha-cell {
    font-size: .769231rem;
    line-height: 1.3;
  }

  .hero-heading {
    letter-spacing: 1.75px;
    font-size: 1.5rem;
  }

  .content-02 {
    align-items: stretch;
  }

  .bol-number {
    min-width: 1rem;
    min-height: 1rem;
    padding: 0;
    font-size: .5rem;
  }

  .bol-number.bol-01 {
    font-size: .5rem;
  }

  .bol__number {
    padding: .25rem .25rem .2rem .4rem;
    font-size: .75em;
    line-height: 1.4em;
  }

  .lightbox-bolotario {
    padding: .8rem;
  }

  .boll_text {
    margin-bottom: 4px;
  }

  .bolotario-list {
    grid-row-gap: .5rem;
    margin-bottom: 0;
  }

  .bol__column {
    grid-column-gap: .75rem;
    margin-bottom: 8px;
    padding-top: 0;
    padding-right: 0;
  }

  .dog-image {
    width: 7rem;
  }

  .modal-04__cookies {
    width: 90%;
    left: 2%;
    right: 2%;
  }

  .modal-cookies__wrapper {
    font-size: .75rem;
    line-height: 1.3rem;
  }

  .cookies-btn {
    justify-content: center;
    width: 100%;
    margin-bottom: 12px;
    display: flex;
  }

  .grid-diferenciais-list {
    grid-row-gap: .5rem;
    flex-direction: column;
    display: flex;
  }

  .diferenciais-grid-text-2 {
    font-size: .875rem;
    line-height: 1.3rem;
  }

  .grid-diferenciais {
    grid-template-columns: 1fr;
    height: 45rem;
  }

  .politica-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .iframe-obras {
    height: 86.5rem;
    padding: 1.5rem 0;
  }
}

#w-node-c01bacad-7add-3926-4935-7c10701742ff-e25c51e0 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c01bacad-7add-3926-4935-7c1070174304-e25c51e0 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_1b811139-0976-cd55-40d0-05edfd18afa8-e25c51e0 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_1b811139-0976-cd55-40d0-05edfd18afb7-e25c51e0 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: start;
}

#w-node-_2409eff0-2764-a7c2-e3cf-fe86134f879c-e25c51e0 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-f43f41d3-f851-527b-24ab-041996d88326-e25c51e0 {
  justify-self: stretch;
}

#w-node-_23d6ed09-6986-d645-ef21-786046aceb56-e25c51e0 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_67f68707-2887-430f-0583-fa1817c643fc-e25c51e0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_32e2932c-1973-a57d-ddf9-1b43ad1ac209-e25c51e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_32e2932c-1973-a57d-ddf9-1b43ad1ac214-e25c51e0, #w-node-a9f56a67-3cf7-627f-96db-78b1544eb6b5-e25c51e0, #w-node-_4f194377-04fa-8679-cfb2-0d421bc555bc-e25c51e0, #w-node-_389ccb14-0a1f-1044-172f-5a809db14826-e25c51e0, #w-node-e7d30f91-9e36-3756-398f-8edd7f054501-e25c51e0, #w-node-d2fe043b-170d-010b-35d3-8f2ee4b8be08-e25c51e0, #w-node-_6cd25dd3-704f-edf3-0724-06e99e0a4f8b-e25c51e0, #w-node-dcb9031b-475a-3e1c-0f83-a4bd27574664-e25c51e0, #w-node-b03cb7eb-24fa-ad74-ea3c-818de7700b5e-e25c51e0, #w-node-_6b773a8e-5c40-368e-d83b-5ea193b34eee-e25c51e0, #w-node-cb52d146-0e43-b075-60c3-02ea3a91cff0-e25c51e0, #w-node-_4e4096da-9442-3f96-df6c-34b7b186a2a5-e25c51e0, #w-node-_09b87a72-1e2a-89ca-fb1d-4ed4284b5d46-e25c51e0, #w-node-db73dcf6-c83a-4bc8-9736-c19f3212aec6-e25c51e0 {
  align-self: stretch;
}

#w-node-_150eb6fc-1629-068d-8ca0-34a68dca1e9b-e25c51e0 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_88b59948-c195-bbcb-8cdf-b19f38acd842-e25c51e0 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-e053595c-688b-cd77-fe94-9855f5238214-e25c51e0, #w-node-_186cad9c-b7f4-36ea-df57-9ea4d27cf6c5-e25c51e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1abf453d-9057-7049-532e-2513984b7467-e25c51e0 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_1abf453d-9057-7049-532e-2513984b746c-e25c51e0 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_9bffcd70-da66-1f7a-4c89-cb6498c7bc1c-e25c51e0 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_9bffcd70-da66-1f7a-4c89-cb6498c7bc23-e25c51e0 {
  justify-self: stretch;
}

#w-node-c9a441cc-6512-29e8-cbb6-082842fc040b-e25c51e0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c9a441cc-6512-29e8-cbb6-082842fc041a-e25c51e0 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: start;
}

#w-node-c9a441cc-6512-29e8-cbb6-082842fc0459-e25c51e0 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-f8291904-0fff-37a7-8eff-59d148b956c0-e25c51e0, #w-node-f8291904-0fff-37a7-8eff-59d148b956cd-e25c51e0, #w-node-f8291904-0fff-37a7-8eff-59d148b956da-e25c51e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32f7e80c-d0f0-0e4b-915c-47cf43bf15ac-e25c51e0, #w-node-_32f7e80c-d0f0-0e4b-915c-47cf43bf15b2-e25c51e0, #w-node-_32f7e80c-d0f0-0e4b-915c-47cf43bf15b8-e25c51e0, #w-node-_32f7e80c-d0f0-0e4b-915c-47cf43bf15be-e25c51e0, #w-node-_32f7e80c-d0f0-0e4b-915c-47cf43bf15c4-e25c51e0, #w-node-_32f7e80c-d0f0-0e4b-915c-47cf43bf15ca-e25c51e0, #w-node-_32f7e80c-d0f0-0e4b-915c-47cf43bf15d0-e25c51e0, #w-node-_32f7e80c-d0f0-0e4b-915c-47cf43bf15d6-e25c51e0, #w-node-_32f7e80c-d0f0-0e4b-915c-47cf43bf15dc-e25c51e0, #w-node-_32f7e80c-d0f0-0e4b-915c-47cf43bf15e2-e25c51e0, #w-node-_32f7e80c-d0f0-0e4b-915c-47cf43bf15e8-e25c51e0, #w-node-_32f7e80c-d0f0-0e4b-915c-47cf43bf15ee-e25c51e0, #w-node-_32f7e80c-d0f0-0e4b-915c-47cf43bf15fa-e25c51e0, #w-node-_727131aa-5f0f-fcde-5929-1e90dbf1a400-e25c51e0, #w-node-_1190a46f-d23e-733c-276b-fde27c611777-e25c51e0, #w-node-_659e7d76-29b4-a804-154d-22e24bef5bf1-e25c51e0 {
  align-self: stretch;
}

#w-node-c3a598f2-079a-779a-cb92-16ab175f308e-e25c51e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_7120ddd6-e17f-69bd-18e6-2f8b9d0a65e7-e25c51e0, #w-node-_3b37eaef-762a-239a-71ba-c7862d614545-e25c51e0, #w-node-_03591753-a794-baf9-6875-a17c45066942-e25c51e0, #w-node-_0b3ecad9-ca60-5518-5df6-db0a33d4e458-e25c51e0, #w-node-_4dc8c137-00db-af55-f0d2-e393e53d39a2-e25c51e0, #w-node-_4b208ea5-9028-5929-37b0-f5234165bf2e-e25c51e0, #w-node-d9cc6d7f-fc37-ae37-ebf6-a34e6fb434f9-e25c51e0, #w-node-_630aa180-97d7-f0cb-d76d-a99dd0748747-e25c51e0, #w-node-_12670106-a045-83a4-c729-9341b632a740-e25c51e0, #w-node-d3772d5d-5732-0783-b1ff-26566c38a8ec-e25c51e0, #w-node-_07f7ed8f-211b-489c-e101-ce2509ac058c-e25c51e0, #w-node-_1fcb0218-fd65-3421-8c8f-e261606c87bb-e25c51e0, #w-node-_6034f8ad-23b8-309e-2c60-fef84fd2ab13-e25c51e0, #w-node-f023471e-d219-9b83-c804-3285e0a3276f-e25c51e0, #w-node-b6c48228-30e4-ad4c-0c11-b13eb33fefa1-e25c51e0, #w-node-_6625b2fc-b2fb-ec52-dbf0-612f3841024a-e25c51e0, #w-node-afd66285-83b2-2567-736f-6eebc32989f1-e25c51e0, #w-node-c07d6886-c1b9-ff98-38dc-df214d1e386a-e25c51e0 {
  align-self: stretch;
}

#w-node-_06d39d6f-150f-ce6a-06c2-06af7db4b33e-e25c51e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82e39c8a-6fc1-13f0-6db6-9c69ada3a5f5-e25c51e0 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-bec3fe2d-0143-7689-3f48-0a961af1328f-e25c51e0, #w-node-bec3fe2d-0143-7689-3f48-0a961af13295-e25c51e0, #w-node-bec3fe2d-0143-7689-3f48-0a961af1329b-e25c51e0, #w-node-bec3fe2d-0143-7689-3f48-0a961af132a1-e25c51e0, #w-node-bec3fe2d-0143-7689-3f48-0a961af132a7-e25c51e0, #w-node-bec3fe2d-0143-7689-3f48-0a961af132b3-e25c51e0, #w-node-bec3fe2d-0143-7689-3f48-0a961af132ad-e25c51e0, #w-node-f8a5dfb9-8c06-d481-0275-c877e1d74125-e25c51e0 {
  align-self: stretch;
}

#w-node-bec3fe2d-0143-7689-3f48-0a961af132b9-e25c51e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-bec3fe2d-0143-7689-3f48-0a961af132cb-e25c51e0 {
  align-self: stretch;
}

#w-node-bec3fe2d-0143-7689-3f48-0a961af132bf-e25c51e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-bec3fe2d-0143-7689-3f48-0a961af132d1-e25c51e0 {
  align-self: stretch;
}

#w-node-bec3fe2d-0143-7689-3f48-0a961af132d7-e25c51e0, #w-node-bec3fe2d-0143-7689-3f48-0a961af132dd-e25c51e0, #w-node-bec3fe2d-0143-7689-3f48-0a961af132e3-e25c51e0, #w-node-bec3fe2d-0143-7689-3f48-0a961af132e9-e25c51e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_43d55549-664e-8620-2d07-f265dfa8dea8-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8deac-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8deb0-e25c51e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43d55549-664e-8620-2d07-f265dfa8deb4-e25c51e0 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_43d55549-664e-8620-2d07-f265dfa8deb7-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8deba-e25c51e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43d55549-664e-8620-2d07-f265dfa8debd-e25c51e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_43d55549-664e-8620-2d07-f265dfa8dec0-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8dec3-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8dec6-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8dec9-e25c51e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_43d55549-664e-8620-2d07-f265dfa8decc-e25c51e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_43d55549-664e-8620-2d07-f265dfa8decf-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8ded2-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8ded5-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8ded8-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8dedb-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8dede-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8dee1-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8deed-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8def0-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8def3-e25c51e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-daa9a852-fbb4-b792-538f-706a2d494e39-e25c51e0 {
  align-self: center;
}

#w-node-daa9a852-fbb4-b792-538f-706a2d494e57-e25c51e0, #w-node-daa9a852-fbb4-b792-538f-706a2d494e5c-e25c51e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_249712e3-d1ab-3f43-9eed-dfde0db560bc-0db560bc {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_05d9c7c2-ba7a-540d-2b57-72fb4714b7d4-a95c5236 {
  align-self: center;
}

#w-node-_853e82d8-425f-5cdb-c8c3-2af0cb297538-a95c5236, #w-node-_05d9c7c2-ba7a-540d-2b57-72fb4714b7fb-a95c5236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d99f917-a195-215c-85a8-1a1b4b101c1a-a95c5236 {
  align-self: center;
}

#w-node-_9d99f917-a195-215c-85a8-1a1b4b101c33-a95c5236, #w-node-_9d99f917-a195-215c-85a8-1a1b4b101c3a-a95c5236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9a58e6d-c811-d35e-c68f-13f812974757-be5c5237 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: center;
}

#w-node-b9a58e6d-c811-d35e-c68f-13f812974758-be5c5237 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center end;
}

#w-node-_7cc71f1d-f828-1cc9-8492-b8714cbf044f-b55c5238 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5599ffff-5270-84b3-dae1-c2379718a01c-b55c5238, #w-node-e26271ed-11b6-0f13-20e5-54c9b04c8669-b55c5238, #w-node-_0142bb95-4220-13f0-2ba5-131cdbb53fef-b55c5238 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_85d58111-f82b-5ee2-954e-bdf205c2dc74-b55c5238 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_85d58111-f82b-5ee2-954e-bdf205c2dc81-b55c5238, #w-node-_85d58111-f82b-5ee2-954e-bdf205c2dc8c-b55c5238, #w-node-_85d58111-f82b-5ee2-954e-bdf205c2dc97-b55c5238 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1b811139-0976-cd55-40d0-05edfd18afa8-e25c51e0 {
    grid-column: span 6 / span 6;
  }

  #w-node-_1b811139-0976-cd55-40d0-05edfd18afb7-e25c51e0 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_2409eff0-2764-a7c2-e3cf-fe86134f879c-e25c51e0 {
    grid-column: span 6 / span 6;
  }

  #w-node-_67f68707-2887-430f-0583-fa1817c643fc-e25c51e0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_32e2932c-1973-a57d-ddf9-1b43ad1ac209-e25c51e0 {
    align-self: start;
  }

  #w-node-_150eb6fc-1629-068d-8ca0-34a68dca1e9b-e25c51e0 {
    grid-column: span 6 / span 6;
  }

  #w-node-_93a26570-0ba6-2e11-1e7f-d2c8115c7f4c-e25c51e0 {
    order: 9999;
  }

  #w-node-_9bffcd70-da66-1f7a-4c89-cb6498c7bc1c-e25c51e0, #w-node-c9a441cc-6512-29e8-cbb6-082842fc040b-e25c51e0 {
    grid-column: span 6 / span 6;
  }

  #w-node-c9a441cc-6512-29e8-cbb6-082842fc041a-e25c51e0 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-f8291904-0fff-37a7-8eff-59d148b956c0-e25c51e0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f8291904-0fff-37a7-8eff-59d148b956da-e25c51e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1b811139-0976-cd55-40d0-05edfd18afa8-e25c51e0, #w-node-_1b811139-0976-cd55-40d0-05edfd18afb7-e25c51e0, #w-node-_2409eff0-2764-a7c2-e3cf-fe86134f879c-e25c51e0 {
    grid-column: span 4 / span 4;
  }

  #w-node-_32e2932c-1973-a57d-ddf9-1b43ad1ac209-e25c51e0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9bffcd70-da66-1f7a-4c89-cb6498c7bc1c-e25c51e0, #w-node-c9a441cc-6512-29e8-cbb6-082842fc040b-e25c51e0, #w-node-c9a441cc-6512-29e8-cbb6-082842fc041a-e25c51e0 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_811ced65-60b8-7a13-10bc-1201d403eb55-e25c51e0 {
    justify-self: stretch;
  }

  #w-node-f8291904-0fff-37a7-8eff-59d148b956c0-e25c51e0, #w-node-f8291904-0fff-37a7-8eff-59d148b956da-e25c51e0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_43d55549-664e-8620-2d07-f265dfa8deb4-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8deb7-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8deba-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8dec0-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8dec3-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8dec6-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8dec9-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8decf-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8ded2-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8ded5-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8ded8-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8dedb-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8dede-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8dee1-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8deed-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8def0-e25c51e0, #w-node-_43d55549-664e-8620-2d07-f265dfa8def3-e25c51e0 {
    align-self: stretch;
  }

  #w-node-b9a58e6d-c811-d35e-c68f-13f812974757-be5c5237, #w-node-b9a58e6d-c811-d35e-c68f-13f812974758-be5c5237 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Headstock Sans';
  src: url('../fonts/HeadstockSansSemibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Headstock Sans';
  src: url('../fonts/HeadstockSansRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Headstock Sans';
  src: url('../fonts/HeadstockSansBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Headstock Sans';
  src: url('../fonts/HeadstockSansExtrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}