@font-face {
  font-family: Space grotesk;
  src: url('../fonts/SpaceGrotesk-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Space grotesk;
  src: url('../fonts/SpaceGrotesk-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Space grotesk;
  src: url('../fonts/SpaceGrotesk-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Space grotesk;
  src: url('../fonts/SpaceGrotesk-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Space grotesk;
  src: url('../fonts/SpaceGrotesk-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral-colors--dark-neutrals--neutral-color-dark: #2b2b2b;
  --brand-colors--primary--primary-color: #ad6d52;
  --neutral-colors--light-neutrals--neutral-color-light-weak: #e4e6e7;
  --neutral-colors--light-neutrals--neutral-color-light: white;
  --neutral-colors--dark-neutrals--neutral-color-dark-light: #969696;
  --neutral-colors--dark-neutrals--neutral-color-dark-strong: #454f54;
  --neutral-colors--light-neutrals--neutral-color-light-strong: #d4d8dd;
  --brand-colors--primary--primary-color-dark: #794c39;
  --auxiliary-colors--accent-whats: #25d466;
  --auxiliary-colors--negative: #f86363;
  --accessible-components--dark-grey: #9b9b9b;
  --brand-colors--primary--primary-light: #cea797;
  --auxiliary-colors--accent-whats-hover: #1fb255;
  --auxiliary-colors--warning: #f8ae59;
  --auxiliary-colors--informational: #638df8;
  --auxiliary-colors--successful: #55e2ae;
}

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

body {
  color: var(--neutral-colors--dark-neutrals--neutral-color-dark);
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/textura_clara.jpg');
  background-position: 0 0, 50%;
  font-family: Space grotesk, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

strong {
  font-weight: bold;
}

.content-wrapper {
  z-index: 10;
  overflow: clip;
}

.global-code {
  display: none;
}

.main-container {
  flex: 1;
  width: 100%;
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}

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

.section-hero {
  border-top: .25rem solid var(--brand-colors--primary--primary-color);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-bottom: 3%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

.page-padding-vertical.page-padding-vertical-null {
  padding-top: 0;
  padding-bottom: 0;
}

.page-padding-vertical.page-padding-vertical-large {
  padding-top: 14rem;
  padding-bottom: 12rem;
}

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

.main-grid.main-grid-header {
  margin-bottom: 3rem;
}

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

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

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

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

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

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

.heading-large {
  letter-spacing: -2px;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.label-text {
  color: var(--brand-colors--primary--primary-color);
  letter-spacing: .25rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
}

.label-text.label-text-spaceless {
  margin-bottom: 0;
}

.footer-logo-text {
  color: #696969;
  margin-bottom: 2rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.3;
}

.text-line-height.text-line-height-spaced {
  line-height: 1.8;
}

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

.text-line-height.text-line-height-small {
  line-height: 1.3;
}

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

.text-line-height.text-line-height-regular {
  line-height: 1.5;
}

.logo-wrapper {
  background-image: url('../images/logo_borboleta_botani.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30rem;
  margin-left: -2rem;
  padding: 1rem 2rem;
  position: relative;
}

.logo-botani {
  min-width: 20rem;
  max-width: 25rem;
  min-height: 3.75rem;
  max-height: 8.75rem;
}

.heading-wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.highlight-text {
  background-color: var(--neutral-colors--dark-neutrals--neutral-color-dark);
  color: var(--brand-colors--primary--primary-color);
  text-transform: uppercase;
  margin-left: -3rem;
  margin-right: -90rem;
  padding: 1rem 92rem 1rem 3rem;
}

.text-span-white {
  color: var(--neutral-colors--light-neutrals--neutral-color-light-weak);
}

.text-capitalize.text-capitalize-all-caps {
  text-transform: uppercase;
}

.bg-lines {
  z-index: 2;
  background-image: url('../images/lines_kv_02.svg'), url('../images/lines_kv_01.svg');
  background-position: 110% 0, -13% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
  position: absolute;
  inset: 0%;
}

.form-wrapper {
  background-color: #fff;
  border-radius: .125rem;
  padding: 2rem 2.5rem;
  position: relative;
  box-shadow: 0 0 16px #11414b14, 0 0 24px #11414b1f;
}

.form-wrapper.hero-form {
  border-bottom: .3rem solid var(--brand-colors--primary--primary-color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.form-heading {
  padding-bottom: 1rem;
  font-size: .875rem;
}

.email-code__wrapper {
  justify-content: center;
  width: 100%;
}

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

.p-small.ps-regular {
  font-weight: 300;
}

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

.slide-gamaro__card-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
}

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

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

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

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

.slide-gamaro__card_status {
  z-index: 202;
  color: #fff;
  letter-spacing: .25px;
  background-color: #2c494e;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  inset: 0% 0% auto auto;
}

.slide-gamaro__card_status.entregue {
  background-color: #844428;
}

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

.sld-btn-gamaro {
  background-color: #2c494e;
  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__left-side {
  margin-left: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paragraph-gamaro {
  color: #4a5457;
  object-fit: fill;
  max-width: 640px;
  font-weight: 400;
  line-height: 1.7;
  position: static;
}

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

.header-arrow {
  margin-bottom: 2rem;
  margin-right: 2rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-medium {
  letter-spacing: -2px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}

.line_decoration {
  background-color: var(--brand-colors--primary--primary-color);
  width: 2rem;
  height: .25rem;
  margin-top: 1.5rem;
}

.cta-text {
  color: var(--brand-colors--primary--primary-color);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
}

.footer-icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

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

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

.footer {
  z-index: 1000;
  background-color: #fff;
  position: relative;
}

.footer-link {
  color: #747777;
  transition: all .4s ease-in-out;
}

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

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

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

.footer-logo {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

.disclaimer-text {
  color: #636d70;
  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;
}

.footer-content-02 {
  flex-direction: column;
  align-items: stretch;
  margin-top: 3.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.footer-content-01-2 {
  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;
}

.logo-gamaro {
  object-fit: contain;
  width: 100%;
  max-width: 20rem;
  height: 100%;
}

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

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

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

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

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

.highlight-text-size {
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
}

.bg-color.bg-color-white {
  background-color: var(--neutral-colors--light-neutrals--neutral-color-light);
}

.bg-color.bg-color-dark {
  background-color: var(--neutral-colors--dark-neutrals--neutral-color-dark);
}

.bg-color.bg-color-mid-dark {
  background-color: #333;
}

.bg-color.bg-color-white-mid {
  background-color: #ffffff7a;
}

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

.container.container-xlarge {
  max-width: 100%;
}

.container.container-null {
  width: 100%;
  max-width: none;
}

.container.container-is-relative {
  position: relative;
}

.stg-table-cell {
  padding: 1em;
  font-size: .9rem;
}

.stg-table-cell.is-stg-aspect {
  width: 5.9em;
}

.stg-card__left {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.heading-xlarge {
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
}

.stg-header__title {
  color: #7191ad;
  letter-spacing: -1px;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.3;
}

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

.stg-cards-wrapper.stg-cards-wrapper-horizontal {
  grid-column-gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
}

.flexbox-horizontal-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.flexbox-horizontal-2.flex-start-between {
  justify-content: space-between;
  align-items: flex-start;
}

.stg-wieght__bottom {
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dsg-aspect-area {
  text-align: center;
  background-color: #d2d5c1;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1em;
  font-size: 1rem;
  display: flex;
}

.stg-card__header {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.css-wrapper {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.heading-xhuge {
  letter-spacing: -1.5px;
  text-transform: uppercase;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.p-text {
  max-width: 31rem;
  font-size: 1rem;
  font-weight: 400;
}

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

.p-text.p-text-regular.p-text-regular-400 {
  font-weight: 400;
}

.p-text.p-text-xsmall {
  font-size: .75rem;
}

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

.list-subheading-text {
  color: #535353;
  text-transform: uppercase;
  margin-bottom: .25rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
}

.list-subheading-text.list-subheading-text-light {
  color: #d4d8ddc2;
  font-size: .75rem;
  font-weight: 400;
}

.list-subheading-text.list-subheading-text-gray {
  color: #646464;
  font-size: .75rem;
  font-weight: 400;
}

.list-subheading-text.list-subheading-text-light-gray {
  color: var(--neutral-colors--dark-neutrals--neutral-color-dark-light);
}

.stg-header__icon {
  color: #7191ad;
  -webkit-text-fill-color: inherit;
  background-color: #0b0f13;
  background-clip: border-box;
  border-radius: .25rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: .5rem;
}

.footer-description-text {
  letter-spacing: .02rem;
  font-size: .75rem;
  font-weight: 600;
}

.stg-header {
  grid-column-gap: 1.5rem;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
}

.list-heading-text {
  color: var(--brand-colors--primary--primary-color);
  letter-spacing: -.02rem;
  text-transform: uppercase;
  margin-bottom: .25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}

.list-heading-text.list-heading-text-small {
  color: var(--neutral-colors--light-neutrals--neutral-color-light);
  font-size: 1rem;
  font-weight: 400;
}

.list-heading-text.list-heading-text-small-orange {
  color: var(--brand-colors--primary--primary-color);
  font-size: 1rem;
  font-weight: 400;
}

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

.flexbox-vertical.v-left-top {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.stg-card__color-wrapper {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.stg-card__text {
  color: #454f54;
  margin-top: .75rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.6;
}

.stg-card__right-group {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.stg-card__color-frame {
  background-color: #000;
  border-radius: .125rem;
  width: .75rem;
  height: .75rem;
}

.stg-card__color-frame.color-frame-primary {
  background-color: #b83d3d;
}

.stg-card__heading {
  color: #454f54;
  font-size: 1.125rem;
  font-weight: 700;
}

.stg-card__right {
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 70%;
  display: flex;
}

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

.css-wrapper__code {
  color: #31b0c4;
  cursor: pointer;
  border: 1px dashed #31b0c480;
  border-radius: .25rem;
  padding: .375rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  transition: background-color .32s cubic-bezier(.455, .03, .515, .955);
}

.css-wrapper__code.css-wrapper__code-gray {
  color: #6d7578;
  border-color: #6d7578;
}

.css-wrapper__code.css-wrapper__code-small {
  font-size: .6875rem;
}

.css-wrapper__code.css-wrapper__code-small:hover {
  background-color: #31b0c433;
}

.css-wrapper__code.css-wrapper__code-small-combo {
  margin-left: 1rem;
  font-size: .6875rem;
}

.css-wrapper__code.css-wrapper__code-small-combo:hover {
  background-color: #31b0c433;
}

.subtitle-large {
  text-transform: uppercase;
  font-size: 1.3125rem;
  line-height: 1.6;
}

.css-wrapper_icon {
  color: #31b0c4;
  width: .5rem;
}

.cta-list-block {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.stg-group {
  margin-bottom: 5rem;
}

.list-numeration-text {
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.3;
}

.stg-card__css-wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.stg-wieght__heading {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1;
}

.stg-card__bottom {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.stg-spec-heading {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-small {
  letter-spacing: -1.6px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.35;
}

.caption-text {
  color: #fff;
  letter-spacing: .5px;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.3;
}

.caption-text.caption-text-small {
  font-size: .625rem;
}

.caption-text.caption-text-medium {
  font-size: .75rem;
}

.subtitle-small {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
}

.heading-xsmall {
  letter-spacing: -1px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.35;
}

.stg-content {
  width: 100%;
  padding-top: 7rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.stg-card__group {
  align-items: center;
  width: 100%;
  display: flex;
}

.stg-card {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  background-color: #fff;
  border-radius: .125rem;
  flex: none;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
  box-shadow: 0 0 56px -12px #51a1d71f;
}

.stg-card.stg-card__vertical-small {
  flex-direction: column;
  flex: 0 auto;
  min-height: 30rem;
  padding: 2rem;
}

.stg-card.stg-card__vertical {
  flex-direction: column;
}

.footer-logo-text-2 {
  opacity: .7;
  letter-spacing: -.01rem;
  font-size: .625rem;
  font-weight: 400;
  line-height: 1.3;
}

.stg-class-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.stg-section {
  border-bottom: 1px solid #0000001a;
  padding-bottom: 7.5rem;
}

.spec-caption {
  color: #bbb;
  font-size: .75rem;
  font-weight: 600;
}

.link-text {
  color: #b83d3d;
  letter-spacing: .25px;
  font-weight: 700;
  line-height: 1.2;
}

.link-text.link-text-small {
  color: #5c6970cc;
  font-size: .875rem;
}

.link-text.link-span-text {
  font-size: .75rem;
  text-decoration: underline;
}

.heading-huge {
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.stg-title-large {
  color: var(--brand-colors--primary--primary-color);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-block {
  flex: none;
}

.text-color.text-color-white {
  color: var(--neutral-colors--light-neutrals--neutral-color-light-weak);
}

.text-color.text-color-black {
  color: var(--neutral-colors--dark-neutrals--neutral-color-dark);
}

.text-color.text-color-gray {
  color: #454f54cc;
}

.text-color.text-color-light-gray {
  color: var(--neutral-colors--dark-neutrals--neutral-color-dark-light);
}

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

.text-block-size {
  max-width: 45rem;
}

.text-block-size.text-block-size-medium {
  max-width: 35rem;
}

.text-block-size.text-block-size-null {
  max-width: none;
}

.section-galeria, .section-plantas, .secion-studios-nr, .sectiion-plantas-nr, .section-macro-localizacao, .section-ficha {
  overflow: hidden;
}

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

.nav-link {
  color: var(--neutral-colors--dark-neutrals--neutral-color-dark-strong);
  text-align: center;
  white-space: nowrap;
  border-bottom: .25rem solid #0000;
  padding: 1.25rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.3;
}

.nav-link:hover {
  color: var(--brand-colors--primary--primary-color);
}

.nav-link.w--current {
  border-bottom: .25rem solid var(--brand-colors--primary--primary-color);
  color: var(--brand-colors--primary--primary-color);
  align-self: stretch;
  align-items: center;
  display: flex;
}

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

.navbar-component {
  z-index: 1000;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffffeb;
  position: fixed;
  inset: 0% 0% auto;
  transform: none;
  box-shadow: 0 8px 16px #2d13070a, 0 24px 160px -10px #2d130752;
}

.navbar__logo {
  width: 7.5rem;
}

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

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

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

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

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

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

.faq-item {
  cursor: pointer;
}

.underline-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #fff;
  border-bottom: 1px #1a1c24;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.section-banner {
  position: relative;
}

.preview-agenda-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  outline-offset: 0px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d3e5e9;
  border-radius: 1rem;
  outline: 1px #d3e5e9;
  flex-direction: column;
  margin-top: -2rem;
  padding: 4.5rem 2rem 2.5rem;
  display: flex;
}

.arrow-component {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #2b2b2bcc;
  border: 1px solid #e4e6e766;
  border-radius: 50vw;
  width: 4rem;
  height: 4rem;
  margin: 0 3.5rem;
  font-size: 1rem;
  transition: border-color .4s;
  display: flex;
}

.arrow-component:hover {
  background-color: #2b2b2beb;
  border-color: #ffffffa3;
}

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

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

.slide-nav {
  justify-content: flex-end;
  margin-bottom: 35px;
  padding-right: 106px;
  display: none;
}

.sld-galeria {
  background-color: #0000;
  height: 100vh;
  padding-top: 4rem;
}

.sld-galeria__lightbox-img {
  object-fit: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.img-overlay {
  background-image: linear-gradient(to top, #000000b3, #2b2b2b00 14%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-overlay.img-overlay-strong {
  background-image: linear-gradient(to top, #000c, #2b2b2b00 37%);
}

.sld-galeria__content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.sld-galeria__content-wrapper.is--image-only {
  justify-content: flex-end;
}

.hero__img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.cover-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(.165, .84, .44, 1);
}

.cover-img:hover {
  transform: scale(1.05);
}

.cover-img.cover-img-static {
  transition-property: none;
}

.cover-img.cover-img-static:hover {
  transform: none;
}

.hero__grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: 100%;
  grid-template-columns: .5fr 1fr;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
}

.hero__grid-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.hero__grid-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
  overflow: hidden;
}

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

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

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

.svg-icon.svg-icon-medium {
  width: 1.5rem;
  height: 1.5rem;
}

.svg-icon.svg-icon-large {
  width: 2rem;
  height: 2rem;
}

.sld-caption-component {
  z-index: 2;
  border-top: 1px solid #ffffff29;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  display: flex;
}

.list-block {
  grid-column-gap: 1.5rem;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.list-block-content {
  grid-row-gap: .125rem;
  flex-direction: column;
  flex: 0 auto;
  display: flex;
}

.conceito-icon {
  border-bottom: .3rem solid var(--brand-colors--primary--primary-color);
  background-color: var(--neutral-colors--dark-neutrals--neutral-color-dark);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: .75rem;
  display: flex;
}

.conceito-icon.conceito-icon-light {
  background-color: var(--neutral-colors--dark-neutrals--neutral-color-dark-strong);
}

.sld-plantas__diferenciais-block {
  grid-column-gap: 1rem;
  color: var(--neutral-colors--light-neutrals--neutral-color-light-strong);
  margin-right: 1rem;
  display: flex;
}

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

.tab-content-right {
  background-color: #fff;
  border: 1px solid #8c8c8c59;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45rem;
  height: 35rem;
  text-decoration: none;
  position: relative;
}

.tab-folder {
  grid-column-gap: 3rem;
  grid-row-gap: 16px;
  border-style: solid;
  border-width: 1px 1px .5rem;
  border-color: #2b2b2b59 #2b2b2b59 var(--brand-colors--primary--primary-color);
  background-color: #f3f3f3;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 3rem 3rem 3rem 5rem;
  display: grid;
  box-shadow: 0 16px 60px -20px #2d130752, 0 8px 16px #2d13070a;
}

.btn-icon {
  color: #fff;
  background-color: #a87a53;
  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: #805d40;
}

.tab-content-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--neutral-colors--dark-neutrals--neutral-color-dark);
  color: #636d70;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: -5rem;
  margin-right: -16rem;
  padding: 1.5rem 16rem 1.5rem 5rem;
  display: grid;
}

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

.implantacao-grid-list-number {
  border-bottom: .125rem solid var(--brand-colors--primary--primary-color);
  color: var(--brand-colors--primary--primary-color);
  width: 2rem;
  font-size: 14px;
  font-weight: 700;
}

.implantacao-list-block {
  grid-column-gap: 1rem;
  border-bottom: 1px solid var(--brand-colors--primary--primary-color);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-bottom: .5rem;
  display: flex;
}

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

.grid-bolotario__list-wrapper {
  width: 100%;
  height: 100%;
}

.lightbox-absolute-number {
  border-bottom: .125rem solid var(--brand-colors--primary--primary-color);
  background-color: var(--neutral-colors--dark-neutrals--neutral-color-dark);
  color: #fff;
  padding: .3125rem .35rem;
  font-size: .625rem;
  line-height: 1;
  position: absolute;
  inset: auto auto 161px 123px;
}

.lightbox-absolute-number._07a {
  inset: 59% 24% auto auto;
}

.lightbox-absolute-number._04a {
  inset: auto auto 38% 36%;
}

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

.lightbox-absolute-number._10a {
  inset: 49% auto auto 47%;
}

.lightbox-absolute-number._01a {
  inset: auto 30.5% 20% auto;
}

.lightbox-absolute-number._03a {
  inset: auto auto 17% 84%;
}

.lightbox-absolute-number._09a {
  inset: auto 15% 48% auto;
}

.lightbox-absolute-number._11a {
  inset: 62.5% auto auto 67%;
}

.lightbox-absolute-number._05a {
  inset: auto auto 36% 39%;
}

.lightbox-absolute-number._06a {
  inset: auto auto 30% 73%;
}

.lightbox-absolute-number._02a {
  inset: 10% auto auto 25%;
}

.lightbox-absolute-number._12a {
  inset: 61.5% auto auto 48%;
}

.lightbox-absolute-number._13a {
  inset: auto 40% 19% auto;
}

.lightbox-absolute-number._14a {
  inset: auto 52% 19% auto;
}

.lightbox-absolute-number._16a {
  inset: 13.5% auto auto 27%;
}

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

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

.lightbox-absolute-number._02b {
  inset: auto auto 37% 54%;
}

.lightbox-absolute-number._03b {
  inset: auto auto 37% 63%;
}

.lightbox-absolute-number._04b {
  inset: auto auto 36% 69%;
}

.lightbox-absolute-number._05b {
  inset: auto auto 44% 33%;
}

.lightbox-absolute-number._06b {
  inset: auto auto 44% 51%;
}

.lightbox-absolute-number._07b {
  inset: 56% 24% auto auto;
}

.lightbox-absolute-number._08b {
  inset: auto 23% 36% auto;
}

.lightbox-absolute-number._09b {
  inset: auto 71% 27% auto;
}

.lightbox-absolute-number._10b {
  inset: 78% auto auto 31%;
}

.lightbox-absolute-number._11b {
  inset: 78.5% auto auto 55%;
}

.lightbox-absolute-number._12b {
  inset: 73.5% auto auto 50%;
}

.lightbox-absolute-number._13b {
  inset: 57.5% auto auto 16%;
}

.lightbox-absolute-number._15a {
  inset: auto 27% 51% auto;
}

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

.implantacao-grid-list-iten {
  font-size: 1rem;
  font-weight: 500;
}

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

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

.section-vista {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  margin-top: 10rem;
}

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

.acordion-list-item {
  color: var(--brand-colors--primary--primary-color);
}

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

.accordion-p.list-p {
  color: var(--neutral-colors--dark-neutrals--neutral-color-dark-light);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.accordion-p.is-hidden {
  display: none;
}

.accordion-btn {
  border: 1px solid var(--brand-colors--primary--primary-color);
  color: #a87a53;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  display: flex;
  position: relative;
}

.accordion-btn:hover {
  color: #fff;
  background-color: #a87a53;
}

.accordion-localizacao {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--neutral-colors--dark-neutrals--neutral-color-dark);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.accordion-header {
  border-bottom: .0625rem solid var(--brand-colors--primary--primary-color);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.acordion-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  grid-auto-columns: 1fr;
  width: 35rem;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.accordion-title {
  color: var(--brand-colors--primary--primary-color);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 28px;
}

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

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

.section-contato {
  overflow: hidden;
}

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

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

.aption-span {
  color: #ffffffb8;
  font-weight: 400;
}

.sld-caption__name {
  border-bottom: .25rem solid var(--brand-colors--primary--primary-color);
  padding-bottom: 1.5rem;
  padding-right: 3rem;
}

.sld-caption__dinamic-number {
  color: var(--neutral-colors--light-neutrals--neutral-color-light-weak);
  font-size: .875rem;
  font-weight: 500;
}

.sld-caption__numeration {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.sld-caption__numeration.sld-caption__numeration-dark {
  position: absolute;
  inset: auto 50% 0% auto;
  transform: translate(50%);
}

.sld-caption__final-number {
  color: #e4e6e7b8;
  font-size: .875rem;
  font-weight: 300;
}

.sld-caption__final-number.sld-caption__final-number-dark {
  color: var(--neutral-colors--dark-neutrals--neutral-color-dark-strong);
}

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

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

.column__heading {
  color: #2b2827;
  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-box {
  color: var(--neutral-colors--dark-neutrals--neutral-color-dark-strong);
  text-align: right;
  text-transform: none;
  background-color: #e6e7e8b3;
  border: 1px solid #ad6d524f;
  border-radius: .1875rem;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 12px 1.5rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.column__heading.column_subtitle {
  color: #636d70;
  text-align: right;
  text-transform: none;
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.ficha-tecnica__column {
  border-bottom: 1px solid #a87a53;
  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;
  margin-bottom: 0;
}

.ficha-tecnica__column.vertical-column {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
}

.ficha-tecnica__column.hidden-column {
  display: none;
}

.ficha-tecnica__column.image-column {
  background-color: #e6e7e8b3;
  border: 1px solid #ad6d524f;
  border-radius: .1875rem;
  width: 50rem;
  padding: 6.3rem;
  display: block;
  position: relative;
}

.ficha-tecnica__column.image-content-column {
  grid-row-gap: 1rem;
  text-align: left;
  border-bottom-style: none;
  flex-direction: column;
  justify-content: flex-start;
}

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

.column__heading-block.large-column {
  width: auto;
}

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

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

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

.disclaimer-ficha.is--hidden {
  display: none;
}

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

.line-disclaimer {
  background-color: #e6e7e8;
  width: 64px;
  height: 3px;
  margin-top: 24px;
}

.hero__title {
  flex-direction: column;
}

.navbar {
  position: fixed;
  inset: 0% 0% auto;
}

.grid-conceito {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr .5fr;
  height: 70vh;
  max-height: 45rem;
  margin-bottom: 5rem;
}

.grid-conceito.grid-nr {
  grid-template-columns: 1fr 1fr;
  height: 50vh;
}

.lightbox-component {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.caption-text-underline {
  border-bottom: .3rem solid var(--brand-colors--primary--primary-color);
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 4rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.caption-text-underline.caption-text-underline-small {
  padding-left: 1.5rem;
}

.btn-zoom {
  z-index: 25;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #ffffffbf;
  cursor: pointer;
  background-color: #00000045;
  border-radius: .3rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: .7rem .8rem .8rem;
  transition: transform .32s ease-in-out, color .32s ease-in-out, background-color .32s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.margin-bottom.mg-b-medium {
  margin-bottom: 2rem;
}

.margin-bottom.margin-bottom-xsmall {
  margin-bottom: .25rem;
}

.margin-bottom.mg-b-small {
  margin-bottom: 1rem;
}

.margin-bottom.mg-b-large {
  margin-bottom: 3rem;
}

.highlights-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  position: relative;
}

.tab-content-left {
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  display: flex;
}

.tab-menu {
  grid-column-gap: .5rem;
  margin-bottom: 2rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--neutral-colors--dark-neutrals--neutral-color-dark);
  color: var(--neutral-colors--dark-neutrals--neutral-color-dark);
  text-align: center;
  background-color: #0000;
  flex: 1;
  justify-content: center;
  padding: 1.25rem 1rem 0;
  font-weight: 500;
  display: flex;
}

.tab-link:hover {
  border-color: var(--brand-colors--primary--primary-color);
}

.tab-link.w--current {
  border-bottom-width: .25rem;
  border-bottom-color: var(--brand-colors--primary--primary-color);
  background-color: var(--neutral-colors--dark-neutrals--neutral-color-dark);
  color: var(--neutral-colors--light-neutrals--neutral-color-light-weak);
}

.tab-content {
  overflow: visible;
}

.tab-link__text {
  border-bottom: .25rem solid #ad6d5200;
  padding-top: .25rem;
  padding-bottom: 1rem;
  font-size: .875rem;
  line-height: 1.3;
}

.tab-link__text.tab-link__text-light {
  color: var(--neutral-colors--light-neutrals--neutral-color-light);
}

.tab-link__text-span {
  color: var(--brand-colors--primary--primary-color);
  font-size: 1rem;
  font-weight: 700;
}

.grid-bolotario {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  width: 100%;
  padding: 2.5rem;
}

.grid-bolotario.grid-bolotario-first {
  grid-template-columns: 1.5fr 1fr;
  margin-bottom: 7.5rem;
}

.grid-bolotario__content {
  flex-direction: column;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.grid-bolotario__content.grid-bolotario__right-content {
  grid-row-gap: 2rem;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 3rem;
  padding-right: 3rem;
  position: sticky;
  top: 4rem;
}

.grid-bolotario__content.grid-bolotario__left-content {
  border-right: .375rem solid var(--brand-colors--primary--primary-color);
  background-color: var(--neutral-colors--light-neutrals--neutral-color-light);
  border-radius: .125rem;
  padding: 0;
  overflow: hidden;
  box-shadow: 1px 1px 32px -16px #0000004d;
}

.tab-content-header {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.sld-plantas__heading {
  color: var(--neutral-colors--dark-neutrals--neutral-color-dark);
  letter-spacing: -1px;
  text-transform: none;
  font-size: 3rem;
  font-weight: 300;
  line-height: .9;
}

.m2-span {
  font-size: 2.5rem;
}

.sld-plantas__subheading {
  color: var(--brand-colors--primary--primary-color);
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
}

.sld-plantas__kv-line {
  background-color: var(--brand-colors--primary--primary-color);
  width: .125rem;
  height: 1.5rem;
  transform: rotate(30deg);
}

.sld-plantas__flex {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.sld-plantas__heading-small {
  color: var(--neutral-colors--dark-neutrals--neutral-color-dark-strong);
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
}

.sld-plantas__flex-vertical {
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sld-plantas__heading-xsmall {
  color: var(--neutral-colors--dark-neutrals--neutral-color-dark-light);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.sld-plantas__diferenciais-arrow {
  opacity: .72;
  width: .75rem;
  transform: rotate(-90deg);
}

.label-planta {
  color: var(--brand-colors--primary--primary-color);
  text-align: center;
  letter-spacing: .1rem;
  text-transform: uppercase;
  width: 100%;
  margin: 2rem auto 0;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.sld-plantas__slide-lightbox {
  border-radius: .125rem;
  width: 4rem;
  height: 2rem;
  overflow: hidden;
}

.sld-plantas__slide-lightbox-wrapper {
  grid-column-gap: 2rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 3rem;
  display: flex;
}

.sld-plantas__slide-lightbox-wrapper.slide-lightbox-wrapper-hidden {
  display: none;
}

.flexbox-horizontal {
  grid-column-gap: 1rem;
  display: flex;
}

.flexbox-horizontal.flexbox-horizontal-small {
  grid-column-gap: .5rem;
  flex: 1;
}

.hero__footer {
  display: flex;
}

.btn-primary {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--brand-colors--primary--primary-color);
  color: var(--neutral-colors--light-neutrals--neutral-color-light);
  cursor: pointer;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .42s;
  display: flex;
}

.btn-primary:hover {
  background-color: var(--brand-colors--primary--primary-color-dark);
}

.btn-primary.btn-primary-outline {
  border: 1px solid var(--brand-colors--primary--primary-color);
  color: var(--brand-colors--primary--primary-color);
  background-color: #0000;
}

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

.btn-primary.btn-primary-outline.btn-primary-whatsapp {
  border-color: var(--auxiliary-colors--accent-whats);
  color: var(--auxiliary-colors--accent-whats);
}

.btn-primary.btn-primary-outline.btn-primary-whatsapp:hover {
  background-color: var(--auxiliary-colors--accent-whats);
  color: #093f1d;
}

.btn-primary.btn-primary-outline-white {
  border: 1px solid var(--brand-colors--primary--primary-color);
  color: var(--neutral-colors--light-neutrals--neutral-color-light);
  background-color: #0000;
}

.btn-primary.btn-primary-outline-white:hover {
  background-color: var(--brand-colors--primary--primary-color);
}

.tab-link-light {
  border: 1px solid var(--neutral-colors--dark-neutrals--neutral-color-dark-light);
  color: var(--neutral-colors--dark-neutrals--neutral-color-dark);
  text-align: center;
  background-color: #0000;
  flex: 1;
  justify-content: center;
  padding: 1.25rem 1.5rem 0;
  font-weight: 500;
  display: flex;
}

.tab-link-light.w--current {
  border-color: var(--neutral-colors--dark-neutrals--neutral-color-dark) var(--neutral-colors--dark-neutrals--neutral-color-dark) var(--brand-colors--primary--primary-color);
  background-color: var(--neutral-colors--dark-neutrals--neutral-color-dark);
  color: var(--neutral-colors--light-neutrals--neutral-color-light-weak);
  border-bottom-width: .25rem;
}

.heading-medium-span {
  color: #e4e6e7ba;
  font-size: 1.75rem;
  line-height: 1.45;
}

.map-button {
  grid-column-gap: 1.5rem;
  border-bottom: .125rem solid var(--brand-colors--primary--primary-color);
  background-color: var(--neutral-colors--dark-neutrals--neutral-color-dark);
  color: var(--neutral-colors--light-neutrals--neutral-color-light-weak);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.map-button:hover {
  background-color: var(--brand-colors--primary--primary-color-dark);
}

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

.map-button-wrapper.mobile-show {
  display: none;
}

.localizacao-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 4rem;
  position: relative;
}

.section-micro-localizacao {
  margin-top: -10rem;
  padding-left: 3rem;
  padding-right: 3rem;
  overflow: hidden;
}

.grid-pompeia__block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.grid-pompeia {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 7.5rem;
  position: relative;
}

.grid-pompeia__img-wrap {
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.column__small-heading {
  color: var(--neutral-colors--dark-neutrals--neutral-color-dark-strong);
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
}

.column__grid {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.section-espaco-botani {
  background-image: linear-gradient(#2b2b2beb, #2b2b2beb), url('../images/img_banner_botani_08.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 125vh;
  display: none;
  overflow: hidden;
}

.section-espaco-botani.hide {
  display: none;
}

.esb__adress-wrapper {
  grid-column-gap: 2rem;
  border-top: .125rem solid var(--brand-colors--primary--primary-color);
  border-bottom: .125rem solid var(--brand-colors--primary--primary-color);
  color: var(--neutral-colors--light-neutrals--neutral-color-light);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  padding: 1rem 3rem;
  font-size: 2rem;
  font-weight: 300;
  display: flex;
}

.button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.display-type.is-hidden {
  display: none;
}

.esb__logos-wrapper {
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.esb__logo-block {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.esb__logo {
  object-fit: contain;
  width: 8rem;
  height: 6rem;
}

.tab-slide-mask {
  width: 45rem;
  height: 100%;
}

.tab-slider {
  width: 100%;
  height: 35rem;
}

.sld-plantas__arrow {
  border: .09375rem solid var(--brand-colors--primary--primary-color);
  color: var(--brand-colors--primary--primary-color);
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
  inset: auto 0% 50% auto;
  transform: translate(0, 50%);
}

.sld-plantas__arrow.sld-plantas__arrow-left {
  inset: auto auto 50% 0%;
}

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

.tab-slide {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45rem;
  height: 100%;
}

.arrow-trigger {
  border: .09375rem solid var(--brand-colors--primary--primary-color);
  color: var(--brand-colors--primary--primary-color);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: -4rem;
  margin-right: -4rem;
  font-size: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 50% auto;
  transform: translate(0, 50%);
}

.arrow-trigger:hover {
  background-color: var(--brand-colors--primary--primary-color);
  color: var(--neutral-colors--light-neutrals--neutral-color-light);
}

.arrow-trigger.left-trigger {
  inset: auto auto 50% 0%;
}

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

.ficha-tecnica__image-hotspot {
  grid-column-gap: 1rem;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ficha-tecnica__image-hotspot.hotspot-01 {
  inset: 14% 29% auto auto;
}

.ficha-tecnica__image-hotspot.hotspot-02 {
  text-align: right;
  flex-direction: row-reverse;
  inset: 18% 74% auto auto;
}

.ficha-tecnica__image-hotspot.hotspot-03 {
  inset: 34% 28% auto auto;
}

.ficha-tecnica__image-hotspot.hotspot-04 {
  text-align: right;
  flex-direction: row-reverse;
  inset: 56% 76% auto auto;
}

.ficha-tecnica__image-hotspot.hotspot-05 {
  inset: 58% 10.5% auto auto;
}

.ficha-tecnica__image-hotspot.hotspot-06 {
  text-align: right;
  flex-direction: row-reverse;
  inset: 70% 67% auto auto;
}

.ficha-tecnica__image-hotspot.hotspot-07 {
  align-items: flex-end;
  inset: 71% 46% auto auto;
}

.ficha-tecnica__image-hotspot.hotspot-08 {
  align-items: flex-end;
  inset: 67% 2% auto auto;
}

.ficha-tecnica__image-hotspot.hotspot-09 {
  text-align: right;
  flex-direction: row-reverse;
  inset: 78.5% 68% auto auto;
}

.ficha-tecnica__image-hotspot.hotspot-10 {
  inset: 79% 10.5% auto auto;
}

.ficha-tecnica__hotspot-circle {
  background-color: var(--auxiliary-colors--negative);
  outline-offset: .3rem;
  border-radius: 50vw;
  outline: .125rem solid #f863635c;
  width: .5rem;
  height: .5rem;
  margin-top: .3125rem;
}

.ficha-tecnica__hotspot-circle.bottom-circle {
  margin-top: 0;
  margin-bottom: 6px;
}

.ficha-tecnica__hotspot-title {
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
}

.ficha-tecnica__hotspot-content.is--white {
  color: var(--neutral-colors--light-neutrals--neutral-color-light);
}

.ficha-tecnica__hotspot-small-title {
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 400;
}

.column__pavimentos {
  border-top: 1px solid #ad6d5263;
  flex-direction: column;
  width: 100%;
  padding-top: 1rem;
  display: flex;
}

.hotspot-title {
  text-transform: uppercase;
  font-weight: 700;
}

.hotspot-small-title {
  color: var(--brand-colors--primary--primary-color-dark);
  text-transform: uppercase;
  font-weight: 500;
}

.column__pavimentos-header {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: .5rem;
  display: flex;
}

.column__pavimentos-header.pavimentos-header-padless {
  margin-bottom: 0;
}

.contato__social-cta {
  grid-row-gap: 1rem;
  color: var(--brand-colors--primary--primary-color);
  text-align: center;
  border-top: 1px solid #96969652;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 7.5rem;
  padding-top: 1.5rem;
  display: flex;
}

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

.footer__social-icon-block {
  border: 1px solid var(--brand-colors--primary--primary-color);
  color: var(--brand-colors--primary--primary-color);
  background-color: #222;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 1rem;
  transition: background-color .42s ease-in-out, color .42s ease-in-out;
  display: flex;
}

.footer__social-icon-block:hover {
  background-color: var(--brand-colors--primary--primary-color);
  color: #fff;
}

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

.modal-whatsapp {
  z-index: 5000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.cta-bar_link {
  grid-column-gap: 1rem;
  color: #fff;
  cursor: pointer;
  border: .0625px solid #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .5rem 3rem;
  text-decoration: none;
  transition: border-color .42s cubic-bezier(.165, .84, .44, 1), background-color .42s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.cta-bar_link:hover {
  border: .0625rem solid var(--brand-colors--primary--primary-color);
  background-color: #1f1f1f;
}

.modal-close-trigger {
  color: #fff;
  cursor: pointer;
  background-color: #303030;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 16px 16px 16px 1rem;
  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;
}

.cta-bar__title {
  color: var(--neutral-colors--dark-neutrals--neutral-color-dark-light);
  text-transform: uppercase;
  align-items: center;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

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

.cta-bar__icon {
  color: var(--neutral-colors--light-neutrals--neutral-color-light);
  width: 1.5rem;
  height: 1.5rem;
}

.cta-bar-component {
  z-index: 998;
  border-bottom: .25rem solid var(--neutral-colors--dark-neutrals--neutral-color-dark-strong);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #262626ed;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 -24px 160px -10px #2d130752, 0 -8px 16px #2d13070a;
}

.svg-link-arrow {
  display: none;
}

.modal-wrapper {
  z-index: 1000;
  border-bottom: .25rem solid var(--brand-colors--primary--primary-color);
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  max-width: 45rem;
  max-height: 80dvh;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

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

.close-icon {
  padding-top: 5px;
}

.cta-bar__small-heading {
  color: #d4d8dd9e;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: .625rem;
  font-weight: 300;
  line-height: 1.3;
}

.cta-bar__content-wrapper {
  grid-column-gap: 2rem;
  border-bottom: .25rem solid var(--brand-colors--primary--primary-color);
  justify-content: space-between;
  align-items: center;
  margin-bottom: -.25rem;
  padding-bottom: .5rem;
  display: flex;
}

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

.modal-subheading {
  color: var(--brand-colors--primary--primary-color);
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.4;
}

.cta-bar__divider {
  background-color: #aeb9c226;
  width: .125rem;
  height: 2rem;
}

.modal-bg {
  z-index: 1000;
  -webkit-backdrop-filter: grayscale() blur(6px);
  backdrop-filter: grayscale() blur(6px);
  cursor: pointer;
  background-color: #2b2b2bd9;
  background-image: url('../images/lines_kv_02.svg'), url('../images/lines_kv_01.svg');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
  position: absolute;
  inset: 0%;
}

.cta-bar__heading {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
}

.cookies-component {
  z-index: 998;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  max-width: 35rem;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto auto 2.5rem 2.5rem;
  box-shadow: 0 4px 24px -8px #a2b4bd3d;
}

.cookie-banner-buttons {
  color: #fff;
  text-align: center;
  background-color: #ad6d52;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .75rem 2rem;
  font-size: .875rem;
  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: #794c39;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.paragraph {
  color: var(--neutral-colors--light-neutrals--neutral-color-light);
}

.esb__logos-flex {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.charlie-list-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 0;
}

.charlie-list__block {
  grid-row-gap: 1.5rem;
  border: 1px solid var(--brand-colors--primary--primary-color);
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.charlie-list__item {
  color: var(--brand-colors--primary--primary-color);
}

.list-component {
  grid-row-gap: .5rem;
  flex-direction: column;
  padding-left: 1.125rem;
  display: flex;
}

.charlie-list__icon {
  border-bottom: .0625rem solid var(--brand-colors--primary--primary-color);
  border-left: .0625rem solid var(--brand-colors--primary--primary-color);
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.charlie-list__disclaimer {
  border-bottom: 1.25px solid var(--brand-colors--primary--primary-color);
  color: var(--brand-colors--primary--primary-color);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
}

.charlie-block {
  grid-column-gap: 2rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.charlie-logo {
  width: 14.375rem;
  height: 14rem;
}

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

.vista__code-wrapper {
  outline-offset: -3px;
  border: 1px #000;
  outline: 3px solid #fff;
  width: 100%;
  height: 80vh;
  max-height: 45rem;
}

.tab-slide-ligthbox {
  background-color: #fff;
  border: 1px solid #8c8c8c59;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
}

.tour-img {
  opacity: .12;
  filter: grayscale() contrast(200%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hover-link-tour {
  border: .0625rem solid var(--brand-colors--primary--primary-color);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #fff;
  letter-spacing: .1875rem;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: .6875rem;
  text-decoration: none;
  display: flex;
}

.tour-modal-content {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.iframe-wrapper {
  width: 100%;
  height: 100%;
}

.close-btn {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--brand-colors--primary--primary-color);
  color: var(--neutral-colors--light-neutrals--neutral-color-light);
  cursor: pointer;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 20rem;
  padding: 1rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .42s;
  display: flex;
}

.close-btn:hover {
  background-color: var(--brand-colors--primary--primary-color-dark);
}

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

.moda-tour-wrap {
  z-index: 1500;
  grid-row-gap: 2rem;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000db;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 4rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.moda-tour-wrap.tour-03, .moda-tour-wrap.tour-04 {
  display: none;
}

.tour-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 100%;
  grid-auto-columns: 1fr;
  height: 100dvh;
  min-height: 30rem;
  max-height: 40rem;
  margin-top: 2rem;
}

.tour-content-wrap {
  grid-row-gap: 5rem;
  background-color: var(--neutral-colors--dark-neutrals--neutral-color-dark);
  text-align: center;
  border-radius: .125rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 6rem 4rem 0;
  display: flex;
  position: relative;
}

.tour-frame {
  grid-row-gap: 4rem;
  border-bottom: .25rem solid var(--brand-colors--primary--primary-color);
  background-color: var(--neutral-colors--dark-neutrals--neutral-color-dark);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-left: -2rem;
  padding: 5rem;
  display: flex;
  position: relative;
}

.tour-icon-2 {
  opacity: .54;
  width: 4rem;
  margin-top: 2rem;
  margin-right: 2rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.tour-btn-wrap {
  grid-row-gap: 3px;
  flex-direction: column;
  display: flex;
}

.tour-btn-subtitle {
  color: #ffffffad;
  font-size: .75rem;
  line-height: 1;
}

.tour-btn-title {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}

.tour-btn {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  background-color: var(--brand-colors--primary--primary-color);
  color: var(--neutral-colors--light-neutrals--neutral-color-light);
  cursor: pointer;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .42s;
  display: flex;
}

.tour-btn:hover {
  background-color: var(--brand-colors--primary--primary-color-dark);
}

.tour-btn-group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.logo-grm {
  object-fit: contain;
  width: 100%;
  max-width: 8rem;
  height: 100%;
}

.cta-bar__icon-color {
  color: var(--brand-colors--primary--primary-color);
}

.fs_modal-2_button {
  color: #fff;
  cursor: pointer;
  background-color: #1378d1;
  padding: .5rem 1rem;
}

.fs_modal-2_button:focus-visible, .fs_modal-2_button[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: none;
}

.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: flex;
  position: fixed;
  inset: 0%;
}

.fs_modal-2_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-2_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 4px solid var(--brand-colors--primary--primary-color);
  color: #000;
  background-color: #fff;
  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: 70dvh;
  display: flex;
  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 start;
  place-items: stretch start;
  height: 100%;
  padding: 3rem 5rem 3rem 3rem;
  display: flex;
}

.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 {
  background-color: var(--brand-colors--primary--primary-color-dark);
  color: var(--brand-colors--primary--primary-light);
  cursor: pointer;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-2_close:hover {
  background-color: var(--brand-colors--primary--primary-color-dark);
}

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

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

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

.paragraph-2 {
  text-transform: uppercase;
  font-size: 1.1rem;
}

.u-display-none {
  display: none;
}

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

  .section-hero {
    align-items: center;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .absolut-content {
    display: none;
  }

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

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

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

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

  .label-text {
    font-size: .75rem;
    line-height: 1.5;
  }

  .logo-wrapper {
    width: 100%;
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 3rem;
  }

  .heading-wrapper {
    text-align: center;
    align-items: center;
    max-width: none;
  }

  .highlight-text {
    text-align: center;
    letter-spacing: 2px;
    margin-left: -50%;
    margin-right: -50%;
    padding-left: 50%;
    padding-right: 50%;
  }

  .form-wrapper.hero-form {
    justify-content: flex-start;
    align-items: center;
  }

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

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

  .gamaro-slider__wrapper {
    height: 60vh;
  }

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

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

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

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

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

  .line_decoration.mobile-center {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .flexbox-horizontal-2 {
    align-self: stretch;
  }

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

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

  .subtitle-large, .subtitle-small {
    font-size: 1rem;
  }

  .section-tour {
    margin-bottom: 4rem;
  }

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

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

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

  .menu-btn:hover, .menu-btn.w--open {
    color: #fff;
    background-color: #a87a53;
  }

  .primary-button {
    position: relative;
  }

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

  .primary-button.mobile-show {
    margin-top: 2rem;
    display: block;
  }

  .arrow-component {
    display: none;
  }

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

  .sld-galeria {
    height: 90vw;
    padding-top: 0;
  }

  .hero__grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .hero__grid-left {
    text-align: center;
    margin-top: 0;
  }

  .hero__grid-right {
    grid-template-columns: 1.25fr 1fr;
  }

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

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

  .list-block-content {
    grid-row-gap: 0rem;
  }

  .img-planta {
    object-fit: contain;
  }

  .tab-content-right {
    width: 100%;
    margin-top: -3.5rem;
  }

  .tab-folder {
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .tab-folder.slide-studio {
    padding-bottom: 5.6rem;
  }

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

  .tab-content-list {
    grid-row-gap: .5rem;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    padding-bottom: 5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .implantacao-grid-list-number {
    width: auto;
    padding-right: .5rem;
  }

  .implantacao-list-block {
    grid-row-gap: .5rem;
    flex-wrap: wrap;
  }

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

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

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

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

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

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

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

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

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

  .map-wrapper {
    height: 25rem;
  }

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

  .sld-caption__dinamic-number {
    font-size: .875rem;
  }

  .sld-caption__numeration {
    grid-column-gap: .25rem;
  }

  .sld-caption__final-number {
    font-size: .875rem;
  }

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

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

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

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

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

  .ficha-tecnica {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 480fr;
    margin-bottom: 2.5rem;
    padding: 0;
  }

  .grid-conceito {
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
  }

  .grid-conceito.grid-nr {
    grid-template-columns: 1fr;
    height: auto;
  }

  .tab-content-left {
    align-items: stretch;
  }

  .tab-menu {
    padding-bottom: 1rem;
    overflow: auto;
  }

  .tab-link {
    flex: none;
  }

  .grid-bolotario {
    grid-template-columns: 1fr 400px;
  }

  .grid-bolotario.grid-bolotario-first {
    grid-template-columns: 400px 1fr;
  }

  .grid-bolotario__content.grid-bolotario__right-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid-bolotario__content.grid-bolotario__left-content {
    height: 50rem;
  }

  .tab-content-header {
    grid-row-gap: .75rem;
    align-items: center;
  }

  .sld-plantas__slide-lightbox-wrapper {
    flex: none;
    order: 1;
    margin-bottom: 2rem;
    padding-right: 0;
    position: absolute;
    inset: auto 50% 0% auto;
    transform: translate(50%);
  }

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

  .localizacao-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .section-micro-localizacao {
    margin-top: -5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-pompeia__block {
    height: 15rem;
  }

  .grid-pompeia__block.grid-fulll {
    height: 100%;
  }

  .grid-pompeia {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 3rem;
  }

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

  .section-espaco-botani {
    text-align: center;
    align-items: center;
    min-height: 0;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .esb__adress-wrapper {
    flex-direction: column;
    margin-top: 1rem;
  }

  .button-wrapper {
    flex-flow: row;
  }

  .tab-slide-mask {
    width: 100%;
  }

  .tab-slide {
    width: 100%;
    margin-top: -3.5rem;
  }

  .contato__social-cta {
    text-align: left;
    align-items: flex-start;
    max-width: none;
    margin-top: 3rem;
  }

  .cta-bar_link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta-bar__title {
    display: none;
  }

  .cta-bar__icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .cta-bar__links-wrapper {
    grid-column-gap: 1rem;
  }

  .cta-bar__small-heading {
    font-size: .625rem;
  }

  .cta-bar__heading {
    font-size: .875rem;
  }

  .cookies-component {
    bottom: 24px;
    left: 24px;
  }

  .esb__logos-flex {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .charlie-list-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

  .charlie-block {
    align-items: flex-start;
  }

  .vista__code-wrapper {
    height: 60vh;
    max-height: 35rem;
  }

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

  .modal-header {
    grid-column-gap: 3rem;
  }

  .moda-tour-wrap {
    padding: 2rem;
  }

  .tour-wrap {
    grid-column-gap: 1rem;
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 1rem;
  }

  .tour-content-wrap {
    align-items: center;
    padding: 16rem 3rem 0;
  }

  .tour-frame {
    margin-bottom: -4rem;
    margin-left: 0;
    padding: 4rem;
  }

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

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

  .fs_modal-2_wrapper {
    grid-template-columns: 1fr;
  }

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

@media screen and (max-width: 767px) {
  body {
    background-image: linear-gradient(#0000, #0000), url('../images/textura_clara.jpg');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

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

  .section-hero {
    padding: 2rem 1.5rem 5rem;
  }

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

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

  .main-grid.main-grid-header {
    grid-row-gap: 1.5rem;
  }

  .heading-large {
    font-size: 5.5vw;
  }

  .label-text {
    letter-spacing: .15rem;
    margin-bottom: 1rem;
    font-size: .625rem;
  }

  .text-line-height.text-line-height-distant {
    line-height: 1.8;
  }

  .logo-wrapper {
    background-image: url('../images/logo_borboleta_botani.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    width: 100%;
    max-width: none;
    padding: 1rem 0;
  }

  .logo-botani {
    width: 18rem;
  }

  .heading-wrapper {
    grid-row-gap: 1rem;
    align-items: stretch;
    width: 100%;
  }

  .highlight-text {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
  }

  .form-wrapper {
    padding: 1.5rem;
  }

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

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

  .slide-gamaro {
    width: 50%;
  }

  .slide-gamaro__card-heading {
    margin-bottom: 0;
    font-size: 21px;
  }

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

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

  .slide-gamaro__card_status {
    padding: 10px 20px;
    font-size: 12px;
  }

  .sld-btn-gamaro {
    margin-bottom: -72px;
    inset: auto 0% 0% auto;
  }

  .sld-btn-gamaro.sld-btn__left-side {
    margin-left: 0;
    margin-right: 87px;
  }

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

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

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

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

  .slide-gamaro__card-units {
    flex-direction: column;
    margin-top: 8px;
  }

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

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

  .slide-gamaro__cta-wrapper {
    margin-top: 16px;
  }

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

  .line_decoration {
    height: .125rem;
    margin-top: 1rem;
  }

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

  .footer-icon {
    display: none;
  }

  ._2px-divider {
    height: 100%;
  }

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

  .texto-legal {
    margin-top: 24px;
    font-size: 12px;
    line-height: 1.3;
  }

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

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

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

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

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

  .d1up_logo {
    margin-left: 8px;
  }

  .highlight-text-size {
    letter-spacing: 0;
    font-size: 3vw;
  }

  .stg-table-cell.is-stg-aspect {
    width: 5em;
  }

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

  .p-text {
    font-size: .875rem;
    line-height: 1.3;
  }

  .list-subheading-text.list-subheading-text-light {
    font-size: .625rem;
  }

  .list-heading-text.list-heading-text-small {
    font-size: .75rem;
  }

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

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

  .caption-text {
    font-size: .6rem;
  }

  .subtitle-small {
    font-size: 1rem;
  }

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

  .link-text.link-text-small {
    font-size: .75rem;
  }

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

  .section-bolotario {
    overflow: hidden;
  }

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

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

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

  .sld-galeria__slide {
    position: relative;
  }

  .sld-galeria {
    height: 80vw;
  }

  .img-overlay {
    background-image: linear-gradient(to top, #000000de, #2b2b2b00 43%);
  }

  .hero__img-wrapper.u-display-none, .hero__img-wrapper.hide-mobile {
    display: none;
  }

  .hero__grid {
    align-items: center;
  }

  .hero__grid-left {
    grid-row-gap: 2.5rem;
  }

  .hero__grid-right {
    grid-template-columns: 1fr;
  }

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

  .sld-caption-component {
    grid-column-gap: 2rem;
    align-items: flex-end;
    padding-top: 1rem;
  }

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

  .tab-content-right {
    height: 26rem;
  }

  .tab-folder {
    grid-template-columns: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tab-folder.extra-margin {
    padding-bottom: 6.8rem;
  }

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

  .tab-content-list {
    grid-column-gap: .5rem;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

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

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

  .map-wrapper {
    height: 320px;
  }

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

  .sld-caption__name {
    padding-bottom: .5rem;
    padding-right: 0;
  }

  .sld-caption__dinamic-number {
    font-size: .75rem;
  }

  .sld-caption__numeration {
    flex: none;
    padding-bottom: .5rem;
  }

  .sld-caption__final-number {
    font-size: .75rem;
  }

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

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

  .column__heading-block {
    width: 100%;
  }

  .caption-text-underline {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .grid-bolotario, .grid-bolotario.grid-bolotario-first {
    grid-template-columns: 1fr;
  }

  .sld-plantas__subheading {
    letter-spacing: .15rem;
  }

  .sld-plantas__diferenciais-arrow {
    width: .65rem;
  }

  .label-planta {
    letter-spacing: .15rem;
  }

  .sld-plantas__slide-lightbox-wrapper {
    justify-content: center;
    width: 100%;
    margin-bottom: 5.9rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .flexbox-horizontal.flexbox-horizontal-small {
    flex: none;
  }

  .btn-primary {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .button-wrapper {
    grid-row-gap: .5rem;
    flex-flow: row;
  }

  .tab-slider {
    height: 26rem;
  }

  .tab-slide {
    margin-bottom: 3.5rem;
  }

  .arrow-trigger {
    background-color: var(--brand-colors--primary--primary-color);
    color: var(--neutral-colors--light-neutrals--neutral-color-light-weak);
    margin-bottom: 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
    bottom: 30%;
  }

  .arrow-trigger.left-trigger {
    inset: auto auto 0% 45%;
    transform: translate(-50px);
  }

  .arrow-trigger.right-trigger {
    inset: auto 45% 0% auto;
    transform: translate(50px);
  }

  .modal-whatsapp {
    display: none;
  }

  .cta-bar_link {
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta-bar__icon {
    flex: none;
    width: 1rem;
    height: 1rem;
  }

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

  .modal-wrapper {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding: 2rem 1.5rem;
    overflow: scroll;
  }

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

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

  .modal-heading {
    margin-bottom: 1rem;
    padding-right: 64px;
    font-size: .875rem;
  }

  .modal-subheading {
    font-size: .625rem;
  }

  .modal-bg {
    background-image: url('../images/lines_kv_01.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .cookies-component {
    border-radius: 18px;
  }

  .cookie-banner-buttons {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .code {
    overflow: hidden;
  }

  .vista__code-wrapper {
    height: 60vw;
    max-height: none;
  }

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

  .modal-header {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .moda-tour-wrap {
    padding: 1.5rem;
  }

  .tour-wrap {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    height: auto;
  }

  .tour-content-wrap {
    height: 35rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tour-frame {
    grid-row-gap: 2rem;
    padding: 3rem;
  }

  .tour-icon-2 {
    width: 3rem;
  }

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

  .tour-btn-group {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .fs_modal-2_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fs_modal-2_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-2_heading {
    font-size: 2rem;
  }

  .fs_modal-2_close {
    padding: 1rem;
  }

  .paragraph-3, .paragraph-4 {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .page-padding-vertical {
    padding-top: 3rem;
  }

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

  .label-text {
    font-size: .75rem;
  }

  .logo-botani {
    width: 100%;
    min-width: auto;
  }

  .form-wrapper {
    padding: 17px;
  }

  .slide-gamaro {
    border-radius: 3px;
    width: 95%;
    margin-right: 12px;
  }

  .gamaro-heading__block {
    max-width: 74vw;
    padding-right: 0;
  }

  .gamaro-slider__wrapper {
    height: 440px;
  }

  .gamaro-heading__content {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 0;
  }

  .heading-intitucional {
    letter-spacing: -1px;
    margin-bottom: 16px;
    font-size: 31px;
  }

  .gamaro-logo__block {
    margin: 0 24px 40px;
  }

  .slide-gamaro__lightbox_overlay {
    background-color: #0000;
    background-image: linear-gradient(45deg, #000, #fff0 53%);
  }

  .paragraph-gamaro {
    max-width: 70vw;
    font-size: 14px;
    line-height: 1.3;
  }

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

  .footer-icon {
    width: 24px;
  }

  ._2px-divider {
    display: none;
  }

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

  .footer-logo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content {
    align-items: stretch;
  }

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

  .footer-content-01-2 {
    width: 100%;
  }

  .logo-gamaro {
    max-width: 240px;
  }

  .content-02__left {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }

  .stg-table-cell {
    background-color: #1d1d1d;
  }

  .p-text.p-text-small, .list-subheading-text {
    font-size: .75rem;
  }

  .list-heading-text {
    font-size: .875rem;
  }

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

  .subtitle-large {
    font-size: .875rem;
  }

  .caption-text {
    letter-spacing: .25px;
    font-size: .5rem;
  }

  .caption-text.caption-text-small {
    font-size: .5rem;
  }

  .subtitle-small {
    font-size: .875rem;
  }

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

  .section-tour {
    margin-bottom: 2rem;
  }

  .navbar-component {
    width: 100%;
  }

  .nav-menu {
    padding: 23px;
  }

  .menu-btn.w--open {
    background-color: #a87a53;
  }

  .primary-button {
    width: 100%;
    font-size: 16px;
  }

  .preview-agenda-item {
    padding: 3.75rem 1rem 1.75rem;
  }

  .hero__grid-left, .hero__grid-right {
    width: 100%;
  }

  .svg-icon {
    width: .75rem;
  }

  .list-block-content {
    height: auto;
  }

  .sld-plantas__diferenciais-block {
    border-bottom: 1px solid var(--neutral-colors--dark-neutrals--neutral-color-dark-strong);
    align-items: center;
    margin-left: 0;
    padding-bottom: .25rem;
  }

  .tab-folder {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .btn-icon {
    justify-content: center;
    width: 100%;
    height: 48px;
    margin-bottom: 12px;
    display: flex;
  }

  .tab-content-list {
    justify-content: space-between;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lightbox-absolute-number {
    font-size: .55rem;
  }

  .accordion-p {
    max-width: 100%;
  }

  .accordion-btn {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }

  .accordion-localizacao {
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .accordion-block {
    width: 100%;
  }

  .accordion-title {
    max-width: 70%;
    margin-top: 0;
    padding-top: 11px;
    font-size: 18px;
  }

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

  .btn-wrapper {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .sld-caption__numeration.sld-caption__numeration-dark {
    inset: auto 50% 0% auto;
  }

  .column__heading {
    font-size: 1em;
    line-height: 1.4em;
  }

  .column__heading.column_subtitle-box, .column__heading.column_subtitle {
    text-align: left;
    margin-bottom: 8px;
  }

  .ficha-tecnica__column {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 8px;
    padding-right: 0;
  }

  .ficha-tecnica__column.center-align-column {
    padding-bottom: .5rem;
  }

  .ficha-tecnica__column.image-column {
    width: auto;
    height: 49rem;
    padding: 0;
  }

  .ficha-tecnica {
    margin-bottom: 40px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .ficha-tecnica.mobile-hidden {
    display: none;
  }

  .grid-conceito {
    margin-top: -1.5rem;
    margin-bottom: 2rem;
  }

  .caption-text-underline {
    padding-bottom: .75rem;
  }

  .caption-text-underline.caption-text-underline-small {
    padding-left: 1rem;
  }

  .tab-link__text {
    font-size: .75rem;
  }

  .tab-link__text-span {
    font-size: .875rem;
  }

  .grid-bolotario.grid-bolotario-first {
    margin-bottom: 0;
  }

  .grid-bolotario__content.grid-bolotario__right-content {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-bolotario__content.grid-bolotario__left-content {
    height: auto;
  }

  .sld-plantas__diferenciais-arrow {
    display: none;
  }

  .label-planta {
    letter-spacing: .025rem;
    font-size: .625rem;
  }

  .map-button {
    grid-column-gap: .5rem;
    flex: 1;
    padding: .5rem 1rem;
    font-size: .625rem;
  }

  .map-button-wrapper {
    grid-column-gap: .5rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .map-button-wrapper.mobile-hidden {
    display: none;
  }

  .map-button-wrapper.mobile-show {
    width: 100%;
    margin-top: 0;
    margin-bottom: 1.5rem;
    display: flex;
    position: static;
  }

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

  .section-micro-localizacao {
    margin-top: -2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-pompeia__block {
    height: 10rem;
  }

  .grid-pompeia {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .section-espaco-botani {
    text-align: left;
    align-items: flex-start;
  }

  .esb__adress-wrapper {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .button-wrapper {
    flex-flow: column;
  }

  .esb__logo {
    width: 6rem;
  }

  .sld-plantas__arrow {
    width: 2.5rem;
    height: 2.5rem;
  }

  .contato__social-cta {
    margin-bottom: 2rem;
  }

  .modal-whatsapp {
    display: none;
  }

  .cta-bar_link {
    grid-row-gap: .5rem;
    padding: .25rem .5rem .5rem;
  }

  .modal-close-trigger {
    width: 32px;
    height: 32px;
    padding: 9px;
  }

  .modal-chat {
    display: none;
    overflow: scroll;
  }

  .cta-bar__icon {
    width: .75rem;
    height: .75rem;
  }

  .cta-bar-component {
    padding-top: .25rem;
    padding-bottom: .25rem;
    box-shadow: -3px -3px 24px -4px #08151f85;
  }

  .modal-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .cta-bar__links-wrapper {
    grid-column-gap: .25rem;
  }

  .cta-bar__small-heading {
    font-size: .5rem;
  }

  .cta-bar__divider {
    background-color: #aeb9c226;
    width: .0625rem;
  }

  .cta-bar__heading {
    font-size: .85rem;
  }

  .cookies-component {
    background-color: var(--neutral-colors--dark-neutrals--neutral-color-dark);
    color: var(--neutral-colors--light-neutrals--neutral-color-light-strong);
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .cookie-banner-buttons {
    padding: 15px 34px 16px;
  }

  .esb__logos-flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .charlie-list-grid {
    grid-row-gap: 1rem;
  }

  .charlie-list__block {
    padding: 1.5rem;
  }

  .text-link-span {
    color: var(--brand-colors--primary--primary-color);
  }

  .bold-text {
    letter-spacing: .25px;
    font-size: .5rem;
  }

  .tour-content-wrap {
    grid-row-gap: 2rem;
    height: auto;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tour-frame {
    grid-row-gap: 1rem;
    margin-bottom: -2rem;
    padding: 1.5rem 1.5rem 1.25rem;
  }

  .tour-icon-2 {
    order: -1;
    margin: 4rem auto 32px;
    position: static;
    inset: 24px auto auto 24px;
  }

  .tour-btn {
    grid-column-gap: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .code-embed, .paragraph-2 {
    text-align: center;
  }
}

#w-node-e1d66379-1d49-9110-4c64-7e7c0ff2fb12-86a777af {
  align-self: center;
}

#w-node-_70a27ed2-863b-8cd5-064f-356be0b2f92d-86a777af {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_363e9a6a-a76f-da6b-a79d-5e1e2ff2ef5b-86a777af {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e9782468-fd41-8dca-1aef-3f45bb0cb3b7-86a777af, #w-node-_1b20967d-c6d3-dfa1-afe9-54f8de916ea9-86a777af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f500603f-3f62-d079-845d-314a55291ba9-86a777af {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-d0b31f1d-9255-f4f9-f468-9f0322cc6122-86a777af {
  grid-area: 1 / 7 / 2 / 13;
  align-self: start;
}

#w-node-_7fd8cc6a-3338-19fe-5d30-de9559c30a38-86a777af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c494809b-0a11-52b1-6a4b-7ec03076c6ca-86a777af {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_754586ac-5f95-e316-6eb5-5e0cd39fd385-86a777af {
  align-self: center;
}

#w-node-_754586ac-5f95-e316-6eb5-5e0cd39fd3ce-86a777af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52d5defc-3729-4969-47b9-65d804e7168b-86a777af {
  align-self: center;
}

#w-node-c8802c22-ba27-6688-83d9-cc0801d16a28-86a777af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_6cbaef08-f577-dc1b-9be0-ffb35e3e3f0e-86a777af {
  align-self: center;
}

#w-node-f13b092d-ec49-75f6-10c0-308fa9800c08-86a777af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eca347e2-08f7-f413-28b3-78c6b1b3fa4e-86a777af {
  align-self: center;
}

#w-node-_641907cd-2f2c-47cb-25ee-4b5d3a1a8001-86a777af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_9878b5dd-c935-53cd-f0d2-d68229329f55-86a777af {
  align-self: center;
}

#w-node-edd5a01f-fc1c-171f-d411-6c973c511eb3-86a777af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-c5ea9adc-940d-aeda-c0a9-e569df4ef46a-86a777af {
  align-self: center;
}

#w-node-c5ea9adc-940d-aeda-c0a9-e569df4ef4b3-86a777af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_782b3892-d015-6bc0-b3e6-0b1192503574-86a777af {
  align-self: center;
}

#w-node-_782b3892-d015-6bc0-b3e6-0b11925035bb-86a777af, #w-node-bbaa20b9-549c-2fb3-8ade-b48ab1ae164b-86a777af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13057118-b32b-4b6a-cf00-f60bae4cd6cb-86a777af, #w-node-ebd5337b-8bf0-da2a-235d-7571902a119d-86a777af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1ef42e2b-39cc-b4e7-8b89-3c5f628c1b15-86a777af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_216861a5-c262-c305-ef70-381c10c8ea6f-86a777af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start stretch;
}

#w-node-afc30f85-c9be-5eab-0cf3-610dd92f8006-86a777af {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_4a599ff4-160f-f3a6-cb38-5a2b88baf7af-86a777af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18fab527-48ce-0ee8-7841-e6438bf2fdc3-86a777af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start stretch;
}

#w-node-_18fab527-48ce-0ee8-7841-e6438bf2fdc4-86a777af {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_18fab527-48ce-0ee8-7841-e6438bf2fdcf-86a777af, #w-node-_18fab527-48ce-0ee8-7841-e6438bf2fda3-86a777af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9777b051-5705-8be2-b117-406851133e85-86a777af {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_9777b051-5705-8be2-b117-406851133e90-86a777af {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_89af2c2b-58d0-7c6b-a36c-b5e0c04fa220-86a777af, #w-node-d77af7d3-dd68-cf48-5228-e145bb8ba726-86a777af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9777b051-5705-8be2-b117-406851133eb4-86a777af {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_9777b051-5705-8be2-b117-406851133ec2-86a777af {
  grid-area: 1 / 7 / 2 / 13;
  align-self: start;
}

#w-node-_9777b051-5705-8be2-b117-406851133ee9-86a777af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3b7f5a7-7e66-abcb-f93e-f32f37babfb9-86a777af {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: start;
}

#w-node-_0df6985a-6b7b-c338-a138-d53c517ab1c8-86a777af {
  grid-area: 1 / 5 / 2 / 8;
  place-self: center start;
}

#w-node-bb1cc715-f9ae-c3dc-7bcc-f64a80729415-86a777af {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-c61ea73c-6b8c-f232-b2be-5a1fc660b59d-86a777af, #w-node-a118a811-f80c-9abc-a086-5a3e6af764a4-86a777af, #w-node-_5900a53d-6b3f-98ba-3382-ff9c6978e185-86a777af {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-f18864f3-8b3f-3d15-eacd-5cefe141bb81-86a777af {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-bf5ff7e2-4623-d789-e750-e735f317f2ed-86a777af {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d42da831-5f12-cf84-8d1a-d440dbddd514-86a777af {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-f6dc0801-5579-6c45-d4e4-dcc88f8aa92c-86a777af {
  align-self: center;
}

#w-node-f6dc0801-5579-6c45-d4e4-dcc88f8aa975-86a777af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d04c4c5-2395-0080-f7c9-a572e2c010e4-86a777af {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_1d04c4c5-2395-0080-f7c9-a572e2c010ef-86a777af {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e1cf2104-6c5b-a844-f64e-da2d92142ae3-86a777af {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_75691620-8a25-b576-9832-5420a06a1d03-86a777af {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-e1cf2104-6c5b-a844-f64e-da2d92142af2-86a777af {
  grid-area: span 1 / span 12 / span 1 / span 12;
  align-self: start;
}

#w-node-d37bc0f3-119b-10be-f330-38c247a8a2d1-86a777af {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-d37bc0f3-119b-10be-f330-38c247a8a2dc-86a777af {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_8be9bcb4-e161-ee6b-b7d1-be23831ee155-86a777af {
  grid-area: 1 / 1 / 2 / 4;
  align-self: stretch;
}

#w-node-_14f211c0-3371-3631-d097-3634b6222631-86a777af {
  grid-area: 1 / 4 / 3 / 7;
  align-self: stretch;
}

#w-node-c4e5ad0c-5565-bfd0-f42b-8b9822c0fefc-86a777af {
  grid-area: 1 / 7 / 2 / 10;
  align-self: stretch;
}

#w-node-_1e420f2f-22ac-df36-821c-ba85d6ddceee-86a777af {
  grid-area: 1 / 10 / 2 / 13;
  align-self: stretch;
}

#w-node-_0822e712-fc69-51e8-da57-d6125c8b52d3-86a777af {
  grid-area: 2 / 7 / 3 / 10;
  align-self: stretch;
}

#w-node-c2b47a26-fcfa-67ef-6126-8e0b0adbc705-86a777af {
  grid-area: 2 / 10 / 3 / 13;
  align-self: stretch;
}

#w-node-d5ed4d4a-0e8d-4e96-01cc-7b9dcfbcefd0-86a777af {
  grid-area: 2 / 1 / 3 / 4;
  align-self: stretch;
}

#w-node-ab46ffa6-c97a-f828-d126-acf6c413796c-86a777af {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-ab46ffa6-c97a-f828-d126-acf6c4137977-86a777af {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9a27e8c3-e2f3-c0ef-c2d9-5bfa80df39e7-86a777af {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-fb8f689e-e011-3953-198b-c264d9da8b28-86a777af {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_7393884f-bfb3-c6c9-f1c4-92f40fb276eb-86a777af {
  align-self: stretch;
}

#w-node-_7393884f-bfb3-c6c9-f1c4-92f40fb27711-86a777af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7393884f-bfb3-c6c9-f1c4-92f40fb2771b-86a777af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c65e1de-caa2-e3c5-2445-362616a6956a-86a777af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c65e1de-caa2-e3c5-2445-362616a69570-86a777af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9b00ec56-41f6-dc74-78c1-91e806bb3033-86a777af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b00ec56-41f6-dc74-78c1-91e806bb3039-86a777af {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_24a7b128-6039-e849-4e1e-432447f6ed85-86a777af, #w-node-_7393884f-bfb3-c6c9-f1c4-92f40fb27741-86a777af, #w-node-_7393884f-bfb3-c6c9-f1c4-92f40fb2774b-86a777af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a7499ba-96d1-c4ab-9b6b-5d531b9434ee-86a777af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13f3da60-67c9-a16d-d1cf-a4f5b1f9d16c-86a777af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6fe781ca-4278-5e1d-51e0-d1266dd855d0-86a777af {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_86b3a22d-cd54-e98a-031f-08d79af355e4-86a777af {
  grid-area: 1 / 6 / 2 / 13;
  place-self: stretch stretch;
}

#w-node-ed02d4e5-bb64-cf27-260b-9c6b6329e132-86a777af {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_7963aab3-e81c-17e4-82a3-edc1e0ef33d2-86a777af {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_105388fb-531d-20a0-b297-586738f71854-86a777af {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-e1d66379-1d49-9110-4c64-7e7c0ff2fb12-86a777e0 {
  align-self: center;
}

#w-node-_70a27ed2-863b-8cd5-064f-356be0b2f92d-86a777e0 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_363e9a6a-a76f-da6b-a79d-5e1e2ff2ef5b-86a777e0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e9782468-fd41-8dca-1aef-3f45bb0cb3b7-86a777e0, #w-node-_1b20967d-c6d3-dfa1-afe9-54f8de916ea9-86a777e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f500603f-3f62-d079-845d-314a55291ba9-86a777e0 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-d0b31f1d-9255-f4f9-f468-9f0322cc6122-86a777e0 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: start;
}

#w-node-_7fd8cc6a-3338-19fe-5d30-de9559c30a38-86a777e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c494809b-0a11-52b1-6a4b-7ec03076c6ca-86a777e0 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_754586ac-5f95-e316-6eb5-5e0cd39fd385-86a777e0 {
  align-self: center;
}

#w-node-_754586ac-5f95-e316-6eb5-5e0cd39fd3ce-86a777e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52d5defc-3729-4969-47b9-65d804e7168b-86a777e0 {
  align-self: center;
}

#w-node-c8802c22-ba27-6688-83d9-cc0801d16a28-86a777e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_6cbaef08-f577-dc1b-9be0-ffb35e3e3f0e-86a777e0 {
  align-self: center;
}

#w-node-f13b092d-ec49-75f6-10c0-308fa9800c08-86a777e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eca347e2-08f7-f413-28b3-78c6b1b3fa4e-86a777e0 {
  align-self: center;
}

#w-node-_641907cd-2f2c-47cb-25ee-4b5d3a1a8001-86a777e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_9878b5dd-c935-53cd-f0d2-d68229329f55-86a777e0 {
  align-self: center;
}

#w-node-edd5a01f-fc1c-171f-d411-6c973c511eb3-86a777e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-c5ea9adc-940d-aeda-c0a9-e569df4ef46a-86a777e0 {
  align-self: center;
}

#w-node-c5ea9adc-940d-aeda-c0a9-e569df4ef4b3-86a777e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_782b3892-d015-6bc0-b3e6-0b1192503574-86a777e0 {
  align-self: center;
}

#w-node-_782b3892-d015-6bc0-b3e6-0b11925035bb-86a777e0, #w-node-bbaa20b9-549c-2fb3-8ade-b48ab1ae164b-86a777e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13057118-b32b-4b6a-cf00-f60bae4cd6cb-86a777e0, #w-node-ebd5337b-8bf0-da2a-235d-7571902a119d-86a777e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1ef42e2b-39cc-b4e7-8b89-3c5f628c1b15-86a777e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_216861a5-c262-c305-ef70-381c10c8ea6f-86a777e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start stretch;
}

#w-node-afc30f85-c9be-5eab-0cf3-610dd92f8006-86a777e0 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_4a599ff4-160f-f3a6-cb38-5a2b88baf7af-86a777e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18fab527-48ce-0ee8-7841-e6438bf2fdc3-86a777e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start stretch;
}

#w-node-_18fab527-48ce-0ee8-7841-e6438bf2fdc4-86a777e0 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_18fab527-48ce-0ee8-7841-e6438bf2fdcf-86a777e0, #w-node-_18fab527-48ce-0ee8-7841-e6438bf2fda3-86a777e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9777b051-5705-8be2-b117-406851133e85-86a777e0 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_9777b051-5705-8be2-b117-406851133e90-86a777e0 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_89af2c2b-58d0-7c6b-a36c-b5e0c04fa220-86a777e0, #w-node-d77af7d3-dd68-cf48-5228-e145bb8ba726-86a777e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9777b051-5705-8be2-b117-406851133eb4-86a777e0 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_9777b051-5705-8be2-b117-406851133ec2-86a777e0 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: start;
}

#w-node-_9777b051-5705-8be2-b117-406851133ee9-86a777e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3b7f5a7-7e66-abcb-f93e-f32f37babfb9-86a777e0 {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: start;
}

#w-node-_0df6985a-6b7b-c338-a138-d53c517ab1c8-86a777e0 {
  grid-area: 1 / 5 / 2 / 8;
  place-self: center start;
}

#w-node-bb1cc715-f9ae-c3dc-7bcc-f64a80729415-86a777e0 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-c61ea73c-6b8c-f232-b2be-5a1fc660b59d-86a777e0, #w-node-a118a811-f80c-9abc-a086-5a3e6af764a4-86a777e0, #w-node-_5900a53d-6b3f-98ba-3382-ff9c6978e185-86a777e0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-f18864f3-8b3f-3d15-eacd-5cefe141bb81-86a777e0 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-bf5ff7e2-4623-d789-e750-e735f317f2ed-86a777e0 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d42da831-5f12-cf84-8d1a-d440dbddd514-86a777e0 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-f6dc0801-5579-6c45-d4e4-dcc88f8aa92c-86a777e0 {
  align-self: center;
}

#w-node-f6dc0801-5579-6c45-d4e4-dcc88f8aa975-86a777e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d04c4c5-2395-0080-f7c9-a572e2c010e4-86a777e0 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_1d04c4c5-2395-0080-f7c9-a572e2c010ef-86a777e0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e1cf2104-6c5b-a844-f64e-da2d92142ae3-86a777e0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_75691620-8a25-b576-9832-5420a06a1d03-86a777e0 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-e1cf2104-6c5b-a844-f64e-da2d92142af2-86a777e0 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  align-self: start;
}

#w-node-d37bc0f3-119b-10be-f330-38c247a8a2d1-86a777e0 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-d37bc0f3-119b-10be-f330-38c247a8a2dc-86a777e0 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_8be9bcb4-e161-ee6b-b7d1-be23831ee155-86a777e0 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: stretch;
}

#w-node-_14f211c0-3371-3631-d097-3634b6222631-86a777e0 {
  grid-area: 1 / 4 / 3 / 7;
  align-self: stretch;
}

#w-node-c4e5ad0c-5565-bfd0-f42b-8b9822c0fefc-86a777e0 {
  grid-area: 1 / 7 / 2 / 10;
  align-self: stretch;
}

#w-node-_1e420f2f-22ac-df36-821c-ba85d6ddceee-86a777e0 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: stretch;
}

#w-node-_0822e712-fc69-51e8-da57-d6125c8b52d3-86a777e0 {
  grid-area: 2 / 7 / 3 / 10;
  align-self: stretch;
}

#w-node-c2b47a26-fcfa-67ef-6126-8e0b0adbc705-86a777e0 {
  grid-area: 2 / 10 / 3 / 13;
  align-self: stretch;
}

#w-node-d5ed4d4a-0e8d-4e96-01cc-7b9dcfbcefd0-86a777e0 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: stretch;
}

#w-node-ab46ffa6-c97a-f828-d126-acf6c413796c-86a777e0 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-ab46ffa6-c97a-f828-d126-acf6c4137977-86a777e0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9a27e8c3-e2f3-c0ef-c2d9-5bfa80df39e7-86a777e0 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-fb8f689e-e011-3953-198b-c264d9da8b28-86a777e0 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_7393884f-bfb3-c6c9-f1c4-92f40fb276eb-86a777e0 {
  align-self: stretch;
}

#w-node-_7393884f-bfb3-c6c9-f1c4-92f40fb27711-86a777e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7393884f-bfb3-c6c9-f1c4-92f40fb2771b-86a777e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c65e1de-caa2-e3c5-2445-362616a6956a-86a777e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c65e1de-caa2-e3c5-2445-362616a69570-86a777e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9b00ec56-41f6-dc74-78c1-91e806bb3033-86a777e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b00ec56-41f6-dc74-78c1-91e806bb3039-86a777e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_24a7b128-6039-e849-4e1e-432447f6ed85-86a777e0, #w-node-_7393884f-bfb3-c6c9-f1c4-92f40fb27741-86a777e0, #w-node-_7393884f-bfb3-c6c9-f1c4-92f40fb2774b-86a777e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a7499ba-96d1-c4ab-9b6b-5d531b9434ee-86a777e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13f3da60-67c9-a16d-d1cf-a4f5b1f9d16c-86a777e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6fe781ca-4278-5e1d-51e0-d1266dd855d0-86a777e0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_86b3a22d-cd54-e98a-031f-08d79af355e4-86a777e0 {
  grid-area: 1 / 6 / 2 / 13;
  place-self: stretch stretch;
}

#w-node-ed02d4e5-bb64-cf27-260b-9c6b6329e132-86a777e0 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_7963aab3-e81c-17e4-82a3-edc1e0ef33d2-86a777e0 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_105388fb-531d-20a0-b297-586738f71854-86a777e0 {
  grid-area: 1 / 8 / 2 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-e1d66379-1d49-9110-4c64-7e7c0ff2fb12-86a777af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d6da6ed7-850e-d857-38b5-455f3cbb7bfb-86a777af {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_3cf00783-23d6-863a-94ff-3a1f8fecf08b-86a777af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70a27ed2-863b-8cd5-064f-356be0b2f92d-86a777af {
    grid-column: span 6 / span 6;
  }

  #w-node-_363e9a6a-a76f-da6b-a79d-5e1e2ff2ef5b-86a777af {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-f500603f-3f62-d079-845d-314a55291ba9-86a777af {
    grid-column: span 6 / span 6;
  }

  #w-node-d0b31f1d-9255-f4f9-f468-9f0322cc6122-86a777af {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_9777b051-5705-8be2-b117-406851133e85-86a777af {
    grid-column: span 6 / span 6;
  }

  #w-node-_9777b051-5705-8be2-b117-406851133e90-86a777af {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-c3b7f5a7-7e66-abcb-f93e-f32f37babfb9-86a777af {
    grid-column: 3 / 7;
  }

  #w-node-_0df6985a-6b7b-c338-a138-d53c517ab1c8-86a777af {
    grid-column: 1 / 4;
  }

  #w-node-bb1cc715-f9ae-c3dc-7bcc-f64a80729415-86a777af {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-c61ea73c-6b8c-f232-b2be-5a1fc660b59d-86a777af, #w-node-a118a811-f80c-9abc-a086-5a3e6af764a4-86a777af, #w-node-_5900a53d-6b3f-98ba-3382-ff9c6978e185-86a777af {
    grid-column: span 1 / span 1;
  }

  #w-node-f18864f3-8b3f-3d15-eacd-5cefe141bb81-86a777af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d42da831-5f12-cf84-8d1a-d440dbddd514-86a777af {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1d04c4c5-2395-0080-f7c9-a572e2c010e4-86a777af, #w-node-_1d04c4c5-2395-0080-f7c9-a572e2c010ef-86a777af, #w-node-e1cf2104-6c5b-a844-f64e-da2d92142ae3-86a777af {
    grid-column: span 6 / span 6;
  }

  #w-node-_75691620-8a25-b576-9832-5420a06a1d03-86a777af {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-e1cf2104-6c5b-a844-f64e-da2d92142af2-86a777af, #w-node-d37bc0f3-119b-10be-f330-38c247a8a2d1-86a777af {
    grid-column: span 6 / span 6;
  }

  #w-node-d37bc0f3-119b-10be-f330-38c247a8a2dc-86a777af {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_8be9bcb4-e161-ee6b-b7d1-be23831ee155-86a777af {
    grid-column-end: 3;
  }

  #w-node-_14f211c0-3371-3631-d097-3634b6222631-86a777af {
    grid-area: 2 / 3 / 4 / 5;
    align-self: stretch;
  }

  #w-node-c4e5ad0c-5565-bfd0-f42b-8b9822c0fefc-86a777af {
    grid-column: 3 / 5;
  }

  #w-node-_1e420f2f-22ac-df36-821c-ba85d6ddceee-86a777af {
    grid-area: 2 / 1 / 3 / 3;
    align-self: stretch;
  }

  #w-node-_0822e712-fc69-51e8-da57-d6125c8b52d3-86a777af {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-c2b47a26-fcfa-67ef-6126-8e0b0adbc705-86a777af {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d5ed4d4a-0e8d-4e96-01cc-7b9dcfbcefd0-86a777af {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-ab46ffa6-c97a-f828-d126-acf6c413796c-86a777af, #w-node-ab46ffa6-c97a-f828-d126-acf6c4137977-86a777af {
    grid-column: span 6 / span 6;
  }

  #w-node-_7393884f-bfb3-c6c9-f1c4-92f40fb27711-86a777af, #w-node-_7393884f-bfb3-c6c9-f1c4-92f40fb2771b-86a777af, #w-node-_6c65e1de-caa2-e3c5-2445-362616a6956a-86a777af, #w-node-_9b00ec56-41f6-dc74-78c1-91e806bb3033-86a777af, #w-node-_24a7b128-6039-e849-4e1e-432447f6ed85-86a777af, #w-node-_7393884f-bfb3-c6c9-f1c4-92f40fb27741-86a777af, #w-node-_7393884f-bfb3-c6c9-f1c4-92f40fb2774b-86a777af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a7499ba-96d1-c4ab-9b6b-5d531b9434ee-86a777af {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_13f3da60-67c9-a16d-d1cf-a4f5b1f9d16c-86a777af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6fe781ca-4278-5e1d-51e0-d1266dd855d0-86a777af {
    grid-column: span 6 / span 6;
  }

  #w-node-_86b3a22d-cd54-e98a-031f-08d79af355e4-86a777af, #w-node-ed02d4e5-bb64-cf27-260b-9c6b6329e132-86a777af, #w-node-_7963aab3-e81c-17e4-82a3-edc1e0ef33d2-86a777af, #w-node-_105388fb-531d-20a0-b297-586738f71854-86a777af {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-e1d66379-1d49-9110-4c64-7e7c0ff2fb12-86a777e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d6da6ed7-850e-d857-38b5-455f3cbb7bfb-86a777e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_70a27ed2-863b-8cd5-064f-356be0b2f92d-86a777e0 {
    grid-column: span 6 / span 6;
  }

  #w-node-_363e9a6a-a76f-da6b-a79d-5e1e2ff2ef5b-86a777e0 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-f500603f-3f62-d079-845d-314a55291ba9-86a777e0 {
    grid-column: span 6 / span 6;
  }

  #w-node-d0b31f1d-9255-f4f9-f468-9f0322cc6122-86a777e0 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_9777b051-5705-8be2-b117-406851133e85-86a777e0 {
    grid-column: span 6 / span 6;
  }

  #w-node-_9777b051-5705-8be2-b117-406851133e90-86a777e0 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-c3b7f5a7-7e66-abcb-f93e-f32f37babfb9-86a777e0 {
    grid-column: 3 / 7;
  }

  #w-node-_0df6985a-6b7b-c338-a138-d53c517ab1c8-86a777e0 {
    grid-column: 1 / 4;
  }

  #w-node-bb1cc715-f9ae-c3dc-7bcc-f64a80729415-86a777e0 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-c61ea73c-6b8c-f232-b2be-5a1fc660b59d-86a777e0, #w-node-a118a811-f80c-9abc-a086-5a3e6af764a4-86a777e0, #w-node-_5900a53d-6b3f-98ba-3382-ff9c6978e185-86a777e0 {
    grid-column: span 1 / span 1;
  }

  #w-node-f18864f3-8b3f-3d15-eacd-5cefe141bb81-86a777e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d42da831-5f12-cf84-8d1a-d440dbddd514-86a777e0 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1d04c4c5-2395-0080-f7c9-a572e2c010e4-86a777e0, #w-node-_1d04c4c5-2395-0080-f7c9-a572e2c010ef-86a777e0, #w-node-e1cf2104-6c5b-a844-f64e-da2d92142ae3-86a777e0 {
    grid-column: span 6 / span 6;
  }

  #w-node-_75691620-8a25-b576-9832-5420a06a1d03-86a777e0 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-e1cf2104-6c5b-a844-f64e-da2d92142af2-86a777e0, #w-node-d37bc0f3-119b-10be-f330-38c247a8a2d1-86a777e0 {
    grid-column: span 6 / span 6;
  }

  #w-node-d37bc0f3-119b-10be-f330-38c247a8a2dc-86a777e0 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_8be9bcb4-e161-ee6b-b7d1-be23831ee155-86a777e0 {
    grid-column-end: 3;
  }

  #w-node-_14f211c0-3371-3631-d097-3634b6222631-86a777e0 {
    grid-area: 2 / 3 / 4 / 5;
    align-self: stretch;
  }

  #w-node-c4e5ad0c-5565-bfd0-f42b-8b9822c0fefc-86a777e0 {
    grid-column: 3 / 5;
  }

  #w-node-_1e420f2f-22ac-df36-821c-ba85d6ddceee-86a777e0 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: stretch;
  }

  #w-node-_0822e712-fc69-51e8-da57-d6125c8b52d3-86a777e0 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-c2b47a26-fcfa-67ef-6126-8e0b0adbc705-86a777e0 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d5ed4d4a-0e8d-4e96-01cc-7b9dcfbcefd0-86a777e0 {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-ab46ffa6-c97a-f828-d126-acf6c413796c-86a777e0, #w-node-ab46ffa6-c97a-f828-d126-acf6c4137977-86a777e0 {
    grid-column: span 6 / span 6;
  }

  #w-node-_7393884f-bfb3-c6c9-f1c4-92f40fb27711-86a777e0, #w-node-_7393884f-bfb3-c6c9-f1c4-92f40fb2771b-86a777e0, #w-node-_6c65e1de-caa2-e3c5-2445-362616a6956a-86a777e0, #w-node-_9b00ec56-41f6-dc74-78c1-91e806bb3033-86a777e0, #w-node-_24a7b128-6039-e849-4e1e-432447f6ed85-86a777e0, #w-node-_7393884f-bfb3-c6c9-f1c4-92f40fb27741-86a777e0, #w-node-_7393884f-bfb3-c6c9-f1c4-92f40fb2774b-86a777e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a7499ba-96d1-c4ab-9b6b-5d531b9434ee-86a777e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_13f3da60-67c9-a16d-d1cf-a4f5b1f9d16c-86a777e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6fe781ca-4278-5e1d-51e0-d1266dd855d0-86a777e0 {
    grid-column: span 6 / span 6;
  }

  #w-node-_86b3a22d-cd54-e98a-031f-08d79af355e4-86a777e0, #w-node-ed02d4e5-bb64-cf27-260b-9c6b6329e132-86a777e0, #w-node-_7963aab3-e81c-17e4-82a3-edc1e0ef33d2-86a777e0, #w-node-_105388fb-531d-20a0-b297-586738f71854-86a777e0 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e1d66379-1d49-9110-4c64-7e7c0ff2fb12-86a777af {
    grid-column: span 4 / span 4;
  }

  #w-node-d6da6ed7-850e-d857-38b5-455f3cbb7bfb-86a777af {
    grid-column-end: 5;
  }

  #w-node-_70a27ed2-863b-8cd5-064f-356be0b2f92d-86a777af, #w-node-_363e9a6a-a76f-da6b-a79d-5e1e2ff2ef5b-86a777af, #w-node-f500603f-3f62-d079-845d-314a55291ba9-86a777af, #w-node-d0b31f1d-9255-f4f9-f468-9f0322cc6122-86a777af, #w-node-e1d66379-1d49-9110-4c64-7e7c0ff2fb12-86a777e0 {
    grid-column: span 4 / span 4;
  }

  #w-node-d6da6ed7-850e-d857-38b5-455f3cbb7bfb-86a777e0 {
    grid-column-end: 5;
  }

  #w-node-_70a27ed2-863b-8cd5-064f-356be0b2f92d-86a777e0, #w-node-_363e9a6a-a76f-da6b-a79d-5e1e2ff2ef5b-86a777e0, #w-node-f500603f-3f62-d079-845d-314a55291ba9-86a777e0, #w-node-d0b31f1d-9255-f4f9-f468-9f0322cc6122-86a777e0 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1ef42e2b-39cc-b4e7-8b89-3c5f628c1b15-86a777af {
    order: 9999;
  }

  #w-node-c3b7f5a7-7e66-abcb-f93e-f32f37babfb9-86a777af {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0df6985a-6b7b-c338-a138-d53c517ab1c8-86a777af {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-bb1cc715-f9ae-c3dc-7bcc-f64a80729415-86a777af {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_1ef42e2b-39cc-b4e7-8b89-3c5f628c1b15-86a777e0 {
    order: 9999;
  }

  #w-node-c3b7f5a7-7e66-abcb-f93e-f32f37babfb9-86a777e0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0df6985a-6b7b-c338-a138-d53c517ab1c8-86a777e0 {
    order: -9999;
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-bb1cc715-f9ae-c3dc-7bcc-f64a80729415-86a777e0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


@font-face {
  font-family: 'Space grotesk';
  src: url('../fonts/SpaceGrotesk-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space grotesk';
  src: url('../fonts/SpaceGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space grotesk';
  src: url('../fonts/SpaceGrotesk-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space grotesk';
  src: url('../fonts/SpaceGrotesk-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space grotesk';
  src: url('../fonts/SpaceGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}