:root {
  --text-color--text-primary: white;
  --link-color--link-primary: #edc9b0;
  --primaria: #edc9b0;
  --text-color--text-alternate: #222;
  --text-color--text-secondary: #cbcbcbcc;
  --border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>: var(--base-color-neutral--neutral-lightest\<deleted\|variable-eede0174-1898-a99e-0c79-395339ec1911\>);
  --secundaria: #cbcbcb;
  --fundo: #2f2f2e;
  --fundo2: #282828;
  --efeitos: #262626;
  --border-color--border-alternate\<deleted\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>: var(--base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>);
  --background-color--background-warning\<deleted\|variable-0aa1a7ce-e851-b6b5-66db-1a1a96e8e04b\>: var(--base-color-system--warning-yellow\<deleted\|variable-b0ee00e7-091a-a3f5-1619-b09d07f4475a\>);
  --text-color--text-warning\<deleted\|variable-825aa1d8-b093-0b89-37c5-87d980df10f5\>: var(--base-color-system--warning-yellow-dark\<deleted\|variable-296491a7-483e-1229-36b5-e13808cc9004\>);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --base-color-neutral--black: #222;
  --base-color-neutral--white: #fff;
  --wpp: #139f21;
  --base-color-neutral--neutral-lightest\<deleted\|variable-eede0174-1898-a99e-0c79-395339ec1911\>: #eee;
  --base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>: #222;
  --base-color-system--warning-yellow\<deleted\|variable-b0ee00e7-091a-a3f5-1619-b09d07f4475a\>: #fcf8d8;
  --base-color-system--warning-yellow-dark\<deleted\|variable-296491a7-483e-1229-36b5-e13808cc9004\>: #5e5515;
}

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

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

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

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

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

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

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

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

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

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

body {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: .515625rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Carbona, sans-serif;
  font-size: 3.125rem;
  font-weight: 200;
  line-height: 3.4375rem;
}

h2 {
  letter-spacing: .171875rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Carbona, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.75rem;
}

h3 {
  letter-spacing: .171875rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Carbona, sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 3.4375rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Carbona, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  color: var(--text-color--text-primary);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Carbona, sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 3.4375rem;
}

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

p {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

a {
  color: var(--link-color--link-primary);
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

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

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_checkbox-icon {
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

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

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

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.form_checkbox-label.text-size-regular.is-white {
  color: var(--text-color--text-primary);
}

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

.overflow-auto {
  overflow: auto;
}

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

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

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

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

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

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

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

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  color: #9add93;
  background-color: #2e472b;
  border-radius: 10px;
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

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

.icon-height-small {
  height: 1rem;
}

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

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.padding-global.is-header {
  background-color: #00000096;
  height: 100%;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

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

.text-weight-normal.text-style-allcaps.text-size-small.txt-nav {
  white-space: nowrap;
}

.text-weight-normal.text-size-medium {
  line-height: 1.75rem;
}

.text-weight-normal.text-size-medium.text-color-secondary {
  letter-spacing: 1px;
}

.text-weight-normal.text-size-medium.text-color-secondary.text-video {
  max-width: 100%;
}

.text-weight-normal.text-size-medium.text-align-center.is-white {
  color: var(--text-color--text-primary);
  line-height: 2rem;
}

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

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

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

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

.pointer-events-none {
  pointer-events: none;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .875rem;
  line-height: 1.5rem;
}

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

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

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

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-size-regular.text-weight-bold.text-align-center.is-rosa.is-form {
  margin-top: 10px;
  line-height: 1.5rem;
}

.text-size-regular.is-white {
  color: var(--link-color--link-primary);
}

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

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

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

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

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.form_field-wrapper.is-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-color-alternate {
  background-color: var(--secundaria);
}

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

.text-size-small {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-size-small.text-weight-normal.text-color-secondary.text-align-left.text-projeto {
  line-height: 1.7rem;
}

.text-size-small.text-weight-normal.is-white {
  color: var(--text-color--text-primary);
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

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

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

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

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

.text-align-left.text-size-medium.text-weight-bold.is-white {
  color: var(--text-color--text-primary);
}

.text-align-left.text-style-allcaps.is-white {
  color: var(--text-color--text-primary);
  min-width: 25rem;
}

.text-align-left.is-white {
  color: var(--text-color--text-primary);
}

.text-align-left.titulo-project {
  color: var(--text-color--text-primary);
  font-size: 1.25rem;
  font-weight: 700;
}

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

.form_input {
  background-color: #242424;
  border: 2px solid #333132;
  border-radius: 10px;
  min-height: 3rem;
  margin-bottom: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 4rem;
  margin-bottom: 0;
  padding-top: .75rem;
  font-size: 1rem;
}

.form_input.is-text-area::placeholder {
  color: var(--secundaria);
}

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

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-section-large.is-gallery {
  padding-bottom: 2rem;
}

.padding-section-large.is-depoimentos {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.padding-section-large.is-cta {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

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

.text-size-large.text-weight-normal.text-color-secondary.is-carbona-font {
  color: var(--text-color--text-primary);
  text-align: center;
  letter-spacing: 1px;
  font-family: Carbona, sans-serif;
}

.fs-styleguide_header {
  background-color: var(--primaria);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

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

.fs-styleguide_label {
  background-color: var(--fundo);
  color: var(--text-color--text-primary);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--fundo2);
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.container-large.is-header {
  height: 100%;
  position: relative;
}

.container-large.container-nav {
  border-bottom: 2px solid var(--efeitos);
  display: flex;
}

.container-large.is-tab {
  overflow: hidden;
}

.icon-height-medium {
  height: 2rem;
}

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

.text-style-allcaps.heading-about {
  color: var(--primaria);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 2rem;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  color: #eb9393;
  background-color: #5a2a2a;
  border-radius: 10px;
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.text-align-center.text-style-allcaps.is-white {
  color: var(--text-color--text-primary);
}

.text-align-center.text-size-regular.text-style-allcaps.text-weight-bold.text-color-secondary.is-footer {
  letter-spacing: 2px;
  font-size: 1rem;
}

.form_component {
  margin-bottom: 0;
}

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

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

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

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

.button {
  background-color: var(--primaria);
  color: var(--text-color--text-alternate);
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/ic_baseline-whatsapp.svg');
  background-position: 91%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 15rem;
  height: 2.875rem;
  max-height: 2.875rem;
  padding: 0 2.8rem 0 1rem;
  font-weight: 900;
  display: flex;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate\<deleted\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>);
  color: var(--text-color--text-alternate);
  background-color: #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-footer {
  background-image: url('../images/arrow-right.svg');
  max-width: none;
  margin-top: 2rem;
}

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

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

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

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

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

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning\<deleted\|variable-0aa1a7ce-e851-b6b5-66db-1a1a96e8e04b\>);
  color: var(--text-color--text-warning\<deleted\|variable-825aa1d8-b093-0b89-37c5-87d980df10f5\>);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--fundo2);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.body-with-24px-margin {
  background-color: var(--fundo);
}

.section-header {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.margin-24px {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 0;
}

.header-container {
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  height: 80vh;
  min-height: 800px;
  max-height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-video-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-content-wrapper {
  flex: 1;
  height: 100%;
  position: relative;
}

.nav-header-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.75rem;
  margin-top: auto;
  display: flex;
  position: relative;
}

.isotipo-wrapper {
  display: flex;
}

.social-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-wrapper.social-nav {
  display: none;
}

._24px-icon {
  width: 24px;
  max-width: 24px;
  height: 24px;
}

.lusso-isotipo {
  height: 60px;
}

.lusso-isotipo.is-about {
  height: auto;
  margin-left: -5px;
}

.content-header-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55.625rem;
  display: flex;
}

.branding-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.txt-header-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.secondary-btn {
  border: 2px solid var(--primaria);
  color: var(--text-color--text-primary);
  background-image: url('../images/form-arrow-24px-icon.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20rem;
  height: 2.875rem;
  max-height: 2.875rem;
  padding: 0 2rem 0 1rem;
  text-decoration: none;
  display: flex;
}

.secondary-btn.btn-cta-two {
  max-width: 15rem;
}

.secondary-btn.is-header {
  background-image: url('../images/arrow.svg');
}

.txt-btn {
  color: var(--link-color--link-alternate);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 1.7rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.txt-btn.btn-footer {
  background-image: url('../images/form-arrow-24px-icon.svg');
}

.txt-btn.txt-two {
  color: var(--link-color--link-secondary);
  font-weight: 900;
}

.nav-ancoras {
  background-color: var(--fundo);
  padding-top: 3rem;
  position: relative;
}

.nav-ancoras.nav-fixa {
  z-index: 9;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #282828e0;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.ancora-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--text-color--text-primary);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.underline {
  background-color: var(--primaria);
  width: 0%;
  height: .125rem;
  transition: all .3s ease-in-out;
  position: absolute;
  inset: auto 0% -5%;
}

.menu-container {
  justify-content: center;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.menu-wrapper {
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.section-about.menu-desable {
  margin-top: 106px;
}

.about-img-wrapper {
  display: flex;
  position: relative;
}

.txt-about-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 37rem;
  display: flex;
}

.title-logo-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.txt-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.is-lato {
  color: var(--text-color--text-primary);
  letter-spacing: .171875rem;
  font-family: Lato, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 5rem;
}

.img-container {
  z-index: 1;
  background-color: var(--primaria);
  border-radius: .625rem;
  width: 16.875rem;
  height: 19.375rem;
  padding: .3125rem;
  position: relative;
}

.img-container.imagem-two {
  margin-top: 257px;
  margin-left: -53px;
}

.imagem {
  background-color: var(--fundo);
  background-image: url('../images/_imagem_sobre2.webp');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .3125rem;
  width: 100%;
  height: 100%;
}

.imagem.is-two {
  background-image: url('../images/_imagem_sobre1.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.is-grafismo {
  background-image: url('../images/grafismo.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 24.375rem;
  height: 26.25rem;
  margin-top: 70px;
  margin-left: 45px;
  position: absolute;
}

.about-content-container {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-diferenciais-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 8rem;
  display: flex;
}

.card-diferenciais {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 20rem;
  display: flex;
}

._40px-icon {
  width: 40px;
  height: 40px;
}

.icon-txt-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.section-video {
  padding-bottom: 8rem;
  padding-left: 0;
  padding-right: 0;
}

.video-container {
  background-color: var(--fundo2);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 800px;
  padding: 1.5rem;
  display: flex;
}

.video-block {
  background-color: var(--fundo);
  border-radius: 5px;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: auto;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.video-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.is-rosa {
  color: var(--primaria);
}

.section-gallery {
  background-color: var(--fundo2);
  background-image: url('../images/grafismo2.svg');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: auto;
  overflow: hidden;
}

.gallery-txt-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.gallery-title-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.icon-title-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

._30px-icon {
  width: 30px;
  max-width: 30px;
  height: 30px;
}

.btn-cta-secondary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--primaria);
  color: var(--text-color--text-primary);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
}

.btn-cta-secondary:hover {
  background-color: var(--link-color--link-secondary);
  border-width: 2px;
}

._12px-icon {
  width: 12px;
  max-width: 12px;
  height: 12px;
}

.link {
  text-decoration: none;
}

.slider-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.slider {
  background-color: #ddd0;
  flex-flow: column;
  width: 100%;
  max-width: 80rem;
  height: auto;
  padding-bottom: 5rem;
  display: flex;
}

.mask {
  width: 100%;
  height: 450px;
  min-height: 450px;
  overflow: visible;
}

.slide {
  background-color: var(--fundo);
  cursor: pointer;
  border-radius: 10px;
  width: 47.5%;
  min-width: 300px;
  margin-right: 5%;
  overflow: hidden;
  box-shadow: 0 4px 5px #0003;
}

.slide.is-active {
  border: 3px solid var(--primaria);
  cursor: pointer;
}

.slide.is-desable {
  background-image: linear-gradient(#ff000080, #ff000080);
}

.arrow {
  border: 1px solid var(--primaria);
  background-color: var(--fundo);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: auto 0% 0% auto;
}

.arrow.left-arrow {
  right: 4rem;
}

.arrow.arrow-slider-left {
  background-color: var(--fundo2);
  inset: 0% auto 0% 0%;
}

.arrow.arrow-slider-right {
  background-color: var(--fundo2);
  inset: 0% 0% 0% auto;
}

.tab-container {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 8rem;
  padding-bottom: 10px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  overflow: hidden;
}

.pagination-slide {
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: .5rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.tab-descricao-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--fundo);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23.75rem;
  min-width: 23.75rem;
  padding: 2rem;
  display: flex;
  box-shadow: 0 4px 5px #0003;
}

.close-btn-tab {
  background-color: var(--primaria);
  color: var(--link-color--link-secondary);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 1rem;
  padding: 5px 24px;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  position: relative;
}

.tab-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  height: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-wrapper.is-active {
  opacity: 1;
  height: auto;
  display: flex;
}

.tab-wrapper.is-closed {
  margin-top: -100%;
  display: flex;
}

.tab-img-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  max-height: 100%;
  display: flex;
}

.tabs-content {
  display: flex;
}

.image-project {
  object-fit: cover;
  align-self: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
}

.lightbox-wrapper {
  border-radius: 10px;
  width: 70%;
  position: relative;
  overflow: hidden;
}

.lightbox-wrapper.is-right {
  width: 30%;
  position: relative;
}

.mask-lightbox {
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: absolute;
}

.text-block {
  color: var(--text-color--text-primary);
  font-size: 2rem;
  font-weight: 400;
}

.img-wrapper {
  background-image: linear-gradient(180deg, #2f2f2e00 50%, var(--fundo)), url('../images/PROJETO_O_PARQUE_BROOKLIN_20.webp');
  background-position: 0 0, 50%;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: .5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.img-wrapper.is-1 {
  background-image: linear-gradient(180deg, #2f2f2e00 50%, var(--fundo)), url('../images/PROJETO_VJ_LEVEL_ALPHAVILLE_10.webp');
  background-size: auto, cover;
}

.img-wrapper.is-2 {
  background-image: linear-gradient(180deg, #2f2f2e00 50%, var(--fundo)), url('../images/PROJETO_AL_VISTA_GOLF_11.webp');
  background-size: auto, cover;
}

.img-wrapper.is-3 {
  background-image: linear-gradient(180deg, #2f2f2e00 50%, var(--fundo)), url('../images/PROJETO_KP_VEREDA_2.webp');
  background-size: auto, cover;
}

.img-wrapper.is-4 {
  background-image: linear-gradient(180deg, #2f2f2e00 50%, var(--fundo)), url('../images/PROJETO_RESIDENCIAL_11_ALPHAVILLE_9.webp');
  background-size: auto, cover;
}

.img-wrapper.is-5 {
  background-image: linear-gradient(180deg, #2f2f2e00 50%, var(--fundo)), url('../images/PROJETO_GM_ALPHAVILLE_8.webp');
  background-size: auto, cover;
}

.img-wrapper.is-6 {
  background-image: linear-gradient(180deg, #2f2f2e00 50%, var(--fundo)), url('../images/PROJETO_GRAND_MOND_VILA_LEOPOLDINA_16.webp');
  background-size: auto, cover;
}

.img-wrapper.is-7 {
  background-image: linear-gradient(180deg, #2f2f2e00 50%, var(--fundo)), url('../images/PROJETO_O_PARQUE_BROOKLIN_20.webp');
  background-size: auto, cover;
}

.img-wrapper.is-8 {
  background-image: linear-gradient(180deg, #2f2f2e00 50%, var(--fundo)), url('../images/PROJETO_LEVEL_ALPHAVILLE_5.webp');
  background-size: auto, cover;
}

.img-wrapper.is-9 {
  background-image: linear-gradient(180deg, #2f2f2e00 50%, var(--fundo)), url('../images/02.webp');
  background-size: auto, cover;
}

.img-wrapper.is-10 {
  background-image: linear-gradient(180deg, #2f2f2e00 50%, var(--fundo)), url('../images/01_1.webp');
  background-size: auto, cover;
}

.img-wrapper.is-11 {
  background-image: linear-gradient(180deg, #2f2f2e00 50%, var(--fundo)), url('../images/01_2.webp');
  background-size: auto, cover;
}

.img-wrapper.is-12 {
  background-image: linear-gradient(180deg, #2f2f2e00 50%, var(--fundo)), url('../images/01_3.webp');
  background-size: auto, cover;
}

.txt-wrapper {
  min-width: 100%;
  padding-bottom: 1.7rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.content-slide-block {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.divisor {
  background-color: #6c6c6c;
  width: 100%;
  height: 1px;
  margin-bottom: .5rem;
}

.slider-depoimentos {
  background-color: var(--fundo);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65rem;
  height: auto;
  display: flex;
}

.slide-nav {
  margin-top: 2rem;
  font-size: .5rem;
  position: relative;
}

.slide-depoimento {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: 10rem;
}

.depoimento-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.mask-2 {
  align-self: auto;
  width: 70%;
  height: auto;
  overflow: hidden;
}

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

.avatar-image {
  object-fit: cover;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.section-localization {
  position: relative;
}

.image-map-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: stretch;
  height: 26.25rem;
  margin-top: 2rem;
  display: flex;
}

.image-wrapper {
  background-image: url('../images/imagem-localizacao.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  align-self: stretch;
  width: 60%;
  height: 100%;
}

.map-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.map-embed {
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.button-location {
  background-color: var(--link-color--link-alternate);
  color: var(--text-color--text-alternate);
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/mdi_waze.svg');
  background-position: 91%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 2.875rem;
  max-height: 2.875rem;
  padding: 0 2.8rem 0 1rem;
  font-weight: 900;
  text-decoration: none;
  display: flex;
}

.button-location.is-google {
  background-image: url('../images/logos_google-maps.svg');
}

.text-span {
  color: var(--primaria);
}

.form_checkbox-icon-2 {
  background-color: #fff;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon-2.w--redirected-checked {
  background-color: #c66e14;
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

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

.footer-content-container {
  border-bottom: 1px solid #333132;
  border-radius: 1px;
  flex: 0 auto;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  padding-right: 0;
  display: flex;
}

.politica-link-container {
  color: #1c1c1c;
  letter-spacing: .9px;
  font-weight: 700;
}

.politica-link-container.is-footer {
  color: #fff;
  font-size: .75rem;
  font-weight: 500;
}

.social-link-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  position: relative;
}

.form_checkbox-2 {
  flex-direction: row;
  align-items: center;
  margin-top: .875rem;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.footer-termos-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 1rem;
  display: flex;
}

.link-footer-cta-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.form_checkbox-label-2 {
  color: #4d4d4d;
  letter-spacing: .9px;
  margin-right: .25rem;
  font-size: .75rem;
}

.form_checkbox-label-2.is-footer {
  color: #fff;
}

.underline-txt {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0%;
  right: 0%;
}

.logo-sinco-footer {
  width: 170px;
}

.form-footer {
  width: 100%;
  min-width: 16.4375rem;
}

.form-footer-container {
  z-index: 999;
  border-left: 1px solid #fff;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  padding-left: 3.5rem;
  display: flex;
  position: relative;
}

.footer-container {
  background-color: var(--fundo2);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 100%;
  padding: 4rem 4rem 6rem;
  display: flex;
  position: relative;
}

.footer-social-container {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-section-small-2 {
  z-index: 0;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left-color: #333132;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
}

.footer-logo-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.link-txt-underline {
  color: #343434;
  margin-left: 5px;
  position: relative;
}

.section-footer {
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.branding-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  height: auto;
  display: flex;
}

.css {
  display: none;
}

.grafismo-footer {
  background-image: url('../images/grafismo3.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 60px;
  height: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.scripts {
  display: none;
}

.texto-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-right: 15px;
  padding-bottom: 1px;
  display: none;
  position: relative;
}

.icon-contato {
  width: 28px;
  min-width: 28px;
}

.icon-contato.invert-color {
  filter: invert();
}

.nav-lateral {
  z-index: 9;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
  inset: 0% 20px 0% auto;
}

.nav-lateral-block {
  z-index: 8;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0% 20px 0% auto;
}

.texto1-btn {
  color: #000;
  text-align: right;
  white-space: nowrap;
  font-size: 16px;
  line-height: 18px;
}

.texto1-btn.color-txt-white {
  color: #fff;
}

.icon-contato-block {
  border-left: 2px #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  max-width: 62px;
  height: 100%;
  padding: 15px;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
}

.progress-wrap {
  margin-right: 0;
}

.pulsar {
  z-index: 0;
  background-color: #fff6;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.btn-contato {
  background-color: var(--primaria);
  object-fit: fill;
  justify-content: flex-end;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  text-decoration: none;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 4px 8px #00000040;
}

.btn-contato.index_form2, .btn-contato.index_form1 {
  border-radius: 4px;
}

.btn-contato.btn-wpp {
  background-color: #24aa5e;
  border-radius: 4px;
}

.texto2-btn {
  color: #000;
  text-align: right;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.texto2-btn.color-txt-white {
  color: #fff;
}

.card-desable {
  z-index: 1;
  background-color: #28282899;
  display: none;
  position: absolute;
  inset: 0%;
}

.card-desable.is-active {
  display: block;
}

.heading {
  max-width: 55rem;
}

.grafismo-localizacao {
  opacity: .18;
  background-image: url('../images/grafismo4.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 30%;
}

.form_checkbox-icon-3 {
  background-color: #fff;
  border-width: 1px;
  border-color: #d1bd70;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon-3.w--redirected-checked {
  background-color: #d1bd70;
  background-size: 90%;
  border-color: #d1bd70;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon-3.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #d1bd70;
}

.txt-container-form-sucess {
  padding-top: .5rem;
}

.underline-txt-2 {
  background-color: #343434;
  width: 100%;
  height: .125rem;
  position: absolute;
  bottom: -2px;
  left: 0%;
  right: 0%;
}

.underline-txt-2.is-form {
  bottom: 0;
}

.error-message-3 {
  text-align: center;
  border-radius: .5rem;
}

.modal-form {
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.text-size-regular-2 {
  color: var(--text-color--text-alternate);
  font-size: 1rem;
  font-weight: 700;
}

.text-size-regular-2.text-weight-semibold.is-gold {
  color: #b79058;
  text-align: center;
}

.text-size-regular-2.text-weight-semibold.is-gold.is-subtitle-modal {
  text-align: center;
  margin-top: .5rem;
  line-height: 1.1;
}

.text-size-medium-2 {
  font-size: 1.25rem;
}

.text-size-medium-2.text-weight-semibold.is-black {
  color: #9add93;
}

.text-size-medium-2.text-weight-bold.is-close {
  text-transform: uppercase;
  margin-top: 5px;
}

.text-size-tiny-2 {
  font-size: .75rem;
}

.form-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #dbdbdb40;
  border-radius: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  padding: 3.125rem 3.125rem 3.125rem 2.5rem;
  display: flex;
}

.form-wrapper.is-form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--fundo2);
  min-width: 29rem;
  padding: 2.875rem 2.5rem;
}

.success-message-3 {
  background-color: #5bdb5a;
  border-radius: .5rem;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/form-arrow-24px-icon.svg'), linear-gradient(271deg, #d1bc6f, #a98c53);
  background-position: 95%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border: 1px solid #d1bd70;
  border-radius: 4px;
  width: 16.5rem;
  padding: .625rem 1rem;
  font-weight: 600;
}

.button-2.is-form-submit {
  background-image: url('../images/form-arrow-24px-icon.svg'), linear-gradient(271deg, #d1bc6f, #a98c53);
  background-position: 95%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  width: 100%;
}

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

.tittle-container.is-form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  margin-bottom: 2rem;
}

.container-modal-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.fundo-form {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #141414e6;
  width: 100%;
  height: 100%;
  transition: opacity .4s ease-in-out;
}

.form-block {
  background-color: #0000;
  flex-direction: column;
  margin-bottom: 0;
}

.form-block.fixed-form {
  position: absolute;
}

.form_checkbox-3 {
  flex-direction: row;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1.625rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-3.is-white {
  color: #fff;
}

.form-input-container {
  margin-bottom: 10px;
}

.titulo-form {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.titulo-form.is-form-modal {
  color: #000;
  text-transform: none;
  max-width: 400px;
  font-size: 30px;
  line-height: 32px;
}

.titulo-form.is-form-modal.is-popup {
  color: var(--text-color--text-primary);
  font-weight: 400;
}

.form_checkbox-label-3 {
  margin-right: .25rem;
  font-size: .75rem;
  font-weight: 400;
}

.form_checkbox-label-3.is-popup {
  color: #000;
}

.form_label-2 {
  display: none;
}

.form_input-2 {
  color: #000;
  background-color: #0000;
  border: 1px solid #f4f4f4;
  border-bottom-color: #343434;
  border-radius: 0;
  min-height: 3rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding: .25rem .5rem .125rem;
  transition: background-color .2s;
}

.form_input-2:focus {
  background-color: #e1e1e1;
  border-top-width: 0;
  border-bottom-color: #343434;
  border-left-width: 0;
  border-right-width: 0;
}

.btn-close-modal {
  color: var(--text-color--text-primary);
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
  text-decoration: none;
  display: flex;
}

.btn-close-modal:hover {
  color: var(--primaria);
}

.icon_fullscren {
  z-index: 1;
  opacity: 0;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0006;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 10px;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-vimeo {
  align-self: auto;
  width: 300px;
  max-width: none;
  height: 600px;
  min-height: 600px;
  max-height: 600px;
  position: relative;
  inset: 0%;
}

.code-embed {
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  display: block;
}

.content-footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.primary-btn {
  border: 2px solid var(--primaria);
  background-color: var(--primaria);
  color: var(--text-color--text-primary);
  background-image: url('../images/ic_baseline-whatsapp.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20rem;
  height: 2.875rem;
  max-height: 2.875rem;
  padding: 0 2rem 0 1rem;
  text-decoration: none;
  display: flex;
}

.primary-btn.btn-cta-two, .primary-btn.btn-header {
  max-width: 15rem;
}

.video-txt-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-menu {
  justify-content: space-between;
  align-items: center;
  min-width: 200px;
  height: 65px;
  max-height: 100%;
  display: none;
}

.image {
  max-width: none;
  height: 50%;
}

.text-error {
  color: #ee7b7b;
  text-align: center;
  font-weight: 700;
}

.text-block-2 {
  font-weight: 700;
}

.bold-text-2 {
  color: #022c22;
}

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

.header-policita-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.is-capslock {
  text-transform: uppercase;
}

.politica-content-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.politica-content-container.footer {
  margin-top: 50px;
}

.politica-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.logo-img-politica {
  filter: invert();
  max-width: 11.25rem;
  margin-bottom: 50px;
}

.padding-global-2 {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.text-size-large-2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.25rem;
}

.text-size-large-2.is-politica {
  color: #022c22;
  margin-bottom: .5rem;
}

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

.text-size-regular-3.is-politica {
  margin-bottom: .5rem;
}

.logo-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.icon-btn {
  height: 18px;
  transform: rotate(180deg);
}

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

.text-size-large-3.text-weight-bold.is-center.is-white {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 2.25rem;
}

.logo-obrigado {
  width: 240px;
}

.txt-btn-cta {
  flex: 1;
}

.txt-thnks-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.img-logo {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 320px;
  height: 80px;
  margin-bottom: 40px;
  display: flex;
}

.text-size-medium-3 {
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium-3.is-white {
  color: #fff;
}

.text-size-medium-3.is-white.is-center {
  text-align: center;
}

.section-obrigado {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
}

.btn-voltar-block {
  grid-column-gap: 20px;
  background-color: var(--primaria);
  color: var(--fundo2);
  border: 2px #d8db00;
  border-radius: 10px;
  align-items: center;
  height: 50px;
  margin-top: 48px;
  margin-bottom: 0;
  padding: 15px 20px 15px 15px;
  text-decoration: none;
  transition: all .15s ease-in-out;
  display: flex;
}

.btn-voltar-block:hover {
  background-color: var(--link-color--link-alternate);
}

.body {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/PROJETO_O_PARQUE_BROOKLIN_20.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.recaptcha {
  margin-top: 20px;
}

.captcha {
  margin-top: 1rem;
}

@media screen and (min-width: 1280px) {
  .nav-header-wrapper {
    z-index: 1;
    position: relative;
  }

  .avatar-image {
    width: 50px;
    height: 50px;
  }

  .text-size-large-3 {
    font-size: 2.25rem;
  }

  .text-size-large-3.text-weight-bold.is-center.is-white {
    color: #fff;
  }

  .btn-voltar-block {
    border-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1440px) {
  .padding-global {
    align-self: stretch;
  }

  .container-large {
    position: relative;
  }

  .section-gallery {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-large-2 {
    max-width: 80rem;
  }

  .is-capslock.is-center {
    font-size: 2.5rem;
  }

  .logo-img-politica {
    filter: invert();
  }

  .bold-text-3 {
    font-weight: 400;
  }
}

@media screen and (min-width: 1920px) {
  .button.is-form-submit {
    max-width: none;
  }

  .button.is-footer {
    background-position: 95%;
    transition: all .3s ease-in-out;
  }

  .button.is-footer:hover {
    background-color: #c99a7a;
  }

  .secondary-btn {
    transition: all .3s ease-in-out;
  }

  .secondary-btn:hover {
    background-color: var(--efeitos);
  }

  .video-content-wrapper {
    max-width: 675px;
  }

  .modal-form {
    display: none;
  }

  .text-size-regular-2.text-weight-semibold.is-gold.is-subtitle-modal {
    color: var(--primaria);
  }

  .titulo-form.is-form-modal.is-popup {
    color: var(--text-color--text-primary);
    font-weight: 400;
  }

  .btn-close-modal:hover {
    color: var(--primaria);
  }

  .primary-btn {
    background-color: var(--primaria);
    transition: all .3s ease-in-out;
  }

  .primary-btn:hover {
    background-color: #c99a7a;
  }

  .logo-obrigado {
    width: 240px;
  }

  .img-logo {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 320px;
    height: 80px;
    margin-bottom: 40px;
    display: flex;
  }

  .btn-voltar-block {
    border-style: none;
    margin-top: 48px;
    margin-bottom: 0;
  }

  .btn-voltar-block:hover {
    border-style: none;
    box-shadow: 1px 2px 9px -2px #000000c2;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

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

  .text-align-left.text-style-allcaps.is-white {
    text-align: center;
  }

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

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

  .text-style-allcaps.heading-about {
    text-align: center;
  }

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

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .isotipo-wrapper {
    justify-content: center;
    align-items: center;
  }

  .social-wrapper.social-nav {
    display: none;
  }

  .nav-ancoras {
    padding-top: 2rem;
  }

  .ancora-container {
    flex: 0 auto;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .ancora-container.hide-tree, .underline {
    display: none;
  }

  .menu-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

  .about-content-container {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .video-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .mask, .slide {
    width: 100%;
  }

  .tab-img-wrapper {
    flex-flow: column;
  }

  .lightbox-wrapper, .lightbox-wrapper.is-right {
    width: 100%;
    height: 100%;
  }

  .image-map-container {
    flex-flow: column;
    height: auto;
  }

  .image-wrapper {
    width: 100%;
    height: 26rem;
  }

  .map-wrapper {
    width: 100%;
    height: 20rem;
  }

  .underline-txt {
    display: none;
  }

  .footer-container {
    flex-flow: column-reverse;
  }

  .padding-section-small-2 {
    border-bottom: 1px solid #333132;
    border-left-style: none;
    border-left-width: 0;
    padding-bottom: 4rem;
    padding-left: 0;
  }

  .footer-content {
    flex-flow: column-reverse;
  }

  .icon-contato {
    width: 25px;
    min-width: 25px;
  }

  .icon-contato-block {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
  }

  .btn-contato {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .texto2-btn {
    font-size: 16px;
  }

  .underline-txt-2 {
    display: none;
  }

  .form-wrapper {
    border-radius: .5px;
  }

  .form-wrapper.is-form {
    border-radius: 1rem;
  }

  .tittle-container {
    justify-content: center;
  }

  .titulo-form {
    font-size: 19px;
    line-height: 24px;
  }

  .form_input-2 {
    border-radius: 0;
  }

  .icon_fullscren {
    opacity: 1;
  }

  .video-txt-wrapper {
    flex-flow: column;
  }

  .padding-global-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .padding-section-small-3 {
    border-left-style: none;
    border-left-width: 0;
    padding-left: 0;
  }

  .img-logo {
    display: flex;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-weight-normal.text-size-regular.text-color-secondary {
    text-align: center;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

  .text-size-small.text-weight-normal.is-white {
    text-align: left;
  }

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

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

  .text-align-left.text-style-allcaps.is-white {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .text-align-left.text-size-regular.text-weight-normal.text-color-secondary.subtitle-project {
    text-align: center;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .padding-section-large.is-gallery, .padding-section-large.is-depoimentos {
    padding-top: 6rem;
  }

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

  .text-size-large.text-weight-normal.text-color-secondary.is-carbona-font {
    line-height: 1.8rem;
  }

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

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

  .container-large.container-nav {
    flex-flow: column;
  }

  .text-style-allcaps.heading-about {
    line-height: 2.5rem;
  }

  .text-align-center.text-style-allcaps.is-white {
    letter-spacing: 5px;
    font-size: 2.1rem;
    line-height: 3rem;
  }

  .button {
    background-position: 95%;
    max-width: none;
  }

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .social-wrapper.social-nav {
    display: flex;
  }

  .container-content {
    width: 100%;
  }

  .cta-container {
    flex-flow: column;
  }

  .logotipo-lusso {
    width: 50%;
  }

  .secondary-btn, .secondary-btn.btn-cta-two.index-form1 {
    max-width: none;
  }

  .txt-btn {
    background-position: 95%;
    padding-bottom: 0;
  }

  .ancora-container {
    height: 50px;
  }

  .ancora-container.hide-two, .ancora-container.hide-tree, .ancora-container.hide-tree.w--current {
    display: none;
  }

  .menu-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menu-wrapper {
    justify-content: space-around;
    align-items: center;
    height: auto;
  }

  .img-container {
    width: 15rem;
    height: 17rem;
  }

  .img-container.imagem-two {
    margin-top: 219px;
  }

  .is-grafismo {
    width: 21rem;
    height: 21rem;
    margin-top: 77px;
  }

  .about-diferenciais-wrapper {
    flex-flow: column;
  }

  .card-diferenciais {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .icon-txt-block {
    justify-content: flex-start;
    align-items: center;
  }

  .gallery-txt-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .tab-container {
    margin-bottom: 6rem;
  }

  .tab-descricao-wrapper {
    width: auto;
    min-width: auto;
  }

  .tab-wrapper {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: stretch;
  }

  .tab-wrapper.is-active {
    flex-flow: column-reverse;
  }

  .tab-img-wrapper {
    flex-flow: row;
    height: 10rem;
    max-height: none;
  }

  .slider-depoimentos {
    width: 100%;
  }

  .map-wrapper {
    height: 25rem;
  }

  .button-location {
    background-position: 95%;
    flex: 0 auto;
    width: 100%;
  }

  .footer-content-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .social-link-container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .link-footer-cta-container {
    text-align: center;
  }

  .footer-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-social-container {
    justify-content: space-between;
    align-items: center;
  }

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

  .branding-footer {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: column;
  }

  .texto-block {
    flex: 1;
    align-items: center;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .nav-lateral-block {
    flex-direction: row;
    justify-content: space-between;
    transition: all .3s ease-in-out;
    inset: auto 0% -50px;
  }

  .nav-lateral-block.nav-lateral-mobile-active {
    bottom: 0;
  }

  .texto1-btn {
    text-align: center;
    font-size: 15px;
  }

  .pulsar {
    border-radius: 2px;
  }

  .btn-contato {
    box-shadow: none;
    border-radius: 0;
    flex: 1;
    justify-content: center;
    width: auto;
    min-width: auto;
    max-width: none;
    overflow: hidden;
  }

  .btn-contato:hover {
    background-image: linear-gradient(#0003, #0003);
  }

  .btn-contato.index_form1, .btn-contato.btn-wpp {
    border-radius: 0;
  }

  .texto2-btn {
    text-align: center;
    font-size: 15px;
  }

  .heading {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }

  .modal-form {
    display: none;
  }

  .text-size-regular-2.text-weight-semibold.is-gold.is-subtitle-modal {
    font-size: .9rem;
  }

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

  .button-2 {
    width: auto;
  }

  .titulo-form {
    font-size: 18px;
  }

  .titulo-form.is-form-modal {
    max-width: 350px;
    font-size: 26px;
  }

  .icon_fullscren {
    width: 35px;
    height: 35px;
    padding: 8px;
  }

  .primary-btn, .primary-btn.btn-cta-two.index-form1, .primary-btn.btn-header {
    max-width: none;
  }

  .logo-menu {
    border-bottom: 1px solid #474747;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .image {
    height: 70%;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .text-size-large-2, .text-size-large-3 {
    font-size: 1.25rem;
  }

  .text-size-large-3.text-weight-bold.is-center.is-white {
    font-size: 1.5rem;
  }

  .text-size-medium-3.is-white.is-center {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .form_checkbox-label.text-size-regular.is-white {
    font-size: 1rem;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

  .text-weight-normal.text-size-medium.text-align-center.is-white {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .text-size-regular.is-white {
    font-size: 1rem;
  }

  .form_field-wrapper.is-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .text-size-small.text-weight-normal.text-color-secondary.text-align-left.text-projeto, .text-align-left.text-size-medium.text-weight-bold.is-white {
    text-align: center;
  }

  .text-align-left.text-style-allcaps.is-white {
    min-width: auto;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .text-align-left.titulo-project {
    text-align: center;
  }

  .form_message-error.active {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .text-align-center.text-style-allcaps.is-white {
    letter-spacing: 0;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .social-wrapper.social-nav {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .txt-header-container {
    width: 100%;
  }

  .txt-btn {
    padding-bottom: 0;
  }

  .ancora-container.hide-tree {
    display: none;
  }

  .menu-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .menu-wrapper {
    justify-content: space-around;
  }

  .img-container {
    width: 10rem;
    height: 13rem;
  }

  .img-container.imagem-two {
    margin-top: 163px;
  }

  .is-grafismo {
    width: 12rem;
    height: 16rem;
    margin-top: 54px;
    margin-left: 35px;
  }

  .video-container {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 1rem;
  }

  .video-block {
    display: flex;
  }

  .slide {
    min-width: 200px;
  }

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

  .arrow.arrow-slider-right {
    inset: auto 0% 0% auto;
  }

  .tab-descricao-wrapper {
    justify-content: center;
    align-items: center;
  }

  .tab-wrapper, .tab-wrapper.is-active {
    flex-flow: column-reverse;
  }

  .tab-img-wrapper {
    flex-flow: column;
    height: 20rem;
  }

  .mask-2 {
    width: 100%;
  }

  .image-wrapper {
    height: 14rem;
  }

  .footer-content-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .link-footer-cta-container {
    text-align: center;
  }

  .footer-wrapper {
    border-top: 1px #fff;
  }

  .form-footer {
    min-width: auto;
  }

  .footer-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .icon-contato-block {
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .btn-contato {
    height: 45px;
  }

  .heading {
    max-width: 55rem;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .text-size-regular-2.text-weight-semibold.is-gold.is-subtitle-modal {
    font-size: .9rem;
  }

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

  .form-wrapper {
    padding: 2.5rem 2rem;
  }

  .form-wrapper.is-form {
    min-width: auto;
    min-height: auto;
    max-height: 80%;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-2 {
    width: auto;
  }

  .tittle-container {
    text-align: center;
    flex-direction: column;
  }

  .form-block.fixed-form {
    border-radius: .5rem;
  }

  .titulo-form.is-form-modal {
    font-size: 24px;
    line-height: 28px;
  }

  .btn-close-modal {
    margin-bottom: .5rem;
  }

  .code-embed {
    max-width: 300px;
    height: 530px;
    display: flex;
  }

  .video-txt-wrapper {
    display: flex;
  }

  .padding-global-2 {
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-obrigado {
    padding-left: 16px;
    padding-right: 16px;
  }

  .btn-voltar-block {
    grid-column-gap: 15px;
    padding-right: 15px;
  }
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-9c87b6fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-9c87b6fc {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-9c87b6fc, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-9c87b6fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-9c87b6fc {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-9c87b6fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-9c87b6fc {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-9c87b6fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-9c87b6fc {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-9c87b6fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-9c87b6fc {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-9c87b6fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-9c87b6fc, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-9c87b6fc, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-9c87b6fc, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-9c87b6fc, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-9c87b6fc, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-9c87b6fc, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-9c87b6fc, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-9c87b6fc, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-9c87b6fc, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-9c87b6fc, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-9c87b6fc {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-9c87b6fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-9c87b6fc {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-9c87b6fc, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-9c87b6fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-9c87b6fc {
  justify-self: start;
}


@font-face {
  font-family: 'Carbona Variable';
  src: url('../fonts/Carbona-Variable.ttf') format('truetype');
  font-weight: 32 190;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carbona';
  src: url('../fonts/Carbona-MonoMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carbona';
  src: url('../fonts/Carbona-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carbona';
  src: url('../fonts/Carbona-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}