body {
  font-family: Barlow, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #303436;
  text-decoration: none;
}

.page-wrapper {
  overflow: hidden;
}

.main-nav__list {
  max-width: 1216px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-nav__brand {
  width: 160px;
  margin-top: 11px;
}

.main-nav__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1003;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 96px;
  padding-right: 72px;
  padding-left: 72px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9e62a8;
}

.main-nav__link {
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: all 400ms cubic-bezier(.42, 0, .304, .985);
  transition: all 400ms cubic-bezier(.42, 0, .304, .985);
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 18px;
  font-weight: 500;
}

.main-nav__link:hover {
  color: #fff;
  font-weight: 500;
}

.main-nav__link.w--current {
  color: #fdc661;
  font-weight: 600;
}

.main-nav__link.w--current:hover {
  color: #b26027;
}

.menu-btn {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 32px;
  padding: 16px 32px;
  border-radius: 6px;
  background-color: #43bfa2;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

.menu-btn:hover {
  background-color: #13c2cc;
  font-weight: 700;
}

.menu-btn.w--current {
  color: #fff;
}

.heading-32 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fdc661;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  padding-top: 200px;
  padding-right: 72px;
  padding-left: 72px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__block {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero__block.left-block {
  width: 50%;
  margin-right: 32px;
}

.hero__block.right-block {
  width: 40%;
  margin-left: 32px;
}

.heading-60 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.label {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.label.light-label {
  font-weight: 500;
}

.hero__content {
  position: relative;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  max-width: 1216px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -50;
  width: 100%;
  height: 81%;
  background-color: #9e62a8;
}

.label-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.label-block.small-label {
  width: 320px;
}

.label-block.full-label {
  width: 100%;
}

.label-block.medium-label {
  width: 40%;
}

.form-wrapper {
  position: relative;
  padding: 40px 48px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 32px 80px 0 rgba(12, 53, 43, 0.13), 0 30px 40px -13px rgba(25, 104, 85, 0.26), 0 12px 17px -11px rgba(25, 104, 85, 0.27);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.form-wrapper.footer-form {
  width: 520px;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #43bfa2;
}

.field_label {
  display: none;
  margin-top: 0px;
  margin-bottom: 4px;
  padding-left: 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.text-field {
  height: 48px;
  margin-bottom: 16px;
  padding: 0px 0px 0px 24px;
  border: 2px solid #f2f2f2;
  border-radius: 6px;
  background-color: #f2f2f2;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 16px;
  font-weight: 600;
}

.text-field:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #43bfa2;
}

.text-field:active {
  border-color: #43bfa2;
  background-color: #43bfa2;
  color: #fff;
}

.text-field:focus {
  border-style: solid;
  border-width: 2px;
  border-color: #43bfa2;
  background-color: #43bfa2;
  color: #fff;
}

.text-field::-webkit-input-placeholder {
  color: #303436;
}

.text-field:-ms-input-placeholder {
  color: #303436;
}

.text-field::-ms-input-placeholder {
  color: #303436;
}

.text-field::placeholder {
  color: #303436;
}

.text-field.message {
  padding-top: 24px;
  padding-bottom: 64px;
}

.label-color.orange-label {
  color: #fdc661;
}

.label-color.blue-label {
  color: #4d63ac;
}

.label-color.purple-label {
  color: #9e62a8;
}

.form-heading {
  margin-bottom: 32px;
}

.paragraph {
  margin-bottom: 0px;
  color: #303436;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.paragraph.purple-paragraph {
  color: #9e62a8;
}

.form-btn {
  width: 100%;
  height: 56px;
  margin-top: 24px;
  margin-right: 16px;
  padding: 16px 24px;
  border-radius: 6px;
  background-color: #43bfa2;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.form-btn:hover {
  background-color: #9e62a8;
}

.form-icon {
  position: absolute;
  left: auto;
  top: 16px;
  right: 16px;
  bottom: auto;
}

.spacer.btn-40px {
  height: 40px;
}

.spacer.btn-32px {
  height: 32px;
}

.hero-cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  text-decoration: none;
  cursor: pointer;
}

.heading-24 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.heading-24.purple-heading {
  color: #4d63ac;
}

.text-box._480px {
  width: 480px;
}

.text-box._560px {
  max-width: 560px;
}

.hero-kv {
  position: absolute;
  z-index: -49;
}

.hero-kv.logo-roxo {
  position: absolute;
  left: 73%;
  top: 8.5%;
  right: -8%;
  bottom: 0%;
  height: 670px;
  margin-top: 87px;
}

.hero-kv.white {
  left: 10%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  opacity: 0.44;
  -webkit-transform: translate(-300px, -205px);
  -ms-transform: translate(-300px, -205px);
  transform: translate(-300px, -205px);
}

.hero-cta-arrow {
  margin-right: 24px;
}

.section {
  padding: 150px 72px;
}

.section.galery {
  background-image: url('../images/infinity_kv_outline_white.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.plantas {
  background-image: url('../images/infinity_kv_outline_white.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.maps {
  background-image: url('../images/infinity_kv_outline_white.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.flexbox-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flexbox-block.horizontal-center {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-block {
  width: 50%;
}

.feature-block.left-block {
  position: relative;
  margin-right: 30px;
}

.feature-block.right-block {
  margin-left: 30px;
}

.feature-header {
  color: #f85e99;
  font-size: 32px;
  font-weight: 700;
}

.feature-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 720px;
  border-radius: 16px;
}

.feature-img.blurd-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: -1%;
  bottom: -4%;
  z-index: -5;
  opacity: 1;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.image-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.kv-absolute {
  position: absolute;
  left: -8%;
  top: auto;
  right: auto;
  bottom: -5%;
}

.purple-span {
  color: #9e62a8;
  font-weight: 700;
}

.feature-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.feaure-iten {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1.5px solid #13c2cc;
}

.feature-iten__text-block {
  display: inline-block;
}

.feature-iten-heading {
  color: #9e62a8;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.feature-iten-text {
  color: #13c2cc;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.card-logo {
  position: absolute;
  left: auto;
  top: 24px;
  right: 24px;
  bottom: auto;
  width: 96px;
}

.cva-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
  padding-top: 56px;
  padding-bottom: 56px;
  padding-left: 56px;
  border-radius: 12px;
  background-color: #e6de4d;
}

.cva-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #4d63ac;
  font-size: 32px;
  font-weight: 700;
}

.cva-heading-block {
  width: 60%;
  margin-right: 38px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cva-img {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 42%;
}

.cva-paragraph {
  max-width: 50ch;
  min-width: 30ch;
  margin-top: 16px;
  margin-bottom: 0px;
  color: #303436;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}

.slider-mask {
  overflow: visible;
  width: 100%;
  height: 100%;
}

.galeria-slider__wrapper {
  width: 100%;
  height: 64vh;
  margin-bottom: 96px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.galery-arrow {
  position: absolute;
  left: auto;
  top: 45%;
  right: 32px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: rgba(248, 94, 153, 0.76);
  -webkit-transition: all 800ms cubic-bezier(.785, .135, .15, .86);
  transition: all 800ms cubic-bezier(.785, .135, .15, .86);
  font-size: 24px;
}

.galery-arrow:hover {
  border-radius: 20px;
  background-color: #f85e99;
  opacity: 1;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.galery-arrow.left {
  left: 32px;
  top: 45%;
  right: auto;
  bottom: auto;
}

.galery-arrow.left:hover {
  -webkit-transform: translate(-5px, 0px);
  -ms-transform: translate(-5px, 0px);
  transform: translate(-5px, 0px);
}

.zoom-icon {
  width: 21px;
  height: 21px;
  margin-top: 0px;
  margin-right: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image_fit {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-nav-dots {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -9%;
  display: block;
  padding-top: 12px;
}

.slider-nav-dots:hover {
  color: #f85e99;
}

.slider-nav-dots:focus {
  color: #f85e99;
}

.legendas {
  position: absolute;
  left: auto;
  top: auto;
  right: 32px;
  bottom: 20px;
  z-index: 24;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  text-shadow: 2px 0 4px rgba(0, 0, 0, 0.32);
}

.fixed-icon {
  position: absolute;
  left: auto;
  top: 32px;
  right: 32px;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: rgba(248, 94, 153, 0.76);
  -webkit-transition: all 600ms cubic-bezier(.785, .135, .15, .86);
  transition: all 600ms cubic-bezier(.785, .135, .15, .86);
  cursor: pointer;
}

.fixed-icon:hover {
  border-radius: 20px;
  background-color: #f85e99;
}

.slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: 32px;
  border-radius: 24px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.slide:hover {
  border-radius: 32px;
}

.left-column {
  width: 45%;
  margin-right: 32px;
}

.left-column.full-column {
  width: auto;
}

.heading-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-column.centered {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.right-text-column {
  width: 580px;
}

.arrow-icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.lightbox-galeria {
  width: 100%;
  height: 100%;
}

.grid-plantas {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.planta-slider-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #9e62a8;
  border-radius: 12px;
  background-color: #fff;
}

.slide-nav-dots {
  display: none;
}

.planta__subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #9e62a8;
  font-size: 20px;
  line-height: 0.8;
  font-weight: 500;
  text-transform: uppercase;
}

.img-planta {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero__block-2 {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.aptos-slider__wrapper {
  width: 100%;
  height: 70vh;
  margin-top: 56px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slider__mask {
  overflow: visible;
  width: 100%;
  height: 100%;
}

.planta-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 12px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.planta-wrapper:hover {
  opacity: 1;
}

.planta__label {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #43bfa2;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.slide-planta {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-right: 32px;
}

.lightbox-plantas {
  position: relative;
  width: 100%;
  height: 100%;
}

.aptos-arrow {
  position: absolute;
  left: 72px;
  top: auto;
  right: 0%;
  bottom: -3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #f85e99;
  -webkit-transition: all 800ms cubic-bezier(.785, .135, .15, .86);
  transition: all 800ms cubic-bezier(.785, .135, .15, .86);
  font-size: 24px;
}

.aptos-arrow:hover {
  border-radius: 20px;
  background-color: #f85e99;
  opacity: 1;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.aptos-arrow.left {
  left: -72px;
}

.aptos-arrow.left:hover {
  -webkit-transform: translate(-5px, 0px);
  -ms-transform: translate(-5px, 0px);
  transform: translate(-5px, 0px);
}

.planta__heading {
  margin-top: 0px;
  margin-bottom: 4px;
  color: #9e62a8;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.btn-planta {
  margin-top: 8px;
  padding: 16px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #9e62a8;
}

.cta-planta {
  margin-top: 56px;
}

.cta-planta.mobile {
  display: none;
}

.btn-text {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.btn-icon {
  margin-right: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.btn-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bolotario-wrapper {
  margin-top: 160px;
}

.bolotario__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #4d63ac;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.bolotario__number._10 {
  position: absolute;
  left: 53%;
  right: auto;
  bottom: 55%;
}

.bolotario__number._04 {
  position: absolute;
  left: auto;
  top: auto;
  right: 34%;
  bottom: 12%;
}

.bolotario__number._03b {
  position: absolute;
  left: auto;
  top: auto;
  right: 56%;
  bottom: 29.5%;
}

.bolotario__number._03 {
  position: absolute;
  left: auto;
  top: auto;
  right: 25%;
  bottom: 16%;
}

.bolotario__number._09 {
  position: absolute;
  left: 66%;
  top: auto;
  right: 0%;
  bottom: 44%;
}

.bolotario__number._05 {
  position: absolute;
  left: auto;
  top: auto;
  right: 38%;
  bottom: 12%;
}

.bolotario__number._07 {
  position: absolute;
  left: 40.5%;
  top: auto;
  right: 0%;
  bottom: 43%;
}

.bolotario__number._15 {
  position: absolute;
  left: 41%;
  top: 23%;
  right: auto;
  bottom: auto;
}

.bolotario__number._01 {
  position: absolute;
  left: auto;
  top: auto;
  right: 13%;
  bottom: 28%;
}

.bolotario__number._08 {
  position: absolute;
  left: 52%;
  top: auto;
  right: 0%;
  bottom: 42%;
}

.bolotario__number._18 {
  position: absolute;
  left: 68%;
  top: 10%;
  right: auto;
  bottom: auto;
}

.bolotario__number._06 {
  position: absolute;
  left: auto;
  top: auto;
  right: 47%;
  bottom: 0%;
}

.bolotario__number._17 {
  position: absolute;
  left: auto;
  top: 25%;
  right: 28%;
  bottom: auto;
}

.bolotario__number._14 {
  position: absolute;
  left: auto;
  top: 29%;
  right: 45%;
  bottom: auto;
}

.bolotario__number._12 {
  position: absolute;
  left: 24%;
  top: auto;
  right: 4%;
  bottom: 64%;
}

.bolotario__number._13 {
  position: absolute;
  left: 38.5%;
  top: 30.5%;
  right: auto;
  bottom: auto;
}

.bolotario__number._02 {
  position: absolute;
  left: auto;
  top: auto;
  right: 18%;
  bottom: 15%;
}

.bolotario__number._16 {
  position: absolute;
  left: 43%;
  top: 17%;
  right: 0%;
  bottom: auto;
}

.bolotario__number.bigger {
  width: 32px;
  height: 32px;
  font-size: 14px;
}

.bol_number {
  margin-bottom: 0px;
}

.bol__img-wrapper {
  position: relative;
}

.bol__img-wrapper.hidden {
  display: none;
}

.implantacao_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.implantacao_list-grid {
  display: -ms-grid;
  display: grid;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.implantacao__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.bol_heading {
  max-width: 580px;
  margin-bottom: 0px;
  color: #033554;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}

.bolotario-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #9e62a8;
  border-radius: 12px;
  background-color: #fff;
}

.slide-nav {
  display: none;
}

.ficha-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 24px;
  background-color: #13c2cc;
}

.icon-56 {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
}

.ficha-mask {
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.ficha-slider {
  padding-right: 47px;
}

.flex-card {
  width: 100%;
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ficha-slide {
  overflow: hidden;
  width: 33.333333333333336%;
  height: 100%;
  margin-right: 24px;
  border-radius: 24px;
}

.heading-ficha {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #303436;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ficha-paragraph {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.kv-ficha {
  position: absolute;
  left: auto;
  top: auto;
  right: -5%;
  bottom: -5%;
  width: 96px;
  opacity: 0.12;
}

.ficha-number {
  position: absolute;
  left: auto;
  top: 24px;
  right: 24px;
  bottom: auto;
  color: #fff;
  font-weight: 500;
}

.ficha-arrows {
  position: absolute;
  left: auto;
  top: -46%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #13c2cc;
  -webkit-transition: all 800ms cubic-bezier(.785, .135, .15, .86);
  transition: all 800ms cubic-bezier(.785, .135, .15, .86);
  font-size: 24px;
}

.ficha-arrows:hover {
  border-radius: 50%;
  background-color: #108d94;
  opacity: 1;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.ficha-arrows.left {
  right: 6%;
}

.ficha-arrows.left:hover {
  -webkit-transform: translate(-5px, 0px);
  -ms-transform: translate(-5px, 0px);
  transform: translate(-5px, 0px);
}

.map-wrapper {
  position: relative;
  width: 100%;
  height: 520px;
  margin-top: 56px;
  border-radius: 24px;
}

.map {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.feature-grid {
  display: -ms-grid;
  display: grid;
  width: 80%;
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.acessos-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-color: #9e62a8;
}

.acessos-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0d4c73;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}

.paragraph-2.large {
  font-size: 18px;
  font-weight: 300;
}

.feature-small-text {
  margin-bottom: 0px;
  color: #9e62a8;
  font-size: 18px;
  font-weight: 600;
}

.feature-number-text {
  color: #303436;
  font-weight: 700;
}

.flexbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-link__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  margin-right: 0px;
  margin-bottom: 8px;
  padding: 16px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #13c2cc;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  color: #fff;
  font-weight: 600;
}

.contact-link__wrapper:hover {
  background-color: #009cad;
}

.contact-link__wrapper.chat {
  background-color: #9e62a8;
}

.contact-link__wrapper.whatsapp {
  background-color: #25d366;
  cursor: pointer;
}

.contact-link__wrapper.whatsapp:hover {
  background-color: #00b85c;
}

.btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  margin-top: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.icon-24px {
  width: 24px;
  height: 24px;
  margin-top: 0px;
  margin-right: 12px;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-18 {
  max-width: 580px;
  color: #006b78;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.text-18.is--white {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.left-content {
  position: relative;
  z-index: 1;
  max-width: 50%;
  padding-right: 120px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.right-content {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #13c2cc;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.footer-content-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid rgba(116, 119, 119, 0.3);
  border-bottom: 1px solid rgba(116, 119, 119, 0.3);
}

.footer-disclaimer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  color: #747777;
}

.footer-disclaimer:hover {
  color: #f58220;
}

.footer {
  margin-top: 80px;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-right: 64px;
  padding-left: 64px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.assinatura {
  margin-bottom: 24px;
  color: #747777;
  font-weight: 400;
  text-align: center;
}

.footer-link {
  margin-right: 4px;
  margin-left: 4px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #747777;
}

.footer-link:hover {
  color: #f58220;
}

.footer-link.is-first {
  margin-right: 8px;
  margin-left: 16px;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.disclaimer-text {
  margin-bottom: 0px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #747777;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.disclaimer-text:hover {
  color: #252c2b;
}

.content-02__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-icon {
  width: 32px;
  height: 32px;
  margin-top: 0px;
  margin-right: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.texto-legal {
  margin-top: 24px;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}

.logo-footer {
  width: auto;
  height: auto;
  max-width: 200px;
}

.container-2 {
  width: 100%;
  max-width: 1216px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 48px;
  margin-left: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d1up_logo {
  width: 24px;
  height: 24px;
  margin-left: 16px;
}

.content-02__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-01__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  width: 24px;
  height: 24px;
}

.social-icon:hover {
  color: #f58220;
}

.content-01__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-content-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-info {
  color: #747777;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
}

.d1up---footer-disclaimer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #747777;
  text-decoration: none;
}

.d1up---footer-disclaimer:hover {
  color: #fdb913;
}

.footer_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.caption-slider {
  font-size: 12px;
  font-weight: 500;
}

.fixed-icon-02 {
  position: absolute;
  left: auto;
  top: 32px;
  right: 32px;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: rgba(248, 94, 153, 0.76);
  -webkit-transition: all 600ms cubic-bezier(.785, .135, .15, .86);
  transition: all 600ms cubic-bezier(.785, .135, .15, .86);
  cursor: pointer;
}

.fixed-icon-02:hover {
  border-radius: 20px;
  background-color: #f85e99;
}

.fixed-icon-03 {
  position: absolute;
  left: auto;
  top: 32px;
  right: 32px;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: rgba(248, 94, 153, 0.76);
  -webkit-transition: all 600ms cubic-bezier(.785, .135, .15, .86);
  transition: all 600ms cubic-bezier(.785, .135, .15, .86);
  cursor: pointer;
}

.fixed-icon-03:hover {
  border-radius: 20px;
  background-color: #f85e99;
}

.fixed-icon-04 {
  position: absolute;
  left: auto;
  top: 32px;
  right: 32px;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: rgba(248, 94, 153, 0.76);
  -webkit-transition: all 600ms cubic-bezier(.785, .135, .15, .86);
  transition: all 600ms cubic-bezier(.785, .135, .15, .86);
  cursor: pointer;
}

.fixed-icon-04:hover {
  border-radius: 20px;
  background-color: #f85e99;
}

.fixed-icon-05 {
  position: absolute;
  left: auto;
  top: 32px;
  right: 32px;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: rgba(248, 94, 153, 0.76);
  -webkit-transition: all 600ms cubic-bezier(.785, .135, .15, .86);
  transition: all 600ms cubic-bezier(.785, .135, .15, .86);
  cursor: pointer;
}

.fixed-icon-05:hover {
  border-radius: 20px;
  background-color: #f85e99;
}

.fixed-icon-06 {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-right: 32px;
}

.lightbox-plantas-02 {
  position: relative;
  width: 100%;
  height: 100%;
}

.lightbox-plantas-03 {
  position: relative;
  width: 100%;
  height: 100%;
}

.lightbox-plantas-04 {
  position: relative;
  width: 100%;
  height: 100%;
}

.lightbox-plantas-05 {
  position: relative;
  width: 100%;
  height: 100%;
}

.fixed-icon-07 {
  position: absolute;
  left: auto;
  top: 32px;
  right: 32px;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: rgba(248, 94, 153, 0.76);
  -webkit-transition: all 600ms cubic-bezier(.785, .135, .15, .86);
  transition: all 600ms cubic-bezier(.785, .135, .15, .86);
  cursor: pointer;
}

.fixed-icon-07:hover {
  border-radius: 20px;
  background-color: #f85e99;
}

.lightbox-plantas-07 {
  position: relative;
  width: 100%;
  height: 100%;
}

.galery-icon {
  position: absolute;
  left: auto;
  top: 32px;
  right: 32px;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: rgba(248, 94, 153, 0.76);
  -webkit-transition: all 600ms cubic-bezier(.785, .135, .15, .86);
  transition: all 600ms cubic-bezier(.785, .135, .15, .86);
  cursor: pointer;
}

.galery-icon:hover {
  border-radius: 20px;
  background-color: #f85e99;
}

.cgt-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding: 120px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 5px solid #fdc661;
  border-bottom: 5px solid #fdc661;
  background-color: #9e62a8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(158, 98, 168, 0.67)), to(rgba(158, 98, 168, 0.67))), url('../images/infinity_kv.svg');
  background-image: linear-gradient(180deg, rgba(158, 98, 168, 0.67), rgba(158, 98, 168, 0.67)), url('../images/infinity_kv.svg');
  background-position: 0px 0px, 280% 40%;
  background-size: auto, 90%;
  background-repeat: repeat, no-repeat;
}

.cgt-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cgt-logo {
  width: 230px;
  margin-bottom: 64px;
}

.cgt-label {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #fdc661;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ctg-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
}

.ctg-btn {
  margin-top: 56px;
  padding: 24px 48px;
  border-radius: 4px;
  background-color: #43bfa2;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.ctg-btn:hover {
  background-color: #334e64;
}

.cta-02 {
  position: fixed;
  left: 32px;
  top: auto;
  right: auto;
  bottom: 32px;
  z-index: 5000;
  display: none;
  max-width: 400px;
  padding: 32px;
  background-color: #fff;
  box-shadow: 0 6px 23px 0 rgba(20, 20, 43, 0.08);
  color: #373435;
}

.cookie-banner-content {
  padding-right: 32px;
}

.cta-p {
  margin-bottom: 16px;
}

.cta-02__pol-link {
  color: #373435;
  font-weight: 700;
  text-decoration: underline;
}

.button-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 160px;
  padding: 12px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #9e62a8;
  box-shadow: 0 3px 12px 0 rgba(74, 58, 255, 0.12);
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button-primary:hover {
  background-color: #4d63ac;
  box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.15);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button-primary.cookie-banner-button---brix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 160px;
  padding: 12px 20px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 0px;
  background-color: #373435;
  font-size: 12px;
  line-height: 15px;
}

.clos-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 24px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #170f49;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.clos-icon:hover {
  -webkit-transform: scale3d(0.9, 0.9, 0.01);
  transform: scale3d(0.9, 0.9, 0.01);
  color: #4a3aff;
}

.plt-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  padding-right: 64px;
  padding-left: 64px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9e62a8;
  color: #fff;
}

.plt-container {
  width: 100%;
  max-width: 1216px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.plt-container._1216px {
  max-width: 1216px;
}

.plt__hero-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plt__brand {
  width: 240px;
}

.plt__btn {
  display: inline-block;
  padding: 20px 40px;
  border-radius: 6px;
  background-color: #43bfa2;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.25px;
  text-decoration: none;
}

.plt__btn:hover {
  background-color: #13c2cc;
}

.plt-section {
  padding: 100px 64px;
}

.plt-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
}

.plt-block {
  width: 640px;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: justify;
}

.paragraph-3 {
  margin-bottom: 0px;
  color: #686664;
}

.plt-heading-24px {
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.modal-whatsapp {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9000;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal__whatsapp {
  position: relative;
  z-index: 99;
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
  padding: 56px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 14px 14px 80px 20px rgba(31, 32, 32, 0.85);
  font-style: normal;
}

.modal__heading {
  padding-right: 24px;
  color: #303436;
  font-size: 28px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.modal__form {
  padding-top: 8px;
}

.modal__close-btn {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #9e62a8;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #fff;
  cursor: pointer;
}

.modal__close-btn:hover {
  background-color: #f85e99;
  box-shadow: 0 12px 24px 0 rgba(248, 94, 153, 0.65);
  color: #fff;
}

.svg-icon {
  padding-top: 5px;
}

.modal-whtsapp__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 98;
  background-color: rgba(31, 32, 32, 0.85);
  cursor: pointer;
}

.cta-fixo__link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  margin-left: 8px;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 96.5%, 0.16);
  -webkit-transition: all 480ms ease-in-out;
  transition: all 480ms ease-in-out;
}

.cta-fixo__link-wrapper:hover {
  border-color: #f6f6f6;
  background-color: hsla(0, 0%, 96.5%, 0.11);
}

.icon-footer {
  width: 20px;
  height: 18px;
  margin-right: 8px;
}

.btn-flex__text-link {
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .main-nav__item {
    min-height: 100vh;
    margin-top: -10px;
    padding: 24px;
    background-color: #4d63ac;
    opacity: 1;
  }

  .main-nav {
    padding-right: 40px;
    padding-left: 40px;
  }

  .menu-button {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    color: #fff;
  }

  .menu-button:hover {
    border-radius: 12px;
    background-color: #4d63ac;
  }

  .menu-button:active {
    background-color: transparent;
  }

  .menu-button.w--open {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #3b5e59;
  }

  .main-nav__link {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 24px;
    padding-left: 24px;
    border-radius: 12px;
    text-align: center;
  }

  .main-nav__link.w--current {
    background-color: #9e62a8;
    color: #fff;
  }

  .menu-btn {
    text-align: center;
  }

  .heading-32 {
    font-size: 24px;
  }

  .hero {
    margin-bottom: 0px;
    padding: 160px 40px 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero__block {
    margin-bottom: 24px;
  }

  .hero__block.left-block {
    width: 80%;
  }

  .hero__block.right-block {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .heading-60 {
    font-size: 50px;
  }

  .label {
    line-height: 1.25;
  }

  .hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-bg {
    height: 36.5%;
  }

  .label-block.medium-label {
    width: 70%;
  }

  .form-wrapper {
    padding: 48px;
  }

  .spacer.btn-40px {
    height: 24px;
  }

  .hero-cta {
    margin-top: 72px;
  }

  .hero-kv.logo-roxo {
    left: 57%;
    top: -10%;
    height: 460px;
  }

  .section {
    padding: 100px 40px;
  }

  .section.galery {
    background-color: #43bfa2;
  }

  .section.plantas {
    background-color: #fdc661;
  }

  .section.maps {
    background-color: #e6de4d;
  }

  .flexbox-block.horizontal-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .feature-block.left-block {
    width: 100%;
    margin-right: 0px;
  }

  .feature-block.right-block {
    width: 100%;
    margin-bottom: 56px;
    margin-left: 0px;
  }

  .feature-img {
    height: auto;
  }

  .feature-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feaure-iten {
    margin-right: 24px;
    margin-bottom: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 300px;
    -webkit-flex: 300px;
    -ms-flex: 300px;
    flex: 300px;
  }

  .card-logo {
    top: 32px;
    right: 32px;
    width: 130px;
  }

  .cva-block {
    margin-top: 120px;
    padding: 32px 0px 0px 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cva-heading-block {
    width: 100%;
    margin-bottom: 24px;
    padding-right: 32px;
  }

  .cva-img {
    position: static;
    width: 100%;
    margin-left: auto;
  }

  .galeria-slider__wrapper {
    height: 50vw;
    margin-bottom: 0px;
  }

  .slider-nav-dots {
    bottom: -14%;
  }

  .legendas {
    right: 4%;
    font-size: 13px;
  }

  .slide {
    height: 100%;
    margin-right: 16px;
  }

  .left-column {
    width: 100%;
    margin-right: 16px;
    margin-bottom: 16px;
  }

  .heading-column {
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid-plantas {
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .planta-slider-box {
    height: 100%;
    padding: 40px 32px;
  }

  .hero__block-2 {
    margin-bottom: 24px;
  }

  .aptos-slider__wrapper {
    height: 100vh;
  }

  .planta-wrapper {
    height: 100%;
  }

  .font-icon {
    font-size: 40px;
  }

  .slide-planta {
    width: 95%;
  }

  .lightbox-plantas {
    height: 100%;
  }

  .bol_number {
    font-size: 13px;
  }

  .implantacao_list-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bolotario-box {
    height: 100%;
    padding: 40px 32px;
  }

  .ficha-slider {
    padding-right: 16px;
  }

  .ficha-slide {
    width: 50%;
    margin-right: 16px;
  }

  .ficha-arrows.left {
    right: 9%;
  }

  .feature-grid {
    width: 90%;
    grid-column-gap: 24px;
  }

  .flexbox.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .contact-link__wrapper {
    margin-right: 16px;
    padding: 12px 24px;
  }

  .btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 56px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .icon-24px {
    width: 24px;
    height: 24px;
  }

  .left-content {
    max-width: 100%;
    padding-right: 0px;
  }

  .right-content {
    z-index: 2;
    max-width: 100%;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .footer-link {
    margin-right: 4px;
  }

  .footer-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }

  .logo-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-logo {
    margin-right: 24px;
    margin-left: 24px;
  }

  .social-icon {
    width: 24px;
    height: 24px;
  }

  .footer-info {
    font-size: 14px;
  }

  .heading-wrapper {
    width: 82%;
  }

  .feauture-icon {
    width: 48px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .slider-text__wrapper {
    width: 80%;
  }

  .fixed-icon-06 {
    width: 95%;
  }

  .lightbox-plantas-02 {
    height: 100%;
  }

  .lightbox-plantas-03 {
    height: 100%;
  }

  .lightbox-plantas-04 {
    height: 100%;
  }

  .lightbox-plantas-05 {
    height: 100%;
  }

  .lightbox-plantas-07 {
    height: 100%;
  }

  .cgt-section {
    padding: 100px 40px;
  }

  .cgt-label {
    line-height: 1.25;
  }

  .cta-02 {
    left: 24px;
    bottom: 110px;
  }

  .plt-hero {
    height: 280px;
  }

  .plt-container {
    max-width: none;
  }

  .plt__brand {
    width: 120px;
    height: 120px;
  }

  .plt-section {
    padding: 80px 56px;
  }

  .plt-block {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .plt-heading-24px {
    margin-top: 40px;
  }

  .modal-whatsapp {
    display: none;
  }

  .modal__whatsapp {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .main-nav__item {
    min-height: 100vh;
  }

  .main-nav {
    height: auto;
    padding-right: 24px;
    padding-left: 24px;
  }

  .menu-button.w--open {
    background-color: #3b5e59;
  }

  .heading-32 {
    font-size: 24px;
  }

  .hero {
    min-height: 80vh;
    margin-bottom: 0px;
    padding: 72px 24px 56px;
  }

  .hero__block.left-block {
    width: 100%;
  }

  .heading-60 {
    font-size: 48px;
  }

  .label {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
  }

  .container {
    width: 100%;
    max-width: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-bg {
    height: 32.5%;
  }

  .label-block.small-label {
    width: 100%;
  }

  .label-block.medium-label {
    width: 100%;
  }

  .form-wrapper {
    padding: 40px;
  }

  .field_label {
    font-size: 14px;
  }

  .paragraph {
    font-size: 14px;
  }

  .heading-24 {
    font-size: 18px;
  }

  .heading-24.purple-heading {
    text-align: left;
  }

  .hero-kv.logo-roxo {
    left: 61%;
    top: -11%;
    height: 320px;
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .feature-list {
    margin-top: 32px;
  }

  .card-logo {
    top: 20px;
    right: 20px;
    width: 96px;
  }

  .cva-heading {
    font-size: 24px;
    line-height: 1.35;
  }

  .cva-paragraph {
    margin-top: 8px;
    font-size: 16px;
  }

  .galeria-slider__wrapper {
    width: 90%;
    height: 48vw;
    margin-top: 32px;
    margin-bottom: 0px;
  }

  .galery-arrow {
    display: none;
  }

  .zoom-icon {
    width: 16px;
    height: 16px;
  }

  .slider-nav-dots {
    bottom: -22%;
    display: none;
  }

  .slide {
    border-radius: 16px;
  }

  .left-column {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .heading-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading-column.centered {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .right-text-column {
    width: auto;
  }

  .grid-plantas {
    height: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .aptos-slider__wrapper {
    width: 96%;
    height: auto;
  }

  .slide-planta {
    width: 98%;
    margin-right: 16px;
  }

  .aptos-arrow {
    display: none;
  }

  .cta-planta {
    display: none;
  }

  .cta-planta.mobile {
    display: block;
    margin-top: 32px;
  }

  .bolotario__number {
    width: 24px;
    height: 24px;
  }

  .implantacao_list-grid {
    width: 100%;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .bol_heading {
    font-size: 15px;
  }

  .ficha-slide {
    width: 100%;
  }

  .ficha-arrows {
    display: none;
  }

  .map-wrapper {
    height: 320px;
  }

  .feature-grid {
    width: 100%;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .feature__icon {
    width: 40px;
    height: 40px;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .contact-link__wrapper {
    margin-right: 8px;
  }

  .btn-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-18 {
    font-size: 15px;
  }

  .right-content {
    width: 100%;
    margin-bottom: 40px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .contact-heading {
    font-size: 32px;
  }

  .footer-content-01 {
    margin-top: 48px;
  }

  .footer {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .footer-link {
    margin-left: 8px;
  }

  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-icon {
    display: none;
  }

  .logo-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .texto-legal {
    margin-top: 24px;
    font-size: 12px;
    line-height: 1.3;
  }

  .footer-logo {
    margin-bottom: 24px;
  }

  .d1up_logo {
    margin-left: 8px;
  }

  .content-02__left {
    height: 24px;
    margin-bottom: 16px;
  }

  .content-01__left {
    margin-bottom: 4px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-content-02 {
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid rgba(116, 119, 119, 0.31);
  }

  .footer-info {
    font-size: 17px;
  }

  .heading-wrapper {
    width: 100%;
  }

  .featire-icon__inner {
    width: 24px;
  }

  .fixed-icon-06 {
    width: 98%;
    margin-right: 16px;
  }

  .cgt-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cgt-label {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
  }

  .button-primary {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .plt-hero {
    padding-right: 32px;
    padding-left: 32px;
  }

  .plt-container {
    width: 100%;
    max-width: none;
  }

  .plt__hero-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .plt__brand {
    width: 100px;
    height: 100px;
  }

  .plt-section {
    padding: 80px 32px;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .modal__whatsapp {
    padding: 32px;
  }

  .modal__heading {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .main-nav__item {
    min-height: 100vh;
    margin-top: 0px;
    padding: 20px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #4d63ac;
  }

  .main-nav {
    padding-right: 24px;
    padding-left: 24px;
  }

  .menu-button:hover {
    background-color: #4d63ac;
  }

  .menu-button.w--open {
    background-color: #4d63ac;
  }

  .menu-button.w--open:focus {
    background-color: #4d63ac;
  }

  .main-nav__link {
    border-radius: 8px;
  }

  .main-nav__link.w--current {
    background-color: #9e62a8;
    color: #fff;
  }

  .menu-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 12px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-32 {
    font-size: 21px;
  }

  .hero {
    min-height: 100vh;
    padding-bottom: 48px;
  }

  .hero__block {
    margin-bottom: 24px;
  }

  .heading-60 {
    font-size: 40px;
  }

  .hero__content {
    margin-top: -22px;
  }

  .container {
    padding-top: 32px;
    padding-bottom: 24px;
  }

  .hero-bg {
    height: 32%;
  }

  .label-block.medium-label {
    margin-bottom: 24px;
  }

  .form-wrapper {
    padding: 24px;
    border-style: none;
  }

  .form-wrapper.footer-form {
    width: auto;
  }

  .field_label {
    font-size: 16px;
  }

  .text-field {
    height: 48px;
    margin-bottom: 16px;
    padding-left: 18px;
    font-size: 12px;
  }

  .form-heading {
    padding-right: 24px;
  }

  .form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-cta-arrow {
    width: 32px;
    margin-right: 16px;
  }

  .section {
    padding: 48px 24px;
  }

  .kv-absolute {
    left: -10%;
    bottom: -9%;
    z-index: 5;
    width: 120px;
  }

  .feature-iten-text {
    line-height: 1.25;
  }

  .cva-block {
    margin-top: 72px;
    padding-left: 0px;
  }

  .cva-heading-block {
    margin-right: 0px;
    padding-left: 32px;
  }

  .cva-paragraph {
    max-width: none;
    min-width: auto;
  }

  .galeria-slider__wrapper {
    width: 95%;
    height: 50vw;
    margin-bottom: 0px;
  }

  .zoom-icon {
    width: 24px;
  }

  .legendas {
    right: 16px;
    bottom: 6px;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0px;
  }

  .fixed-icon {
    top: 20px;
    right: 20px;
  }

  .slide {
    z-index: 256;
    height: 100%;
    border-radius: 8px;
  }

  .slide:hover {
    border-radius: 16px;
  }

  .grid-plantas {
    grid-row-gap: 16px;
  }

  .about-grid__left-block {
    padding-top: 0px;
  }

  .planta-slider-box {
    padding: 24px;
  }

  .planta__subtitle {
    font-size: 14px;
    line-height: 1.1;
  }

  .img-planta {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero__block-2 {
    margin-bottom: 24px;
  }

  .aptos-slider__wrapper {
    height: 578px;
  }

  .planta-wrapper {
    margin-top: 0px;
  }

  .planta__label {
    margin-bottom: 20px;
    padding-right: 70px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0px;
  }

  .slide-planta {
    margin-top: 0px;
    border-radius: 16px;
  }

  .lightbox-plantas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .planta__heading {
    font-size: 36px;
  }

  .btn-planta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .btn-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
    letter-spacing: 0px;
  }

  .bolotario__number {
    width: 21px;
    height: 21px;
    margin-right: 16px;
  }

  .bolotario__number._03b {
    right: 33%;
  }

  .bolotario__number._03 {
    right: 33%;
  }

  .bolotario__number._06 {
    right: 2%;
  }

  .bol_number {
    padding-top: 1px;
    font-size: 11px;
  }

  .implantacao_list-grid {
    padding-right: 16px;
    padding-left: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .implantacao__item {
    margin-bottom: 8px;
  }

  .bol_heading {
    max-width: 100%;
  }

  .bolotario-box {
    padding: 24px 16px;
  }

  .ficha-block {
    height: 320px;
  }

  .map-wrapper {
    height: 70vw;
    margin-top: 24px;
  }

  .map {
    height: 100%;
  }

  .feature-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .btn-wrapper {
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .icon-24px {
    width: 24px;
  }

  .right-content {
    margin-bottom: 0px;
  }

  .footer-content-01 {
    width: 100%;
  }

  .footer-disclaimer {
    margin-bottom: 8px;
  }

  .footer {
    margin-bottom: 0px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-left: 16px;
  }

  .content {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-icon {
    width: 24px;
  }

  .logo-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .texto-legal {
    font-size: 11px;
  }

  .logo-footer {
    max-width: 200px;
  }

  .footer-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-02__left {
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-content-02 {
    width: 100%;
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-info {
    font-size: 14px;
  }

  .footer_wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .feauture-icon {
    margin-left: 16px;
  }

  .fixed-icon-02 {
    top: 20px;
    right: 20px;
  }

  .fixed-icon-03 {
    top: 20px;
    right: 20px;
  }

  .fixed-icon-04 {
    top: 20px;
    right: 20px;
  }

  .fixed-icon-05 {
    top: 20px;
    right: 20px;
  }

  .fixed-icon-06 {
    margin-top: 0px;
    border-radius: 16px;
  }

  .lightbox-plantas-02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lightbox-plantas-03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lightbox-plantas-04 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lightbox-plantas-05 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fixed-icon-07 {
    top: 20px;
    right: 20px;
  }

  .lightbox-plantas-07 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .galery-icon {
    top: 20px;
    right: 20px;
  }

  .cgt-section {
    padding: 48px 24px;
  }

  .cta-02 {
    left: 16px;
    right: 16px;
    bottom: 100px;
  }

  .button-primary {
    padding: 15px 34px 16px;
  }

  .plt-hero {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .plt__hero-block {
    margin-bottom: -21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .plt__brand {
    margin-bottom: 72px;
  }

  .plt__btn {
    width: 100%;
    text-align: center;
  }

  .plt-section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .plt-block {
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: left;
  }

  .plt-heading-24px {
    margin-top: 32px;
  }

  .modal-whatsapp {
    display: none;
    padding-right: 17px;
    padding-left: 17px;
  }

  .modal__whatsapp {
    overflow: auto;
    padding: 16px;
  }

  .modal__close-btn {
    width: 32px;
    height: 32px;
    padding: 9px;
  }

  .cta-fixo__link-wrapper {
    margin-right: 12px;
    margin-left: 0px;
  }

  .icon-footer {
    width: 16px;
    height: 16px;
  }

  .btn-flex__text-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 11px;
    letter-spacing: 0px;
  }
}

#w-node-b85e991c-3985-f19d-73dc-b4bf833ffd79-f49bf947 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-f749c083-4dae-32a4-6fc3-d65683c1d74c-f49bf947 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b0fdd7ea-02f3-5944-16e0-26c1ad09821a-f49bf947 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-e665a719-c094-ebac-6d36-c90e8bcb209d-f49bf947 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b652f800-8193-4944-7a29-e6e19b2b10cd-f49bf947 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-dda75cb4-cb63-2d3f-8312-96ddc3975cd2-f49bf947 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-cd26c587-9031-2bc6-9c79-2fc83374c6f9-f49bf947 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-cd26c587-9031-2bc6-9c79-2fc83374c6ff-f49bf947 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-cd26c587-9031-2bc6-9c79-2fc83374c705-f49bf947 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-cd26c587-9031-2bc6-9c79-2fc83374c70b-f49bf947 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-cd26c587-9031-2bc6-9c79-2fc83374c711-f49bf947 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-cd26c587-9031-2bc6-9c79-2fc83374c717-f49bf947 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-cd26c587-9031-2bc6-9c79-2fc83374c71d-f49bf947 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-cd26c587-9031-2bc6-9c79-2fc83374c723-f49bf947 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-cd26c587-9031-2bc6-9c79-2fc83374c729-f49bf947 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-cd26c587-9031-2bc6-9c79-2fc83374c72f-f49bf947 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-cd26c587-9031-2bc6-9c79-2fc83374c735-f49bf947 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-cd26c587-9031-2bc6-9c79-2fc83374c73b-f49bf947 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-cd26c587-9031-2bc6-9c79-2fc83374c741-f49bf947 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-cd26c587-9031-2bc6-9c79-2fc83374c747-f49bf947 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-cd26c587-9031-2bc6-9c79-2fc83374c74d-f49bf947 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-cd26c587-9031-2bc6-9c79-2fc83374c753-f49bf947 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-cd26c587-9031-2bc6-9c79-2fc83374c759-f49bf947 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-cd26c587-9031-2bc6-9c79-2fc83374c75f-f49bf947 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-a9228314-35b7-a0e1-e9ce-2ad9016a93b9-f49bf947 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_22c218c6-f915-b858-60f1-eca07d5e07bc-f49bf947 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_226e29b1-d20e-70f6-bf02-23a5acaeb431-f49bf947 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-bdceb902-da00-4ec8-c259-b825290c66ec-f49bf947 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_4ae49584-7b68-d200-dc17-2265c298408b-f49bf947 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-d7f0578e-7e7b-05dc-bd89-dcb2dc933733-f49bf947 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-a84bdb33-affb-1a9e-832a-a87f020bede7-f49bf947 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-b85e991c-3985-f19d-73dc-b4bf833ffd76-f49bf947 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-f749c083-4dae-32a4-6fc3-d65683c1d749-f49bf947 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-b0fdd7ea-02f3-5944-16e0-26c1ad098217-f49bf947 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-e665a719-c094-ebac-6d36-c90e8bcb209a-f49bf947 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-b652f800-8193-4944-7a29-e6e19b2b10ca-f49bf947 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-dda75cb4-cb63-2d3f-8312-96ddc3975ccf-f49bf947 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b85e991c-3985-f19d-73dc-b4bf833ffd76-f49bf947 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-f749c083-4dae-32a4-6fc3-d65683c1d749-f49bf947 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-b0fdd7ea-02f3-5944-16e0-26c1ad098217-f49bf947 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-e665a719-c094-ebac-6d36-c90e8bcb209a-f49bf947 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-b652f800-8193-4944-7a29-e6e19b2b10ca-f49bf947 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-dda75cb4-cb63-2d3f-8312-96ddc3975ccf-f49bf947 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b85e991c-3985-f19d-73dc-b4bf833ffd76-f49bf947 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-f749c083-4dae-32a4-6fc3-d65683c1d749-f49bf947 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-b0fdd7ea-02f3-5944-16e0-26c1ad098217-f49bf947 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-e665a719-c094-ebac-6d36-c90e8bcb209a-f49bf947 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-b652f800-8193-4944-7a29-e6e19b2b10ca-f49bf947 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-dda75cb4-cb63-2d3f-8312-96ddc3975ccf-f49bf947 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-cd26c587-9031-2bc6-9c79-2fc83374c6ff-f49bf947 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-cd26c587-9031-2bc6-9c79-2fc83374c705-f49bf947 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-cd26c587-9031-2bc6-9c79-2fc83374c70b-f49bf947 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-cd26c587-9031-2bc6-9c79-2fc83374c711-f49bf947 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-cd26c587-9031-2bc6-9c79-2fc83374c717-f49bf947 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-cd26c587-9031-2bc6-9c79-2fc83374c71d-f49bf947 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-cd26c587-9031-2bc6-9c79-2fc83374c723-f49bf947 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-cd26c587-9031-2bc6-9c79-2fc83374c729-f49bf947 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-cd26c587-9031-2bc6-9c79-2fc83374c72f-f49bf947 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-cd26c587-9031-2bc6-9c79-2fc83374c735-f49bf947 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-cd26c587-9031-2bc6-9c79-2fc83374c73b-f49bf947 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-cd26c587-9031-2bc6-9c79-2fc83374c741-f49bf947 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-cd26c587-9031-2bc6-9c79-2fc83374c747-f49bf947 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-cd26c587-9031-2bc6-9c79-2fc83374c74d-f49bf947 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-cd26c587-9031-2bc6-9c79-2fc83374c753-f49bf947 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-cd26c587-9031-2bc6-9c79-2fc83374c759-f49bf947 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-cd26c587-9031-2bc6-9c79-2fc83374c75f-f49bf947 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-a9228314-35b7-a0e1-e9ce-2ad9016a93b9-f49bf947 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_22c218c6-f915-b858-60f1-eca07d5e07bc-f49bf947 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_226e29b1-d20e-70f6-bf02-23a5acaeb431-f49bf947 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-bdceb902-da00-4ec8-c259-b825290c66ec-f49bf947 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_4ae49584-7b68-d200-dc17-2265c298408b-f49bf947 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-d7f0578e-7e7b-05dc-bd89-dcb2dc933733-f49bf947 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-a84bdb33-affb-1a9e-832a-a87f020bede7-f49bf947 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}