:root {
  --neutral-300: #4a5457;
  --neutral-700-bg: #e6e7e866;
  --secondary-03: #2c494e;
  --primary-default: #a87a53;
  --primary-hover: #805d40;
  --primary-light: #dbc2ad;
  --secondary-01: #844428;
  --secondary-02: #632316;
  --secondary-04: #3b2d18;
  --neutral-100: #2b2827;
  --neutral-200: #363e40;
  --neutral-400: #636d70;
  --neutral-500: #8a9599;
  --neutral-600: #e6e7e8;
  --neutral-700: #e6e7e8;
  --neutral-800: white;
  --accessible-components--dark-grey: #9b9b9b;
  --footer: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--neutral-300);
  font-family: Rubik, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

h1 {
  text-wrap: pretty;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  text-wrap: pretty;
  margin-bottom: 0;
}

img {
  border-radius: 4px;
  max-width: 100%;
  display: inline-block;
}

.page-wrapper {
  z-index: 5;
  background-color: #fff;
  position: relative;
  overflow: visible;
}

.main-wrapper {
  overflow: hidden;
}

.section-hero {
  z-index: 25;
  background-color: #fff;
  justify-content: center;
  align-items: stretch;
  height: 100dvh;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.page-padding {
  margin-left: 64px;
  margin-right: 64px;
  padding-top: 200px;
  padding-bottom: 200px;
}

.page-padding.hero-padding {
  width: 100%;
  height: 100%;
  margin-left: 4vw;
  margin-right: 4vw;
  padding-top: 9vh;
  padding-bottom: 9vh;
}

.page-padding.small-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

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

.container {
  z-index: 20;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-galeria {
  background-color: var(--neutral-700-bg);
}

.section-localizacao {
  background-color: var(--secondary-03);
  border-radius: 3px;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
}

.section-contato {
  background-color: var(--secondary-03);
}

.sg-label {
  color: #808c91;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.p-large {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.7em;
}

.p-large.pl-bold {
  letter-spacing: -.25px;
  flex: 1;
  font-size: 1.125rem;
  font-weight: 600;
}

.p-large.pl-medium {
  letter-spacing: -.25px;
  font-weight: 500;
}

.p-large.pl-regular {
  letter-spacing: -.25px;
  font-weight: 400;
}

.spacer {
  background-color: #ece7e000;
  height: 48px;
}

.spacer._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 48px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._32 {
  background-color: #0000;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.spacer._80 {
  background-color: #0000;
  width: 80px;
  height: 80px;
}

.spacer._16 {
  background-color: #0000;
  height: 16px;
}

.spacer._128 {
  background-color: #0000;
  width: 128px;
  height: 128px;
}

.spacer._64 {
  background-color: #0000;
  width: 64px;
  height: 64px;
}

.spacer._96 {
  background-color: #0000;
  width: 96px;
  height: 96px;
}

.spacer._8px {
  background-color: #ece7e000;
  width: 8px;
  height: 8px;
}

.sg-block {
  margin-bottom: 32px;
}

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

.heading.title-56px {
  letter-spacing: -2.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 56px;
  line-height: 1.25;
}

.heading.title-32px {
  letter-spacing: -.75px;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.35;
}

.heading.title-40px {
  color: var(--primary-default);
  letter-spacing: -.75px;
  text-transform: uppercase;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.35em;
}

.heading.title-27px {
  letter-spacing: -.75px;
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.4em;
}

.heading.title-18 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.heading.subtitle-21px {
  letter-spacing: -.75px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.6;
}

.heading.subtitle-21px.subtitle-2 {
  letter-spacing: 0;
  font-size: 1.1rem;
  font-weight: 300;
}

.heading.subtitle-21px.hero-subtitle {
  color: var(--primary-default);
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 300;
}

.heading.subtitle-18px {
  letter-spacing: -.75px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.text-box {
  max-width: 750px;
}

.text-box._640px {
  max-width: 640px;
  min-height: 64px;
}

.text-box._640px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-box._400px {
  max-width: 400px;
  min-height: 64px;
}

.text-box._400px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-box._560px {
  max-width: 560px;
}

.text-box._560px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-box._800px {
  max-width: 800px;
  min-height: 64px;
}

.text-box._800px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-box._700px {
  max-width: 700px;
  min-height: 64px;
}

.text-box._700px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-box.text-box-full {
  width: 100%;
}

.text-box._480px {
  max-width: 480px;
}

.sg-title {
  color: #3f3b35;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.4em;
}

.sg-section {
  z-index: 0;
  padding: 96px;
}

.sg-section.sg-color-block {
  background-color: #0000000d;
}

.horizontal-line {
  opacity: .2;
  background-color: #1d1916;
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.sg-description {
  color: #929aa1;
  max-width: 400px;
}

.ds-section-header {
  margin-bottom: 50px;
}

.ds-colour-block {
  flex: 1;
  padding-right: 16px;
  display: inline-block;
}

.color-palette {
  background-color: #111314;
  border-radius: 5px;
  width: 100%;
  height: 80px;
  margin-left: 0;
  margin-right: 0;
}

.color-palette.primary-pallete.primary-default {
  background-color: var(--primary-default);
}

.color-palette.primary-pallete.primary-hover {
  background-color: var(--primary-hover);
}

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

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

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

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

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

.color-palette.neutral-palette.neutral-100 {
  background-color: var(--neutral-100);
}

.color-palette.neutral-palette.neutral-200 {
  background-color: var(--neutral-200);
}

.color-palette.neutral-palette.neutral-300 {
  background-color: var(--neutral-300);
}

.color-palette.neutral-palette.neutral-400 {
  background-color: var(--neutral-400);
}

.color-palette.neutral-palette.neutral-500 {
  background-color: var(--neutral-500);
}

.color-palette.neutral-palette.neutral-600 {
  background-color: var(--neutral-600);
}

.color-palette.neutral-palette.neutral-700 {
  background-color: var(--neutral-700);
}

.color-palette.neutral-palette.neutral-800 {
  background-color: var(--neutral-800);
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.primary-button {
  background-color: var(--primary-default);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  min-height: 56px;
  margin-bottom: 8px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .24s ease-in-out;
  display: inline-block;
}

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

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

.primary-button.disabled {
  box-shadow: none;
  background-color: #d4e9ff;
}

.primary-button.disabled:hover {
  color: #fff;
}

.primary-button.grey {
  box-shadow: none;
  color: #4c5458;
  background-color: #e1e5e7;
}

.primary-button.grey:hover {
  color: #2a2f31;
  background-color: #afb7bb;
}

.primary-button.grey:active {
  color: #111314;
  background-color: #808c91;
}

.primary-button.minimal {
  box-shadow: none;
  color: #356af0;
  background-color: #0000;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.primary-button.minimal:hover {
  color: #0f42c3;
}

.primary-button.minimal:active {
  color: #0a3092;
}

.primary-button.outline {
  border: 3px solid var(--primary-default);
  color: var(--neutral-200);
  background-color: #0000;
}

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

.primary-button.outline:active {
  background-color: #0f42c3;
  box-shadow: inset 0 0 0 2px #0f42c3;
}

.primary-button.light {
  color: #356af0;
  background-color: #d0e8ff;
}

.primary-button.light:hover {
  color: #0f42c3;
  background-color: #9ec5fa;
}

.primary-button.light:active {
  color: #fff;
  background-color: #356af0;
}

.primary-button.small-btn {
  min-height: 48px;
  padding: 12px 24px;
  font-size: 14px;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.small-button {
  color: #fff;
  text-align: center;
  background-color: #356af0;
  border-radius: 4px;
  flex: none;
  margin-bottom: 16px;
  padding: 6px 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px #00000008;
}

.small-button:hover {
  color: #fff;
  background-color: #0f42c3;
  box-shadow: 0 7px 20px -10px #0003;
}

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

.small-button.light {
  color: #356af0;
  background-color: #d0e8ff;
  margin-right: 0;
}

.small-button.light:hover {
  color: #0f42c3;
  background-color: #9ec5fa;
}

.small-button.light:active {
  color: #fff;
  background-color: #356af0;
}

.small-button.outline {
  color: #356af0;
  background-color: #0000;
  box-shadow: inset 0 0 0 2px #9accff;
}

.small-button.outline:hover {
  color: #fff;
  background-color: #356af0;
  box-shadow: inset 0 0 0 2px #356af0;
}

.small-button.outline:active {
  background-color: #0f42c3;
  box-shadow: inset 0 0 0 2px #0f42c3;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-3 {
  flex: none;
  width: 25%;
}

.column.desk-4 {
  width: 33.33%;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-2 {
  width: 16.66%;
}

.column.desk-12 {
  width: 100%;
}

.column.desk-11 {
  width: 91.66%;
}

.column.desk-10 {
  width: 83.33%;
}

.column.desk-5 {
  width: 41.66%;
}

.column.desk-7 {
  width: 58.3333%;
}

.column.desk-6 {
  width: 50%;
}

.column.desk-8 {
  width: 66.6667%;
}

.column.desk-1 {
  flex: 0 auto;
  width: 8.33%;
}

.column-styleguide {
  background-color: #d0e8ff;
  border-radius: 6px;
  width: 100%;
  height: 40px;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.grid.desk-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.desk-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

._1-2-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 1000px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.ds-module {
  background-color: #d0e8ff;
  border-radius: 5px;
  flex-direction: column;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  position: relative;
}

._2-1-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 1000px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.visible-spacer {
  background-color: #d0e8ff;
  border-radius: 5px;
  display: inline-block;
}

.form-success {
  color: #444;
  background-color: #d4e9ff;
  border-radius: 6px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.text-input {
  border: 1px solid #e1e5e7;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 24px 16px;
  font-size: 15px;
  line-height: 1.4px;
  box-shadow: 0 0 10px #00000003;
}

.text-input:focus {
  border-color: #529dff;
}

.text-input::placeholder {
  color: #e1e5e7;
}

.text-input.form {
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4em;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.field-label {
  color: #4c5458;
  font-size: 14px;
  font-weight: 500;
}

.form-dropdown {
  color: #4c5458;
  background-color: #fff;
  border: 1px solid #e1e5e7;
  border-radius: 5px;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 15px;
  position: relative;
}

.form-dropdown:hover, .form-dropdown:focus {
  color: #37474e;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.form-error {
  color: #444;
  background-color: #ece7e0;
  border-radius: 6px;
  padding: 16px;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

.check-box {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  background-color: #2b95ff;
  background-position: 50%;
  background-size: 16px;
  border-color: #2b95ff;
}

.form {
  margin-bottom: 8px;
}

.field-block {
  z-index: 1;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #2b95ff;
}

.p-medium {
  margin-bottom: 0;
  line-height: 1.8em;
}

.p-medium.pm-bold {
  font-family: Rubik, sans-serif;
  font-weight: 600;
}

.p-medium.pm-medium {
  font-weight: 500;
}

.p-medium.pm-regular {
  font-weight: 400;
}

.p-medium.pm-light {
  font-weight: 300;
}

.p-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8em;
}

.p-small.ps-medium {
  flex: 1;
  font-weight: 500;
}

.p-small.ps-bold {
  font-weight: 600;
}

.p-small.ps-regular {
  opacity: .6;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 300;
}

.sg-block-group {
  margin-bottom: 96px;
}

.label-p {
  color: var(--primary-default);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-right: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.label-p.dark-background {
  color: var(--primary-light);
}

.label-p.dual-line-label {
  margin-left: 40px;
}

.label-p.label-p-margin-0 {
  margin-right: 0;
}

.hero-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 28vw;
  height: 100%;
  display: flex;
}

.hero-image {
  background-image: url('../images/hero_banner_img.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  flex: 1;
  height: 100%;
  margin-right: -4vw;
  position: relative;
  overflow: hidden;
}

.hero-image.old-hero {
  display: none;
}

.hero-image.is-video-bg {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  width: 100%;
  display: block;
}

.hero-image.is-video-bg.u-display-none {
  display: none;
}

.hero-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.hero-logo {
  min-width: 100px;
  max-width: 160px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-colors {
  margin-bottom: 0;
}

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

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

.text-colors.neutral-palette.neutral-300 {
  color: var(--neutral-300);
}

.text-colors.neutral-palette.neutral-500 {
  color: var(--neutral-500);
}

.text-colors.neutral-palette.neutral-800 {
  color: var(--neutral-800);
}

.text-colors.neutral-palette.neutral-800-4 {
  color: #fff6;
}

.text-colors.neutral-palette.neutral-800-6 {
  color: #fff9;
}

.hero-divider {
  background-color: var(--primary-default);
  border-radius: 20px;
  width: 56px;
  height: 3px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.hero-divider-big {
  background-color: var(--primary-default);
  border-radius: 20px;
  width: 130%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: -6vw;
}

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

.image-fit.image-shadow {
  z-index: -5;
  filter: blur(70px);
  position: absolute;
  inset: 48px 0% 0%;
  transform: scale(.8);
}

.hero-cta-btn {
  opacity: .8;
  color: var(--primary-default);
  align-items: center;
  text-decoration: none;
  transition: opacity .32s ease-in-out;
  display: flex;
}

.hero-cta-btn:hover {
  opacity: 1;
}

.circle-arrow {
  border: 2px solid var(--primary-default);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  padding: 7px 7px 8px;
  display: flex;
}

.svg-icon.xxestra-small {
  width: 16px;
  height: 16px;
}

.svg-icon.medium-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.hero-img-caption {
  z-index: 2;
  background-color: var(--secondary-01);
  color: var(--neutral-800);
  flex-flow: column;
  max-width: 550px;
  padding: 16px 32px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.heading-block {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
  display: flex;
}

.heading-block.no-margin {
  margin-bottom: 0;
}

.heading-block._480px-size {
  max-width: 480px;
}

.heading-block.cta-decorado, .heading-block.endereco-block {
  flex-wrap: wrap;
  align-items: center;
}

.heading-block._560px-size {
  max-width: 560px;
}

.label {
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.label.margin-0 {
  grid-column-gap: .5rem;
  margin-bottom: 0;
}

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

.label.margin-small {
  margin-bottom: 1.5rem;
}

.label-line {
  background-color: var(--primary-default);
  flex: 0 auto;
  width: 96px;
  height: 1px;
}

.label-line.dark-background {
  background-color: var(--primary-light);
}

.label-line.label-line-small, .label-line.mobile-hide {
  width: 2rem;
}

.sld-galeria {
  background-color: #ddd0;
  width: 100%;
  height: 60vh;
}

.sld-galeria__mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.sld-galeria__slide {
  border-radius: 6px;
  margin-right: 32px;
  transition: box-shadow .56s ease-in-out, border-radius .56s ease-in-out;
  overflow: hidden;
}

.sld-galeria__slide:hover {
  box-shadow: 0 20px 50px -5px var(--neutral-500), 0 30px 40px -30px var(--neutral-500), 0 20px 80px -30px var(--neutral-500);
  border-radius: 10px;
}

.sld-galeria__slide.medium-size {
  width: 50%;
}

.sld-galeria__lightbox {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.sld-galeria__slide-overlay {
  pointer-events: none;
  background-image: linear-gradient(#0000 50%, #2b2827b3);
  border-radius: 4px;
  position: absolute;
  inset: 0%;
}

.sld-galeria__caption-wrapper {
  z-index: 2;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 24px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.slide-nav {
  display: none;
}

.heading-left.flex-vertical, .heading-left.adress-heading {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.sld-galeria__caption-line {
  background-color: var(--primary-default);
  flex: 1;
  height: 1px;
  margin-left: 32px;
}

.sld-btn {
  background-color: var(--secondary-03);
  border-radius: 4px;
  width: 56px;
  height: 56px;
  font-size: 19px;
  transition: background-color .56s ease-in-out;
}

.sld-btn:hover {
  background-color: #2c5b63;
}

.sld-btn.sld-btn__right-side {
  margin-right: 24px;
  transition-property: none;
}

.sld-btn.sld-btn__right-side:hover {
  background-color: #2c5b63;
}

.sld-btn.sld-btn__right-side.is-slide {
  margin-right: -10px;
}

.sld-btn.sld-btn__left-side {
  margin-left: -24px;
}

.zoom-btn {
  z-index: 2;
  background-color: var(--secondary-03);
  color: #ffffff80;
  border-radius: 4px;
  width: 56px;
  height: 56px;
  margin-top: 24px;
  margin-right: 24px;
  padding: 20px;
  font-size: 16px;
  transition: height .42s ease-in-out, width .42s ease-in-out, color .42s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.zoom-btn:hover {
  color: var(--neutral-800);
  width: 60px;
  height: 60px;
}

.zoom-btn.small-zool-btn {
  width: 48px;
  height: 48px;
  margin-top: 16px;
  margin-right: 16px;
  padding: 16px;
}

.zoom-btn.btn-with-capton {
  flex-direction: row;
  align-items: center;
  width: auto;
  height: 48px;
  margin-top: 16px;
  margin-right: 16px;
  padding: 16px;
  display: flex;
}

.zoom-btn.zoom-btn-brown {
  background-color: var(--primary-default);
}

.icon-btn {
  color: var(--neutral-500);
  background-color: #8a95991f;
  border-radius: 6px;
  margin-left: 12px;
  padding: 16px 24px;
}

.download-btn-wrapper {
  display: none;
}

.grid-about {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: 100%;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 64px;
  display: grid;
}

.grid-01_lightbox {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: relative;
}

.shadow-hover-trigger {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  transition: box-shadow .56s ease-in-out, border-radius .56s ease-in-out;
  position: relative;
}

.shadow-hover-trigger:hover {
  border-radius: 10px;
  box-shadow: 0 20px 50px -5px #8a959980, 0 30px 40px -30px #8a959980, 0 20px 80px -30px #8a959980;
}

.shadow-hover-trigger.dark-shadow {
  text-decoration: none;
}

.shadow-hover-trigger.dark-shadow:hover {
  box-shadow: 0 20px 50px -5px #0d202487, 0 30px 40px -30px #0d202487, 0 20px 80px -30px #0d202487;
}

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

.conceito-block {
  flex: 1;
  padding-bottom: 4rem;
}

.conceito-block.is-center {
  padding-top: 4rem;
}

.feature-block {
  flex-flow: wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.conceito-icon {
  background-color: #dbc2ad3d;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  display: flex;
}

.conceito-icon-block {
  flex: 0 auto;
  align-items: center;
  width: 45%;
  margin-bottom: 40px;
  margin-right: 16px;
  display: flex;
}

.conceito-content {
  flex: none;
}

.grid-02__plantas {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 6rem;
  display: grid;
}

.tabs-plantas {
  flex-direction: column;
  display: flex;
}

.tabs-menu {
  flex: none;
  margin-bottom: 40px;
  margin-left: auto;
}

.tab-btn {
  border: 2px solid var(--primary-default);
  color: var(--primary-default);
  background-color: #fff;
  border-radius: 6px;
  margin-left: 16px;
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 500;
}

.tab-btn.w--current {
  background-color: var(--primary-default);
  color: #fff;
  overflow: visible;
}

.tab-arrow {
  background-color: var(--primary-default);
  border-radius: 4px;
  width: 16px;
  height: 16px;
  display: none;
  position: absolute;
  inset: auto auto -5px 24px;
  transform: rotate(45deg);
}

.tab-content {
  flex: none;
  overflow: visible;
}

.tab-pane {
  width: 100%;
  height: 100%;
}

.sld-plantas {
  background-color: #fff0;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.sld-plantas__mask {
  overflow: visible;
}

.sld-plantas__slide {
  border: 1.5px solid var(--primary-default);
  border-radius: 6px;
  margin-right: 3rem;
}

.sld-plantas__slide.slide-opc-01 {
  height: 38rem;
  padding: 2rem 2rem 2rem 3.5rem;
}

.sld-plantas__slide.slide-opc-02 {
  height: 38rem;
  padding: 2rem;
}

.sld-plantas__heading-wrapper {
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.sld-plantas__heading-wrapper.heading-wrapper-opc-01 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sld-plantas__heading-wrapper.heading-wrapper-opc-02 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.sld-plantas__heading-label {
  color: var(--neutral-500);
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.sld-plantas__heading-label.heading-label-01 {
  justify-content: flex-start;
  margin-bottom: 2rem;
}

.sld-plantas__heading-label-line {
  background-color: var(--neutral-600);
  color: var(--neutral-600);
  width: 96px;
  height: 1.5px;
  margin-left: 32px;
}

.sld-plantas__heading-units {
  align-items: center;
  font-size: 2.5rem;
  display: flex;
}

.sld-plantas__diferenciais-wrapper {
  border-top: 1px solid var(--neutral-600);
  border-bottom: 1px solid var(--neutral-600);
  color: var(--neutral-400);
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.sld-plantas__diferenciais-wrapper.diferenciais-wrapper-opc-01 {
  margin-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.sld-plantas__diferenciais-block {
  margin-right: 1rem;
  display: flex;
}

.icon-plantas {
  margin-right: 16px;
}

.sld-plantas__slide-content {
  flex-direction: column;
  grid-template-rows: auto 32.5rem;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: grid;
}

.sld-plantas__slide-content.slide-content-opc-01 {
  grid-column-gap: 1rem;
  flex-direction: row;
  grid-template-rows: 100%;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sld-plantas__slide-content.slide-content-opc-02 {
  grid-row-gap: 1.5rem;
  flex-direction: row;
  grid-template-rows: auto minmax(200px, 1fr) auto;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sld-plantas__planta-wrapper {
  border: 1px solid var(--neutral-600);
  border-radius: 6px;
  height: 100%;
  position: relative;
}

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

.sld-plantas__cta {
  z-index: 100;
}

.sld-plantas__cta.cta_opc_02 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.sld-plantas__cta.cta_opc_01 {
  flex-direction: column;
  margin-top: 3rem;
  display: flex;
}

.btn-icon {
  background-color: var(--primary-default);
  color: #fff;
  border-radius: 6px;
  flex: none;
  align-items: center;
  height: 40px;
  margin-top: 0;
  margin-right: 1rem;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
}

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

.btn-icon.btn-icon-outline {
  border: 2px solid var(--primary-default);
  color: var(--primary-default);
  background-color: #0000;
  display: none;
}

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

.btn-icon.btn-icon-outline:active {
  background-color: #0000;
}

.btn-icon.btn-icon-opc-01 {
  margin-bottom: .5rem;
}

.btn-p {
  line-height: 1;
}

.sld-btn-plantas {
  background-color: var(--primary-default);
  border-radius: 4px;
  width: 56px;
  height: 56px;
  font-size: 19px;
}

.sld-btn-plantas.sld-btn__right-side {
  margin-right: -72px;
}

.sld-btn-plantas.sld-btn__left-side {
  margin-left: -72px;
}

.service-heading {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ficha-mask {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.ficha-slide {
  border: 1px solid var(--primary-light);
  width: 25%;
  height: 330px;
  margin-right: -1px;
  overflow: hidden;
}

.icon-diferenciais {
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 62px;
}

.ficha-arrows {
  background-color: var(--primary-default);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  transition: all .8s cubic-bezier(.785, .135, .15, .86);
  display: none;
  position: absolute;
  inset: auto 1% -72px auto;
}

.ficha-arrows:hover {
  background-color: #3a3a40;
  transform: translate(5px);
}

.ficha-arrows.left {
  right: 80px;
}

.ficha-arrows.left:hover {
  background-color: var(--primary-hover);
  transform: translate(-5px);
}

.card {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-tour {
  background-color: var(--neutral-700-bg);
}

.tour-virtual {
  background-image: url('../images/galeria_modal_jd_lobato_26.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-bottom: 4rem;
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative;
}

.tour-virtual__content-wrapper {
  z-index: 5;
  background-color: var(--secondary-03);
  width: 50%;
  height: 100%;
  margin-left: -24px;
  padding: 80px;
  position: relative;
}

.p-xlarge {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 1.7em;
}

.p-xlarge.pxl-medium {
  letter-spacing: -.25px;
  font-weight: 500;
}

.tour-icon {
  width: 64px;
  position: absolute;
  inset: 24px 24px auto auto;
}

.tour-icon.is-center-align {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.ficha-tecnica {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-bottom: 56px;
  display: grid;
}

.ficha-tecnica__column {
  border-bottom: 1px solid var(--primary-default);
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: space-around;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  display: flex;
}

.ficha-tecnica__column.center-align-column {
  align-items: center;
}

.column__heading {
  color: var(--neutral-100);
  text-transform: uppercase;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.column__heading.column_subtitle {
  color: var(--neutral-400);
  text-align: right;
  text-transform: none;
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.column__heading.column_subtitle-box {
  border: 1px solid var(--primary-light);
  color: var(--neutral-400);
  text-align: right;
  text-transform: none;
  background-color: #e6e7e8b3;
  border-radius: 3px;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 12px 2rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.column__heading-block {
  align-items: center;
  width: 40%;
  display: flex;
}

.column__heading-block.small-column {
  width: 21%;
  margin-top: 9px;
}

.column__heading-icon {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}

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

.span-highlight {
  color: var(--primary-default);
}

.line-disclaimer {
  background-color: var(--neutral-600);
  width: 64px;
  height: 3px;
  margin-top: 24px;
}

.bg-localizacao {
  background-color: #fff;
  height: 520px;
  position: absolute;
  inset: 0%;
}

.map-wrapper {
  border-radius: 2px;
  height: 560px;
  margin-bottom: 24px;
  overflow: hidden;
}

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

.map-icon {
  background-color: #dbc2ad3d;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  display: flex;
}

.micro-localizacao {
  -webkit-text-fill-color: inherit;
  background-color: #16363c;
  background-clip: border-box;
  margin-top: -40px;
  margin-bottom: -40px;
}

.accordion-title {
  color: var(--primary-default);
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 300;
  line-height: 28px;
}

.accordion-block {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 48%;
  margin-bottom: 40px;
  display: flex;
}

.accordion-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.accordion-p {
  color: var(--neutral-800);
  max-width: 640px;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
}

.accordion-p.list-p {
  color: #ffffffb3;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
}

.accordion-localizacao {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 56px;
  display: flex;
}

.accordion-header {
  border-bottom: 1px solid var(--primary-default);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 24px;
  display: flex;
}

.accordion-btn {
  color: var(--primary-default);
  background-color: #2b464b;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  display: flex;
  position: relative;
}

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

.acordion-list {
  width: 480px;
  margin-bottom: 0;
}

.acordion-list-item {
  color: #ffffff40;
}

.vista-localizacao {
  background-color: var(--secondary-03);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  position: relative;
}

.vista-wrapper {
  border-radius: 2px;
  width: 100%;
  height: 560px;
  margin-top: 32px;
  margin-bottom: 56px;
  overflow: hidden;
}

.lightbox-vista {
  background-image: url('../images/DJI_0009.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-ficha-tecnica {
  background-color: var(--neutral-700-bg);
}

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

.grid-lazer__image-wrapper {
  border-radius: 3px;
  width: 100%;
  height: 480px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}

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

.grid-lazer__content-divider {
  background-color: var(--primary-default);
  width: 32px;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 12px;
}

.p-xsmall {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.8em;
}

.p-xsmall.pxs-medium {
  font-weight: 500;
  line-height: 1em;
}

.right-content {
  z-index: 1;
  flex: 1;
  max-width: 560px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

._32px-bottom-margin {
  padding-bottom: 32px;
}

.email-code__wrapper {
  justify-content: center;
}

.icon-link__heading {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.icon-link__block {
  cursor: pointer;
  align-items: center;
  transition: all .6s ease-in-out;
  display: flex;
}

.icon-link__block:hover {
  transform: translate(12px)scale(1.045);
}

.icon-link__block.hide {
  display: none;
}

.form-wrapper {
  z-index: 25;
  border: 1px none var(--secondary-01);
  background-color: #fff;
  border-radius: 4px;
  height: 100%;
  padding: 2rem;
  position: relative;
}

.contact-link__wrapper {
  background-color: var(--secondary-01);
  border-radius: 12px;
  margin-right: 16px;
  padding: 16px;
}

.contact-link__wrapper.whatsapp {
  background-color: #25d366;
}

.contact-link__wrapper.chat {
  background-color: #c3ab87;
}

.left-content {
  z-index: 1;
  flex: 1;
  max-width: 50%;
  padding-right: 120px;
  position: relative;
}

.contato-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-32 {
  object-fit: contain;
  width: 32px;
  height: 32px;
  margin-top: 0;
  margin-right: 0;
}

.gamaro-logo__block {
  margin-top: 56px;
  margin-left: 32px;
  margin-right: 72px;
}

.gamaro-heading__block {
  max-width: 720px;
  padding-bottom: 56px;
}

.logo-gamaro__portfolio {
  object-fit: fill;
  width: auto;
  max-width: 240px;
}

.slide-gamaro {
  z-index: 255;
  border-radius: 4px;
  width: 32%;
  height: 100%;
  margin-right: 32px;
  transition: all .4s ease-in-out;
  overflow: hidden;
}

.slide-gamaro:hover {
  box-shadow: 0 0 160px -12px #0000001c, 0 0 80px -30px #0009;
}

.heading-intitucional {
  color: #fff;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.25;
}

.gamaro-slider__wrapper {
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: 40rem;
  margin-top: -180px;
}

.gamaro-slider__mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.gamaro-heading__wrapper {
  align-items: flex-start;
  display: flex;
}

.gamaro-heading__content {
  background-color: #4cc0ad;
  width: 300%;
  margin-right: -588px;
  padding-top: 56px;
  padding-bottom: 180px;
  padding-left: 96px;
}

.slide-nav-dots {
  display: none;
}

.paragraph-gamaro {
  color: var(--neutral-300);
  object-fit: fill;
  max-width: 640px;
  font-family: Rubik, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  position: static;
}

.section-gamaro {
  background-color: #f1f3ee;
  justify-content: flex-start;
  align-items: center;
}

.sld-btn-gamaro {
  background-color: var(--secondary-03);
  border-radius: 4px;
  width: 48px;
  height: 48px;
  font-size: 19px;
  transition: background-color .56s ease-in-out;
}

.sld-btn-gamaro:hover {
  background-color: #2c5b63;
}

.sld-btn-gamaro.sld-btn__right-side {
  margin-right: -24px;
  transition-property: none;
}

.sld-btn-gamaro.sld-btn__right-side:hover {
  background-color: #2c5b63;
}

.sld-btn-gamaro.sld-btn__left-side {
  margin-left: 24px;
}

.slide-gamaro__card-content {
  z-index: 202;
  color: #fff;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  inset: auto 0% 0%;
}

.slide-gamaro__card-heading {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 24px;
}

.slide-gamaro__lightbox_overlay {
  z-index: 201;
  background-color: #0000007d;
  position: absolute;
  inset: 0%;
}

.slide-gamaro__card_status {
  z-index: 202;
  background-color: var(--secondary-03);
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  padding: 16px 24px;
  font-size: 14px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.slide-gamaro__card_status.entregue {
  background-color: var(--secondary-01);
}

.d1up---footer-disclaimer {
  color: #747777;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.texto-legal {
  color: #4a5457bf;
  margin-top: 32px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

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

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

.disclaimer-text {
  color: var(--neutral-400);
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.disclaimer-text:hover {
  color: #252c2b;
}

.disclaimer-text.white-disclaimer {
  color: #ffffffb3;
  font-size: 12px;
  font-weight: 400;
}

._2px-divider {
  background-color: #7477773d;
  width: 2px;
  height: 70%;
  margin-left: 8px;
  margin-right: 8px;
}

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

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

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

.footer-link:hover {
  color: #4cc0ad;
}

.footer-content-02 {
  flex-direction: column;
  align-items: stretch;
  margin-top: 56px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

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

.footer-icon {
  object-fit: contain;
  width: 21px;
  height: 21px;
  margin-top: 0;
}

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

.logo-gamaro {
  width: 100%;
  max-width: 320px;
  height: 100%;
}

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

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

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

.assinatura {
  color: #747777;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 500;
}

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

.footer-disclaimer:hover {
  color: #4cc0ad;
}

.slide-gamaro__card-units {
  justify-content: space-between;
  margin-top: 16px;
  display: flex;
}

.slide-gamaro__cta-wrapper {
  color: #fff;
  text-decoration: none;
  display: flex;
}

.slide-gamaro__cta-arrow {
  margin-left: 8px;
}

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

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

.navbar__logo {
  width: 50px;
}

.navbar__container {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  z-index: 55555;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  min-height: 80px;
  padding-left: 64px;
  padding-right: 64px;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 80px -19px #8a9599bd;
}

.nav-link {
  color: var(--neutral-400);
  font-size: 15px;
  font-weight: 500;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--primary-default);
}

.nav-link.nav-link-hidden {
  display: none;
}

.nav-menu {
  align-items: center;
  height: 100%;
  min-height: 80px;
  margin-top: 0;
  display: flex;
}

.nav-divider {
  background-color: var(--neutral-600);
  border-radius: 333px;
  width: 2.5px;
  height: 32%;
}

.feauture-p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
}

.link-block {
  text-decoration: none;
  position: relative;
}

.gamaro-link-block {
  width: 100%;
  height: 100%;
}

.small-text-span {
  font-size: .875rem;
}

.footer-fixo__caption-small {
  color: #a1171f;
  font-style: normal;
  font-weight: 600;
  display: none;
}

.footer-fixo {
  z-index: 255;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 -16px 40px -20px #0000000f, 0 -16px 120px -20px #00000029;
}

.footer-fixo__caption {
  color: #a1171f;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: -1px;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}

.footer-fixo__icon {
  object-fit: contain;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.footer-fixo__heading {
  color: #a1171f;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.footer-fixo__wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-fixo__item {
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #dda4a7;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
  position: relative;
}

.footer-fixo__item:hover {
  transform: translate(0, -6px);
  box-shadow: 0 18px 32px -16px #0000005c;
}

.footer-fixo__item.hide {
  display: none;
}

.modal-wrapper {
  z-index: 998;
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 60rem;
  padding: 3rem 5.6rem 3rem 3rem;
  position: relative;
}

.modal-close-trigger {
  color: #fff;
  cursor: pointer;
  background-color: #303030;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 16px;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.modal-close-trigger:hover {
  color: #fff;
  background-color: #ea3838;
  padding-top: 14px;
  box-shadow: 0 12px 24px #0000004a;
}

.svg-icon-2 {
  padding-top: 5px;
}

.modal-heading {
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  line-height: 1.4;
}

.modal-heading.modal-subheadingsubheading {
  color: var(--primary-default);
  font-size: .875rem;
}

.modal-bg {
  z-index: 997;
  background-color: #0000008f;
  position: absolute;
  inset: 0%;
}

.fixed-elements {
  font-style: normal;
}

.modal-02-whatsapp, .modal_mail_wrap, .modal-03-chat {
  z-index: 999;
  background-color: #000000a3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-banner {
  z-index: 10;
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
  position: fixed;
  inset: auto auto 32px 32px;
}

.cookie-banner.cookie-banner-opc2 {
  z-index: 998;
  outline-offset: 0px;
  border-radius: 20px;
  outline: 1px solid #a87a53;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 2rem;
  font-size: .875em;
  display: none;
  position: fixed;
  inset: auto 2.5% 8rem auto;
  box-shadow: 0 6px 23px #14142b14;
}

.cookie-banner-buttons {
  color: #fff;
  text-align: center;
  background-color: #a87a53;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #a87a5369;
}

.cookie-banner-buttons:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.cookie-banner-buttons.cookie-banner-button-small {
  flex: none;
  margin-left: 2rem;
  padding: 1rem 1.5rem;
  font-size: .875rem;
  line-height: 1.6;
}

.cookie-banner-buttons.cookie-banner-button-small:hover {
  background-color: #805d40;
  box-shadow: 0 4px 20px #a87a53ab;
}

.section-videos {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#051417bf, #051417bf), url('../images/Video_Jardim-Lobato---Ensaio-Final---Março-2025-103_1Video_Jardim-Lobato---Ensaio-Final---Março-2025-103.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

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

.video-lightbox {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#051417bf, #051417bf), url('../images/img__video_localizacao.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px #000;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35rem;
  margin-top: 1.5rem;
  text-decoration: none;
  display: flex;
}

.strong-span {
  color: var(--secondary-01);
  font-weight: 700;
}

.sld-plantas__duplex-planta-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 100%;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.implantacao-component {
  border: 1px solid var(--neutral-600);
  background-color: #fff;
  border-radius: .5rem;
  height: 39rem;
  padding: .75rem;
  box-shadow: 0 0 40px #636d701f;
}

.implantacao-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 100%;
  grid-template-columns: 760px 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.implantacao-grid-block {
  width: 100%;
  height: 100%;
}

.implantacao-grid-block.implantacao-grid-block-left {
  flex-direction: column;
  padding: 2.5rem 3.5rem;
  display: flex;
}

.implantacao-grid-block.implantacao-grid-block-right {
  background-color: var(--secondary-03);
  color: #fff;
  border-radius: .5rem;
  padding: 2.5rem;
}

.implantacao-lightbox-component {
  background-color: #fff;
  flex: none;
  width: 100%;
  height: 100%;
}

.implantacao-lightbox-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.implantacao-grid-list {
  flex-direction: column;
  margin-top: 2rem;
  display: flex;
}

.implantacao-grid-list-number {
  width: 20%;
  font-size: 14px;
  font-weight: 300;
}

.implantacao-grid-list-iten {
  font-size: .875rem;
}

.implantacao-list-block {
  border-bottom: 1px solid var(--primary-default);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.sld-implantacao {
  background-color: #fff0;
  width: 100%;
  height: 100%;
}

.sld-implantacao__mask {
  overflow: visible;
}

.sld-imaplantacao__slide {
  margin-right: 3rem;
}

.lightbox-image-relative {
  width: 100%;
  height: 100%;
  position: relative;
}

.lightbox-absolute-number {
  background-color: var(--secondary-03);
  color: #fff;
  padding: 5px;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  inset: auto auto 161px 123px;
}

.lightbox-absolute-number._01a {
  inset: auto auto 29% 19%;
}

.lightbox-absolute-number._02a {
  inset: 59% auto auto 26%;
}

.lightbox-absolute-number._03a {
  inset: auto auto 31% 29%;
}

.lightbox-absolute-number._04a {
  inset: auto auto 34% 35%;
}

.lightbox-absolute-number._05a {
  inset: auto auto 30% 41%;
}

.lightbox-absolute-number._06a {
  inset: auto auto 23% 37%;
}

.lightbox-absolute-number._07a {
  inset: 64% 48% auto auto;
}

.lightbox-absolute-number._08a {
  inset: auto 32% 21% auto;
}

.lightbox-absolute-number._09a {
  inset: auto 36% 27% auto;
}

.lightbox-absolute-number._10a {
  inset: 48% auto auto 45%;
}

.lightbox-absolute-number._11a {
  inset: 31% auto auto 45%;
}

.lightbox-absolute-number._02-2a {
  inset: auto auto 23% 28%;
}

.lightbox-absolute-number._01b {
  inset: auto 29% 29% auto;
}

.lightbox-absolute-number._02b {
  inset: auto 35% 27% auto;
}

.lightbox-absolute-number._03b {
  inset: auto auto 32% 39%;
}

.lightbox-absolute-number._04b {
  inset: auto auto 31% 27%;
}

.lightbox-absolute-number._01c {
  inset: auto 23% 42% auto;
}

.lightbox-absolute-number._02c {
  inset: auto 41% 35% auto;
}

.lightbox-absolute-number._03c {
  inset: 29% auto auto 22%;
}

.lightbox-absolute-number._04c {
  inset: 40% auto auto 33%;
}

.lightbox-absolute-number._05c {
  inset: 40% auto auto 47%;
}

.lightbox-absolute-number._01d {
  inset: auto 52% 33% auto;
}

.lightbox-absolute-number._02d {
  inset: auto auto 48% 22%;
}

.lightbox-absolute-number._03d {
  inset: 36% 18% auto auto;
}

.lightbox-absolute-number._12a {
  inset: 21% auto auto 45%;
}

.modal-tour-virtual {
  z-index: 99999999;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #fff9;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.tour-nav {
  background-color: var(--secondary-03);
  justify-content: space-between;
  align-items: center;
  height: 4.5rem;
  padding-left: 5%;
  display: flex;
}

.close-btn {
  color: #fffc;
  cursor: pointer;
  border-left: 1px solid #ffffff4d;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 100%;
  font-size: 2rem;
  font-weight: 300;
  transition: color .32s ease-in-out, background-color .32s ease-in-out;
  display: flex;
}

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

.tour-modal-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 6rem;
  display: flex;
}

.iframe-code {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 4px 32px -15px #00000042;
}

.header-cta {
  z-index: 5000;
  background-color: var(--secondary-01);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  display: none;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header-cta-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.header-button {
  background-color: var(--secondary-02);
  border-radius: .1875rem;
  padding: .5rem 2rem .4rem;
  font-size: 1.3rem;
  transition: background-color .32s;
}

.header-button:hover {
  background-color: #6d1a09;
}

.section-certificacao {
  position: relative;
}

.edge-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.edges-imgs-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.edges-img-block {
  width: 100%;
  height: 100%;
}

.edge-logo {
  width: 10rem;
  margin-bottom: 2rem;
}

.edge-logo.green-card-icon-tab {
  object-fit: contain;
  width: 7rem;
  height: 7rem;
  margin-bottom: 2rem;
}

.divider-section {
  background-color: #8a959954;
  max-width: 90rem;
  height: .09375rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.small-label-p {
  color: var(--primary-default);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.small-label-p.dark-background {
  color: var(--primary-light);
}

.small-label-p.dual-line-label {
  margin-left: 40px;
}

.small-label-p.label-p-margin-0 {
  margin-right: 0;
}

.primary-span {
  color: var(--primary-default);
}

.span-divider {
  padding-left: .5rem;
  padding-right: .5rem;
}

.tour-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

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

.tour-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.tour-img-wrap {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.tour-title {
  z-index: 2;
  color: var(--primary-default);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.decorado-span {
  color: var(--neutral-500);
  font-size: 12px;
  font-weight: 400;
}

.tour-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
}

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

.tour-text.ps-bold {
  font-weight: 600;
}

.tour-text.ps-regular {
  font-weight: 300;
}

.ovarlay-black {
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.cover-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cover-img.image-shadow {
  z-index: -5;
  filter: blur(70px);
  position: absolute;
  inset: 48px 0% 0%;
  transform: scale(.8);
}

.tour-virtual-lazer {
  background-image: url('../images/jardim_lobato_ensaio_final_março_2025_03-1_1jardim_lobato_ensaio_final_março_2025_03 (1).avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 4rem;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
  position: relative;
}

.tour-virtual-lazer_content-wrap {
  z-index: 5;
  background-color: var(--secondary-01);
  width: 50%;
  height: 100%;
  margin-right: -24px;
  padding: 80px;
  position: relative;
}

.hide {
  display: none;
}

.footer-logo-wrap {
  grid-column-gap: 10rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logo-gmr {
  width: 100%;
  max-width: 8rem;
  height: 100%;
}

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

.modal-promo {
  z-index: 998;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 60rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.modal_left_content {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  background-color: var(--secondary-03);
  color: var(--neutral-800);
  text-align: center;
  flex-flow: column;
  justify-content: space-around;
  padding: 3rem;
  display: flex;
}

.modal_logo {
  object-fit: contain;
  width: 40rem;
  height: 8rem;
}

.promo-title {
  text-transform: uppercase;
  text-wrap: balance;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
}

.promo-title.modal-subheadingsubheading {
  color: var(--primary-default);
  margin-bottom: 1rem;
  font-size: .875rem;
}

.modal_right_content {
  background-color: #173338;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.modal_footer {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--primary-default);
  color: var(--neutral-800);
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.promo-cta {
  text-wrap: balance;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
}

.promo-cta.modal-subheadingsubheading {
  color: var(--primary-default);
  margin-bottom: 1rem;
  font-size: .875rem;
}

.promo_button {
  background-color: var(--secondary-03);
  color: var(--neutral-800);
  text-align: center;
  border-radius: 100dvw;
  padding: .75rem 1.5rem;
  font-size: 14px;
  text-decoration: none;
}

.modal-promo-close-trigger {
  color: #fff;
  cursor: pointer;
  background-color: #303030;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 16px;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.modal-promo-close-trigger:hover {
  color: #fff;
  background-color: #ea3838;
  padding-top: 14px;
  box-shadow: 0 12px 24px #0000004a;
}

.modal-promo-bg {
  z-index: 997;
  background-color: #0000008f;
  position: absolute;
  inset: 0%;
}

.voucher_img {
  object-fit: scale-down;
  width: 118%;
  max-width: none;
  height: 90%;
  position: absolute;
  inset: 0% 0% 0% -12%;
}

.promo_legal_text {
  z-index: 5;
  opacity: .54;
  color: var(--neutral-800);
  text-align: center;
  margin: .75rem;
  font-size: .5625rem;
  position: absolute;
  inset: auto 0% 0%;
}

.propo_text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8em;
}

.propo_text.ps-medium {
  font-weight: 500;
}

.propo_text.ps-bold {
  font-weight: 600;
}

.propo_text.ps-regular {
  font-weight: 300;
}

.footer-fixo__cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--secondary-01);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-fixo__cta.margin-0 {
  grid-column-gap: .5rem;
  margin-bottom: 0;
}

.footer-fixo__cta.center-align-label {
  justify-content: center;
}

.footer-fixo__cta.margin-small {
  margin-bottom: 1.5rem;
}

.footer-text {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.footer-text.dark-background {
  color: var(--primary-light);
}

.footer-text.dual-line-label {
  margin-left: 40px;
}

.footer-text.label-p-margin-0 {
  margin-right: 0;
}

.footer-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  display: flex;
}

.footer-label-line {
  background-color: var(--secondary-02);
  flex: 0 auto;
  width: 250%;
  height: 1px;
  margin-left: -150%;
}

.footer-label-line.dark-background {
  background-color: var(--primary-light);
}

.footer-label-line.label-line-small, .footer-label-line.mobile-hide {
  width: 2rem;
}

.bold-text, .regular-text {
  font-weight: 400;
}

.frame {
  width: 980px;
  height: 960px;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.u-cover-absolut {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video {
  width: 100%;
  height: 100%;
}

.video-background {
  height: 100%;
}

.modal_click {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.modal_click:focus-visible, .modal_click[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.fs_modal-2_popup {
  z-index: 999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.modal_wrap {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 60rem;
  max-height: 80dvh;
  position: relative;
  overflow: auto;
}

.fs_modal-2_image {
  object-fit: cover;
  width: 100%;
}

.fs_modal-2_content {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: stretch start;
  padding: 3rem;
  display: flex;
  overflow: hidden;
}

.fs_modal-2_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.fs_modal-2_description {
  margin-bottom: 0;
}

.fs_modal-2_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-2_close:focus-visible, .fs_modal-2_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_close-icon {
  width: 1rem;
  height: 1rem;
}

.fs_modal-2_embed {
  margin-bottom: 0;
  display: none;
}

.fs_modal-2_message {
  color: var(--accessible-components--dark-grey);
}

.modal_whatsapp_wrap, .modal_chat_wrap {
  z-index: 999;
  background-color: #000000a3;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.hero-form {
  height: 100%;
}

.code-embed {
  margin-bottom: 0;
}

.hero-form-wrapper {
  z-index: 25;
  border: 1px solid var(--secondary-01);
  border-radius: 4px;
  height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.bold-text-2 {
  font-size: 1rem;
}

.hero-grid-form {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: 100%;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.comando-details {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divider-vertical {
  background-color: var(--primary-default);
  width: .1rem;
  height: 1rem;
}

@media screen and (max-width: 991px) {
  .section-hero {
    position: relative;
  }

  .page-padding {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .page-padding.hero-padding {
    margin-left: 3vw;
    margin-right: 3vw;
    padding-top: 3vh;
    padding-bottom: 5vh;
  }

  .page-padding.small-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-localizacao {
    margin-left: 16px;
    margin-right: 16px;
  }

  .p-large {
    font-size: 16px;
    line-height: 1.5em;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  .heading.title-32px {
    font-size: 30px;
  }

  .heading.subtitle-21px, .heading.subtitle-18px {
    font-size: 19px;
  }

  .primary-button {
    position: relative;
  }

  .primary-button.light {
    font-size: 18px;
    line-height: 1.4;
  }

  .primary-button.small-btn {
    display: none;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .small-button {
    position: relative;
  }

  .column {
    width: 50%;
  }

  .column.desk-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .column.desk-5 {
    width: 50%;
  }

  .column.desk-7.tab-8 {
    width: 66.6667%;
  }

  .grid, ._1-2-grid, ._2-1-grid {
    margin-left: 0;
  }

  .p-medium {
    max-width: 640px;
    font-size: 14px;
  }

  .label-p {
    margin-right: 32px;
    font-size: 13px;
  }

  .hero-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-width: auto;
    padding: 0 32px 3vw;
  }

  .hero-wrapper {
    flex-direction: column;
  }

  .hero-logo {
    min-width: 110px;
    max-width: 140px;
  }

  .hero-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero-divider-big {
    width: 240px;
    margin-bottom: 24px;
    margin-left: 0;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .hero-cta-btn {
    margin-bottom: 8px;
    margin-left: 3vw;
    font-size: 14px;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .circle-arrow {
    width: 24px;
    height: 24px;
    padding: 7px 5px 5px;
  }

  .heading-block, .label {
    margin-bottom: 24px;
  }

  .sld-galeria {
    height: 60vh;
    padding-right: 24px;
  }

  .sld-galeria__slide {
    margin-right: 16px;
  }

  .sld-btn.sld-btn__right-side {
    margin-right: 24px;
  }

  .sld-btn.sld-btn__left-side {
    margin-left: 24px;
  }

  .zoom-btn.zoom-btn-brown {
    margin-top: 8px;
    margin-right: 8px;
  }

  .download-btn-wrapper {
    margin-right: 24px;
  }

  .grid-about {
    grid-column-gap: 12px;
    height: 20rem;
  }

  .conceito-wrapper {
    flex-direction: column;
  }

  .conceito-block {
    width: 100%;
    margin-bottom: 32px;
    padding-right: 0;
  }

  .feature-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-left: 0;
    display: grid;
  }

  .conceito-icon-block {
    width: auto;
    margin-right: 56px;
  }

  .grid-02__plantas {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

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

  .tab-btn {
    text-align: center;
    width: 48.5%;
    margin-left: 0;
  }

  .sld-plantas__slide.slide-opc-01 {
    height: auto;
    padding-bottom: 6rem;
    padding-left: 2rem;
  }

  .sld-plantas__slide.slide-opc-02 {
    height: 100%;
  }

  .sld-plantas__heading-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .sld-plantas__heading-wrapper.heading-wrapper-opc-01 {
    text-align: center;
    align-items: center;
    position: static;
  }

  .sld-plantas__heading-wrapper.heading-wrapper-opc-02 {
    flex-direction: column;
    align-items: center;
  }

  .sld-plantas__heading-label.heading-label-01 {
    justify-content: center;
  }

  .sld-plantas__heading-label-line {
    display: none;
  }

  .sld-plantas__heading-units {
    justify-content: center;
  }

  .sld-plantas__diferenciais-wrapper.diferenciais-wrapper-opc-01 {
    justify-content: center;
    width: 100%;
  }

  .sld-plantas__slide-content {
    width: 100%;
  }

  .sld-plantas__slide-content.slide-content-opc-01 {
    grid-row-gap: 1rem;
    grid-template-rows: auto 20rem;
    grid-template-columns: 1fr;
  }

  .sld-plantas__cta {
    justify-content: center;
    inset: auto 0% 0%;
  }

  .sld-plantas__cta.cta_opc_01 {
    align-items: center;
    margin-bottom: 1.5rem;
    position: absolute;
    inset: auto 0% 0%;
  }

  .btn-icon {
    margin-right: 0;
  }

  .sld-btn-plantas.sld-btn__right-side {
    margin-right: -22px;
  }

  .sld-btn-plantas.sld-btn__left-side {
    margin-left: -22px;
  }

  .ficha-slide {
    width: 50%;
    height: 320px;
  }

  .ficha-slider {
    padding-right: 16px;
  }

  .ficha-arrows {
    width: 40px;
    height: 40px;
    bottom: -19px;
    right: 4%;
  }

  .ficha-arrows.left {
    right: 10%;
  }

  .tour-virtual {
    background-position: 0%;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .tour-virtual__content-wrapper {
    background-color: #2c494ebf;
    background-image: linear-gradient(230deg, #2c494e59 12%, var(--secondary-03));
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 40px;
    display: flex;
  }

  .tour-icon {
    top: 32px;
    right: 32px;
  }

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

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

  .ficha-tecnica__column.center-align-column {
    align-items: flex-start;
  }

  .column__heading.column_subtitle {
    text-align: left;
    margin-top: 8px;
  }

  .column__heading-block.small-column {
    width: 100%;
    margin-bottom: 16px;
  }

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

  .bg-localizacao {
    height: 350px;
  }

  .map-wrapper {
    height: 400px;
  }

  .accordion-title {
    max-width: 88%;
    font-size: 25px;
  }

  .accordion-block {
    margin-bottom: 24px;
  }

  .accordion-content {
    flex-direction: column;
    padding-left: 32px;
    padding-right: 80px;
  }

  .accordion-p {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .accordion-header {
    margin-bottom: 40px;
  }

  .acordion-list {
    padding-left: 0;
  }

  .vista-wrapper {
    height: 400px;
  }

  .grid-lazer {
    grid-column-gap: 24px;
  }

  .grid-lazer__image-wrapper {
    height: 320px;
    margin-bottom: 16px;
  }

  .right-content {
    z-index: 2;
    flex: 0 auto;
    max-width: 100%;
    padding-left: 0;
  }

  .btn-wrapper {
    flex-direction: row;
    display: flex;
  }

  .icon-link__block {
    margin-right: 24px;
  }

  .form-wrapper {
    margin-top: 56px;
    padding: 33px;
  }

  .contact-link__wrapper {
    padding: 12px;
  }

  .left-content {
    max-width: 100%;
    padding-right: 0;
  }

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

  .gamaro-logo__block {
    margin-top: 56px;
    margin-left: 0;
    margin-right: 56px;
  }

  .gamaro-heading__block {
    max-width: 364px;
  }

  .logo-gamaro__portfolio {
    max-width: 200px;
  }

  .slide-gamaro {
    width: 50%;
    height: 100%;
    margin-right: 16px;
  }

  .gamaro-slider__wrapper {
    height: 60vh;
  }

  .gamaro-heading__content {
    padding: 32px 0 160px 32px;
  }

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

  .content-01__left {
    margin-bottom: 1rem;
  }

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

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

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

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

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

  .nav-link {
    color: #fff;
    background-color: #ffffff0f;
    border-radius: 3px;
    justify-content: center;
    margin-bottom: 12px;
    display: flex;
  }

  .menu-btn {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

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

  .nav-menu {
    background-color: var(--secondary-03);
    text-align: center;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 100vh;
    padding: 75px;
  }

  .feauture-p {
    max-width: 640px;
    font-size: 14px;
  }

  .footer-fixo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 16px;
    display: block;
  }

  .footer-fixo__icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
  }

  .footer-fixo__item {
    flex: 1;
    justify-content: center;
    width: auto;
    margin-right: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal-wrapper {
    max-width: none;
    padding: 2rem;
  }

  .modal-02-whatsapp {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .modal-03-chat {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cookie-banner {
    bottom: 24px;
    left: 24px;
  }

  .cookie-banner.cookie-banner-opc2 {
    width: auto;
    max-width: none;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    inset: auto 0% 10%;
  }

  .video-lightbox {
    height: 32rem;
  }

  .implantacao-component {
    height: auto;
  }

  .implantacao-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

  .implantacao-grid-block.implantacao-grid-block-left {
    width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .implantacao-grid-block.implantacao-grid-block-right {
    padding: 2rem 1.5rem;
  }

  .implantacao-lightbox-component {
    position: relative;
  }

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

  .implantacao-grid-list-number {
    width: 15%;
  }

  .lightbox-absolute-number._01a {
    left: 12%;
  }

  .lightbox-absolute-number._02a {
    left: 23%;
  }

  .lightbox-absolute-number._02-2a {
    left: 22%;
  }

  .lightbox-absolute-number._01b {
    right: 25%;
  }

  .lightbox-absolute-number._02b {
    right: 30%;
  }

  .lightbox-absolute-number._03b {
    inset: auto 59% 31% auto;
  }

  .tour-modal-wrapper {
    padding: 3rem;
  }

  .edge-grid {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .small-label-p {
    margin-right: 32px;
    font-size: 13px;
  }

  .tour-img-wrap {
    position: relative;
  }

  .cover-img {
    display: block;
  }

  .tour-virtual-lazer {
    background-position: 0%;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .tour-virtual-lazer_content-wrap {
    background-color: #2c494ebf;
    background-image: linear-gradient(230deg, #2c494e59 12%, var(--secondary-03));
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 40px;
    display: flex;
  }

  .modal-04-promo {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .modal-promo {
    max-width: none;
  }

  .modal_left_content {
    padding: 2rem;
  }

  .promo-title {
    font-size: 1rem;
  }

  .modal_footer {
    padding: .75rem;
  }

  .promo-cta {
    font-size: 1rem;
  }

  .promo_button {
    font-size: 12px;
  }

  .footer-fixo__cta {
    margin-bottom: 24px;
  }

  .footer-text {
    margin-right: 32px;
    font-size: 13px;
  }

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

  .fs_modal-2_image {
    max-height: 30vh;
    display: none;
  }

  .modal_whatsapp_wrap, .modal_chat_wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .code-embed {
    overflow: auto;
  }

  .hero-form-wrapper {
    padding: 33px;
    overflow: hidden;
  }

  .bold-text-2 {
    font-size: 1rem;
  }

  .hero-grid-form {
    grid-column-gap: 12px;
    height: 20rem;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    z-index: 0;
    min-height: 80vh;
    margin-top: 8.5rem;
  }

  .page-padding {
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page-padding.small-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .p-large {
    font-size: 14px;
  }

  .spacer {
    height: 32px;
  }

  .spacer._24 {
    height: 16px;
  }

  .spacer._64 {
    height: 48px;
  }

  .heading.title-56px {
    font-size: 35px;
  }

  .heading.title-40px {
    font-size: 26px;
    line-height: 1.3em;
  }

  .heading.title-27px {
    font-size: 20px;
  }

  .heading.subtitle-21px, .heading.subtitle-18px {
    font-size: 17px;
    line-height: 1.4;
  }

  .text-box._560px {
    max-width: 100%;
  }

  .sg-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .ds-colour-block {
    width: 25%;
  }

  .primary-button.minimal {
    margin-left: 0;
    margin-right: 0;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .column.desk-4, .column.desk-5 {
    width: 100%;
  }

  .column.desk-7.tab-8.mob-6 {
    width: 50%;
  }

  .column.desk-6 {
    width: 100%;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .grid.desk-3.tab-3 {
    grid-template-columns: 1fr 1fr;
  }

  .grid.desk-2.tab-2 {
    grid-template-columns: 1fr;
  }

  .grid.desk-4.tab-4 {
    grid-template-columns: 1fr 1fr;
  }

  ._1-2-grid, ._2-1-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .field-block {
    min-height: auto;
  }

  .p-medium {
    font-size: 15px;
  }

  .p-medium.pm-regular {
    font-size: 13px;
  }

  .p-small {
    font-size: 15px;
  }

  .p-small.ps-regular {
    font-size: 12px;
  }

  .label-p {
    margin-right: 24px;
  }

  .hero-content {
    align-items: flex-end;
    margin-top: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-image {
    background-position: 50%;
  }

  .hero-logo {
    min-width: 96px;
    max-width: 120px;
    margin-top: 24px;
  }

  .hero-divider {
    width: 32px;
    height: 1.5px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .hero-divider-big {
    display: none;
  }

  .hero-cta-btn {
    justify-content: center;
    inset: auto 0% 0%;
  }

  .hero-img-caption {
    width: 100%;
    max-width: none;
  }

  .heading-block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .label {
    margin-bottom: 16px;
  }

  .label-line.mobile-hide {
    display: none;
  }

  .sld-galeria {
    height: 40vh;
  }

  .heading-left {
    width: 100%;
  }

  .heading-left.adress-heading {
    grid-row-gap: .5rem;
    border-bottom: 1px solid var(--primary-default);
    flex-direction: column;
    align-items: flex-start;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .heading-right {
    width: 30%;
  }

  .icon-btn {
    margin-left: 8px;
  }

  .download-btn-wrapper {
    justify-content: flex-end;
    display: none;
  }

  .grid-about {
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .feature-block {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .conceito-icon {
    margin-right: 24px;
  }

  .conceito-icon-block {
    margin-bottom: 0;
    margin-right: 0;
  }

  .sld-plantas__slide-content.slide-content-opc-02 {
    grid-template-rows: auto 20rem auto;
  }

  .sld-plantas__cta {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 32px;
  }

  .sld-plantas__cta.cta_opc_02 {
    align-items: center;
    display: flex;
  }

  .sld-plantas__cta.cta_opc_01 {
    inset: auto 0% 0%;
  }

  .btn-icon {
    justify-content: center;
    width: 80%;
    margin-bottom: 16px;
  }

  .service-heading {
    margin-top: auto;
  }

  .ficha-slide {
    width: 90%;
    height: auto;
  }

  .ficha-slider {
    padding-right: 0;
  }

  .ficha-arrows {
    display: none;
  }

  .card {
    padding: 32px;
  }

  .tour-virtual {
    padding-top: 72px;
    padding-bottom: 72px;
    padding-right: 72px;
  }

  .tour-virtual__content-wrapper {
    width: 100%;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 56px;
  }

  .p-xlarge {
    font-size: 15px;
  }

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

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

  .column__heading-block {
    width: 100%;
  }

  .bg-localizacao {
    height: 320px;
  }

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

  .map-icon {
    padding: 17px;
  }

  .micro-localizacao {
    margin-top: -30px;
  }

  .accordion-title {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion-p {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
  }

  .accordion-p.list-p {
    font-size: 14px;
  }

  .accordion-localizacao {
    margin-top: 32px;
  }

  .accordion-header {
    margin-bottom: 24px;
  }

  .vista-wrapper {
    height: 320px;
  }

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

  .p-xsmall {
    font-size: 15px;
  }

  .p-xsmall.pxs-medium {
    font-size: 13px;
  }

  .right-content {
    align-self: flex-start;
    width: 100%;
    margin-bottom: 40px;
  }

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

  .icon-link__block {
    margin-right: 8px;
  }

  .form-wrapper {
    padding: 24px;
  }

  .contact-link__wrapper {
    margin-right: 8px;
  }

  .gamaro-logo__block {
    margin-bottom: 32px;
    margin-left: 32px;
  }

  .gamaro-heading__block {
    max-width: 472px;
  }

  .slide-gamaro {
    width: 50%;
  }

  .gamaro-slider__wrapper {
    width: 90%;
    height: 400px;
    margin-left: 24px;
    padding-left: 0;
  }

  .gamaro-heading__wrapper {
    flex-direction: column;
    margin-top: 0;
  }

  .paragraph-gamaro {
    font-size: 15px;
  }

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

  .sld-btn-gamaro {
    margin-bottom: -72px;
    inset: auto 0% 0% auto;
  }

  .sld-btn-gamaro.sld-btn__right-side {
    margin-right: 24px;
  }

  .sld-btn-gamaro.sld-btn__left-side {
    margin-left: 0;
    margin-right: 87px;
  }

  .slide-gamaro__card-heading {
    margin-bottom: 0;
    font-size: 21px;
  }

  .slide-gamaro__card_status {
    padding: 10px 20px;
    font-size: 12px;
  }

  .texto-legal {
    margin-top: 24px;
    font-size: 12px;
    line-height: 1.3;
  }

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

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

  ._2px-divider {
    height: 100%;
  }

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

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

  .footer-icon {
    display: none;
  }

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

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

  .slide-gamaro__card-units {
    flex-direction: column;
    margin-top: 8px;
  }

  .slide-gamaro__cta-wrapper {
    margin-top: 16px;
  }

  .navbar__logo {
    width: 2.5rem;
  }

  .navbar__container {
    height: auto;
  }

  .navbar {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: fixed;
    inset: 0% 0% auto;
  }

  .feauture-p {
    font-size: 15px;
  }

  .main-content {
    overflow: hidden;
  }

  .footer-fixo__caption-small {
    letter-spacing: 0;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    display: block;
  }

  .footer-fixo {
    border-radius: 0;
    width: 100%;
  }

  .footer-fixo__caption {
    display: none;
  }

  .footer-fixo__icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }

  .footer-fixo__heading {
    letter-spacing: 0;
    font-size: 14px;
  }

  .footer-fixo__heading.mobile-hide {
    display: none;
  }

  .footer-fixo__wrapper {
    justify-content: space-around;
  }

  .footer-fixo__item {
    flex: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal-wrapper {
    padding: 1.5rem;
  }

  .modal-heading {
    margin-right: 3.1rem;
    font-size: 1rem;
    line-height: 1.3;
  }

  .modal-heading.modal-subheadingsubheading {
    margin-bottom: .5rem;
    font-size: .7rem;
  }

  .modal-02-whatsapp, .modal_mail_wrap, .modal-03-chat {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-banner {
    border-radius: 18px;
  }

  .cookie-banner.cookie-banner-opc2 {
    flex-direction: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem;
    inset: auto 0% 6%;
  }

  .cookie-banner-buttons {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .cookie-banner-buttons.cookie-banner-button-small {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    padding: 1rem 1.5rem;
    font-weight: 500;
  }

  .section-videos {
    min-height: 60vh;
  }

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

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

  .video-lightbox {
    height: 26rem;
  }

  .sld-plantas__duplex-planta-wrapper {
    grid-template-rows: 48%;
    grid-template-columns: 1fr;
    grid-auto-rows: 48%;
    height: 100%;
  }

  .implantacao-grid-block.implantacao-grid-block-left {
    width: 100%;
    padding: 1rem;
  }

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

  .header-cta {
    z-index: 999;
    text-align: left;
    margin-top: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: .75rem;
    position: fixed;
  }

  .header-cta-wrapper {
    grid-column-gap: .5rem;
  }

  .header-button {
    flex: none;
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: .75rem;
  }

  .edges-imgs-wrapper {
    grid-column-gap: .5rem;
  }

  .small-label-p {
    margin-right: 24px;
    font-size: 12px;
  }

  .tour-grid {
    flex-flow: column;
    display: flex;
  }

  .tour-text {
    font-size: 15px;
  }

  .tour-text.ps-regular {
    font-size: 12px;
  }

  .tour-virtual-lazer {
    padding-top: 72px;
    padding-bottom: 72px;
    padding-right: 72px;
  }

  .tour-virtual-lazer_content-wrap {
    width: 100%;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 56px;
  }

  .modal-04-promo {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal-promo {
    flex-flow: column;
    height: 100%;
    min-height: 70dvh;
    max-height: 80dvh;
    display: flex;
    overflow: auto;
  }

  .modal_left_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 2.5rem;
    padding-bottom: calc(12.5% + 2rem);
  }

  .modal_logo {
    flex: 1;
    width: 30rem;
    height: 6rem;
    min-height: 6rem;
    max-height: 12rem;
  }

  .promo-title {
    font-size: 1rem;
    line-height: 1.3;
  }

  .promo-title.modal-subheadingsubheading {
    margin-bottom: .5rem;
    font-size: .7rem;
  }

  .modal_right_content {
    height: 25%;
    min-height: 15rem;
  }

  .modal_footer {
    flex: none;
  }

  .promo-cta {
    font-size: 1rem;
    line-height: 1.3;
  }

  .promo-cta.modal-subheadingsubheading {
    margin-bottom: .5rem;
    font-size: .7rem;
  }

  .voucher_img {
    width: auto;
    height: 150%;
    margin-left: auto;
    margin-right: auto;
    inset: -50% 0% 0%;
  }

  .propo_text {
    font-size: 15px;
  }

  .propo_text.ps-regular {
    font-size: 12px;
  }

  .footer-fixo__cta {
    margin-bottom: 16px;
  }

  .footer-text {
    margin-right: 24px;
  }

  .footer-label-line.mobile-hide {
    display: none;
  }

  .fs_modal-2_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fs_modal-2_content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .fs_modal-2_heading {
    font-size: 2rem;
  }

  .fs_modal-2_close {
    padding: 1rem;
  }

  .modal_whatsapp_wrap, .modal_chat_wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-form-wrapper {
    padding: 24px;
  }

  .hero-grid-form {
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .modal-content {
    display: none;
  }

  .section-hero {
    height: auto;
    margin-top: 5rem;
  }

  .page-padding.hero-padding {
    height: auto;
  }

  .page-padding.footer-padding {
    padding-bottom: 5.05rem;
  }

  .section-localizacao {
    margin-left: 8px;
    margin-right: 8px;
  }

  .p-large.pl-regular {
    margin-top: 0;
    position: static;
  }

  .heading.title-32px {
    font-size: 21px;
  }

  .heading.title-27px {
    text-align: center;
  }

  .sg-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .color-palette {
    margin-bottom: 20px;
  }

  .primary-button {
    width: 100%;
    font-size: 16px;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-3, .column.desk-5, .column.desk-6, .text-input {
    width: 100%;
  }

  .p-small.ps-bold {
    font-size: 12px;
  }

  .label-p {
    letter-spacing: 0;
    font-size: 10px;
  }

  .hero-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-image {
    z-index: -5;
    margin-top: -5.4375rem;
  }

  .hero-image.is-video-bg.hide-mobile {
    display: none;
  }

  .hero-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-header {
    text-align: left;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-logo {
    min-width: 80px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .hero-divider {
    background-color: #a87a5300;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-cta-btn {
    margin-left: 0;
    position: static;
  }

  .label-line {
    width: 56px;
  }

  .sld-galeria {
    height: 30vh;
  }

  .sld-galeria__slide.medium-size {
    width: 100%;
  }

  .sld-galeria__caption-wrapper {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-left.adress-heading {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .sld-btn {
    width: 40px;
    height: 40px;
  }

  .sld-btn.sld-btn__right-side {
    margin-right: 48px;
    inset: 0% 0% 0% auto;
  }

  .zoom-btn {
    width: 48px;
    height: 48px;
    margin-top: 12px;
    margin-right: 12px;
    padding: 16px;
  }

  .conceito-content {
    height: auto;
  }

  .grid-02__plantas {
    grid-template-columns: 100%;
  }

  .tabs-menu {
    justify-content: space-between;
  }

  .tab-btn {
    width: 48%;
    margin-right: 0;
  }

  .sld-plantas__slide {
    padding: 31px;
  }

  .sld-plantas__diferenciais-wrapper {
    justify-content: space-between;
    padding-left: 12px;
    padding-right: 12px;
  }

  .sld-plantas__diferenciais-block {
    margin-left: 0;
  }

  .icon-plantas {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }

  .sld-plantas__cta {
    margin-top: 24px;
    display: none;
    position: static;
  }

  .sld-plantas__cta.cta_opc_01 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-icon {
    justify-content: center;
    width: 100%;
    height: 48px;
    margin-bottom: 12px;
    display: flex;
  }

  .service-heading {
    margin-top: 0;
    margin-bottom: auto;
  }

  .ficha-mask {
    width: 90%;
    overflow: visible;
  }

  .ficha-slide {
    border-color: #6c6c7552;
    width: 100%;
  }

  .icon-diferenciais {
    width: 20px;
    height: 20px;
  }

  .card {
    height: 15rem;
    padding: 24px;
  }

  .tour-virtual {
    padding-top: 96px;
    padding-bottom: 96px;
    padding-right: 32px;
  }

  .tour-virtual__content-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 32px;
  }

  .tour-icon {
    order: -1;
    margin-bottom: 32px;
    position: static;
    inset: 24px auto auto 24px;
  }

  .ficha-tecnica {
    margin-bottom: 40px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .ficha-tecnica__column {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 8px;
    padding-right: 0;
  }

  .column__heading {
    margin-bottom: 4px;
    font-size: 1em;
    line-height: 1.4em;
  }

  .column__heading.column_subtitle, .column__heading.column_subtitle-box {
    text-align: left;
    margin-bottom: 8px;
  }

  .map-wrapper {
    height: 280px;
  }

  .accordion-title {
    max-width: 70%;
    margin-top: 0;
    padding-top: 11px;
    font-size: 18px;
  }

  .accordion-block {
    width: 100%;
  }

  .accordion-p {
    max-width: 100%;
  }

  .accordion-localizacao {
    flex-direction: column;
  }

  .accordion-btn {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }

  .lightbox-vista {
    align-items: flex-end;
    padding-bottom: 2rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .grid-lazer__content-divider {
    background-color: var(--primary-default);
  }

  .right-content {
    height: auto;
    margin-bottom: 0;
  }

  .btn-wrapper {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .icon-link__block {
    margin-bottom: 8px;
  }

  .form-wrapper {
    padding: 17px;
  }

  .icon-32 {
    width: 24px;
  }

  .gamaro-logo__block {
    margin: 0 24px 40px;
  }

  .gamaro-heading__block {
    max-width: 74vw;
    padding-right: 0;
  }

  .slide-gamaro {
    border-radius: 3px;
    width: 95%;
    margin-right: 12px;
  }

  .heading-intitucional {
    letter-spacing: -1px;
    margin-bottom: 16px;
    font-size: 31px;
  }

  .gamaro-slider__wrapper {
    height: 440px;
  }

  .gamaro-heading__content {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 0;
  }

  .paragraph-gamaro {
    max-width: 70vw;
    font-size: 14px;
    line-height: 1.3;
  }

  .slide-gamaro__lightbox_overlay {
    background-color: #0000;
    background-image: linear-gradient(45deg, #000, #fff0 53%);
  }

  .footer-logo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content {
    align-items: stretch;
  }

  ._2px-divider {
    display: none;
  }

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

  .footer_wrapper {
    align-items: center;
  }

  .footer-icon {
    width: 24px;
  }

  .logo-gamaro {
    max-width: 240px;
  }

  .footer-content-01 {
    width: 100%;
  }

  .content-02__left {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    margin-bottom: 24px;
  }

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

  .hero-cta-color {
    color: var(--neutral-300);
    margin-bottom: 20px;
  }

  .navbar__logo {
    width: 3rem;
  }

  .navbar {
    width: 100%;
  }

  .menu-btn.w--open {
    background-color: var(--primary-default);
  }

  .nav-menu {
    padding: 23px;
  }

  .footer-fixo {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
  }

  .footer-fixo__icon {
    width: 18px;
    height: 18px;
    margin-bottom: 4px;
  }

  .footer-fixo__item {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    margin-right: 4px;
    padding: 8px;
  }

  .modal-close-trigger {
    width: 32px;
    height: 32px;
    padding: 9px;
  }

  .modal-heading {
    margin-bottom: 1.5rem;
  }

  .modal_mail_wrap {
    display: flex;
  }

  .cookie-banner {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .cookie-banner.cookie-banner-opc2 {
    flex-direction: column;
    align-items: flex-start;
    bottom: 9%;
  }

  .cookie-banner-buttons {
    padding: 15px 34px 16px;
  }

  .section-videos {
    min-height: 50vh;
  }

  .lightbox-absolute-number {
    padding: 3px;
    font-size: 6px;
  }

  .tour-nav {
    height: 4rem;
  }

  .close-btn {
    font-size: 1.6rem;
  }

  .header-cta {
    letter-spacing: 1px;
    font-size: .85rem;
  }

  .header-cta-wrapper {
    text-align: right;
    justify-content: center;
  }

  .header-button {
    text-align: center;
    letter-spacing: 1px;
    flex: 1;
    font-size: .85rem;
  }

  .paragraph {
    flex: 1;
  }

  .small-label-p {
    letter-spacing: 0;
    font-size: 10px;
  }

  .tour-title {
    order: -1;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .tour-text.ps-bold {
    font-size: 12px;
  }

  .tour-virtual-lazer {
    padding-top: 96px;
    padding-bottom: 96px;
    padding-right: 20px;
  }

  .tour-virtual-lazer_content-wrap {
    margin-right: 0;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 32px;
  }

  .modal-promo {
    min-height: 85dvh;
    max-height: 95dvh;
  }

  .modal_left_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal_logo {
    flex: 0 auto;
    height: auto;
    min-height: 2rem;
    max-height: 7rem;
  }

  .promo-title {
    font-size: .875rem;
  }

  .modal_right_content {
    height: 20%;
    min-height: 8rem;
  }

  .modal_footer {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .promo-cta {
    font-size: .75rem;
  }

  .modal-promo-close-trigger {
    width: 32px;
    height: 32px;
    padding: 9px;
  }

  .voucher_img {
    width: 100%;
  }

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

  .propo_text.ps-bold {
    font-size: 12px;
  }

  .footer-text {
    letter-spacing: 0;
    font-size: 10px;
  }

  .footer-label-line {
    width: 56px;
  }

  .hero-form {
    height: auto;
  }

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

  .hero-form-wrapper {
    height: auto;
    padding: 17px;
  }
}

#w-node-_776b2004-75c3-6146-c199-c57abdf71e82-b783ec28 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bb6ea7e6-0bd0-291c-5ac7-4a695d8cb8d7-b783ec28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e6155b2-56fd-cd43-c01a-12e1085698f2-b783ec28 {
  grid-area: 1 / 1 / 3 / 3;
  align-self: start;
}

#w-node-_01bee094-9ead-5739-74e2-9291bd21af02-b783ec28 {
  grid-area: 2 / 1 / 4 / 3;
  align-self: auto;
}

#w-node-faaf5466-ad60-2fb6-f48d-0b4b755d10bb-b783ec28, #w-node-faaf5466-ad60-2fb6-f48d-0b4b755d10e0-b783ec28, #w-node-faaf5466-ad60-2fb6-f48d-0b4b755d10f8-b783ec28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-faaf5466-ad60-2fb6-f48d-0b4b755d10fe-b783ec28 {
  justify-self: start;
}

#w-node-_2504b885-5497-e306-e0bf-054d0a0addf2-b783ec28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2504b885-5497-e306-e0bf-054d0a0addf6-b783ec28 {
  justify-self: start;
}

#w-node-faaf5466-ad60-2fb6-f48d-0b4b755d1122-b783ec28, #w-node-faaf5466-ad60-2fb6-f48d-0b4b755d113a-b783ec28, #w-node-faaf5466-ad60-2fb6-f48d-0b4b755d113b-b783ec28, #w-node-faaf5466-ad60-2fb6-f48d-0b4b755d113d-b783ec28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-faaf5466-ad60-2fb6-f48d-0b4b755d1143-b783ec28 {
  justify-self: start;
}

#w-node-faaf5466-ad60-2fb6-f48d-0b4b755d1167-b783ec28, #w-node-_0646b499-4d7c-0f12-b75d-966064007aa4-b783ec28, #w-node-_0646b499-4d7c-0f12-b75d-966064007ac9-b783ec28, #w-node-_8a11d9d9-445c-df2e-509b-0d76efe6c1ae-b783ec28, #w-node-_1f3da510-d84c-38f6-9727-004769d334e8-b783ec28, #w-node-b232270a-4d60-8f11-eec6-971b0d84a9be-b783ec28, #w-node-b232270a-4d60-8f11-eec6-971b0d84a9c1-b783ec28, #w-node-_8afae01a-fa0d-d448-e06c-760e68c74c5b-b783ec28, #w-node-_8afae01a-fa0d-d448-e06c-760e68c74c5e-b783ec28, #w-node-_30b6ae1a-e993-c6a9-34bd-520b86126775-b783ec28, #w-node-_30b6ae1a-e993-c6a9-34bd-520b86126778-b783ec28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a128d2c8-852e-b385-8a5a-98841e198f37-b783ec28 {
  align-self: stretch;
}

#w-node-a128d2c8-852e-b385-8a5a-98841e198f58-b783ec28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a128d2c8-852e-b385-8a5a-98841e198f64-b783ec28, #w-node-cfd6d28e-6080-b888-c3da-7b0fa37a2e99-b783ec28, #w-node-_9f46ae1f-7176-b48c-c5cc-4b82f678be05-b783ec28, #w-node-a128d2c8-852e-b385-8a5a-98841e198f6c-b783ec28 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0d6892ec-bcfd-6280-1984-4d42299a7029-b783ec28 {
  align-self: stretch;
}

#w-node-_0d6892ec-bcfd-6280-1984-4d42299a702c-b783ec28, #w-node-_0d6892ec-bcfd-6280-1984-4d42299a702a-b783ec28, #w-node-_0d6892ec-bcfd-6280-1984-4d42299a702e-b783ec28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d6892ec-bcfd-6280-1984-4d42299a7030-b783ec28 {
  align-self: center;
}

#w-node-d849ef3c-2c13-659a-dcfc-5a0f97f923eb-b783ec28 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_5eef1a53-aedd-326c-946d-427e5af3ad89-b783ec28 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-df534f44-c5bf-d1f8-11ae-304cb3c0f2e5-b783ec28, #w-node-_0c0586d7-9d07-3b2e-d60f-c5aa1abcae39-b783ec28 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4e6155b2-56fd-cd43-c01a-12e1085698f2-b783ec2a {
  grid-area: 1 / 1 / 3 / 3;
  align-self: start;
}

#w-node-_01bee094-9ead-5739-74e2-9291bd21af02-b783ec2a {
  grid-area: 2 / 1 / 4 / 3;
  align-self: auto;
}

#w-node-faaf5466-ad60-2fb6-f48d-0b4b755d10bb-b783ec2a, #w-node-faaf5466-ad60-2fb6-f48d-0b4b755d10e0-b783ec2a, #w-node-faaf5466-ad60-2fb6-f48d-0b4b755d10f8-b783ec2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-faaf5466-ad60-2fb6-f48d-0b4b755d10fe-b783ec2a {
  justify-self: start;
}

#w-node-_2504b885-5497-e306-e0bf-054d0a0addf2-b783ec2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2504b885-5497-e306-e0bf-054d0a0addf6-b783ec2a {
  justify-self: start;
}

#w-node-faaf5466-ad60-2fb6-f48d-0b4b755d1122-b783ec2a, #w-node-faaf5466-ad60-2fb6-f48d-0b4b755d113a-b783ec2a, #w-node-faaf5466-ad60-2fb6-f48d-0b4b755d113b-b783ec2a, #w-node-faaf5466-ad60-2fb6-f48d-0b4b755d113d-b783ec2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-faaf5466-ad60-2fb6-f48d-0b4b755d1143-b783ec2a {
  justify-self: start;
}

#w-node-faaf5466-ad60-2fb6-f48d-0b4b755d1167-b783ec2a, #w-node-_0646b499-4d7c-0f12-b75d-966064007aa4-b783ec2a, #w-node-_0646b499-4d7c-0f12-b75d-966064007ac9-b783ec2a, #w-node-_8a11d9d9-445c-df2e-509b-0d76efe6c1ae-b783ec2a, #w-node-_1f3da510-d84c-38f6-9727-004769d334e8-b783ec2a, #w-node-b232270a-4d60-8f11-eec6-971b0d84a9be-b783ec2a, #w-node-b232270a-4d60-8f11-eec6-971b0d84a9c1-b783ec2a, #w-node-_8afae01a-fa0d-d448-e06c-760e68c74c5b-b783ec2a, #w-node-_8afae01a-fa0d-d448-e06c-760e68c74c5e-b783ec2a, #w-node-_30b6ae1a-e993-c6a9-34bd-520b86126775-b783ec2a, #w-node-_30b6ae1a-e993-c6a9-34bd-520b86126778-b783ec2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a128d2c8-852e-b385-8a5a-98841e198f37-b783ec2a {
  align-self: stretch;
}

#w-node-a128d2c8-852e-b385-8a5a-98841e198f58-b783ec2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a128d2c8-852e-b385-8a5a-98841e198f64-b783ec2a, #w-node-cfd6d28e-6080-b888-c3da-7b0fa37a2e99-b783ec2a, #w-node-_9f46ae1f-7176-b48c-c5cc-4b82f678be05-b783ec2a, #w-node-a128d2c8-852e-b385-8a5a-98841e198f6c-b783ec2a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0d6892ec-bcfd-6280-1984-4d42299a7029-b783ec2a {
  align-self: stretch;
}

#w-node-_0d6892ec-bcfd-6280-1984-4d42299a702c-b783ec2a, #w-node-_0d6892ec-bcfd-6280-1984-4d42299a702a-b783ec2a, #w-node-_0d6892ec-bcfd-6280-1984-4d42299a702e-b783ec2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d6892ec-bcfd-6280-1984-4d42299a7030-b783ec2a {
  align-self: center;
}

#w-node-d849ef3c-2c13-659a-dcfc-5a0f97f923eb-b783ec2a {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_5eef1a53-aedd-326c-946d-427e5af3ad89-b783ec2a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-df534f44-c5bf-d1f8-11ae-304cb3c0f2e5-b783ec2a, #w-node-_0c0586d7-9d07-3b2e-d60f-c5aa1abcae39-b783ec2a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-_4e6155b2-56fd-cd43-c01a-12e1085698f2-b783ec28 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_01bee094-9ead-5739-74e2-9291bd21af02-b783ec28 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-faaf5466-ad60-2fb6-f48d-0b4b755d10fe-b783ec28, #w-node-_2504b885-5497-e306-e0bf-054d0a0addf6-b783ec28 {
    justify-self: center;
  }

  #w-node-_8a11d9d9-445c-df2e-509b-0d76efe6c1ae-b783ec28, #w-node-b232270a-4d60-8f11-eec6-971b0d84a9be-b783ec28, #w-node-_8afae01a-fa0d-d448-e06c-760e68c74c5b-b783ec28, #w-node-_30b6ae1a-e993-c6a9-34bd-520b86126775-b783ec28 {
    order: 9999;
  }

  #w-node-a128d2c8-852e-b385-8a5a-98841e198f58-b783ec28, #w-node-a128d2c8-852e-b385-8a5a-98841e198f64-b783ec28, #w-node-cfd6d28e-6080-b888-c3da-7b0fa37a2e99-b783ec28, #w-node-_9f46ae1f-7176-b48c-c5cc-4b82f678be05-b783ec28, #w-node-a128d2c8-852e-b385-8a5a-98841e198f6c-b783ec28 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d849ef3c-2c13-659a-dcfc-5a0f97f923eb-b783ec28, #w-node-df534f44-c5bf-d1f8-11ae-304cb3c0f2e5-b783ec28 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4e6155b2-56fd-cd43-c01a-12e1085698f2-b783ec2a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_01bee094-9ead-5739-74e2-9291bd21af02-b783ec2a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-faaf5466-ad60-2fb6-f48d-0b4b755d10fe-b783ec2a, #w-node-_2504b885-5497-e306-e0bf-054d0a0addf6-b783ec2a {
    justify-self: center;
  }

  #w-node-_8a11d9d9-445c-df2e-509b-0d76efe6c1ae-b783ec2a, #w-node-b232270a-4d60-8f11-eec6-971b0d84a9be-b783ec2a, #w-node-_8afae01a-fa0d-d448-e06c-760e68c74c5b-b783ec2a, #w-node-_30b6ae1a-e993-c6a9-34bd-520b86126775-b783ec2a {
    order: 9999;
  }

  #w-node-a128d2c8-852e-b385-8a5a-98841e198f58-b783ec2a, #w-node-a128d2c8-852e-b385-8a5a-98841e198f64-b783ec2a, #w-node-cfd6d28e-6080-b888-c3da-7b0fa37a2e99-b783ec2a, #w-node-_9f46ae1f-7176-b48c-c5cc-4b82f678be05-b783ec2a, #w-node-a128d2c8-852e-b385-8a5a-98841e198f6c-b783ec2a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d849ef3c-2c13-659a-dcfc-5a0f97f923eb-b783ec2a, #w-node-df534f44-c5bf-d1f8-11ae-304cb3c0f2e5-b783ec2a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-faaf5466-ad60-2fb6-f48d-0b4b755d10fe-b783ec28, #w-node-_2504b885-5497-e306-e0bf-054d0a0addf6-b783ec28, #w-node-faaf5466-ad60-2fb6-f48d-0b4b755d1143-b783ec28 {
    justify-self: stretch;
  }

  #w-node-d849ef3c-2c13-659a-dcfc-5a0f97f923eb-b783ec28, #w-node-_5eef1a53-aedd-326c-946d-427e5af3ad89-b783ec28, #w-node-df534f44-c5bf-d1f8-11ae-304cb3c0f2e5-b783ec28, #w-node-_0c0586d7-9d07-3b2e-d60f-c5aa1abcae39-b783ec28 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-faaf5466-ad60-2fb6-f48d-0b4b755d10fe-b783ec2a, #w-node-_2504b885-5497-e306-e0bf-054d0a0addf6-b783ec2a, #w-node-faaf5466-ad60-2fb6-f48d-0b4b755d1143-b783ec2a {
    justify-self: stretch;
  }

  #w-node-d849ef3c-2c13-659a-dcfc-5a0f97f923eb-b783ec2a, #w-node-_5eef1a53-aedd-326c-946d-427e5af3ad89-b783ec2a, #w-node-df534f44-c5bf-d1f8-11ae-304cb3c0f2e5-b783ec2a, #w-node-_0c0586d7-9d07-3b2e-d60f-c5aa1abcae39-b783ec2a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


