:root {
  --amarelo: #e9c21e;
  --grey: #231f20;
  --grey-section: #f3f4f4;
  --white: white;
  --black: black;
}

.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: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 24px;
  font-family: Urbanist, sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 120%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

a {
  color: #000;
  width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  font-family: Gotham, sans-serif;
  text-decoration: none;
}

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

li {
  margin-bottom: .25rem;
  font-family: Gotham, sans-serif;
}

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-family: Gotham, sans-serif;
  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;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.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-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-medium.is-white {
  color: #fff;
}

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

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

.margin-bottom.margin-small.is-about {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

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

.margin-bottom.margin-xxlarge {
  margin: 0 0 3rem;
}

.margin-bottom.margin-small {
  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-vertical.padding-xxlarge {
  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-top.margin-big {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-self: stretch;
  margin-top: 4rem;
  display: flex;
}

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

.padding-bottom.padding-xxlarge {
  padding: 0 0 2.5rem;
}

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

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

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

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

.fs-styleguide_background {
  border: 1px solid rgba(0, 0, 0, .1);
  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, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

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

.form_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  padding: 2rem 4rem;
  display: flex;
}

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

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

.text-weight-semibold {
  font-family: Urbanist, sans-serif;
  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 rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-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 rgba(0, 0, 0, .1);
  width: 100%;
  padding-bottom: 2rem;
}

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

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

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.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 {
  background-color: #48c857;
  border-radius: 4px;
  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 a {
  color: #000;
  text-decoration: none;
}

.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-global.is-header {
  padding-left: 4rem;
  padding-right: 4rem;
}

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

.padding-global.is-full {
  padding-left: 0;
  padding-right: 0;
}

.padding-global.is-footer {
  padding-left: 4rem;
  padding-right: 4rem;
}

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

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

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

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

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

.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 #000;
  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: .75rem;
}

.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: rgba(45, 64, 234, .05);
  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.1rem;
}

.text-size-regular.is-heading {
  padding-right: 40px;
  font-size: 1rem;
}

.text-size-regular.is-footer {
  font-family: Urbanist, sans-serif;
}

.text-size-regular.text-weight-semibold.is-white {
  color: #fff;
  text-align: right;
}

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

.text-size-regular.is-nav {
  font-size: .75rem;
}

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

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

.text-weight-bold {
  font-family: Gotham, sans-serif;
  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 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.max-width-large.is-about {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 82rem;
  display: flex;
}

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

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

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

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

.text-size-small.is-footer {
  font-family: Urbanist, sans-serif;
}

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

.form_label {
  font-family: Gotham, sans-serif;
}

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

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

.form_input {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 4px;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

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

.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-header {
  padding-top: 0;
  padding-bottom: 6rem;
}

.padding-section-large.is-about {
  justify-content: center;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.padding-section-large.is-full {
  padding-top: 0;
  padding-bottom: 0;
}

.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: #000;
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

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

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  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: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.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-full {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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(--amarelo);
  color: #000;
  text-align: center;
  border-radius: .25rem;
  flex: 1;
  max-width: 19rem;
  padding: .75rem 1.5rem;
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

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

.button.is-form-submit {
  width: 100%;
  max-width: none;
}

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

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  max-width: 19rem;
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #e9c21e;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 19rem;
  text-decoration: none;
  transition: box-shadow .325s ease-out;
  display: flex;
}

.button.is-icon:hover {
  color: #000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .31);
}

.button.is-icon.index_form1.is-menu {
  display: none;
}

.button.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.is-navbar2-button.is-nav.hide {
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: block;
}

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-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;
}

.button-group.is-testimonials {
  justify-content: center;
}

.hide {
  display: none;
}

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

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

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

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

.fs-styleguide_color.is-1 {
  background-color: var(--amarelo);
}

.fs-styleguide_color.is-2 {
  background-color: #f3f4f4;
}

.fs-styleguide_color.is-3 {
  background-color: var(--grey);
}

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

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

.fs-styleguide_spacer-box {
  background-color: rgba(45, 64, 234, .1);
  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;
}

.navbar-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar-link.w--current {
  color: #000;
}

.navbar-logo-link {
  padding-left: 0;
}

.navbar-menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar-menu.is-page-height-tablet {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar-menu-button {
  padding: 0;
}

.navbar-button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: none;
}

.navbar2_dropdown-link {
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: #000;
}

.navbar2_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
  position: absolute;
}

.navbar {
  background-color: var(--grey-section);
  border-bottom: 1px solid #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link {
  font-family: Gotham Book;
}

.section-header {
  border-bottom: .1875rem solid var(--amarelo);
  background-color: var(--grey-section);
  margin-top: 4.5rem;
  position: relative;
  top: auto;
}

.header1_content {
  flex-direction: column;
  flex: 1;
  align-self: center;
  display: flex;
}

.header1_image-wrapper {
  flex: 1;
}

.header1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-2.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

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

.header1_image {
  border-bottom-left-radius: 177px;
  width: 100%;
  height: 100%;
}

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

.section-about {
  background-image: linear-gradient(rgba(35, 31, 32, .75), rgba(35, 31, 32, .75)), url('../images/Arq-Renata_ap02_Mi_Gui_JMota-alta-11.JPG');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section-about.is-white {
  color: #fff;
  background-image: linear-gradient(rgba(35, 31, 32, .75), rgba(35, 31, 32, .75)), url('../images/12.webp');
  background-position: 0 0, 50% 72%;
  background-repeat: repeat, no-repeat;
}

.header-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  display: flex;
}

.header-content {
  flex-direction: column;
  flex: 1;
  align-self: center;
  margin-top: 5rem;
  display: flex;
}

.container-about {
  text-align: center;
  flex: 1;
}

.heading {
  font-weight: 700;
}

.section-processo {
  background-color: #fff;
}

.container-processo {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.processo-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  max-width: 80%;
  display: flex;
}

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

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer1_form_component {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer1_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

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

.footer1_link-list {
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.footer {
  border-bottom: 2px solid var(--amarelo);
  background-color: var(--grey);
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  display: flex;
}

.footer1_logo-link {
  padding-left: 0;
}

.footer1_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.line-divider {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

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

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.footer-wrapper {
  display: flex;
}

.footer-image-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.footer-image-component.is-white {
  color: #fff;
}

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

.footer-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  display: flex;
}

.section-cta {
  background-color: #fff;
  border-top: 1px solid #000;
  display: flex;
}

.cta-img-wrapper {
  flex: 1;
  min-width: 40.5rem;
  max-height: 100%;
}

.form-cta-wrapper {
  flex: 1;
  align-self: center;
}

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

.cta-content {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.butn-cta-wrapper {
  align-self: stretch;
  margin-top: .25rem;
}

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

.testimonial17_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 2rem;
  display: grid;
}

.testimonial-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial17_client-image-wrapper {
  margin-right: 1rem;
}

.testimonial17_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.testimonial17_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial-client {
  text-align: left;
  align-items: center;
  display: flex;
}

.section-testimonial {
  background-color: #fff;
  overflow: hidden;
}

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

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

.testimonial-content {
  border: 1px solid #000;
  border-radius: .25rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 80%;
  margin-bottom: 2rem;
  padding: 2rem;
  display: flex;
}

.wpp-icon {
  z-index: 1000;
  position: fixed;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 4.5%;
}

.process-img-wrapper {
  max-width: 2.5rem;
  max-height: 2.5rem;
}

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

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

.gallery7_lightbox-link {
  width: 100%;
}

.gallery7_image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.section-galeria {
  background-color: #fff;
}

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

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

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

.gallery7_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery7_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  height: 38rem;
  display: grid;
}

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

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

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

.galery-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  display: flex;
}

.image-container {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.image-container.is-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
}

.galeria-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: nowrap;
  width: 100%;
  display: flex;
}

.light-box {
  flex-direction: column;
  max-width: 19rem;
  height: 19rem;
  display: flex;
}

.light-box.is-big {
  max-width: none;
}

.light-box.is-small {
  height: 37.75rem;
  max-height: 19rem;
}

.img-lightbox {
  object-fit: cover;
  border-radius: .25rem;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
}

.img-lightbox.is-big {
  flex: 1;
  min-height: auto;
}

.img-lightbox.is-small {
  flex: 1;
  width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
}

.image {
  object-fit: cover;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
}

.image-2 {
  object-fit: cover;
  width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
}

.lightbox-link {
  object-fit: cover;
  flex: 1;
  max-width: 40rem;
}

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

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

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

.max-width-large-4.align-center {
  margin-left: auto;
  margin-right: auto;
}

.galery-img-wrapper.is-big {
  flex: 1;
  min-width: 20rem;
  min-height: 20rem;
}

.galery-img-wrapper.is-small {
  min-width: 9rem;
  min-height: 9rem;
}

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

.lightbox-small {
  flex-direction: column;
  min-width: 9rem;
  max-width: 19rem;
  height: 19rem;
  min-height: 9rem;
  max-height: 19rem;
  display: flex;
  position: relative;
}

.lightbox-big {
  flex-direction: column;
  width: 100%;
  min-width: 20rem;
  max-width: 40rem;
  height: 40rem;
  max-height: 40rem;
  display: flex;
}

.lightbox-torre {
  cursor: pointer;
  border-radius: .5rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-width: 280px;
  max-width: 600px;
  height: 200px;
  max-height: 200px;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-torre:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 10px -8px rgba(0, 0, 0, .4);
}

.galeria-container-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 3rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.numeracao {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: none;
}

.numeracao_galeria {
  color: #35373a;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.container-legenda-img {
  justify-content: space-between;
  height: auto;
  margin-top: 5px;
  display: flex;
}

.icon_fullscren {
  z-index: 1;
  opacity: 0;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, .4);
  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;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-container-2 {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 280px;
  max-width: 350px;
  height: auto;
  display: flex;
}

.divisor {
  background-color: #f04e23;
  border-radius: 20px;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 2px;
  min-height: 2px;
  max-height: 2px;
  margin-left: 5px;
  margin-right: 5px;
}

.galeria_imagem {
  width: 100%;
}

.galeria_imagem.shadow-two {
  object-fit: cover;
  flex: 1;
  width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
}

.img-arrow-righ.hide {
  display: block;
}

.error-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

._32px-icon {
  width: 2rem;
  height: 2rem;
}

.sucess-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lightbox-txt-container {
  background-color: rgba(0, 0, 0, .45);
  border-radius: 4px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.text-weight-semibold-2 {
  color: #806a40;
  font-weight: 600;
}

.text-weight-semibold-2.is-white {
  color: #fff;
  font-size: 1.8rem;
}

._16px-icon {
  width: 16px;
}

.menu-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  align-self: center;
  align-items: center;
  padding: .5rem .75rem;
  transition: opacity .2s;
  display: flex;
}

.menu-link-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-video {
  background-color: #fff;
}

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

.video-wrapper.align-center {
  text-align: center;
  max-width: none;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

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

.video-content.align-center {
  text-align: center;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.texto2-btn {
  color: #fff;
  text-align: right;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

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

.pulsar {
  z-index: 0;
  background-color: rgba(255, 255, 255, .4);
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

.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;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 20px;
}

.texto1-btn {
  color: #fff;
  text-align: right;
  white-space: nowrap;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.btn-contato {
  object-fit: fill;
  background-color: #d8db00;
  border-radius: 30px;
  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 rgba(0, 0, 0, .25);
}

.btn-contato.btn-wpp {
  background-color: #24aa5e;
}

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

.slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  display: flex;
}

.depoimento-slide {
  width: 38rem;
  height: 15.2rem;
  margin-right: 1.5rem;
  padding-right: 0;
}

.slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.planta-image-wrapper {
  padding-top: 100%;
  position: relative;
}

.planta-image {
  object-fit: contain;
  width: 30rem;
  height: 22.5rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.arrow-slider {
  width: 3rem;
}

.gallery21_arrow {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gallery21_arrow.is-left {
  right: 4rem;
}

.gallery21_arrow.is-left.hide, .gallery21_arrow.hide {
  display: none;
}

.planta-lightbox {
  border-radius: .5rem;
  width: 30rem;
  height: 22.5rem;
  box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, .2);
}

.depoimento-mask {
  width: 38rem;
  margin-bottom: 2rem;
  padding-bottom: 5rem;
  overflow: visible;
}

.depoimento-slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding-bottom: 0;
  position: relative;
}

.section-sociais {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.facebook-wrapper, .instagram-wrapper {
  flex: 1;
}

.social-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: center;
  display: flex;
}

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

.text-size-regular-2.text-weight-medium.is-localiza-o {
  max-width: 8.75rem;
}

.image-4 {
  min-width: 1rem;
  max-width: none;
  min-height: 2rem;
}

.localizao-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  min-width: 33.375rem;
  display: flex;
}

.text-block {
  color: #000;
  flex: 1;
  font-weight: 500;
}

.text-block.is-white {
  color: #fff;
  flex: 0 auto;
}

.span-semi-bold {
  font-weight: 600;
}

.localiza-o-image {
  width: 100%;
}

.localiza-o-image.shadow-two {
  object-fit: cover;
  flex: 1;
  width: 5rem;
  min-width: 5rem;
  max-width: 5rem;
  min-height: 5rem;
  max-height: 5rem;
}

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

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

.lightbox {
  cursor: pointer;
  border-radius: .5rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-width: 280px;
  max-width: 600px;
  height: 200px;
  max-height: 200px;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 10px -8px rgba(0, 0, 0, .4);
}

.lightbox.lightbox-localizacao {
  border-radius: .5rem;
  min-width: auto;
  max-width: 5rem;
  height: 130px;
  max-height: 5rem;
}

.section_localiza-o {
  background-color: #fff;
}

.localiza-o-image-wrapper {
  border-radius: .5rem;
  flex: 1;
  overflow: hidden;
}

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

._32px-icon-2 {
  flex: 1;
  max-width: 1.5rem;
  max-height: 2rem;
}

.image-localizacao-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  flex: 1;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.localiza-o_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  height: 30vw;
  display: flex;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.button-3 {
  color: #806a40;
  text-align: center;
  background-color: #d8db00;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-weight: 700;
}

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

.button-3.is-icon.is-waze {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #15ccff;
  border: 1px solid #15ccff;
  border-radius: .25rem;
  flex: 0 auto;
  max-width: 11.7rem;
  padding: .5rem 1rem;
  transition: all .35s;
}

.button-3.is-icon.is-waze:hover {
  box-shadow: 1px 2px 5px rgba(0, 0, 0, .15);
}

.button-3.is-icon.is-maps {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: .25rem;
  flex: 0 auto;
  max-width: 10rem;
  padding: .6rem 1rem .5rem;
  transition: all .35s;
}

.button-3.is-icon.is-maps:hover {
  box-shadow: 1px 2px 5px rgba(0, 0, 0, .15);
}

.localiza-o-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.text-image {
  justify-content: space-between;
  height: auto;
  margin-top: 5px;
  display: flex;
}

.heading-3 {
  color: #806a40;
}

.heading-3.text-color-brown {
  color: #000;
}

.localiza-o-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.btns-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 1px solid var(--amarelo);
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
  display: flex;
}

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

.text-size-medium-5.is-brown {
  color: #806a40;
}

._24px-icon {
  width: 1rem;
}

.text-span {
  border-bottom: 2px solid var(--amarelo);
  font-weight: 500;
}

.text-span-2 {
  border-bottom: 2px none var(--grey);
  color: var(--amarelo);
}

.html-embed-2, .html-embed-3 {
  display: none;
}

.text-weight-semibold-3 {
  color: #806a40;
  font-weight: 600;
}

.text-weight-semibold-3.is-yellow {
  color: #c3c600;
  text-align: center;
}

.input-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

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

.form-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: rgba(219, 219, 219, .25);
  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 {
  background-color: #e9e9e9;
  border: 1px solid #e9e9e9;
  min-width: 30.625rem;
  padding: 2.875rem 2.5rem;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, .15);
}

.form-block {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  margin-bottom: 0;
}

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

.form_checkbox-label-2 {
  color: #806a40;
}

.button-4 {
  color: #806a40;
  text-align: center;
  background-color: #d8db00;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-weight: 700;
}

.button-4.is-form-submit {
  border: .125rem solid #e6e91e;
  border-radius: .625rem;
  align-self: stretch;
  transition: all .2s;
  box-shadow: 0 6px 8px rgba(0, 0, 0, .15);
}

.button-4.is-form-submit:hover {
  background-color: #d3d600;
}

.icon-close {
  color: #35373a;
  text-align: center;
  -webkit-text-stroke-color: #000;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

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

.heading-4 {
  color: #806a40;
}

.heading-4.text-color-brown.is-form {
  text-align: center;
  align-self: stretch;
}

.form_checkbox-icon-2 {
  background-color: rgba(0, 0, 0, 0);
  border-width: .145625rem;
  border-color: #d8db00;
  border-radius: .29125rem;
  width: 1.455rem;
  height: 1.455rem;
  margin: 0 .5rem 0 0;
}

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

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

.form_input-2 {
  background-color: #fff;
  border: .145625rem solid #e9e9e9;
  border-radius: .581875rem;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-weight: 500;
}

.form_input-2:focus {
  border: .145625rem solid #d8db00;
  border-radius: .581875rem;
}

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

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

.text-size-medium-6.text-weight-semibold.is-black {
  color: #000;
}

.form_label-2 {
  color: #806a40;
}

.btn-close-modal {
  color: #fff;
  align-self: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  text-decoration: none;
}

.btn-close-modal:hover {
  color: #e72462;
}

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

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

.modal-form.form-contato {
  display: none;
}

.fundo-form {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(230, 223, 220, .8);
  width: 100%;
  height: 100%;
  transition: opacity .4s ease-in-out;
}

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

.social-content.align-center {
  text-align: center;
  max-width: none;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-4 {
  flex: 1;
}

.insta-container {
  background-color: #f1f1f1;
  flex: 0 auto;
  width: 500px;
  min-width: 500px;
  max-width: 500px;
}

.face-container {
  flex: 0 auto;
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  height: 100%;
  max-height: 647px;
}

.underline {
  background-color: var(--amarelo);
  width: 100%;
  height: .125rem;
  position: absolute;
  top: auto;
  bottom: -20%;
  left: 0%;
  right: 0%;
}

.body {
  background-color: var(--grey-section);
}

.close-button {
  background-color: var(--grey-section);
  border-radius: 100%;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  padding: .5rem;
  display: flex;
}

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

.btn-voltar-block {
  grid-column-gap: 20px;
  background-color: var(--amarelo);
  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(--amarelo);
}

.image-5 {
  height: 18px;
  transform: rotate(180deg);
}

.text-block-31 {
  color: #000;
  margin-bottom: 1px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-32 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #d8db00;
  font-family: Gotham, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 38px;
}

.text-block-33 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #414346;
  margin-top: 20px;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.form-embed {
  display: block;
}

.body-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .76), rgba(0, 0, 0, .76)), url('../images/Ana-Paula-Baixa-02.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

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

.img-logo.is-politica {
  width: 300px;
  max-width: 15rem;
  margin-bottom: 1rem;
}

.image-6 {
  width: 240px;
}

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

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

.section-politica {
  border-top: 4px solid var(--amarelo);
}

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

.logo-wrapper {
  justify-content: center;
  display: flex;
}

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

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

@media screen and (min-width: 1280px) {
  .logo-wrapper {
    justify-content: center;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  p {
    font-family: Gotham, sans-serif;
  }

  .margin-top.margin-big {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 5rem;
  }

  .form_checkbox {
    margin-bottom: 0;
  }

  .form_form {
    padding: 3rem 5rem;
  }

  .padding-global.is-footer {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .text-size-regular.is-heading {
    padding-right: 115px;
    font-size: 1.25rem;
  }

  .text-size-regular.is-nav, .text-size-small {
    font-size: 1rem;
  }

  .container-large {
    max-width: 80%;
  }

  .container-large.is-process-big {
    max-width: 90%;
  }

  .button, .button.is-secondary {
    font-family: Gotham, sans-serif;
    font-weight: 500;
  }

  .text-size-medium {
    font-family: Gotham, sans-serif;
  }

  .text-size-medium.text-weight-semibold.is-tittle-process {
    font-weight: 500;
  }

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

  .navbar-container {
    max-width: 75%;
  }

  .navbar {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading {
    font-size: 4rem;
  }

  .processo-content {
    max-width: 50%;
  }

  .section-cta {
    align-items: center;
    max-height: 40vw;
  }

  .cta-img-wrapper {
    max-height: 60vw;
  }

  .form-cta-wrapper {
    height: 100%;
    max-height: 100%;
  }

  .image-cta {
    max-height: 40vw;
  }

  .butn-cta-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .testimonial17_component {
    margin-bottom: 2rem;
  }

  .testimonial-content {
    width: 38rem;
  }

  .galery-img-wrapper.is-small {
    min-width: 9.2rem;
  }

  .lightbox-big {
    min-width: 30rem;
    max-width: 60rem;
    max-height: 60rem;
  }

  .img-arrow-righ.hide {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .btn-contato {
    background-color: #d8db00;
  }

  .depoimento-slide {
    width: 38rem;
    height: 17.2rem;
  }

  .depoimento-mask {
    padding-bottom: 4rem;
  }

  .depoimento-slider {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .localiza-o_component {
    height: 25vw;
  }

  .btns-container {
    max-width: 70%;
  }

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

  .icon-close, .btn-close-modal {
    margin-bottom: 0;
  }

  .modal-form, .modal-form.form-contato {
    display: none;
  }

  .fundo-form {
    background-color: rgba(230, 223, 220, .8);
  }

  .btn-voltar-block {
    background-color: var(--amarelo);
    border-style: none;
    margin-top: 48px;
    margin-bottom: 0;
  }

  .btn-voltar-block:hover {
    background-color: var(--amarelo);
    border-style: none;
    box-shadow: 1px 2px 9px -2px rgba(0, 0, 0, .76);
  }

  .text-block-31 {
    color: #000;
  }

  .text-block-32 {
    color: #fff;
    font-family: Gotham, sans-serif;
  }

  .text-block-33 {
    color: #fff;
    font-family: Gotham, sans-serif;
    font-weight: 400;
  }

  .form-embed {
    display: block;
  }

  .body-2 {
    background-image: linear-gradient(rgba(0, 0, 0, .76), rgba(0, 0, 0, .76)), url('../images/Ana-Paula-Baixa-02.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

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

  .image-6 {
    width: 240px;
  }
}

@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-top.margin-big {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

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

  .form_form {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .padding-global.is-header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .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-size-regular {
    padding-right: 0;
  }

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

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

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

  .button {
    flex: 1;
  }

  .button.is-icon.index_form1.is-menu {
    max-width: none;
    margin-top: 1rem;
    margin-left: .75rem;
    margin-right: .75rem;
    display: flex;
  }

  .button.is-navbar2-button.is-nav.hide {
    display: none;
  }

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

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

  .button-group {
    justify-content: center;
  }

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

  .navbar-link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar-menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar-menu.is-page-height-tablet {
    background-color: var(--grey-section);
    flex: 1;
    justify-content: flex-start;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    transition: height .5s;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-chevron {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .menu-icon-line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar-menu-button {
    padding: 0;
  }

  .navbar-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-button-wrapper {
    align-items: center;
    display: block;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon-line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .header1_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .header-content {
    text-align: center;
    margin-top: 4rem;
  }

  .heading {
    padding-right: 0;
    font-size: 3rem;
  }

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

  .footer1_bottom-wrapper {
    flex-flow: column;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .cta-img-wrapper {
    display: none;
  }

  .testimonial17_component {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 3rem;
  }

  .galery-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .galery-img-wrapper.is-big {
    min-width: 15rem;
    min-height: 15rem;
  }

  .galery-img-wrapper.is-small {
    flex: 1;
    min-width: 15rem;
    min-height: 15rem;
  }

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

  .lightbox-small, .lightbox-big {
    min-width: 15rem;
    max-width: 20rem;
    height: auto;
    min-height: 15rem;
    max-height: 20rem;
  }

  .lightbox-torre {
    min-width: 200px;
    max-width: 400px;
    max-height: 170px;
  }

  .galeria-container-2 {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
  }

  .numeracao_galeria {
    font-size: 13px;
  }

  .container-legenda-img {
    position: relative;
  }

  .icon_fullscren {
    opacity: 1;
  }

  .image-container-2 {
    flex: 1;
    min-width: 200px;
    max-width: 400px;
  }

  .img-arrow-righ.hide {
    display: none;
  }

  .img-arrow-down {
    max-width: 2.5rem;
  }

  .menu-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    padding-top: 0;
    padding-bottom: .5rem;
  }

  .menu-link-block {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-bottom: .1px solid var(--grey);
    flex-direction: row;
    flex: 1;
    padding-top: .25rem;
    padding-bottom: .75rem;
    display: flex;
  }

  .menu-link-block.w--current {
    border-bottom: .5px solid var(--grey);
    flex-direction: row;
    padding-top: .25rem;
    padding-bottom: .25rem;
    display: flex;
  }

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

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

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

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

  .depoimento-slide {
    height: 18.6rem;
  }

  .social-container {
    flex-direction: column;
    align-items: center;
  }

  .text-size-regular-2.text-weight-medium.is-localiza-o {
    text-align: center;
    max-width: none;
  }

  .localizao-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    align-self: stretch;
    align-items: stretch;
  }

  .span-semi-bold {
    text-align: center;
  }

  .localiza-o-image.shadow-two {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  .localiza-o-content-wrapper {
    align-items: center;
  }

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

  .lightbox {
    min-width: 200px;
    max-width: 400px;
    max-height: 170px;
  }

  .lightbox.lightbox-localizacao {
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: none;
    display: block;
  }

  .localiza-o-image-wrapper {
    flex: 0 auto;
    justify-content: center;
    height: 600px;
    min-height: 600px;
    display: flex;
  }

  .image-localizacao-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: center;
  }

  .localiza-o_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    height: 106vw;
  }

  .html-embed {
    flex: 0 auto;
    align-self: auto;
    height: 100%;
    min-height: auto;
    max-height: none;
  }

  .button-3.is-icon.is-waze {
    max-width: 10.1rem;
  }

  .button-3.is-icon.is-maps {
    max-width: 10rem;
  }

  .localiza-o-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
  }

  .text-image {
    position: relative;
  }

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

  .text-size-medium-5.is-brown {
    text-align: center;
  }

  .text-span {
    border-bottom: 1px solid var(--amarelo);
  }

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

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

  .modal-form.form-contato {
    display: none;
  }

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

  .margin-bottom.margin-small {
    margin-bottom: .5rem;
  }

  .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-top.margin-big {
    flex-direction: column;
  }

  .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_form {
    padding: 2rem 3rem;
  }

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

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

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

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

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

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

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

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

  .text-size-regular.text-weight-semibold.is-white {
    text-align: center;
  }

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

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

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

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

  .padding-section-large, .padding-section-large.is-about {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

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

  .button.is-secondary, .button.is-icon {
    max-width: none;
  }

  .button.is-navbar2-button {
    padding: .25rem 1rem;
    display: none;
  }

  .button-group.is-testimonials {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: stretch;
  }

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

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .navbar-menu.is-page-height-tablet {
    padding-bottom: 2rem;
  }

  .navbar {
    min-height: 4rem;
  }

  .section-header {
    margin-top: 4rem;
  }

  .header1_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .processo-content {
    max-width: 90%;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_bottom-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 1rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-image-component.is-white {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footer-social-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
  }

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

  .testimonial17_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial-client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial-content {
    padding: 1.5rem;
  }

  .wpp-icon {
    z-index: 2147483647;
  }

  .gallery7_image-wrapper-large {
    padding-top: 100%;
  }

  .gallery7_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .gallery7_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .galery-component, .galery-wrapper {
    flex-wrap: wrap;
  }

  .lightbox-big {
    min-width: 12rem;
    position: relative;
  }

  .lightbox-torre {
    flex: 1;
    min-width: 200px;
    height: 150px;
    max-height: 200px;
  }

  .galeria-container-2 {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    object-fit: cover;
    padding-left: 20px;
    padding-right: 20px;
  }

  .numeracao_galeria {
    font-size: 12px;
  }

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

  .image-container-2 {
    min-width: 200px;
    max-width: 400px;
  }

  .galeria_imagem.shadow-two {
    object-fit: cover;
    flex: none;
    align-self: stretch;
    width: 100%;
    height: 100%;
  }

  .menu-link-block.w--current {
    flex-direction: row;
    padding-bottom: .75rem;
    display: flex;
  }

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

  .pulsar {
    border-radius: 2px;
  }

  .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;
    top: auto;
    bottom: -50px;
    left: 0%;
    right: 0%;
  }

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

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

  .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(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
  }

  .depoimento-slide {
    width: 28rem;
    height: 19.8rem;
    margin-right: 1rem;
    padding-right: 0;
  }

  .gallery21_arrow.is-left {
    right: 3.5rem;
  }

  .depoimento-mask {
    width: 28rem;
  }

  .localizao-wrapper {
    align-items: center;
  }

  .localiza-o-image.shadow-two {
    object-fit: cover;
    flex: none;
    align-self: stretch;
    width: 100%;
    height: 100%;
  }

  .lightbox {
    flex: 1;
    min-width: 200px;
    height: 150px;
    max-height: 200px;
  }

  .image-localizacao-block {
    flex: 1;
    align-items: center;
    min-width: 120px;
  }

  .localiza-o_component {
    height: 142vw;
  }

  .btns-container {
    flex-direction: row;
  }

  .heading-4.text-color-brown.is-form.is-mobile {
    font-size: 1.9rem;
  }

  .modal-form, .modal-form.form-contato {
    display: none;
  }
}

@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-vertical.padding-xxlarge {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .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_form {
    padding: 1.5rem;
  }

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

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

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

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

  .text-size-regular.is-heading {
    padding-right: 0;
  }

  .text-size-regular.text-weight-semibold.is-white {
    text-align: center;
  }

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

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

  .form_component {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .button.is-navbar2-button {
    margin-top: 2rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: block;
  }

  .button.is-navbar2-button.hide, .button.is-navbar2-button.is-nav.hide {
    display: none;
  }

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

  .button-group.is-testimonials {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: stretch;
  }

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

  .navbar {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-header {
    margin-top: 4rem;
  }

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

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

  .header-content {
    margin-top: 2rem;
  }

  .heading {
    font-size: 2.5rem;
  }

  .processo-content {
    max-width: none;
  }

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

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-social-wrapper {
    text-align: center;
  }

  .butn-cta-wrapper {
    margin-top: 0;
  }

  .testimonial17_component {
    margin-bottom: 2rem;
  }

  .galery-component {
    flex-wrap: nowrap;
    width: 100%;
    padding-bottom: 2rem;
    overflow: auto;
  }

  .galery-component.hide {
    display: none;
  }

  .galery-img-wrapper.is-big {
    max-width: 14rem;
    min-height: 15rem;
  }

  .galery-img-wrapper.is-big.hide {
    display: block;
  }

  .lightbox-big {
    width: 100%;
    min-width: 15rem;
    max-width: 18rem;
    height: 100%;
    min-height: 15rem;
    max-height: 18rem;
  }

  .lightbox-torre {
    flex: 0 auto;
    min-width: 250px;
    height: 150px;
  }

  .galeria-container-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    object-fit: fill;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 0 20px;
    overflow: auto;
  }

  .numeracao {
    justify-content: center;
    align-items: center;
    height: 20px;
    margin-top: 0;
    margin-left: 15px;
    display: flex;
  }

  .numeracao_galeria {
    font-size: 12px;
  }

  .container-legenda-img {
    align-items: flex-start;
  }

  .image-container-2 {
    min-width: 250px;
  }

  .divisor {
    background-color: #d8db00;
  }

  .menu-link-block.w--current {
    padding-bottom: .75rem;
  }

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

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

  .depoimento-slide {
    width: 20rem;
    height: 21.3rem;
    margin-right: 1rem;
  }

  .depoimento-mask {
    width: 20rem;
  }

  .section-sociais {
    display: block;
    overflow: hidden;
  }

  .social-container {
    overflow: hidden;
  }

  .localizao-wrapper {
    min-width: auto;
  }

  .text-block.is-white {
    flex: 1;
  }

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

  .lightbox {
    flex: 0 auto;
    min-width: 250px;
    height: 150px;
  }

  .localiza-o-image-wrapper {
    height: 350px;
    min-height: 350px;
  }

  .image-localizacao-block {
    flex: 1;
    align-self: stretch;
    min-width: 100%;
  }

  .localiza-o_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    height: auto;
  }

  .button-3.is-icon {
    flex-direction: row;
    justify-content: center;
    max-width: none;
  }

  .button-3.is-icon.is-waze {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-radius: .5rem;
    flex-direction: row-reverse;
    align-self: stretch;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button-3.is-icon.is-maps {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-radius: .5rem;
    flex-flow: row-reverse wrap-reverse;
    align-self: stretch;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .localiza-o-container {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    min-width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .text-image {
    align-items: flex-start;
  }

  .heading-3.text-color-brown {
    font-size: 1.9rem;
  }

  .localiza-o-wrapper {
    text-align: center;
    flex: 0 auto;
  }

  .btns-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .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: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .form_checkbox-label-2 {
    font-size: .8rem;
  }

  .icon-close {
    color: var(--grey);
    text-align: center;
    justify-content: center;
    font-family: Gotham, sans-serif;
    font-size: 16px;
    display: flex;
  }

  .heading-4.text-color-brown {
    font-size: 1.9rem;
  }

  .heading-4.text-color-brown.is-form.is-mobile {
    font-size: 1.3rem;
  }

  .btn-close-modal {
    width: auto;
    margin-bottom: 0;
  }

  .modal-form.form-contato {
    display: none;
    top: -25px;
  }

  .social-content.align-center {
    max-width: 80%;
    margin-bottom: 3rem;
  }

  .html-embed-4 {
    max-width: 100%;
  }

  .face-container {
    width: 350%;
    min-width: 350px;
    max-width: 350px;
    overflow: visible;
  }

  .close-button {
    background-color: var(--grey-section);
    border-radius: 100%;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    padding: .25rem .8rem;
    display: flex;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .text-block-31 {
    text-align: center;
    white-space: nowrap;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 20px;
  }

  .vapperi-logo-container {
    flex-flow: column;
  }
}

#w-node-_8617126b-d718-6cb1-3fb3-b69c3d95d60f-afe04e35 {
  justify-self: center;
}

#w-node-_8617126b-d718-6cb1-3fb3-b69c3d95d622-afe04e35 {
  justify-self: end;
}

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-afe04e39, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-afe04e39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothamcond';
  src: url('../fonts/GothamCond-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothamrnd';
  src: url('../fonts/GothamRnd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}