:root {
  --dark-color: #3a3a40;
  --cta-color: #496c88;
  --main-color: #6c6c75;
  --blue: #9ca3ba;
}

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

body {
  color: var(--dark-color);
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

a {
  padding: 0;
  text-decoration: none;
}

.navbar__list {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.navbar__logo {
  width: 110px;
  height: 60px;
}

.navbar__link {
  color: rgba(255, 255, 255, .7);
  letter-spacing: .5px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 400;
  transition: all .4s cubic-bezier(.42, 0, .304, .985);
}

.navbar__link:hover {
  color: #fff;
  font-weight: 700;
}

.navbar__link.w--current {
  color: #fff;
  font-weight: 600;
}

.navbar {
  height: 80px;
  background-color: var(--dark-color);
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar__brand {
  background-color: #fff;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 20px;
  display: flex;
  box-shadow: 0 20px 50px -20px rgba(73, 108, 136, .23), 0 0 20px -10px rgba(0, 0, 0, .33);
}

.navbar__pages {
  height: 100%;
  align-items: center;
  display: flex;
}

.spacer._8px {
  height: 8px;
}

.spacer._32px {
  height: 32px;
}

.spacer._16px {
  height: 16px;
}

.heading-64 {
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.hero__block {
  z-index: 0;
  flex-direction: column;
  flex: 1;
  align-items: center;
}

.hero {
  min-height: 100vh;
  background-image: linear-gradient(to right, rgba(22, 41, 56, .83), rgba(39, 55, 68, .14)), url('../images/banner-final-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
  padding: 80px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero__content {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.container {
  width: 100%;
  max-width: 1440px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.text-box._720px {
  width: 720px;
}

.text-box._640px {
  width: 640px;
}

.text-box._400px {
  width: 400px;
}

.hero-label {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.navbar__button {
  height: 48px;
  background-color: var(--cta-color);
  color: #fff;
  letter-spacing: .5px;
  border-radius: 8px;
  flex: none;
  margin-left: 56px;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.navbar__button.w--current {
  color: #fff;
}

.heading-24 {
  color: var(--cta-color);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.heading-24.is-light-blue {
  color: #558ebb;
}

.hero-box {
  width: 60%;
  background-color: #fff;
  justify-content: space-between;
  padding: 30px 7vw 30px 12%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero-box__block {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-box__heading {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.hero-box__subheading {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.hero-box__heading-wrapper {
  flex-direction: column;
  margin-left: 16px;
  display: flex;
}

.section {
  padding: 120px 40px;
  position: relative;
}

.section.gray-section {
  background-color: #fafafc;
}

.section.pag-agradecimento {
  min-height: 100vh;
  align-items: center;
  display: flex;
}

.section.video-section {
  padding-top: 0;
  padding-bottom: 0;
}

.label {
  color: var(--cta-color);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

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

.label-block {
  justify-content: space-between;
  margin-bottom: 32px;
  display: flex;
}

.label-block.medium-label {
  width: 40%;
}

.heading-column {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-column.center-align {
  align-items: center;
}

.left-column {
  width: 50%;
  margin-right: 24px;
}

.left-column.label-column {
  width: 30%;
}

.right-text-column {
  width: 50%;
  margin-left: 24px;
}

.right-text-column.label-columns-side {
  width: 60%;
}

.paragraph {
  color: rgba(108, 108, 117, .94);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.paragraph.small {
  letter-spacing: .5px;
  font-size: 14px;
  line-height: 1.6;
}

.heading-42 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.25;
}

.ficha-tecnica {
  color: var(--dark-color);
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.ficha-tecnica:hover {
  color: var(--cta-color);
}

.link-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.double-arrow {
  margin-left: 16px;
}

.heading-block {
  margin-top: 0;
  margin-bottom: 80px;
}

.divider-line {
  width: 64px;
  height: 1px;
  background-color: rgba(108, 108, 117, .43);
  margin-bottom: 32px;
}

.divider-line.top-margin {
  background-color: rgba(255, 255, 255, .4);
  margin-top: 32px;
  margin-bottom: 0;
}

.divider-line._02 {
  width: 48px;
  margin-top: 24px;
  margin-bottom: 0;
}

.divider-line._03 {
  width: 48px;
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.icon {
  z-index: 10;
  min-height: 60px;
  min-width: 60px;
  background-color: #f3f6fc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.service-icon {
  width: 26px;
  height: 26px;
}

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

.feature-heading {
  z-index: 10;
  color: #4d4d4d;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
  position: relative;
}

.feature-text {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.ficha-slide {
  width: 33.3333%;
  height: 320px;
  border: 1px solid rgba(108, 108, 117, .13);
  border-right-style: none;
  margin-right: 0;
  overflow: hidden;
}

.ficha-slide.last {
  border-right-style: solid;
}

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

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

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

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

.slide-nav {
  display: none;
}

.ficha-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.card-number {
  color: var(--blue);
  position: absolute;
  top: 32px;
  bottom: auto;
  left: auto;
  right: 32px;
}

.planta__label {
  color: var(--cta-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.planta__subtitle {
  color: var(--cta-color);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: .8;
}

.grid-block {
  z-index: 0;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.planta__heading {
  color: var(--cta-color);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 56px;
  font-weight: 300;
  line-height: 1;
}

.cta-planta {
  z-index: 100;
  margin-top: 56px;
}

.btn-icon {
  flex: none;
  margin-right: 12px;
}

.planta-slider-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 160px;
  padding: 69px;
  display: flex;
  position: relative;
}

.grid-plantas {
  width: 100%;
  height: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.25fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.lightbox-plantas {
  width: 100%;
  height: 100%;
}

.btn-flex {
  align-items: center;
  display: flex;
}

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

.planta-wrapper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  transition: all .4s ease-in-out;
  overflow: hidden;
}

.planta-wrapper:hover {
  opacity: 1;
}

.btn-cta-planta {
  background-color: var(--cta-color);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  margin-top: 8px;
  margin-right: 16px;
  padding: 16px 32px;
  transition: all .8s ease-in-out;
  display: flex;
}

.btn-cta-planta:hover {
  box-shadow: 0 12px 20px -10px rgba(0, 0, 0, .48);
}

.cta-planta-text {
  color: #fff;
  letter-spacing: .5px;
  text-transform: none;
  flex: none;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 400;
}

.planta__dieferenciais {
  width: 100%;
  border-top: 1px solid #cad9e3;
  border-bottom: 1px solid #cad9e3;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  display: none;
}

.flex-item {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 3px;
  margin-right: 16px;
  display: flex;
}

.icon_planta {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-top: 0;
  margin-right: 8px;
}

.planta-info {
  color: #414042;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
}

.fixed-icon {
  z-index: 5;
  width: 64px;
  height: 64px;
  color: var(--cta-color);
  cursor: pointer;
  background-color: rgba(73, 108, 136, .12);
  justify-content: center;
  align-items: center;
  transition: all .6s cubic-bezier(.785, .135, .15, .86);
  display: flex;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.fixed-icon:hover {
  background-color: var(--cta-color);
  transform-origin: 100% 0;
  color: #fff;
  object-position: 100% 0%;
  transform: scale(1.05);
}

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

.btn-primary {
  background-color: var(--cta-color);
  color: #fff;
  border-radius: 6px;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.card-obras {
  color: var(--main-color);
  background-color: #fff;
  align-items: center;
  padding: 24px 32px;
  display: flex;
  position: absolute;
  top: 140px;
  bottom: auto;
  left: -2%;
  right: auto;
  box-shadow: 0 0 8px rgba(36, 128, 147, .08), 0 16px 32px rgba(17, 65, 75, .12);
}

.card-obras__text-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-obras__text {
  color: var(--cta-color);
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

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

.card-obras__heading {
  margin-bottom: 0;
  font-weight: 700;
  display: none;
}

.background-cover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hover-link {
  width: 100%;
  height: 100%;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.image-overlay {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-color: rgba(31, 33, 35, .7);
  background-clip: border-box;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.client-quote {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hover-link-wrapper {
  z-index: 100;
  width: 148px;
  height: 148px;
  opacity: 1;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5vw;
  left: auto;
  right: 0;
}

.hover-link-wrapper.video-link-wrapper {
  width: 180px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.dual-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr .85fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video-info {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.parallax-bg {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.parallax-bg.video-section {
  z-index: 10;
  height: 690px;
  color: #fff;
  margin-left: -40px;
  margin-right: -40px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1440px;
  position: relative;
}

.background-banner {
  height: 116%;
  background-image: url('../images/galeria_white_2880_05.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.background-banner.video-banner {
  background-image: url('../images/galeria_white_2880_03.jpg');
  background-position: 0 0;
}

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

.heading-20 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.feature-icon__vertical {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(156, 163, 186, .37);
  border-radius: 3px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.features__row {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: flex-start;
  display: grid;
}

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

.feature-grid-02 {
  grid-column-gap: 56px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 160px;
}

.grid-02__-column-01 {
  margin-top: 0;
  margin-bottom: 80px;
}

.feauture-p {
  color: var(--main-color);
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.feauture-p.bold {
  font-weight: 700;
}

.contato-fixo {
  z-index: 2000;
  background-color: var(--cta-color);
  cursor: pointer;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 16px 12px 16px 24px;
  transition: all .48s cubic-bezier(.785, .135, .15, .86);
  position: fixed;
  top: auto;
  bottom: 24px;
  left: auto;
  right: 24px;
}

.btn-flex__heading {
  color: rgba(255, 255, 255, .75);
  letter-spacing: .5px;
  text-transform: uppercase;
  flex: none;
  margin-bottom: 0;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 400;
}

.btn-flex__wrapper {
  display: flex;
}

.cta-fixo__link-wrapper {
  border: 1px solid rgba(246, 246, 246, .16);
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 12px;
  transition: all .48s ease-in-out;
  display: flex;
}

.cta-fixo__link-wrapper:hover {
  background-color: rgba(246, 246, 246, .11);
  border-color: #f6f6f6;
}

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

.btn-flex__text-link {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex: none;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 12px;
  font-weight: 700;
}

.slide {
  width: 100%;
  height: 100%;
  transform-origin: 100%;
  object-position: 100% 50%;
  margin-right: 24px;
  transition: all .4s ease-in-out;
  overflow: hidden;
}

.slider-mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.galeria-slider__wrapper {
  width: 100%;
  height: 80vh;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-bottom: 96px;
}

.fixed-galeria-icon {
  z-index: 5;
  width: 64px;
  height: 64px;
  color: var(--dark-color);
  background-color: rgba(255, 255, 255, .85);
  justify-content: center;
  align-items: center;
  transition: all .6s cubic-bezier(.785, .135, .15, .86);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.fixed-galeria-icon:hover {
  background-color: var(--dark-color);
  color: #fff;
}

.galery-arrow {
  width: 56px;
  height: 56px;
  color: var(--dark-color);
  -webkit-text-fill-color: inherit;
  object-position: 100% 50%;
  background-color: rgba(255, 255, 255, .85);
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transition: all .8s cubic-bezier(.785, .135, .15, .86);
  display: flex;
  position: absolute;
  top: 45%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.galery-arrow:hover {
  color: #fff;
  background-color: #373435;
}

.galery-arrow.left {
  object-position: 0% 50%;
  top: 45%;
  bottom: auto;
  left: 0%;
  right: auto;
}

._w-slider-dot {
  text-align: right;
  padding-top: 12px;
  display: block;
  position: absolute;
  top: auto;
  bottom: -9%;
  left: 0%;
  right: 0%;
}

._w-slider-dot:hover, ._w-slider-dot:focus {
  color: #f85e99;
}

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

.lightbox-link {
  width: 100%;
  height: 100%;
}

.legendas {
  z-index: 24;
  color: #fff;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  text-shadow: 2px 0 4px rgba(0, 0, 0, .32);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  position: absolute;
  top: auto;
  bottom: 48px;
  left: 48px;
  right: auto;
}

.arrow-svg {
  width: 24px;
}

.lighbox-overlay {
  background-image: linear-gradient(29deg, rgba(24, 24, 26, .88), rgba(58, 58, 64, 0) 26%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-vista__wrapper {
  width: 100vw;
  height: 640px;
  margin-left: -40px;
}

.tab-content {
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bottom-info {
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.tabs {
  width: 100%;
  grid-column-gap: 64px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-link {
  width: 100%;
  color: rgba(58, 58, 64, .72);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(108, 108, 117, .2);
  margin-bottom: 32px;
  padding: 0 0 24px;
  font-size: 20px;
  line-height: 24px;
  transition: all .4s ease-in-out;
}

.tab-link:hover {
  border-bottom-width: 4px;
  border-bottom-color: var(--cta-color);
  color: var(--cta-color);
  font-weight: 500;
}

.tab-link.w--current {
  border-bottom-width: 4px;
  border-bottom-color: var(--cta-color);
  color: var(--dark-color);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 400;
}

.tab-pane {
  height: 100%;
}

.tabs-menu {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rig-grid {
  height: 640px;
  grid-column-gap: 64px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: 50% 50%;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 120px;
  display: grid;
}

.tabs-content {
  box-shadow: 0 0 60px -10px rgba(73, 108, 136, .43);
}

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

.tab-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  display: flex;
}

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

.tab-zoom {
  z-index: 5;
  width: 64px;
  height: 64px;
  color: rgba(255, 255, 255, .66);
  background-color: rgba(73, 108, 136, .88);
  justify-content: center;
  align-items: center;
  transition: all .6s cubic-bezier(.785, .135, .15, .86);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.tab-zoom:hover {
  color: #fff;
  background-color: #496c88;
}

.heading-32 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 300;
}

.feature-list {
  flex-wrap: wrap;
  display: flex;
}

.feauture-item {
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-right: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feauture-item.last {
  margin-right: 0;
}

.feaure-icon {
  z-index: 10;
  min-height: 60px;
  min-width: 60px;
  background-color: #f3f6fc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.feature-heading-02 {
  z-index: 10;
  color: #4d4d4d;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.arrow-localicao {
  width: 48px;
  height: 48px;
  opacity: .64;
  background-color: #dc9f69;
  border-radius: 4px;
  align-items: center;
  font-size: 24px;
  transition: all .8s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: absolute;
  top: 35%;
  bottom: auto;
  left: auto;
  right: 0;
}

.arrow-localicao:hover {
  opacity: 1;
  transform: translate(-5px);
}

.arrow-localicao.left {
  left: 24px;
  right: auto;
}

.arrow-localicao.left:hover {
  transform: translate(-5px);
}

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

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

.logo-link {
  margin-left: 24px;
  margin-right: 24px;
  transition: opacity .4s ease-out;
}

.logo-link:hover {
  opacity: .73;
}

.footer-link {
  color: rgba(107, 107, 107, .73);
  margin-left: 4px;
  margin-right: 4px;
  transition: all .4s ease-in-out;
}

.footer-link:hover {
  color: #373435;
}

.footer-link.is-first {
  margin-left: 16px;
  margin-right: 8px;
}

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

.logo-footer {
  width: auto;
  height: auto;
  max-height: 130px;
  max-width: 210px;
}

.d1up_logo {
  width: 24px;
  height: 24px;
  margin-left: 16px;
  transition: all .4s ease-in-out;
}

.footer {
  z-index: 2001;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-left: 64px;
  padding-right: 64px;
  position: relative;
}

.disclaimer-text {
  color: #747777;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

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

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

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

.footer-info {
  color: #747777;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

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

.d1up---footer-disclaimer {
  color: #747777;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-decoration: none;
  display: flex;
}

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

.logo-row {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.texto-legal {
  color: #6b6b6b;
  margin-top: 24px;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}

.assinatura {
  color: var(--main-color);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 10px;
  font-weight: 500;
}

.footer-content-01 {
  border-top: 1px solid rgba(116, 119, 119, .3);
  border-bottom: 1px solid rgba(116, 119, 119, .3);
  flex-direction: column;
  align-items: stretch;
  margin-top: 56px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

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

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

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

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

.page-wrapper {
  overflow: hidden;
}

.form-wrapper {
  width: 560px;
  background-color: var(--dark-color);
  margin-left: auto;
  padding: 56px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, .06), 0 30px 40px -13px rgba(58, 58, 64, .04), 0 12px 17px -11px rgba(58, 58, 64, .12);
}

.text-18 {
  max-width: 580px;
  color: #006b78;
  letter-spacing: .2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.text-18.is--white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-link__wrapper {
  height: 56px;
  background-color: var(--cta-color);
  color: #fff;
  align-items: center;
  margin-bottom: 8px;
  margin-right: 0;
  padding: 16px 32px;
  font-weight: 600;
  transition: background-color .4s ease-in-out;
  display: flex;
}

.contact-link__wrapper:hover {
  background-color: #375166;
}

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

.contact-link__wrapper.whatsapp:hover {
  background-color: #00b85c;
}

.btn-wrapper {
  width: 240px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 48px;
  display: flex;
}

.right-content {
  z-index: 1;
  flex: 1;
  position: relative;
}

.field_label {
  color: #fff;
  margin-top: 0;
  margin-bottom: 4px;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 600;
  display: none;
}

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

.text-field {
  height: 56px;
  background-color: #e6e6e6;
  border: 2px solid #f2f2f2;
  border-radius: 2px;
  margin-bottom: 16px;
  padding: 0 0 0 24px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.text-field:hover, .text-field:active, .text-field:focus {
  background-color: #fff;
}

.text-field::-ms-input-placeholder {
  color: #303436;
}

.text-field::placeholder {
  color: #303436;
}

.text-field.message {
  padding-top: 24px;
  padding-bottom: 64px;
}

.form-btn {
  width: 100%;
  height: 56px;
  background-color: var(--cta-color);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 24px;
  margin-right: 16px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 400;
  transition: all .4s ease-in-out;
}

.form-btn:hover {
  background-color: #427299;
}

.flexbox {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.form-heading {
  color: #fff;
  margin-bottom: 32px;
  display: none;
}

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

.img-contato {
  z-index: -25;
  width: 100vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-p {
  color: rgba(255, 255, 255, .94);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
}

.dinamic-tabs {
  width: 100%;
  height: 100%;
  align-items: flex-end;
  padding: 63px 40% 63px 63px;
  display: flex;
  overflow: hidden;
}

.tab-image {
  width: 34px;
  margin-right: 12px;
  display: none;
}

.standard-tab {
  width: 50%;
  opacity: .7;
  color: rgba(255, 255, 255, .8);
  background-color: rgba(0, 0, 0, 0);
  margin-right: 32px;
  padding-bottom: 24px;
  padding-left: 0;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  position: relative;
}

.tab-p {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 300;
}

.load-bar-base {
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-menu {
  flex: 1;
  justify-content: flex-start;
  margin-left: auto;
  display: flex;
}

.dinamic-tabs__content {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.load-bar {
  width: 0%;
  height: 4px;
  background-color: #fff;
}

.slider-background {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .6)), url('../images/img_fachada_sobre.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-background.background-02 {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .6)), url('../images/banner-final-02.jpg');
  background-position: 0 0, 50%;
}

.tab-panel {
  height: 100%;
}

.slider-base {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-wrapper {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/img_fachada_sobre.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 80px;
  position: relative;
}

.menu-btn {
  height: 40px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: .5px solid #fff;
  border-radius: 50px;
  flex: none;
  align-self: center;
  align-items: center;
  margin: 0 0 0 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Gotham, sans-serif;
  font-weight: 400;
  transition: all .4s ease-in-out;
  display: flex;
}

.menu-btn:hover {
  color: #373435;
  background-color: #fff;
  font-weight: 700;
}

.slide-planta {
  width: 100%;
  height: 100%;
  margin-right: 40px;
  position: relative;
  overflow: visible;
}

.aptos-slider__wrapper {
  width: 100%;
  height: 80vh;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-top: 56px;
  margin-bottom: 160px;
}

.aptos-arrow {
  width: 64px;
  height: 64px;
  background-color: rgba(55, 52, 53, .4);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  transition: all .8s cubic-bezier(.785, .135, .15, .86);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.aptos-arrow:hover {
  transform-origin: 100%;
  background-color: #373435;
  transform: scale(1.1);
}

.aptos-arrow.left {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.aptos-arrow.left:hover {
  transform-origin: 0%;
  transform: scale(1.1);
}

.centerd-column {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.btn-link {
  background-color: var(--cta-color);
  color: #fff;
  border-radius: 4px;
  margin-top: 32px;
  padding: 16px 32px;
  font-weight: 400;
}

.slider__wrapper-03 {
  width: 100%;
  height: 320px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-top: 56px;
}

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

.slider-03 {
  z-index: 255;
  width: 50%;
  padding-right: 24px;
  transition: all .4s ease-in-out;
  overflow: visible;
}

.slider-img-03 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  align-items: flex-end;
  display: flex;
}

.lightbox-slide-03 {
  width: 100%;
  height: 100%;
}

.caption-obras {
  font-size: 14px;
  position: absolute;
  top: auto;
  bottom: -37px;
  left: 0%;
  right: auto;
}

.cronograma {
  grid-column-gap: 56px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 96px;
  display: grid;
}

.cronograma__heading {
  color: var(--main-color);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.cronograma__porcentagem {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

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

.cronograma-line__block {
  height: 8px;
  background-color: #ebebeb;
  border-radius: 20px;
  margin-top: 6px;
  margin-bottom: 6px;
  position: relative;
  overflow: hidden;
}

.cronograma__numbers {
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.cronograma-slider {
  width: 40%;
  height: 8px;
  background-color: var(--main-color);
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.cronograma-slider._01, .cronograma-slider._03, .cronograma-slider._04, .cronograma-slider._05, .cronograma-slider._06, .cronograma-slider._07 {
  width: 100%;
  background-color: var(--cta-color);
}

.cronograma-slider._08 {
  width: 100%;
  background-color: var(--cta-color);
  border-radius: 20px;
}

.cronograma-slider.total {
  width: 100%;
  background-color: var(--cta-color);
}

.cronograma__caption {
  color: var(--main-color);
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: none;
}

.cronograma__block.last {
  margin-top: 32px;
  position: relative;
}

.cta-obras {
  z-index: 12;
  width: 120px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 60%;
  left: auto;
  right: -4%;
}

.plt__btn {
  background-color: var(--cta-color);
  color: #fff;
  letter-spacing: -.25px;
  border-radius: 4px;
  padding: 20px 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: background-color .4s ease-in-out;
  display: inline-block;
}

.plt__btn:hover {
  color: #fff;
  background-color: #36668d;
}

.plt-section {
  background-color: #fafafa;
  padding: 100px 64px;
}

.plt-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
}

.plt-block {
  width: 640px;
  text-align: justify;
  margin-top: 40px;
  margin-bottom: 40px;
}

.plt-p {
  color: #686664;
  margin-bottom: 0;
  font-size: 15px;
}

.plt-heading-24px {
  text-align: left;
  text-transform: uppercase;
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 400;
}

.plt-hero {
  height: 320px;
  color: #fff;
  background-color: #2b2827;
  align-items: center;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.plt-container {
  width: 100%;
  max-width: 1216px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.plt__hero-block {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.plt__brand {
  width: 160px;
  height: 160px;
}

.small-footer-divider {
  width: 1px;
  height: 12px;
  background-color: silver;
  margin-left: 8px;
  margin-right: 8px;
}

.cta-02 {
  z-index: 100;
  max-width: 400px;
  color: #373435;
  background-color: #fff;
  padding: 32px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 32px;
  left: 32px;
  right: auto;
  box-shadow: 0 6px 23px rgba(20, 20, 43, .08);
}

.paragraph-3.cookie-banner-paragraph---brix {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.cta-02__pol-link {
  color: #373435;
  font-weight: 700;
  text-decoration: underline;
}

.button-primary {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px rgba(74, 58, 255, .12);
}

.button-primary:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px rgba(74, 58, 255, .15);
}

.button-primary.cookie-banner-button---brix {
  max-width: 160px;
  background-color: #373435;
  border-radius: 0;
  flex-wrap: nowrap;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 15px;
  display: flex;
}

.close-message---brix {
  color: #170f49;
  cursor: pointer;
  transform-style: preserve-3d;
  padding: 13px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  transition: all .35s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.close-message---brix:hover {
  color: #4a3aff;
  transform: scale3d(.9, .9, .01);
}

@media screen and (max-width: 991px) {
  .navbar__mobile {
    color: #fff;
    margin-top: 8px;
    transition: all .4s ease-in-out;
  }

  .navbar__mobile:hover {
    background-color: var(--cta-color);
    border-radius: 4px;
  }

  .navbar__mobile:active {
    background-color: var(--cta-color);
  }

  .navbar__mobile.w--open {
    background-color: var(--cta-color);
    border-radius: 4px;
  }

  .navbar__link {
    width: 100%;
    text-align: center;
    border-radius: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar__link:hover {
    background-color: var(--cta-color);
    font-weight: 500;
  }

  .navbar__link.w--current {
    background-color: #1d3a38;
  }

  .navbar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .navbar__brand {
    z-index: 999;
  }

  .navbar__pages {
    z-index: 500;
    min-height: 100vh;
    opacity: 1;
    background-color: #2b2b30;
    flex-direction: column;
    margin-top: -10px;
    padding: 24px;
  }

  .heading-64 {
    font-size: 42px;
    line-height: 1.3;
  }

  .hero__block {
    margin-bottom: 0;
  }

  .hero {
    min-height: 80vh;
    background-position: 70%;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    padding: 0 32px;
  }

  .hero__content {
    width: 70%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .container {
    max-width: none;
  }

  .text-box._720px {
    width: 90%;
  }

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

  .hero-label {
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1.3;
  }

  .navbar__button {
    height: auto;
    text-align: center;
    margin-left: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading-24 {
    font-size: 18px;
  }

  .hero-box {
    width: 100%;
    padding: 24px 32px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-box__block {
    flex: none;
  }

  .section {
    padding: 100px 40px;
  }

  .label {
    line-height: 1.25;
  }

  .label-block.medium-label {
    width: 100%;
  }

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

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

  .left-column {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .left-column.label-column {
    width: 100%;
  }

  .right-text-column {
    width: 100%;
    margin-left: 0;
  }

  .right-text-column.label-columns-side {
    width: 100%;
  }

  .feature-text {
    font-size: 14px;
  }

  .ficha-slide {
    width: 50%;
  }

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

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

  .planta__label {
    margin-bottom: 32px;
    line-height: 1.25;
  }

  .grid-block {
    margin-bottom: 0;
  }

  .about-grid__left-block {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-planta {
    display: none;
  }

  .planta-slider-box {
    height: 100%;
    padding: 40px 32px;
  }

  .grid-plantas {
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .lightbox-plantas {
    height: 100%;
  }

  .planta-wrapper {
    width: 100%;
    height: 480px;
  }

  .icon_planta {
    width: 24px;
    height: 24px;
  }

  .fixed-icon {
    width: 48px;
    height: 48px;
  }

  .btn-primary {
    padding: 12px 24px;
  }

  .card-obras {
    padding: 16px;
    top: 72px;
  }

  .card-obras__text {
    font-size: 14px;
  }

  .card-icon {
    width: 40px;
    margin-right: 16px;
  }

  .card-obras__heading {
    font-size: 14px;
  }

  .hover-link-wrapper.video-link-wrapper {
    width: 140px;
    height: 140px;
    margin-left: 0;
  }

  .dual-wrapper {
    grid-template-columns: 1fr;
  }

  .parallax-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .parallax-bg.video-section {
    min-height: 70vh;
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .feature-icon__vertical {
    margin-bottom: 0;
    margin-right: 24px;
  }

  .features__row {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 32px;
    margin-left: 0;
  }

  .feature__content {
    flex-direction: row;
    align-items: center;
  }

  .feature-grid-02 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .grid-02__-column-01 {
    margin-bottom: 0;
  }

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

  .galeria-slider__wrapper {
    height: 50vw;
    margin-bottom: 0;
  }

  .fixed-galeria-icon {
    width: 56px;
    height: 56px;
  }

  .fixed-galeria-icon:hover {
    width: 64px;
    height: 64px;
  }

  .galery-arrow {
    width: 56px;
    height: 56px;
  }

  ._w-slider-dot {
    bottom: -14%;
  }

  .legendas {
    text-align: left;
    text-transform: uppercase;
    font-size: 11px;
    bottom: 24px;
    left: 24px;
  }

  .lighbox-overlay {
    background-image: linear-gradient(29deg, rgba(24, 24, 26, .88), rgba(58, 58, 64, 0) 38%);
  }

  .img-vista__wrapper {
    height: 40vw;
  }

  .bottom-info {
    margin-right: 0;
  }

  .tabs {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tab-link {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .tab-link.last {
    margin-right: 0;
  }

  .tabs-menu {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    flex-direction: row;
  }

  .rig-grid {
    height: auto;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .tabs-content {
    height: 50vh;
    border-left-style: none;
    padding-left: 0;
  }

  .tab-zoom {
    width: 56px;
    height: 56px;
  }

  .tab-zoom:hover {
    width: 64px;
    height: 64px;
  }

  .feature-list {
    justify-content: space-between;
  }

  .feauture-item {
    width: 40%;
    flex: none;
    margin-bottom: 24px;
    margin-right: 24px;
  }

  .slider__mask {
    width: 100%;
  }

  .logo-link {
    align-self: center;
    margin-left: 16px;
    margin-right: 16px;
  }

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

  .logo-block {
    justify-content: space-between;
  }

  .logo-footer {
    max-height: 70px;
    max-width: 140px;
  }

  .footer {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .footer-info {
    font-size: 14px;
  }

  .logo-row {
    width: 100%;
    justify-content: center;
    display: flex;
  }

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

  .footer-logo {
    width: 48%;
    margin-left: 0;
  }

  .form-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 48px;
  }

  .contact-link__wrapper {
    margin-right: 16px;
    padding: 12px 24px;
  }

  .btn-wrapper {
    width: 100%;
    flex-direction: row;
    margin-bottom: 56px;
    display: flex;
  }

  .right-content {
    z-index: 2;
    max-width: 100%;
    flex: none;
    align-self: flex-start;
  }

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

  .flexbox.vertical {
    flex-direction: column;
    align-items: stretch;
  }

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

  .dinamic-tabs {
    padding-left: 32px;
    padding-right: 32px;
  }

  .standard-tab.w--current {
    width: 30%;
  }

  .tab-p {
    font-size: 16px;
  }

  .tab-wrapper {
    height: 60vh;
    margin-bottom: 64px;
  }

  .menu-btn {
    border-radius: 0;
    justify-content: center;
    margin-top: 32px;
    display: flex;
  }

  .slide-planta {
    width: 97%;
    margin-right: 16px;
  }

  .aptos-slider__wrapper {
    height: auto;
    margin-bottom: 56px;
  }

  .aptos-arrow {
    width: 48px;
    height: 48px;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .font-icon {
    font-size: 24px;
  }

  .slider-03 {
    width: 100%;
    height: 100%;
    padding-right: 16px;
  }

  .plt-section {
    padding: 80px 56px;
  }

  .plt-block {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .plt-p {
    font-size: 16px;
  }

  .plt-heading-24px {
    margin-top: 40px;
  }

  .plt-hero {
    height: 280px;
  }

  .plt-container {
    max-width: none;
  }

  .plt__brand {
    width: 120px;
    height: 120px;
  }

  .cta-02 {
    bottom: 110px;
    left: 24px;
  }
}

@media screen and (max-width: 767px) {
  .navbar__mobile.w--open {
    background-color: #3b5e59;
  }

  .navbar__logo {
    width: 90px;
    height: 50px;
  }

  .navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar__pages {
    min-height: 100vh;
  }

  .heading-64 {
    font-size: 36px;
  }

  .hero {
    min-height: 100vh;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero__content {
    width: 90%;
    margin-bottom: 64px;
  }

  .container {
    width: 100%;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-box._720px, .text-box._640px {
    width: 100%;
  }

  .hero-label {
    letter-spacing: 2px;
    font-size: 14px;
  }

  .heading-24 {
    font-size: 16px;
  }

  .hero-box {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-box__heading {
    font-size: 13px;
  }

  .hero-box__subheading {
    font-size: 14px;
  }

  .hero-box__heading-wrapper {
    margin-left: 8px;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .label {
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1;
  }

  .label-block.medium-label {
    width: 100%;
  }

  .heading-column {
    flex-direction: column;
    align-items: stretch;
  }

  .left-column {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .right-text-column {
    width: auto;
  }

  .paragraph {
    font-size: 14px;
  }

  .heading-block {
    margin-bottom: 64px;
  }

  .card {
    padding: 32px;
  }

  .ficha-slide {
    width: 100%;
    height: 300px;
  }

  .ficha-arrows {
    display: none;
  }

  .planta__label {
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1;
  }

  .cta-planta {
    display: none;
  }

  .grid-plantas {
    height: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .planta-info {
    font-size: 14px;
  }

  .zoom-icon {
    width: 16px;
    height: 16px;
  }

  .card-obras {
    top: 34px;
    left: -4%;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.video-link-wrapper {
    margin-right: 0;
    display: flex;
  }

  .parallax-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .parallax-bg.video-section {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .features__row {
    grid-row-gap: 24px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .galeria-slider__wrapper {
    width: 90%;
    height: 50vw;
    margin-top: 32px;
    margin-bottom: 0;
  }

  .fixed-galeria-icon {
    width: 40px;
    height: 40px;
  }

  .galery-arrow {
    display: none;
  }

  ._w-slider-dot {
    display: none;
    bottom: -22%;
  }

  .tab-link {
    font-size: 18px;
    line-height: 18px;
  }

  .tab-zoom {
    width: 40px;
    height: 40px;
  }

  .arrow-localicao {
    display: none;
  }

  .logo-link {
    margin-left: 32px;
    margin-right: 32px;
  }

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

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

  .d1up_logo {
    margin-left: 8px;
  }

  .footer {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .footer-icon {
    display: none;
  }

  .footer-info {
    font-size: 17px;
  }

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

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

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

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

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

  .footer-logo {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-content-02 {
    border-top: 1px solid rgba(116, 119, 119, .31);
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .form-wrapper {
    width: 100%;
    padding: 40px;
  }

  .text-18 {
    font-size: 15px;
  }

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

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

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

  .field_label, .form-p {
    font-size: 14px;
  }

  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-menu {
    flex-wrap: wrap;
  }

  .tab-wrapper {
    height: 50vh;
  }

  .slide-planta {
    width: 98%;
    margin-right: 16px;
  }

  .aptos-slider__wrapper {
    width: 96%;
    height: auto;
    margin-bottom: 64px;
  }

  .aptos-arrow {
    display: none;
  }

  .hero-icon {
    width: 24px;
  }

  .slider__wrapper-03 {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

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

  .plt-section {
    padding: 80px 32px;
  }

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

  .plt-hero {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .plt__hero-block {
    flex-direction: row;
    align-items: center;
  }

  .plt__brand {
    width: 100px;
    height: 100px;
  }

  .button-primary {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (max-width: 479px) {
  .navbar__mobile.w--open {
    background-color: #126aa1;
  }

  .navbar__logo {
    width: 110px;
  }

  .navbar__link.w--current {
    background-color: #126aa1;
  }

  .navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar__brand {
    height: 90px;
    padding: 16px 12px;
  }

  .navbar__pages {
    min-height: 100vh;
    padding: 20px;
  }

  .heading-64 {
    font-size: 36px;
  }

  .hero__block {
    width: 83%;
  }

  .hero {
    min-height: 90vh;
  }

  .hero__content {
    width: 100%;
    margin-bottom: 0;
  }

  .hero-box {
    padding: 20px 16px;
  }

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

  .hero-box__heading-wrapper {
    margin-left: 0;
  }

  .section {
    padding: 48px 24px;
  }

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

  .heading-42 {
    font-size: 36px;
  }

  .heading-block {
    margin-bottom: 56px;
  }

  .divider-line.top-margin {
    display: none;
  }

  .card {
    height: auto;
    padding: 24px;
  }

  .icon {
    margin-bottom: 36px;
  }

  .service-icon {
    width: 20px;
    height: 20px;
  }

  .ficha-slide {
    width: 90%;
  }

  .planta__subtitle {
    font-size: 14px;
    line-height: 1.1;
  }

  .about-grid__left-block {
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .planta__heading {
    font-size: 40px;
  }

  .planta-slider-box {
    margin-bottom: 40px;
    padding: 24px;
  }

  .grid-plantas {
    grid-row-gap: 16px;
  }

  .lightbox-plantas {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .btn-flex {
    width: 100%;
    justify-content: space-between;
  }

  .planta-wrapper {
    height: 430px;
    margin-top: 0;
  }

  .btn-cta-planta {
    width: 100%;
    justify-content: center;
    margin-bottom: 12px;
    display: flex;
  }

  .cta-planta-text {
    flex: 0 auto;
    font-size: 16px;
  }

  .icon_planta {
    width: 24px;
  }

  .fixed-icon {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .zoom-icon {
    width: 24px;
    width: 20px;
    height: 20px;
  }

  .dual-wrapper {
    grid-row-gap: 24px;
  }

  .video-info {
    grid-row-gap: 48px;
    padding-left: 0;
  }

  .parallax-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .parallax-bg.video-section {
    min-height: 80vh;
    margin-bottom: 40px;
    margin-left: -40px;
    margin-right: -40px;
    padding: 60px 40px;
  }

  .heading-20 {
    font-size: 17px;
  }

  .feature-icon__vertical {
    margin-bottom: 16px;
  }

  .feature-grid-02 {
    margin-top: 80px;
  }

  .feauture-p.bold {
    font-size: 14px;
  }

  .contato-fixo {
    z-index: 3000;
    width: 100%;
    border-radius: 0;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .btn-flex__heading {
    letter-spacing: 0;
    flex: 0 auto;
    margin-right: 8px;
    font-size: 10px;
  }

  .btn-flex__wrapper {
    align-items: center;
    display: flex;
  }

  .cta-fixo__link-wrapper {
    margin-left: 0;
    margin-right: 12px;
  }

  .cta-fixo__link-wrapper.last {
    margin-right: 0;
  }

  .icon-footer {
    width: 16px;
    height: 16px;
  }

  .btn-flex__text-link {
    letter-spacing: 0;
    flex: 0 auto;
    font-size: 11px;
  }

  .galeria-slider__wrapper {
    width: 97%;
    height: 70vw;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .fixed-galeria-icon {
    top: 20px;
    right: 20px;
  }

  .legendas {
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
  }

  .img-vista__wrapper {
    width: 120%;
    margin-left: -29px;
    margin-right: 0;
  }

  .tab-link {
    margin-bottom: 16px;
    margin-right: 30px;
  }

  .tab-link.w--current {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .tabs-content {
    height: 40vh;
  }

  .tab-zoom {
    top: 20px;
    right: 20px;
  }

  .heading-32 {
    font-size: 24px;
    line-height: 1.4;
  }

  .feauture-item {
    width: 100%;
    height: auto;
    flex-direction: row;
    align-items: center;
    padding: 0;
  }

  .feaure-icon {
    min-height: 40px;
    min-width: 40px;
    margin-bottom: 0;
    margin-right: 16px;
  }

  .feature-heading-02 {
    font-size: 16px;
    line-height: 1;
  }

  .logo-link {
    margin: 32px 0;
  }

  .logo-block {
    flex-direction: column-reverse;
  }

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

  .footer {
    margin-bottom: 0;
    padding-bottom: 92px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-icon {
    width: 24px;
  }

  .footer-info {
    font-size: 14px;
  }

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

  .texto-legal {
    font-size: 11px;
  }

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

  .content-02__left {
    flex-direction: row;
    flex: 1;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .content {
    align-items: stretch;
  }

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

  .footer_wrapper {
    align-items: center;
  }

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

  .form-wrapper {
    border-style: none;
    padding: 24px;
  }

  .contact-link__wrapper {
    width: 100%;
    justify-content: center;
  }

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

  .right-content {
    margin-bottom: 0;
  }

  .field_label {
    font-size: 16px;
  }

  .text-field {
    height: 48px;
    margin-bottom: 16px;
    padding-left: 18px;
    font-size: 12px;
  }

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

  .form-heading {
    padding-right: 24px;
  }

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

  .dinamic-tabs {
    padding-top: 0;
    padding-bottom: 24px;
  }

  .standard-tab {
    width: 100%;
    margin-right: 31px;
    padding-bottom: 12px;
  }

  .standard-tab.w--current {
    width: 100%;
    margin-left: 0;
    padding-bottom: 20px;
  }

  .tab-p {
    font-size: 13px;
  }

  .tab-wrapper {
    height: 45vh;
  }

  .menu-btn {
    width: 100%;
    justify-content: center;
    margin-bottom: 12px;
    margin-left: 0;
    display: flex;
  }

  .slide-planta {
    width: 95%;
    border-radius: 16px;
    margin-top: 0;
  }

  .aptos-slider__wrapper {
    width: 98%;
    min-height: 540px;
    margin-top: 0;
    margin-bottom: 32px;
  }

  .hero-icon {
    margin-bottom: 8px;
  }

  .slider__wrapper-03 {
    margin-top: 32px;
  }

  .slider-03 {
    z-index: 256;
    width: 98%;
    height: 100%;
  }

  .cronograma__heading, .cronograma__porcentagem {
    font-size: 14px;
  }

  .cronograma-line__block {
    margin-bottom: 4px;
  }

  .cronograma__numbers {
    padding-left: 4px;
    padding-right: 4px;
  }

  .cronograma__caption {
    font-size: 8px;
  }

  .plt__btn {
    width: 100%;
    text-align: center;
  }

  .plt-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .plt-block {
    text-align: left;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .plt-heading-24px {
    margin-top: 32px;
  }

  .plt-hero {
    align-items: flex-end;
    padding-left: 24px;
    padding-right: 24px;
  }

  .plt__hero-block {
    flex-direction: column;
    margin-bottom: -21px;
  }

  .plt__brand {
    margin-bottom: 72px;
  }

  .cta-02 {
    display: none;
    bottom: 100px;
    left: 16px;
    right: 16px;
  }

  .button-primary {
    padding: 15px 34px 16px;
  }

  .tab-column {
    margin-top: 56px;
  }
}

#w-node-_5bffca03-db41-1df2-418d-9ebb899d6d07-ffabe8ef, #w-node-_8edcbf40-d7fb-00f3-fda1-e9bf7a560e29-ffabe8ef, #w-node-_62537483-9069-ef92-99a8-45bfb73dd357-ffabe8ef, #w-node-_08b5dcaa-1205-528d-4b4c-aba9ba720603-ffabe8ef, #w-node-ebb38d43-cf5b-819a-84fb-5ab0d022ad79-ffabe8ef, #w-node-_85606787-e6b5-64e3-0c1a-5bd6461ee684-ffabe8ef, #w-node-e9f797d2-0f96-f9b8-3821-5cb50fe307fa-ffabe8ef, #w-node-f41f965a-16b0-7c14-c79e-a747f8d163ee-ffabe8ef, #w-node-d1a524fd-548e-9124-8193-08cc17ea6958-ffabe8ef, #w-node-_60ec13cc-0a6f-fcd3-9d09-b8c6d93b69d0-ffabe8ef {
  align-self: center;
  justify-self: stretch;
}

#w-node-_5bffca03-db41-1df2-418d-9ebb899d6d30-ffabe8ef {
  align-self: center;
}

#w-node-c1234116-5639-d8c2-c64f-9c48c4373644-ffabe8ef {
  align-self: center;
  justify-self: center;
}

#w-node-_76a4a2b5-bd73-67fb-2256-4c2437c2c96c-ffabe8ef {
  grid-area: 1 / 1 / 3 / 3;
  align-self: stretch;
}

#w-node-_76a4a2b5-bd73-67fb-2256-4c2437c2c96d-ffabe8ef {
  grid-area: 2 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_76a4a2b5-bd73-67fb-2256-4c2437c2c97a-ffabe8ef {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_76a4a2b5-bd73-67fb-2256-4c2437c2ca3b-ffabe8ef {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_168a1b80-a847-2b45-1479-ff49e2f10952-ffabe8ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e29ba95-ad4f-612d-1cfd-556f0f818e4e-ffabe8ef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_5bffca03-db41-1df2-418d-9ebb899d6d04-ffabe8ef, #w-node-_8edcbf40-d7fb-00f3-fda1-e9bf7a560e26-ffabe8ef, #w-node-_62537483-9069-ef92-99a8-45bfb73dd354-ffabe8ef, #w-node-_08b5dcaa-1205-528d-4b4c-aba9ba720600-ffabe8ef, #w-node-ebb38d43-cf5b-819a-84fb-5ab0d022ad76-ffabe8ef, #w-node-_85606787-e6b5-64e3-0c1a-5bd6461ee681-ffabe8ef, #w-node-e9f797d2-0f96-f9b8-3821-5cb50fe307f7-ffabe8ef, #w-node-f41f965a-16b0-7c14-c79e-a747f8d163eb-ffabe8ef, #w-node-d1a524fd-548e-9124-8193-08cc17ea6955-ffabe8ef, #w-node-_60ec13cc-0a6f-fcd3-9d09-b8c6d93b69cd-ffabe8ef {
    order: 9999;
  }

  #w-node-_76a4a2b5-bd73-67fb-2256-4c2437c2c96c-ffabe8ef, #w-node-_76a4a2b5-bd73-67fb-2256-4c2437c2c96d-ffabe8ef, #w-node-_76a4a2b5-bd73-67fb-2256-4c2437c2c97a-ffabe8ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_76a4a2b5-bd73-67fb-2256-4c2437c2ca3b-ffabe8ef {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5bffca03-db41-1df2-418d-9ebb899d6d04-ffabe8ef, #w-node-_8edcbf40-d7fb-00f3-fda1-e9bf7a560e26-ffabe8ef, #w-node-_62537483-9069-ef92-99a8-45bfb73dd354-ffabe8ef, #w-node-_08b5dcaa-1205-528d-4b4c-aba9ba720600-ffabe8ef, #w-node-ebb38d43-cf5b-819a-84fb-5ab0d022ad76-ffabe8ef, #w-node-_85606787-e6b5-64e3-0c1a-5bd6461ee681-ffabe8ef, #w-node-e9f797d2-0f96-f9b8-3821-5cb50fe307f7-ffabe8ef, #w-node-f41f965a-16b0-7c14-c79e-a747f8d163eb-ffabe8ef, #w-node-d1a524fd-548e-9124-8193-08cc17ea6955-ffabe8ef, #w-node-_60ec13cc-0a6f-fcd3-9d09-b8c6d93b69cd-ffabe8ef {
    order: 9999;
  }

  #w-node-c1234116-5639-d8c2-c64f-9c48c4373644-ffabe8ef {
    justify-self: start;
  }

  #w-node-_2e29ba95-ad4f-612d-1cfd-556f0f818e4e-ffabe8ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5bffca03-db41-1df2-418d-9ebb899d6d04-ffabe8ef, #w-node-_8edcbf40-d7fb-00f3-fda1-e9bf7a560e26-ffabe8ef, #w-node-_62537483-9069-ef92-99a8-45bfb73dd354-ffabe8ef, #w-node-_08b5dcaa-1205-528d-4b4c-aba9ba720600-ffabe8ef, #w-node-ebb38d43-cf5b-819a-84fb-5ab0d022ad76-ffabe8ef, #w-node-_85606787-e6b5-64e3-0c1a-5bd6461ee681-ffabe8ef, #w-node-e9f797d2-0f96-f9b8-3821-5cb50fe307f7-ffabe8ef, #w-node-f41f965a-16b0-7c14-c79e-a747f8d163eb-ffabe8ef, #w-node-d1a524fd-548e-9124-8193-08cc17ea6955-ffabe8ef, #w-node-_60ec13cc-0a6f-fcd3-9d09-b8c6d93b69cd-ffabe8ef {
    order: 9999;
  }

  #w-node-_76a4a2b5-bd73-67fb-2256-4c2437c2ca3b-ffabe8ef {
    order: -9999;
  }
}


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