@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Korolev;
  src: url('../fonts/Korolev-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Korolev;
  src: url('../fonts/Korolev-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Korolev;
  src: url('../fonts/Korolev-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-grey: #343434;
  --btn-grey: #979797;
  --dark-green: #18292c;
  --light-grey: #595959;
  --footer-grey: #82a6a5;
  --line-grey: #e1e1e1;
  --green-normal: #015956;
  --white: white;
  --light-green: #82a6a5;
  --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: Figtree;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--dark-grey);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Korolev, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 150%;
}

h2 {
  color: var(--dark-grey);
  letter-spacing: 1.2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Korolev, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

h3 {
  color: var(--dark-grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Korolev, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

h4 {
  letter-spacing: 3.84px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Korolev, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.4;
}

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

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

p {
  margin-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

a {
  color: var(--btn-grey);
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

li {
  margin-bottom: .25rem;
  font-family: Montserrat, Arial, 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: Montserrat, Arial, 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;
  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-top: 1rem;
  margin-bottom: 1.625rem;
  padding-left: 0;
  display: flex;
}

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

.form_checkbox-icon {
  border-width: 1px;
  border-color: var(--dark-green);
  background-color: #fff;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

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

.form_checkbox-icon.w--redirected-focus {
  box-shadow: 0 0 .25rem 0rem var(--dark-green);
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.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 {
  margin-right: .25rem;
  font-size: .75rem;
  font-weight: 400;
}

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

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

.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 {
  color: #bfff98;
  text-align: center;
  background-color: #3c7927;
  border-radius: 5px;
  padding: .5rem 1.25rem;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.15;
}

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

.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: 500;
  line-height: 1.1;
}

.padding-global {
  padding-left: 6rem;
  padding-right: 6rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.padding-global.padding-localizacao {
  margin-top: -245px;
  overflow: hidden;
}

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

.text-weight-medium.text-align-center.is-footer.text-color-white._2--letter-spacing {
  letter-spacing: .32px;
}

.text-weight-medium.text-align-center.is-header {
  color: #fff;
  letter-spacing: 2px;
}

.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: #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.is-navmenu {
  color: var(--dark-grey);
  text-transform: uppercase;
}

.text-size-regular.text-weight-medium.text-align-center.is-white {
  text-transform: uppercase;
}

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

.text-size-regular.text-weight-medium.is-white.is-caps {
  text-transform: uppercase;
}

.text-size-regular.text-weight-medium.is-grey {
  color: var(--dark-grey);
}

.text-size-regular.text-align-center.is-about, .text-size-regular.text-weight-bold {
  color: var(--light-grey);
}

.text-size-regular.text-weight-bold.is-status {
  position: relative;
}

.text-size-regular.text-weight-normal.is-white.is-caps.text-align-center {
  text-transform: uppercase;
}

.text-size-regular.is-greytxt, .text-size-regular.text-align-right.is-about, .text-size-regular.text-align-left.is-ayya {
  color: var(--light-grey);
}

.text-size-regular.text-font-korolev {
  font-family: Korolev, Arial, sans-serif;
}

.text-size-regular.text-font-korolev.text-size-medium {
  font-weight: 500;
}

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

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

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

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

.text-size-small.is-footer {
  color: #fffc;
}

.text-size-small.text-weight-semibold.is-white {
  text-decoration: none;
}

.text-size-small.is-footer {
  text-align: justify;
}

.text-size-small.is-caps {
  text-transform: uppercase;
}

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

.form_label {
  display: none;
}

.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 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--footer-grey) var(--footer-grey) white;
  color: #000;
  background-color: #0000;
  border-radius: 0;
  min-height: 3rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding: .25rem .5rem .125rem;
  transition: background-color .2s;
}

.form_input:focus {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-color: var(--dark-grey);
  background-color: var(--line-grey);
  border-left-width: 0;
}

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

.form_input.is-header {
  border-top-style: none;
  border-bottom-color: #fff;
  border-left-style: none;
  border-right-style: none;
  min-height: 2.1875rem;
  padding-bottom: .25rem;
  transition: background-color .2s;
}

.form_input.is-header:focus {
  background-color: #fff;
}

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

.padding-section-large {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  position: relative;
}

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

.padding-section-large.is-galeria {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.padding-section-large.is-about {
  justify-content: center;
  padding-top: 4.375rem;
  padding-bottom: 0;
  display: flex;
}

.padding-section-large.is-localizacao {
  padding-bottom: 17.625rem;
}

.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;
  font-weight: 400;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 500;
  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: 600;
  line-height: 1.5;
}

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

.container-large.is-localizac {
  margin-top: 0;
}

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

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

.text-style-allcaps.text-weight-medium._4--letter-spacing {
  letter-spacing: .96px;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  color: #ff7878;
  text-align: center;
  background-color: #8b1c1c;
  border-radius: 5px;
  margin-top: .75rem;
  padding: .5rem .75rem;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.15;
}

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

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

.form_component {
  margin-bottom: 0;
}

.form_component.is-header {
  width: 100%;
}

.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(--dark-green);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/form-arrow-24px-icon.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 4px;
  width: 16.5rem;
  max-height: 40px;
  padding: .75rem 1.25rem .75rem 1rem;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
}

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

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

.button.is-form-submit {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-color: #a05620;
  width: 100%;
  transition: all .2s ease-in-out;
}

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

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

.button.is-secondary {
  color: #343434;
  background-color: #fff;
  background-image: url('../images/chat-icon.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #015956;
  transition: all .2s ease-in-out;
}

.button.is-secondary:hover {
  background-color: #f5f5f5;
}

.button.is-secondary.is-ayya {
  background-image: url('../images/arrow-icon-right.svg');
  background-size: auto;
  width: 100%;
}

.button.is-secondary.shadow.index_form2.white-hover:hover, .button.is-secondary.shadow.white-hover:hover {
  background-color: #f5f5f5;
}

.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.shadow {
  transition: all .2s ease-in-out;
  box-shadow: 0 6px 8px #00000026;
}

.button.shadow:hover {
  background-color: #274347;
}

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

.text-size-medium.text-color-light-grey {
  color: var(--light-grey);
}

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

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

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

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

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

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

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

.body {
  background-color: #0000;
}

.nav-menu {
  z-index: 3;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.container-nav {
  justify-content: center;
  max-width: none;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.nav-block {
  border-bottom: 1px solid #ffffff80;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  display: flex;
}

.logo-nav {
  width: auto;
  max-width: 11.0625rem;
}

.social-link {
  background-color: var(--dark-green);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  padding: .625rem;
  transition: background-color .2s;
  display: flex;
}

.social-link:hover {
  background-color: #274347;
}

.social-nav {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

._24px-icon {
  max-width: 1.5rem;
  height: 1.5rem;
}

._24px-icon.is-icon {
  max-width: 1.8rem;
  height: 1.6rem;
}

.header-section {
  justify-content: center;
  width: 100%;
  height: 100%;
  max-height: 50rem;
  display: flex;
  position: relative;
}

.footer-section {
  background-color: var(--footer-grey);
  position: relative;
}

.footer-container {
  display: flex;
}

.footer-wrapper {
  border-right: 1px #000;
  flex: 1;
  align-self: center;
  padding-right: 3.5rem;
}

.form-container {
  border-left: 1px solid #ffffff40;
  padding-left: 3.5rem;
}

.logo-social-container {
  padding-bottom: 1.5rem;
  display: flex;
}

.logo-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

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

.termo-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 1px solid #ffffff40;
  flex-direction: column;
  padding-top: 1.5rem;
  display: flex;
}

.tittle-form-container {
  margin-bottom: .5rem;
}

.img-header-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.img-header {
  background-image: url('../images/header-fachada-2.webp');
  background-position: 70% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.logo-footer {
  width: auto;
  max-width: none;
  height: 100%;
}

.nav-ancoras {
  background-color: #fff;
  padding-top: 2rem;
  position: relative;
}

.nav-ancoras.nav-fixa {
  z-index: 21;
  padding-top: 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-container {
  justify-content: center;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.menu-wrapper {
  border-bottom: 2px solid var(--line-grey);
  justify-content: center;
  width: 68.125rem;
  padding-top: 0;
  display: flex;
}

.ancora-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.ancora-container.ancora-hide-one.ancora-hide-two.hide {
  display: none;
}

.underline {
  background-color: var(--green-normal);
  width: 100%;
  height: .125rem;
  position: absolute;
  inset: auto 0% -5%;
}

.link-txt-underline {
  color: var(--dark-grey);
  position: relative;
}

.link-txt-underline.is-form-header {
  color: #fff;
}

.underline-txt {
  background-color: var(--dark-grey);
  width: 100%;
  height: .125rem;
  position: absolute;
  bottom: -2px;
  left: 0%;
  right: 0%;
}

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

.underline-txt.is-form.is-header {
  background-color: #fff;
}

.about-section {
  background-color: #fff;
  position: relative;
}

.heading-span {
  background-color: var(--green-normal);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.txt-about-container {
  grid-column-gap: 2.625rem;
  grid-row-gap: 2.625rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.about-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  max-width: 1090px;
  display: flex;
}

.itens-about {
  justify-content: center;
  display: flex;
}

.iten-container {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-right: 1px solid var(--dark-green);
  color: var(--dark-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.iten-container.is-first {
  padding-left: 0;
}

.iten-container.is-last {
  border-right-style: none;
  padding-right: 0;
}

.txt-span-about {
  font-weight: 500;
}

.line-about {
  background-color: var(--dark-green);
  width: 10rem;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
}

.text-img-container {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.videos-section {
  background-color: #fff;
  position: relative;
}

.title-section-w-style-icon {
  z-index: 1;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.line-title {
  background-color: #577779;
  width: 10rem;
  height: 1px;
}

.embed-video-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  width: 100%;
  max-width: 1090px;
  display: flex;
}

.cta-container {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  display: flex;
  position: relative;
}

.videos-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.video-item {
  border-radius: 10px;
  flex: 1;
  min-height: 24rem;
  overflow: hidden;
}

.video-item.index_video1 {
  margin-bottom: 1rem;
  position: relative;
}

.thumbnail-video {
  background-image: linear-gradient(#00000040, #00000040), url('../images/thumb1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.thumbnail-video.is1 {
  z-index: 2;
  background-image: linear-gradient(#00000040, #00000040), url('../images/Axis---Salão-de-festas-gourmet-2.webp');
  background-position: 0 0, 50%;
  position: relative;
}

.thumbnail-video.is-2 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/thumb2.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.thumbnail-video.is-3 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/thumb3.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

._40px-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.galeria-section {
  background-color: var(--footer-grey);
  position: relative;
}

.galeria-section._50--opacity {
  background-color: #82a6a580;
}

.diferenciais-section {
  position: relative;
}

.galeria-container {
  flex-direction: column;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 68.125rem;
  display: flex;
}

.title-section-w-icon {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex: 1;
  align-items: center;
  display: flex;
  position: absolute;
}

._30px-icon {
  width: 1.875rem;
  height: 1.875rem;
}

.tab-menu-galeria-container {
  flex: 0 auto;
  width: 100%;
}

.tab-galeria {
  flex-direction: column;
  justify-content: flex-end;
}

.tabs-menu {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.tab-menu {
  color: #2d403f;
  letter-spacing: .32px;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 2px solid #778a88;
  font-family: Korolev, Arial, sans-serif;
  font-weight: 300;
}

.tab-menu.w--current {
  border-bottom: 2px solid var(--dark-green);
  color: #18292c;
  letter-spacing: .32px;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.25rem;
  font-family: Korolev, Arial, sans-serif;
  font-weight: 500;
  display: flex;
}

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

.button-slider {
  z-index: 5;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 3rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.button-slider.prev {
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
  max-width: none;
  display: flex;
  position: absolute;
}

.gallery-container {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 350px;
  height: 500px;
  display: flex;
  position: relative;
}

.btn-slide {
  border: 2px solid var(--dark-green);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.btn-slide.prev, .btn-slide.next {
  width: 3rem;
  min-width: 3rem;
  max-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  max-height: 3rem;
}

.diferenciais-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.subtitle-span-medium {
  font-weight: 500;
}

.diferenciais-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: 0 auto;
  max-width: 21rem;
  display: flex;
}

.diferenciais-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.diferenciais-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: center;
  align-items: center;
  width: 54.125rem;
  display: flex;
}

.line-destaque {
  background-color: var(--dark-green);
  width: 3.125rem;
  height: 1px;
}

.destaque-container {
  align-items: center;
  display: flex;
}

.container-txt-destaque {
  border: 1px solid var(--dark-green);
  border-radius: 3.75rem;
  padding: .375rem 1.5rem;
}

.header-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 72rem;
  height: 100%;
  margin: 10rem 8rem 6rem;
  display: flex;
  position: relative;
}

.header-logo-produto-wrapper {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.logo-header {
  width: 200px;
}

.line-produto {
  background-color: var(--dark-green);
  width: 3.125rem;
  height: 1px;
}

.container-produto-header {
  background-image: linear-gradient(#18292cd9, #18292cd9), linear-gradient(#fff, #fff);
  border-radius: 4px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  width: 100%;
  padding: .5rem 1.5rem;
  display: flex;
}

.header-form-wrapper {
  align-items: center;
  display: flex;
}

.comando-container {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.info-produto-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 1px solid var(--dark-green);
  border-bottom: 1px solid var(--dark-green);
  justify-content: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
}

.info-produto-wrapper.is-1 {
  justify-content: center;
  align-items: center;
}

.info-produto-wrapper.is-2 {
  border-top-style: none;
}

.info-produto-wrapper.is-3 {
  border-top-style: none;
  justify-content: center;
  align-items: center;
}

.header-content-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  max-width: 16.5rem;
  display: flex;
}

.status-obra-section {
  position: relative;
}

.itens-localizacao-status-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.progress-container {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 68.125rem;
  display: none;
  position: relative;
}

.progress-bar {
  background-color: var(--dark-green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4.875rem;
  height: 4.875rem;
  display: flex;
  position: relative;
}

.progress-bar.is-grey {
  border-color: var(--line-grey);
}

.progress-bar.is-gold {
  border-style: none;
}

.progress-iten {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.distancia-progress-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.localiza-o-section {
  position: relative;
}

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

.distancia-container {
  z-index: 1;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  display: flex;
  position: relative;
  box-shadow: 4px 7px 10px #00000012;
}

.distancia-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  max-width: 22rem;
  display: flex;
}

.line-localizacao-iten {
  background-color: var(--line-grey);
  flex-direction: column;
  width: 1px;
  height: 11.25rem;
  max-height: 11.25rem;
}

.localizacao-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

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

.btn-localizacao {
  background-image: url('../images/waze-icon.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 4px;
  width: 3.5rem;
  height: 3.5rem;
}

.btn-localizacao.is-google {
  background-image: url('../images/google-icon.svg');
  width: 100%;
  height: 100%;
}

.btn-localizacao-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 100%;
  max-width: 60rem;
  display: flex;
}

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

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

.btn-contato {
  object-fit: fill;
  background-color: #b79058;
  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 #00000040;
}

.btn-contato.index_form2, .btn-contato.index_form1 {
  background-color: var(--dark-green);
  border-radius: 4px;
}

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

.btn-contato.btn-wpp.index_form3 {
  display: none;
}

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

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

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

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

.map-container {
  background-image: url('../images/img-localizacao.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  height: 600px;
  position: relative;
  top: 0;
}

.localizacao-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  margin-top: -200px;
  padding-bottom: 5.625rem;
  display: flex;
}

.localizacao-status-container {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: 0;
}

.btn-maps, .btn-waze {
  width: 3.5rem;
  height: 3.5rem;
}

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

.galeria-fachada-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.logos-container {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 2rem;
  display: flex;
}

.logo-skr {
  width: 5.1875rem;
}

.line-logos {
  background-color: var(--line-grey);
  width: 5.5rem;
  height: .0625rem;
}

.container-thumbnails-fachada {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.gallery-item {
  z-index: 1;
  border: 10px solid #fff;
  border-radius: 20px;
  flex: 0 auto;
  align-items: flex-end;
  width: 350px;
  height: 500px;
  transition: all .3s ease-in-out;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.gallery-item.its-1 {
  flex: 0 auto;
  width: 9.375rem;
  height: 29.5rem;
}

.gallery-item.its-2 {
  flex: 0 auto;
  width: 21.875rem;
  height: 38.125rem;
}

.gallery-item.its-3 {
  flex: 0 auto;
  width: 9.375rem;
  height: 29.5rem;
}

.gallery-item.gallery-item-1 {
  border-style: none;
  border-radius: 10px;
  align-self: flex-end;
  align-items: center;
  width: 300px;
  height: 425px;
  transform: translate(-340px);
}

.gallery-item.gallery-item-3 {
  border-style: none;
  border-radius: 10px;
  width: 300px;
  height: 425px;
  transform: translate(340px);
}

.gallery-item.gallery-item-2 {
  z-index: 3;
  border-width: 8px;
  border-color: var(--dark-green);
  border-radius: 10px;
  box-shadow: 0 7px 12px #0000004a;
}

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

.galeria {
  flex-direction: column;
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
}

.galeria.gallery-fullscreen {
  z-index: 99999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  object-fit: cover;
  background-color: #fffc;
  justify-content: space-between;
  height: 100vh;
  min-height: 100svh;
  max-height: 100svh;
  padding: 2rem;
  position: fixed;
  inset: 0%;
}

._18px-icon {
  width: 1.125rem;
}

.main-image {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 550px;
  max-height: 55svh;
  display: flex;
  overflow: hidden;
}

.main-image.gallery-fullscreen {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  display: flex;
}

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

.icon_fullscren.hide {
  display: none;
}

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

.container-thumbnails {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  margin-top: 1rem;
  padding-bottom: 0;
  display: flex;
}

.container-thumbnails.gallery-fullscreen {
  height: 100px;
  min-height: 100px;
  margin-top: 1rem;
}

.legenda-imagem {
  z-index: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-top: .5rem;
  display: flex;
  position: relative;
}

.legenda-imagem.gallery-fullscreen {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  justify-content: space-between;
  align-self: auto;
  margin-top: 1rem;
}

.html-embed-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.html-embed-2.gallery-fullscreen {
  width: 100%;
}

.btn-slide-2 {
  border: .125rem solid var(--dark-green);
  background-color: var(--dark-green);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.text-size-regular-2.is-white-ice {
  color: #d4d8df;
  text-align: justify;
}

.text-size-regular-2.is-white-ice.is-legenda {
  color: #2d403f;
  text-align: left;
}

.text-size-regular-2.is-white-ice.is-count-slide.is-dourado {
  color: var(--dark-green);
  white-space: nowrap;
  margin-left: 15px;
  font-weight: 600;
}

.text-size-regular-2.is-white-ice.is-center {
  text-align: center;
  max-width: 35.1rem;
}

.text-size-regular-2.is-white-ice.is-center.is-obrigado {
  color: #343434;
  font-size: 1.25rem;
  font-weight: 600;
}

.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 {
  color: var(--dark-green);
  text-align: center;
  margin-top: .5rem;
  line-height: 1.1;
}

.text-size-regular-2.is-white {
  text-align: justify;
}

.text-size-regular-2.text-weight-bold.is-center {
  text-align: center;
}

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

.close {
  z-index: 9999999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #000000b5;
  border-radius: .625rem;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  display: none;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.close.show {
  border: .125rem solid var(--dark-green);
  cursor: pointer;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-slider-2 {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 100%;
  padding-bottom: 0;
}

.button-slider-2.prevbutton, .button-slider-2.nextbutton {
  align-self: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
}

.container-image-legenda {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.container-image-legenda.gallery-fullscreen {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  min-height: 300px;
}

.thumbnails {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: .625rem;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  padding-bottom: .5rem;
  display: flex;
  overflow: auto;
}

.thumbnail {
  opacity: .5;
  cursor: pointer;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 140px;
  min-width: 140px;
  max-width: 140px;
  height: 100%;
  transition: all .2s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 3px 6px -1px #00000026;
}

.thumbnail:hover {
  border: .1875rem solid var(--dark-green);
  opacity: 1;
  box-shadow: 0 8px 8px -1px #00000026;
}

.thumbnail.selected-thumbnail {
  border: 3px solid var(--dark-green);
  opacity: 1;
}

.thumbnail.selected-thumbnail.is-vista, .thumbnail.is-vista {
  flex: 1;
}

.image-thumb {
  object-fit: cover;
  border-radius: 4px;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  max-height: 100%;
}

.imagem {
  object-fit: cover;
  flex: 0 auto;
  align-self: stretch;
  max-width: none;
  min-height: 100%;
  max-height: 100%;
}

.container-embed-galeria {
  background-color: var(--line-grey);
  border-radius: 10px;
  width: 100%;
  height: 550px;
  overflow: hidden;
}

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

.grafismo-about {
  position: absolute;
  inset: -37% 0% 0% auto;
}

.grafismo-galeria {
  position: absolute;
  top: -169px;
  bottom: -169px;
}

.grafismo-menu {
  z-index: 1000;
  position: absolute;
  top: -79px;
}

.grafismo-menu.hide {
  z-index: 20;
  display: block;
  inset: auto auto -194px -37px;
}

.grafismo-localizacao1 {
  position: absolute;
  bottom: 228.391px;
  right: -62px;
}

.grafismo-localizacao1.hide {
  display: none;
}

.grafismo-localizacao2 {
  height: 400px;
  display: block;
  position: absolute;
  top: -2px;
  left: -105px;
}

.grafismo-localizacao2.hide {
  display: none;
}

.container-gallery-pagination {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  display: flex;
  position: relative;
}

.pagination {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--dark-green);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.dot {
  background-color: var(--line-grey);
  border-radius: 20px;
  width: 10px;
  height: 10px;
}

.dot.active {
  background-color: var(--dark-green);
}

.btn-slide-fachada {
  border: 2px solid var(--dark-green);
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  max-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  max-height: 3rem;
  transition: all .2s ease-in-out;
  display: flex;
}

.btn-slide-fachada:hover {
  background-color: var(--dark-green);
}

.btn-slide-fachada.prev, .btn-slide-fachada.next {
  width: 3rem;
  min-width: 3rem;
  max-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  max-height: 3rem;
}

.image {
  width: 1050px;
  max-width: 1050px;
  position: absolute;
  top: 9.05682px;
}

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

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

.btn-submit {
  background-color: #3898ec00;
  background-image: url('../images/arrow-white-icon.svg'), linear-gradient(84deg, #b19667, #ba965d 33%, #ad854e 66%, #a37d3a);
  background-position: 93%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 1rem, auto;
  border-radius: 4px;
  width: 100%;
  height: 45px;
  margin-top: 25px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  transition: all .25s ease-in-out;
}

.btn-submit:hover {
  background-color: #24aa63;
  border-color: #2fda7f;
  box-shadow: 0 10px 10px #0003;
}

.btn-submit:focus {
  background-color: #24aa63;
  box-shadow: 0 10px 10px #0003;
}

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

.is-checkbox-modal {
  color: #fff;
}

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

.tittle-container.is-about {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
}

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

.is-link {
  color: #b79058;
  font-weight: 700;
  text-decoration: none;
}

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

.is-input-modal {
  border: 1px solid var(--light-grey);
  background-color: var(--dark-grey);
  color: #fff;
  border-radius: 5px;
  height: 3.125rem;
}

.is-input-modal:hover {
  border-width: 2px;
  border-color: var(--dark-green);
}

.is-input-modal:focus {
  border-width: 2px;
  border-color: #b79058;
}

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

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

.btn-close-modal {
  color: var(--dark-grey);
  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(--dark-green);
}

.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-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(--footer-grey);
  min-width: 29rem;
  padding: 2.875rem 2.5rem;
}

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

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

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

.text-size-medium-2.text-weight-bold.is-close.is-popup {
  color: var(--light-grey);
}

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

.form_checkbox-icon-2 {
  background-color: #0000;
  border-width: .0625rem;
  border-color: #b79058;
  border-radius: .3125rem;
  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_checkbox-2 {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

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

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

.modal-form.active-modal {
  display: block;
}

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

.modal-form.form-chatonline.active-modal {
  display: block;
}

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

.modal-form.modal_video1.active-modal {
  display: block;
}

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

.modal-form.modal_video2.active-modal, .modal-form.modal_video3, .modal-form.modal_video3.active-modal {
  display: block;
}

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

.modal-form.form-chatwpp.active-modal {
  display: block;
}

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

.is-input-modal-2 {
  color: #fff;
  background-color: #222b3d;
  border: 1px solid #324160;
  border-radius: 5px;
  height: 3.125rem;
}

.is-input-modal-2:hover, .is-input-modal-2:focus {
  border-width: 2px;
  border-color: #b79058;
}

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

.checkbox-label {
  color: #b8b8b8;
  font-size: .9rem;
  font-weight: 400;
  line-height: 18px;
}

.is-white {
  color: #fff;
}

.social-wrapper-2 {
  flex: 1;
}

.success-message {
  background-color: #2aa858;
  border-radius: 5px;
  width: 100%;
  padding: 8px 25px;
}

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

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

.form {
  align-self: stretch;
}

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

.text-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.diferenciais-content-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.footer-container-2 {
  display: flex;
}

.tittle-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.tittle-form-container-2 {
  max-width: 22.375rem;
  margin-bottom: 1rem;
}

.imput {
  color: #fff;
  background-color: #222b3d;
  border: 2px solid #324160;
  border-radius: 5px;
  height: 40px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all .1s ease-in-out;
}

.imput:hover, .imput:focus {
  border-color: #b79058;
}

.form-footer-2 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  display: flex;
}

.redes-sociais-footer {
  grid-column-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.form-container-2 {
  flex: 0 auto;
  padding-left: 3.5rem;
}

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

.icon-redesocial {
  height: 100%;
}

.logo-wrapper-2 {
  flex: 0 auto;
  width: 50%;
  height: 100%;
}

.logo-wrapper-2.is-politica {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: -16px;
  display: flex;
}

.link {
  color: #b79058;
  text-decoration: none;
}

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

.error-message {
  background-color: #ce3b51;
  border-radius: 5px;
  width: 100%;
  padding: 8px 20px;
}

.form-block {
  flex-direction: column;
  align-items: center;
  max-height: 600px;
  margin-bottom: 0;
  display: flex;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 18px;
}

.checkbox-field {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

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

.checkbox {
  cursor: pointer;
  border-color: #b79058;
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #b79058;
}

.section-footer {
  background-color: #151a23;
  border-top: 2px solid #324160;
  position: relative;
}

.btn-redesocial {
  background-color: #b79058;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 10px;
  transition: all .2s ease-in-out;
  display: flex;
}

.btn-redesocial:hover {
  background-color: #917145;
  background-image: none;
  border: 2px #2fda7f;
}

.logotipo-image {
  width: auto;
  max-width: none;
  height: 100%;
}

.text-block-2 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 18px;
}

.politica-content-wrapper-copy {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

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

.form-double-input {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: .5rem;
  display: flex;
}

.logo-social-container-2 {
  padding-bottom: 1.5rem;
  display: flex;
}

.termos-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-top: 1rem;
  display: flex;
}

.termos-container.is-whiteice {
  color: #d4d8df;
  border-top: .125rem solid #324160;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 1.5rem;
}

.footer-wrapper-2 {
  border-right: 2px solid #324160;
  flex: 1;
  padding-right: 3.5rem;
}

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

.heading-2 {
  font-family: Apparel;
}

.html-embed-5 {
  display: none;
}

.status-produto-container {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.lines-wrapper {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-direction: row;
  flex: 0 auto;
  width: 2.275rem;
  min-width: 2.275rem;
  height: 70%;
  display: flex;
  position: absolute;
  bottom: 15%;
  left: -1.1375rem;
  right: auto;
}

.lines-wrapper.is-localizacao {
  z-index: 1;
  width: 4.1rem;
  min-width: 4.1rem;
  height: 60%;
  bottom: 20%;
  left: -1.3rem;
}

.lines-wrapper.is-localizacao.is-right {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  justify-content: flex-end;
  inset: auto -1.3rem 20% auto;
}

.lines-wrapper.is-localizacao.is-left {
  display: none;
}

.lines-wrapper.is-video {
  z-index: 1;
  width: 4.1rem;
  min-width: 4.1rem;
  height: 60%;
  bottom: 20%;
  left: -1.3rem;
}

.lines-wrapper.is-video.is-right {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  justify-content: flex-end;
  inset: auto -1.3rem 20% auto;
}

.lines-wrapper.is-video.is-left {
  display: none;
}

.lines-wrapper.is-localizacao2 {
  z-index: 1;
  width: 4.1rem;
  min-width: 4.1rem;
  height: 60%;
  bottom: 20%;
  left: -1.3rem;
}

.lines-wrapper.is-localizacao2.is-right {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  justify-content: flex-end;
  inset: auto -1.3rem 20% auto;
}

.lines-wrapper.is-localizacao2.is-left {
  flex-direction: row-reverse;
  justify-content: flex-end;
  display: flex;
}

.lines-wrapper.is-ayya {
  z-index: 1;
  width: 4.1rem;
  min-width: 4.1rem;
  height: 60%;
  bottom: 20%;
  left: -1.3rem;
}

.lines-wrapper.is-ayya.is-right {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  justify-content: flex-end;
  height: 80%;
  display: none;
  inset: auto -1.3rem 10% auto;
}

.lines-wrapper.is-ayya.is-left {
  flex-direction: row-reverse;
  justify-content: flex-end;
  height: 80%;
  display: flex;
  bottom: 10%;
}

.line-header {
  z-index: -1;
  background-color: #b79058;
  background-image: linear-gradient(#d1bd70, #ab8e54);
  align-self: center;
  width: 1.5rem;
  height: 100%;
  position: relative;
  inset: 0% auto 0% 0%;
}

.line-header.is-about2 {
  width: .3125rem;
}

.img-about-container {
  object-fit: cover;
  background-image: url('../images/Espaco-Gorumet-Sync.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 4px;
  flex: 1;
  align-self: stretch;
  width: 546px;
  min-width: 450px;
  max-width: 546px;
  height: 415px;
  position: relative;
}

.img-about {
  z-index: 2;
  object-fit: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}

.image-2 {
  object-fit: contain;
  width: 100%;
}

.logo-one {
  width: 5rem;
}

.logo-divisor {
  border-left: 1px solid var(--dark-green);
  width: .0625rem;
  height: 2rem;
}

.lines-grafismo {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.lines-grafismo.is-left-mobile {
  display: none;
}

.line1 {
  background-image: linear-gradient(#d1bd70, #ab8e54);
  width: .75rem;
  height: 4.5rem;
}

.line2 {
  background-image: linear-gradient(#d1bd70, #ab8e54);
  width: .3125rem;
  height: 4.5rem;
}

.html-embed-6 {
  display: none;
}

.distancia-text-container {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  justify-content: space-between;
  padding: 4rem;
  display: flex;
  position: relative;
}

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

.img-ayya {
  object-fit: cover;
  border-radius: .625rem;
  align-self: stretch;
  width: 14.375rem;
  min-width: 14.375rem;
  max-width: 14.375rem;
  position: relative;
}

.fachada-ayya {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.ayya-text-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  max-width: 27rem;
  display: flex;
}

.cta-block {
  grid-column-gap: 15px;
  width: 100%;
  max-width: 50.875rem;
  height: 45px;
  min-height: 45px;
  margin-top: 25px;
  display: flex;
}

.cta-block.is-video {
  justify-content: center;
  max-width: 100%;
  height: 54px;
  margin-top: 0;
}

.image-4 {
  height: 80%;
  max-height: 75%;
}

.btn-text-grow {
  flex: 1;
  font-weight: 600;
}

.container-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
}

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

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #b79058;
  background-image: linear-gradient(84deg, #b19667, #ba965d 33%, #ad854e 66%, #a37d3a);
  border: 2px solid #b79058;
  border-radius: 4px;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .2s ease-in-out;
}

.button-2:hover {
  background-color: #324160;
  background-image: none;
}

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

.button-2.is-icon.is-obrigado {
  border-style: none;
  border-color: var(--dark-green);
  background-color: var(--dark-green);
  background-image: none;
  flex: 0 auto;
  width: 35%;
  font-family: Figtree;
  font-weight: 700;
}

.image-5 {
  max-height: 100%;
}

.text-size-large-2 {
  font-size: 1.625rem;
}

.text-size-large-2.text-weight-bold.is-white.is-obrigado {
  color: var(--dark-green);
  text-align: center;
  font-size: 2.5rem;
}

.div-block-2 {
  background-color: #343434;
  width: 2px;
  height: 75%;
  margin-left: 30px;
  margin-right: 30px;
}

.div-block {
  justify-content: center;
  align-items: center;
  max-height: 60px;
  display: flex;
}

.image-3 {
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(180deg);
}

.image-6 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.body-2 {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/header.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

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

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

.is-titulo {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.grafismo1 {
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% 100%;
}

.grafismo2 {
  width: 310px;
  height: 419px;
  position: absolute;
  inset: -14% auto 0% -100px;
}

.grafismo3 {
  width: 310px;
  height: auto;
  position: absolute;
  inset: auto auto -219px -100px;
}

.grafismo5 {
  width: 360px;
  height: auto;
  position: absolute;
  inset: -50% -180px 0% auto;
}

.grafismo4 {
  width: 360px;
  height: auto;
  position: absolute;
  inset: auto auto -180px -180px;
}

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

.integracao-js {
  display: none;
}

.body-montserat {
  font-family: Montserrat, Arial, sans-serif;
}

._16px-icon {
  height: 1rem;
}

.text-font-korolev {
  font-family: Korolev, Arial, sans-serif;
}

.text-font-korolev.text-align-center.text-color-white._4--spacing {
  letter-spacing: 1.5px;
}

.text-font-korolev.text-weight-medium.text-color-light-grey {
  color: var(--light-grey);
}

.text-font-korolev.text-weight-medium.text-color-light-grey._2--letter-spacing {
  letter-spacing: .36px;
}

.h2-span {
  font-size: 4rem;
}

.h2-span.text-weight-medium._115--spacing {
  letter-spacing: 12.8px;
}

.white-line-divisor {
  background-color: #fff;
  width: 1px;
  height: 40px;
  display: flex;
}

._48px-span {
  font-size: 3rem;
}

._48px-span._8--letter-spacing {
  letter-spacing: 3.84px;
}

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

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

.yuca-title-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 44rem;
  display: flex;
}

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

.bold-span._20--letter-spacing {
  letter-spacing: 8.8px;
}

.yuca-info-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-top: 1px solid #e9e9e9;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 68.125rem;
  padding-top: 3.5rem;
  display: flex;
}

.info-yuka-content-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-right: 1px solid #e9e9e9;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 21rem;
  padding-right: 5rem;
  display: flex;
}

.info-yuka-content-container.no-padding {
  border-right-style: none;
  padding-right: 0;
}

.text-info-yuca {
  color: #18292c;
  font-family: Korolev, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 40px;
}

.yuca-itens-container {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bulets-container-yuca {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  flex: 1;
  max-width: 24.5rem;
  display: flex;
}

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

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

.ficha-tecnica-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-top: 1px solid #e9e9e9;
  flex-flow: column;
  width: 100%;
  padding-top: 3rem;
  display: flex;
}

.ficha-tecnica-content-container {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-right: 1px solid #e9e9e9;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.ficha-tecnica-content-container.no-border {
  border-right-width: 0;
}

.div-block-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.link-2 {
  color: var(--white);
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .img-header-container {
    min-height: 0;
    max-height: 100%;
  }

  .about-container, .embed-video-container {
    max-width: 1090px;
  }

  .legenda-imagem.gallery-fullscreen {
    justify-content: space-between;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .btn-slide-fachada {
    cursor: pointer;
  }

  .grafismo1 {
    right: -120px;
  }
}

@media screen and (min-width: 1440px) {
  .text-size-small.is-footer {
    text-align: justify;
  }

  .button-slider.prev {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .gallery-item.gallery-item-1 {
    transform: translate(-340px);
  }

  .gallery-item.gallery-item-3 {
    transform: translate(340px);
  }

  .gallery-item.gallery-item-2 {
    align-self: flex-end;
    top: auto;
    bottom: auto;
  }

  ._24px-icon-2 {
    transition: all .2s ease-in-out;
  }

  .legenda-imagem.gallery-fullscreen {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .btn-slide-2 {
    transition: all .2s ease-in-out;
  }

  .btn-slide-2:hover {
    background-color: var(--dark-green);
  }

  .button-slider-2 {
    padding-bottom: 0;
  }

  .grafismo-localizacao1 {
    right: -5px;
  }

  .grafismo-localizacao2 {
    left: -32px;
  }

  .image {
    width: 1100px;
    max-width: 1100px;
    top: -20.9432px;
    transform: scale(1.04);
  }

  .container-large-2 {
    max-width: 1450px;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .container-large-3 {
    max-width: none;
  }
}

@media screen and (min-width: 1920px) {
  .img-header {
    background-image: url('../images/header-fachada-2.webp');
    background-position: 50% 55%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .title-section-w-style-icon {
    position: relative;
  }

  .header-container {
    align-items: center;
    margin-top: 11rem;
    margin-bottom: 11rem;
    padding-right: 0;
  }

  .header-content-container {
    margin-bottom: 0;
  }

  .itens-localizacao-status-container {
    position: relative;
  }

  .progress-container {
    z-index: 1;
  }

  .legenda-imagem.gallery-fullscreen {
    margin-left: 0;
    margin-right: 0;
  }

  .container-image-legenda.gallery-fullscreen {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .grafismo-localizacao1 {
    bottom: 225.391px;
  }

  .modal-form {
    display: none;
  }

  .link {
    font-weight: 600;
  }

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

  .grafismo5, .grafismo4 {
    width: 360px;
    height: auto;
  }
}

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

  .padding-global {
    overflow: visible;
  }

  .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-small.is-footer, .text-size-small.text-weight-semibold {
    text-align: center;
    font-size: .7rem;
  }

  .form_input {
    border-radius: 0;
  }

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

  .padding-section-large.is-galeria {
    flex-direction: column;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large.is-about {
    padding-top: 5rem;
  }

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

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

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

  .header-section {
    max-height: 48rem;
  }

  .footer-container {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  .footer-wrapper {
    padding-right: 0;
  }

  .form-container {
    border-left-style: none;
    width: 100%;
    padding-left: 0;
  }

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

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

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

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

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

  .itens-about {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
  }

  .videos-section {
    background-color: #fff0;
  }

  .line-title {
    width: 8rem;
  }

  .embed-video-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: space-between;
    width: 100%;
  }

  .video-item {
    height: 11rem;
    min-height: 11rem;
  }

  .galeria-container {
    align-items: center;
  }

  .title-section-w-icon {
    position: relative;
  }

  .tabs-menu {
    flex-direction: column;
    justify-content: center;
    margin-top: 2rem;
  }

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

  .diferenciais-content {
    width: 34050%;
  }

  .diferenciais-wrapper {
    width: auto;
  }

  .header-container {
    margin-top: 9rem;
    margin-right: 6rem;
  }

  .progress-container {
    grid-column-gap: 3.6rem;
    grid-row-gap: 3.6rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
  }

  .distancia-progress-container {
    flex-direction: column;
    width: 100%;
  }

  .distancia-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-around;
    width: 100%;
  }

  .distancia-content {
    flex: 0 auto;
    width: auto;
  }

  .btn-localizacao-container {
    padding-left: 2rem;
  }

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

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

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

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

  .localizacao-container {
    margin-top: -140px;
  }

  .localizacao-status-container {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .gallery-item.gallery-item-1 {
    transform: translate(-200px);
  }

  .gallery-item.gallery-item-3 {
    transform: translate(200px);
  }

  .galeria.gallery-fullscreen {
    padding: 1rem;
  }

  .main-image {
    height: 340px;
    max-height: 50svh;
  }

  .icon_fullscren {
    opacity: 1;
  }

  .container-thumbnails.gallery-fullscreen {
    height: 100px;
    min-height: 100px;
  }

  .text-size-regular-2.is-white-ice {
    text-align: center;
    font-size: .9rem;
    line-height: 1.4;
  }

  .text-size-regular-2.is-white-ice.is-center {
    font-size: .9rem;
    line-height: 1.4;
  }

  .text-size-regular-2.text-weight-bold.is-center.is-gold {
    font-size: .9rem;
  }

  .thumbnail {
    width: 110px;
    min-width: 110px;
    max-width: 110px;
  }

  .thumbnail.selected-thumbnail {
    width: 140px;
  }

  .grafismo-about {
    max-width: 13%;
  }

  .grafismo-galeria {
    max-width: 13%;
    top: -83px;
    bottom: -83px;
  }

  .grafismo-menu {
    max-height: 313px;
  }

  .grafismo-menu.hide {
    display: none;
  }

  .grafismo-localizacao1 {
    display: none;
    bottom: 380px;
    left: 475px;
    right: 342px;
  }

  .grafismo-localizacao1.hide {
    inset: 0% 0% 0% auto;
  }

  .grafismo-localizacao2 {
    display: none;
    inset: 93px -146px 93px -119px;
  }

  .image {
    width: 1100px;
    max-width: 1100px;
    top: -16.9432px;
    left: auto;
  }

  .btn-submit {
    padding-right: 40px;
    font-size: .9rem;
  }

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

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

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

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

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

  .modal-form.form-contato.active-modal {
    display: block;
  }

  .checkbox-label {
    font-size: .9rem;
  }

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

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

  .footer-container-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  .form-container-2 {
    padding-left: 0;
  }

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

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

  .logo-social-container-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .footer-wrapper-2 {
    border-right-style: none;
    padding-right: 0;
  }

  .lines-wrapper.is-localizacao {
    height: 60%;
    inset: auto auto 20% -1.3rem;
  }

  .lines-wrapper.is-localizacao.is-right {
    height: 60%;
    right: -1.3rem;
  }

  .lines-wrapper.is-video {
    height: 60%;
    inset: auto auto 20% -1.3rem;
  }

  .lines-wrapper.is-video.is-right {
    height: 60%;
    right: -1.3rem;
  }

  .lines-wrapper.is-localizacao2 {
    height: 60%;
    inset: auto auto 20% -1.3rem;
  }

  .lines-wrapper.is-localizacao2.is-right {
    height: 60%;
    right: -1.3rem;
  }

  .lines-wrapper.is-ayya {
    height: 60%;
    inset: auto auto 20% -1.3rem;
  }

  .lines-wrapper.is-ayya.is-right {
    height: 60%;
    right: -1.3rem;
  }

  .img-about-container {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
  }

  .lines-grafismo {
    align-self: stretch;
  }

  .line1, .line2 {
    height: 100%;
  }

  .distancia-text-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding: 3rem 1rem;
  }

  .cta-block {
    align-self: center;
  }

  .btn-text-grow {
    font-size: .9rem;
    line-height: 1.4;
  }

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

  .image-3 {
    max-height: 300px;
  }

  .image-6 {
    max-width: 70%;
    max-height: 300px;
  }

  .grafismo2 {
    height: 70%;
    inset: 15% 95% 0% auto;
  }

  .grafismo5 {
    display: none;
  }

  .ficha-tecnica-container {
    border-top-width: 0;
  }

  .ficha-tecnica-content-container {
    border-bottom: 1px solid #e9e9e9;
    border-right-width: 0;
    padding-bottom: 2rem;
  }

  .div-block-3 {
    flex-flow: column;
  }
}

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

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

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

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

  .padding-global {
    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-align-right.is-about, .text-size-regular.text-align-left.is-ayya, .text-align-right {
    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;
  }

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

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

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

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

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

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

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

  .button {
    width: auto;
  }

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

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

  .logo-social-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .termo-container {
    justify-content: flex-start;
    align-items: center;
  }

  .img-header {
    background-position: 0 0, 100%;
    background-size: auto, auto 130%;
  }

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

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

  .ancora-container.ancora-hide-one.ancora-hide-two {
    display: none;
  }

  .txt-about-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
  }

  .itens-about {
    grid-row-gap: 0rem;
    flex-flow: column;
    width: 70%;
  }

  .iten-container {
    border-top: 1px solid var(--dark-green);
    border-bottom: 1px none var(--dark-green);
    border-right-style: none;
    padding: .5rem 1rem;
  }

  .iten-container.is-first {
    border-right-style: none;
    padding-right: 0;
  }

  .iten-container.is-last {
    border-bottom-style: solid;
    padding-left: 0;
  }

  .text-img-container {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: center;
  }

  .embed-video-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cta-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column wrap;
    width: 100%;
    height: auto;
  }

  .heading {
    font-size: 1.2rem;
  }

  .title-section-w-icon {
    flex-flow: column;
  }

  .gallery-container {
    width: 300px;
    height: 450px;
  }

  .diferenciais-content {
    width: 50%;
  }

  .diferenciais-wrapper {
    grid-column-gap: 4.6rem;
    grid-row-gap: 4.6rem;
  }

  .header-container {
    justify-content: center;
    align-items: flex-end;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .header-content-container {
    margin-bottom: 1rem;
  }

  .progress-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .distancia-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column wrap;
    width: 80%;
  }

  .distancia-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    width: 100%;
  }

  .line-localizacao-iten {
    display: none;
  }

  .localizacao-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .btn-localizacao-container {
    padding-left: 1rem;
  }

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

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

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

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

  .pulsar {
    border-radius: 2px;
  }

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

  .localizacao-container {
    margin-top: -205px;
    padding-bottom: 0;
  }

  .localizacao-status-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .gallery-item {
    width: 300px;
    height: 450px;
  }

  .gallery-item.gallery-item-1, .gallery-item.gallery-item-3 {
    width: 250px;
    height: 400px;
  }

  .galeria.gallery-fullscreen {
    padding: .5rem;
  }

  .main-image {
    height: 280px;
  }

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

  .text-size-regular-2.is-white-ice {
    line-height: 1.4;
  }

  .text-size-regular-2.is-white-ice.is-legenda {
    text-align: left;
  }

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

  .thumbnail {
    opacity: .4;
  }

  .grafismo-galeria {
    top: -33px;
  }

  .grafismo-localizacao1 {
    max-width: 50%;
    top: 467.812px;
    bottom: 523px;
    left: 306px;
  }

  .grafismo-localizacao2 {
    max-width: 50%;
    top: 426px;
    left: -43px;
  }

  .image {
    top: -59.9432px;
  }

  .is-checkbox-modal {
    font-size: .9rem;
  }

  .tittle-container.is-about, .tittle-container.is-ayya {
    justify-content: center;
  }

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

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

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

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

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

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

  .lines-wrapper {
    height: 50%;
    min-height: 50%;
    inset: -10% 0% 0% -11%;
  }

  .lines-wrapper.is-localizacao {
    justify-content: center;
    min-height: 30px;
  }

  .lines-wrapper.is-localizacao.is-left {
    flex-direction: row-reverse;
    justify-content: flex-end;
    height: 60%;
    min-height: auto;
    display: flex;
    inset: auto auto 20% -1.2rem;
  }

  .lines-wrapper.is-video {
    justify-content: flex-start;
    min-height: 60%;
    left: -.5rem;
  }

  .lines-wrapper.is-video.is-right {
    right: -.5rem;
  }

  .lines-wrapper.is-video.is-left {
    flex-direction: row-reverse;
    justify-content: flex-end;
    height: 60%;
    min-height: auto;
    display: flex;
    inset: auto auto 20% -1.2rem;
  }

  .lines-wrapper.is-localizacao2 {
    justify-content: center;
    min-height: 30px;
  }

  .lines-wrapper.is-localizacao2.is-left {
    flex-direction: row-reverse;
    justify-content: flex-end;
    height: 60%;
    min-height: auto;
    display: flex;
    inset: auto auto 20% -1.2rem;
  }

  .lines-wrapper.is-ayya {
    justify-content: center;
    min-height: 30px;
  }

  .lines-wrapper.is-ayya.is-right {
    display: flex;
    bottom: 20%;
  }

  .lines-wrapper.is-ayya.is-left {
    flex-direction: row-reverse;
    justify-content: flex-end;
    height: 60%;
    min-height: auto;
    display: flex;
    inset: auto auto 20% -1.2rem;
  }

  .line-header {
    width: 2rem;
  }

  .line-header.is-about1 {
    width: 1rem;
  }

  .img-about-container {
    flex: 0 auto;
    align-self: center;
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    height: 250px;
    max-height: 250px;
  }

  .lines-grafismo {
    display: none;
  }

  .lines-grafismo.is-left-mobile {
    flex-direction: row-reverse;
    display: flex;
  }

  .distancia-text-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .ayya-container {
    flex-direction: column;
  }

  .img-ayya {
    align-self: center;
  }

  .btn-text-grow {
    font-size: .8rem;
    line-height: 1.2;
  }

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

  .text-size-large-2.text-weight-bold {
    text-align: center;
  }

  .image-3, .image-6 {
    max-height: 200px;
  }

  .is-titulo {
    justify-content: flex-start;
    align-items: center;
  }

  .grafismo1 {
    height: 300px;
    top: -2%;
    left: 88%;
  }

  .grafismo2 {
    height: 391px;
    top: -1%;
    left: -3%;
  }

  .grafismo3, .grafismo5, .grafismo4 {
    bottom: -319px;
  }

  .yuca-info-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .info-yuka-content-container {
    border-right-style: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-right: 0;
  }

  .yuca-itens-container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bulets-container-yuca {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.75rem;
    line-height: 180%;
  }

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

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

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

  .button {
    width: auto;
  }

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

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

  .social-nav {
    display: none;
  }

  .logo-social-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

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

  .social-wrapper {
    justify-content: center;
  }

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

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

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

  .ancora-container.ancora-hide-one.ancora-hide-two, .ancora-container.ancora-hide-two {
    display: none;
  }

  .title-section-w-style-icon {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .line-title {
    width: auto;
    min-width: 2rem;
  }

  .embed-video-container {
    flex-direction: column;
  }

  .cta-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column wrap;
    width: 100%;
    height: auto;
  }

  .video-item {
    flex: 0 auto;
    height: 10rem;
    min-height: 10rem;
  }

  .thumbnail-video {
    min-height: 100%;
  }

  .tab-galeria {
    margin-top: 0;
  }

  .tabs-menu {
    flex-direction: column;
  }

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

  .button-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .gallery-container {
    height: 370px;
  }

  .diferenciais-content {
    width: 100%;
  }

  .diferenciais-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column wrap;
  }

  .line-destaque {
    width: auto;
    min-width: 1rem;
  }

  .container-txt-destaque {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .header-container {
    justify-content: center;
    width: 100%;
    max-width: none;
    margin-top: 8rem;
    margin-left: auto;
    margin-right: 0;
  }

  .header-content-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    min-width: auto;
    max-width: 100%;
    height: auto;
  }

  .progress-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
  }

  .distancia-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
  }

  .distancia-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: flex-start;
  }

  .line-localizacao-iten {
    display: none;
  }

  .localizacao-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .btn-contato {
    height: 45px;
  }

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

  .localizacao-container {
    margin-top: -207px;
    padding-bottom: 0;
  }

  .logos-container {
    z-index: 7;
    position: relative;
  }

  .gallery-item.gallery-item-1, .gallery-item.gallery-item-3 {
    opacity: 0;
  }

  .gallery-item.gallery-item-2 {
    width: 250px;
    height: 370px;
  }

  .main-image {
    height: 200px;
  }

  ._24px-icon-2 {
    width: 20px;
    height: 20px;
  }

  .text-size-regular-2.is-white-ice {
    font-size: .9rem;
    line-height: 1.4;
  }

  .text-size-regular-2.is-white-ice.is-legenda {
    text-align: left;
  }

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

  .grafismo-localizacao1.hide {
    max-width: 80%;
    top: 82.812px;
    left: 163px;
  }

  .grafismo-localizacao2.hide {
    max-width: 80%;
    top: 126px;
    left: -98px;
  }

  .image {
    width: 700px;
    max-width: 700px;
    top: -4.94318px;
    left: auto;
    transform: scale(1);
  }

  .is-checkbox-modal {
    font-size: .9rem;
    line-height: 1.4;
  }

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

  .tittle-container.is-about {
    flex-direction: row;
  }

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

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

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

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

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

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

  .politica-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .tittle-content-wrapper {
    flex-direction: column;
  }

  .redes-sociais-footer {
    display: none;
  }

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

  .cta-block {
    grid-row-gap: 15px;
    flex-direction: column;
    height: auto;
    min-height: auto;
  }

  .cta-block.is-video {
    align-items: center;
    height: auto;
  }

  .btn-text-grow {
    font-size: .8rem;
  }

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

  .button-2.is-icon.is-obrigado.w--current {
    flex: 1;
    width: 100%;
  }

  .image-7 {
    width: 30px;
  }

  .grafismo2 {
    top: -1%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Korolev';
  src: url('../fonts/Korolev-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Korolev';
  src: url('../fonts/Korolev-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Korolev';
  src: url('../fonts/Korolev-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}