:root {
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--grey-300: #e4e6f1;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left {
  z-index: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  padding: 0 0 20px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-brand {
  background-image: linear-gradient(#1b3b40, #5f806f);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-menu-wrapper {
  color: #fff;
}

.nav-menu-two {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #5f806f;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #fff;
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  background-image: linear-gradient(14deg, #cde4ba, #5f806f);
  border-radius: 15px;
  max-width: 100%;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.nav-button {
  padding-left: 10px;
  padding-right: 10px;
}

.menu-button {
  color: #fff;
}

.hero-heading-left {
  z-index: 3;
  padding: 0 30px;
  position: relative;
  overflow: visible;
}

.hero-wrapper {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-size: 19px;
  display: flex;
  position: relative;
}

.hero-split {
  z-index: -1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.hero-split.testimonial-holder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.margin-bottom-24px {
  color: #fffc;
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 30px;
}

.shadow-two {
  z-index: -2;
  width: 600px;
  max-width: 100%;
  position: absolute;
  inset: -8% 5% auto auto;
}

.body {
  color: #fff;
  background-color: #1e1e1e;
  background-image: url('../images/hero-background-light-samll.webp'), url('../images/hero-background-light-samll.webp'), url('../images/elipse-grande.webp'), url('../images/hero-background-light-samll.webp'), url('../images/Design-sem-nome-13.webp');
  background-position: 220% 360%, -40% 200%, 120% 0, 50% 0, 0 -10%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, 800px, auto, auto;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.heading {
  letter-spacing: -2px;
  max-width: 590px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 38px;
  line-height: 58px;
}

.list-item, .list-item-2, .text-block, .list-item-3, .icon {
  color: #fff;
}

.video-section {
  margin-top: 100px;
  padding-bottom: 40px;
}

.video-player {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 60px #0009;
}

.div-video-holder {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 501px;
  display: flex;
  overflow: hidden;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

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

.vertical-card-section {
  background-image: url('../images/Design-sem-nome-13.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 40px;
}

.centered-subheading {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 24px;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.div-cards-organizer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  max-width: 1200px;
  margin-top: 100px;
  display: flex;
}

.div-card-rectangle {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  outline-offset: 0px;
  background-image: linear-gradient(#1b3b40, #fff0);
  border-radius: 10px;
  outline: 1px solid #ffffff80;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 6px 4px 30px #cde4ba4d;
}

.text-block-2 {
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 24px;
}

.hero-heading-right {
  background-image: url('../images/hero-background-light-samll.webp'), url('../images/fundo-blueprint-building.webp');
  background-position: 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  padding: 120px 30px;
  position: relative;
}

.hero-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 600px;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-2 {
  text-align: right;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.heading-2 {
  text-align: right;
  font-size: 36px;
}

.timeline-section {
  background-image: url('../images/elipse-grande.webp'), url('../images/Design-sem-nome-6.webp');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 700px, contain;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-card-timeline {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  outline-offset: 0px;
  background-image: linear-gradient(#1b3b40, #fff0);
  border-radius: 10px;
  outline: 2px solid #cde4ba;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  min-height: 340px;
  max-height: 100%;
  padding: 25px 20px;
  display: flex;
  box-shadow: 6px 4px 30px #cde4ba4d;
}

.div-card-timeline.offset {
  margin-top: 100px;
}

.card-timeline-header {
  background-image: linear-gradient(45deg, #cde4ba, #5f806f);
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 10px 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  display: flex;
}

.card-timeline-subheader {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-timeline-card {
  color: #fffc;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 20px;
}

.timeline-holder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.beneficios {
  background-image: url('../images/Design-sem-nome-13.webp'), url('../images/Design-sem-nome-11.webp');
  background-position: 0%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 1500px, auto;
  padding: 80px 30px;
  position: relative;
}

.beneficios.faq {
  background-image: url('../images/hero-background-light-samll.webp'), url('../images/Design-sem-nome-13.webp'), url('../images/Design-sem-nome-11.webp');
  background-position: 100%, 0%, 50% 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto 1500px, 90%;
}

.beneficios.beneficios-2 {
  background-image: url('../images/hero-background-light-samll.webp'), url('../images/elipse-grande.webp');
  background-position: -70%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto 800px;
}

.container-3 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 1250px;
  margin-top: 50px;
  display: flex;
}

.pricing-card-three {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  outline-offset: 0px;
  text-align: center;
  border-radius: 10px;
  outline: 2px solid #cde4ba;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  max-width: 350px;
  height: 350px;
  padding: 24px;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
  font-size: 16px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.heading-3 {
  font-size: 28px;
}

.testmonials {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-h2-side {
  letter-spacing: 0;
  max-width: 590px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.heading-2-thin {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
}

.card-text-side-right {
  color: #848484;
  text-align: right;
  background-color: #fff;
  border-radius: 12px;
  max-width: 500px;
  margin-bottom: 0;
  padding: 20px 24px 20px 20px;
  font-size: 14px;
  line-height: 20px;
}

.side-right-card-holders {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.heading-2-small-thin {
  text-align: right;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.heading-2-small-thin.centered-small-header {
  text-align: center;
}

.heading-2-small-thin.left-align {
  text-align: left;
}

.h2-with-small-header-holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.f-accordian-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.f-accordian-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.f-accordian-dropdown {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  background-color: #fafafa;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  padding: 40px;
  transition: all .3s;
  display: block;
}

.f-accordian-title-wrapper {
  color: #fff;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-wrapper {
  grid-row-gap: 24px;
  border-radius: 8px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.f-accordian-icon {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-accordian-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-title {
  color: #000;
  letter-spacing: -.01em;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #b6b6b6;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #fff;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 10px;
}

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

.footer-copyright {
  color: #bcbcbc;
  font-size: 16px;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.image {
  height: 60px;
  padding-top: 0;
  overflow: hidden;
}

.image-2 {
  z-index: -2;
  filter: blur(200px);
  vertical-align: baseline;
  background-color: #1b3b40;
  max-width: 600px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-2 {
  z-index: -3;
  filter: blur(200px);
  background-color: #1b3b40;
  width: 600px;
  height: 400px;
  position: absolute;
}

.div-block-2.rirght-side-light {
  background-color: #5f806f99;
  inset: 28% 19% auto auto;
}

.div-block-2.rirght-side-light-video {
  background-color: #1b3b40;
  inset: auto 9% -15px auto;
}

.sobre {
  background-image: url('../images/Liliane-e-Tatieli---Sobre-2.webp'), url('../images/hero-background-light-samll.webp'), url('../images/hero-background-light-samll.webp'), url('../images/Fundo-Sobre.webp');
  background-position: 10%, 100%, 100%, -10%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto 60%, auto, auto, auto 80%;
  padding: 120px 30px;
  position: relative;
}

.testimonials {
  z-index: 3;
  background-color: #0d1114;
  padding: 0 30px;
  position: relative;
  overflow: visible;
}

.image-3 {
  max-width: 24vw;
  padding-top: 80px;
}

.image-4 {
  z-index: -2;
  position: absolute;
  left: 4.4vw;
}

.luz-de-fundo-testimonials {
  z-index: -2;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0% 0 0% auto;
}

.image-cta-final {
  padding-top: 80px;
  padding-bottom: 80px;
}

.final-cta {
  z-index: 3;
  background-image: url('../images/elipse-grande.webp'), url('../images/Design-sem-nome-9.webp');
  background-position: 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  padding: 0 30px;
  position: relative;
  overflow: visible;
}

.image-5 {
  max-height: 26vw;
}

.image-3-top {
  max-width: 24vw;
  padding-top: 0;
}

.code-embed {
  border-radius: 20px;
}

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

@media screen and (min-width: 1280px) {
  .margin-bottom-24px {
    font-size: 18px;
  }

  .shadow-two {
    top: -9%;
    right: 14%;
  }

  .heading {
    font-size: 40px;
  }

  .div-video-holder {
    max-width: 900px;
  }

  .centered-heading {
    font-size: 38px;
  }

  .centered-subheading {
    font-size: 18px;
  }

  .heading-h2-side {
    font-size: 38px;
  }

  .heading-2-thin {
    font-size: 36px;
  }

  .card-text-side-right {
    font-size: 16px;
  }

  .sobre {
    background-position: 20%, 20%;
    background-size: auto 80%, auto 90%;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-logo-left {
    z-index: 10;
  }

  .hero-split.testimonial-holder {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: row;
    padding-top: 0;
    padding-bottom: 0;
  }

  .shadow-two {
    width: 700px;
    top: -27%;
    right: 10%;
  }

  .body {
    background-image: url('../images/hero-background-light-samll.webp'), url('../images/hero-background-light-samll.webp'), url('../images/hero-background-light-samll.webp'), url('../images/hero-background-light-samll.webp'), url('../images/elipse-grande.webp');
    background-position: 20% 0, 10% 510%, 80% 350%, 10% 0, 100% 0;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, auto, auto, 1030px;
  }

  .video-section {
    padding-top: 60px;
  }

  .hero-heading-right {
    background-image: url('../images/fundo-blueprint-building.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .shadow-two-2 {
    box-shadow: none;
    max-width: 260px;
  }

  .timeline-section {
    background-image: url('../images/hero-background-light-samll.webp'), url('../images/hero-background-light-samll.webp'), url('../images/Design-sem-nome-6.webp');
    background-position: 50%, 50%, 50%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, 1286px;
  }

  .div-card-timeline {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }

  .div-card-timeline.offset {
    margin-top: 220px;
  }

  .beneficios {
    background-image: linear-gradient(#0000 88%, #000 98%), url('../images/Design-sem-nome-13.webp'), url('../images/Design-sem-nome-11.webp'), url('../images/Design-sem-nome-10.webp');
    background-position: 0 0, 0%, 50% 0, 0 0;
    background-repeat: repeat, no-repeat, no-repeat, no-repeat;
    background-size: auto, auto 1500px, auto, cover;
  }

  .beneficios.faq {
    background-image: url('../images/hero-background-light-samll.webp'), url('../images/Design-sem-nome-13.webp'), url('../images/Design-sem-nome-11.webp');
    background-position: 100% 100%, 0%, 50% 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto 1500px, auto;
  }

  .beneficios.beneficios-2 {
    background-image: url('../images/hero-background-light-samll.webp'), url('../images/elipse-grande.webp');
    background-position: 0%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto 800px;
  }

  .f-accordian-wrapper {
    border-style: none;
    border-width: 0;
  }

  .div-block-2 {
    filter: none;
    background-color: #1b3b4000;
    background-image: url('../images/Design-sem-nome-7.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    right: auto;
  }

  .div-block-2.rirght-side-light {
    background-color: #5f806f00;
  }

  .div-block-2.rirght-side-light-video {
    filter: blur(30px);
    background-color: #1b3b4000;
    background-image: radial-gradient(circle, #1b3b4080, #1b3b4000);
    border-radius: 1000px;
    height: 600px;
  }

  .div-block-2.light-vertical-cards {
    bottom: 82px;
  }

  .video {
    border-radius: 20px;
  }

  .sobre {
    background-image: url('../images/hero-background-light-samll.webp'), url('../images/Liliane-e-Tatieli---Sobre-2.webp'), url('../images/Fundo-Sobre.webp');
    background-position: 100%, 14%, 20%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto 95%, auto 100%;
    padding-top: 180px;
  }

  .testimonials {
    background-color: #0d1114;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-3 {
    padding-top: 80px;
  }

  .image-4 {
    z-index: -2;
    position: absolute;
    left: 16vw;
  }

  .luz-de-fundo-testimonials {
    z-index: -2;
    justify-content: center;
    align-items: flex-start;
    display: block;
    position: absolute;
    left: auto;
    right: 200px;
  }

  .image-cta-final {
    padding-top: 80px;
  }

  .final-cta {
    background-image: url('../images/elipse-grande.webp'), url('../images/Design-sem-nome-9.webp');
    background-position: 80%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: 890px, cover;
  }

  .image-3-top {
    padding-top: 80px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    z-index: 10;
    background-image: linear-gradient(#000, #fff);
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-left-container.shadow-three {
    background-image: linear-gradient(#1b3b40, #5f806f);
    padding-bottom: 0;
  }

  .container {
    max-width: 98%;
  }

  .navbar-brand {
    background-image: none;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    color: #5f806f;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link:hover {
    text-shadow: 0 0 2px #5f806f;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #5f806f;
    background-color: #fff;
    border-radius: 50px;
  }

  .hero-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .hero-split.testimonial-holder {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .margin-bottom-24px {
    max-width: 400px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
  }

  .shadow-two {
    width: 400px;
    top: 4%;
  }

  .body {
    background-position: 220% 360%, -40% 200%, 120% 15%, 50% 0, 0 -10%;
    background-size: auto, auto, 600px, auto, auto;
  }

  .heading {
    letter-spacing: 0;
    max-width: 400px;
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 36px;
  }

  .icon {
    color: #fff;
  }

  .div-video-holder {
    width: 100%;
  }

  .vertical-card-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-2 {
    max-width: 728px;
  }

  .centered-heading {
    font-size: 28px;
  }

  .centered-subheading {
    line-height: 22px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .text-block-2, .hero-heading-right {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-wrapper-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: flex-end;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px-2 {
    max-width: 500px;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-2 {
    max-width: 500px;
    font-size: 28px;
  }

  .timeline-section, .div-card-timeline {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-timeline-header {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
  }

  .card-timeline-subheader {
    font-size: 18px;
  }

  .text-block-timeline-card {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .timeline-holder {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
  }

  .beneficios.beneficios-2 {
    background-position: 0 -20%, 100% 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-3 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .pricing-card-three {
    width: 250px;
    height: 100%;
    min-height: 330px;
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .pricing-card-text {
    font-size: 14px;
  }

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

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-h2-side {
    max-width: 400px;
    font-size: 32px;
  }

  .heading-2-thin {
    max-width: 400px;
    font-size: 28px;
  }

  .card-text-side-right {
    max-width: 400px;
    padding: 10px;
  }

  .f-paragraph-small {
    margin-top: 10px;
  }

  .f-accordian-content {
    padding-top: 4px;
    font-size: 18px;
  }

  .f-accordian-dropdown {
    padding: 20px;
  }

  .f-accordian-list {
    width: 100%;
  }

  .f-accordian-title {
    font-size: 18px;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .sobre {
    background-position: 0%, -17%;
    background-size: auto 50%, auto 60%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-cta-final {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left {
    z-index: 10;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .navbar-wrapper {
    background-image: linear-gradient(#1b3b40, #5f806f);
  }

  .navbar-brand {
    background-image: none;
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-left {
    padding: 0 15px;
  }

  .hero-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-split {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 0;
    position: relative;
  }

  .hero-split.testimonial-holder {
    justify-content: center;
    align-items: flex-end;
  }

  .margin-bottom-24px {
    max-width: 80%;
  }

  .shadow-two {
    margin-top: -50px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .body {
    background-position: 220% 360%, -40% 200%, 50% 43%, 50% 40%, 0 -10%;
    background-size: auto, auto, 500px, auto, auto;
  }

  .heading {
    max-width: 90%;
  }

  .video-section {
    margin-top: 0;
    padding-top: 40px;
  }

  .div-video-holder {
    width: 80%;
    height: 62%;
    max-height: 210px;
  }

  .vertical-card-section {
    padding: 20px 10px 60px;
  }

  .centered-heading {
    font-size: 26px;
  }

  .centered-subheading {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .div-cards-organizer {
    margin-top: 0;
    padding-top: 40px;
  }

  .text-block-2 {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .hero-heading-right {
    padding: 10px 10px 60px;
  }

  .hero-wrapper-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .hero-split-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .shadow-two-2 {
    max-width: 60%;
  }

  .margin-bottom-24px-2 {
    text-align: justify;
  }

  .heading-2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
  }

  .timeline-section {
    background-position: 50% 0, 50%;
  }

  .div-card-timeline {
    min-height: 200px;
  }

  .div-card-timeline.offset {
    min-height: 200px;
    margin-top: 0;
  }

  .timeline-holder {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .beneficios {
    padding: 60px 15px;
  }

  .beneficios.faq {
    background-position: 50%, 50% 13%;
  }

  .centered-heading-2 {
    font-size: 26px;
  }

  .pricing-grid {
    grid-column-gap: 12px;
    grid-row-gap: 24px;
  }

  .pricing-card-three {
    min-height: 310px;
  }

  .pricing-card-text {
    font-size: 12px;
  }

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

  .testmonials {
    padding: 60px 15px;
  }

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

  .card-text-side-right {
    text-align: justify;
    max-width: 500px;
  }

  .side-right-card-holders {
    margin-top: 0;
    padding-top: 300px;
  }

  .heading-2-small-thin, .heading-2-small-thin.left-align {
    text-align: center;
  }

  .h2-with-small-header-holder {
    margin-top: -60px;
    padding-bottom: 0;
    font-size: 18px;
  }

  .h2-with-small-header-holder.testimonial-header {
    margin-top: 0;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-block-two {
    font-size: 14px;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .sobre {
    background-position: 50% 29%, 50%;
    padding: 40px 15px 60px;
  }

  .testimonials {
    padding: 60px 15px 0;
  }

  .image-3 {
    max-width: 30vw;
    padding-top: 0;
  }

  .final-cta {
    background-position: 50% 100%;
    padding: 60px 15px;
  }

  .image-3-top {
    max-width: 30vw;
  }

  .code-embed {
    transform: scale(.6);
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left {
    z-index: 10;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-left-container.shadow-three {
    padding-bottom: 10px;
  }

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

  .navbar-wrapper {
    background-image: linear-gradient(#1b3b40, #5f806f);
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-brand {
    background-image: none;
    border-bottom-left-radius: 0;
  }

  .nav-menu-wrapper {
    z-index: 10;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-menu-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    place-content: center space-around;
    align-items: center;
    margin-top: 0;
    padding-left: 20px;
  }

  .nav-link {
    color: #5f806f;
  }

  .nav-link:hover {
    text-shadow: 0 0 5px #5f806f;
  }

  .button-primary {
    padding: 12px;
    font-size: 12px;
  }

  .menu-button.w--open {
    color: #5f806f;
    background-color: #fff;
    border-radius: 100px;
  }

  .margin-bottom-24px {
    max-width: 100%;
    font-size: 12px;
  }

  .body {
    background-size: auto, auto, 300px, auto, auto;
  }

  .heading {
    font-size: 20px;
  }

  .icon {
    color: #5f806f;
  }

  .vertical-card-section {
    background-image: url('../images/Design-sem-nome-13.webp'), url('../images/Design-sem-nome-13.webp');
    background-position: 0 100%, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }

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

  .centered-heading {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .centered-subheading {
    font-size: 12px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .div-cards-organizer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-card-rectangle {
    flex-flow: column;
    width: 60%;
  }

  .hero-split-2.hidden {
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .shadow-two-2 {
    max-width: 40%;
  }

  .margin-bottom-24px-2 {
    font-size: 12px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .timeline-section {
    padding-top: 40px;
  }

  .div-card-timeline {
    width: 100%;
    min-height: 300px;
  }

  .div-card-timeline.offset {
    margin-top: 0;
  }

  .card-timeline-header {
    font-size: 18px;
  }

  .card-timeline-subheader {
    font-size: 16px;
  }

  .timeline-holder {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 30px;
  }

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

  .pricing-card-three {
    min-height: 290px;
  }

  .heading-3 {
    margin-top: 0;
  }

  .heading-h2-side, .heading-2-thin {
    font-size: 20px;
    line-height: 30px;
  }

  .card-text-side-right, .heading-2-small-thin, .heading-2-small-thin.centered-small-header, .heading-2-small-thin.left-align {
    font-size: 12px;
  }

  .h2-with-small-header-holder {
    margin-top: 0;
  }

  .f-paragraph-small {
    font-size: 12px;
  }

  .f-accordian-title {
    font-size: 16px;
  }

  .footer-light {
    padding-top: 20px;
  }

  .container-4 {
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .footer-wrapper-two {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-block-two {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }

  .footer-link-two {
    margin-top: 10px;
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .image {
    height: 60px;
  }

  .sobre {
    background-position: 50% 26%, 50% 18%;
    background-size: auto 38%, auto 60%;
  }

  .image-cta-final {
    max-width: 70%;
  }

  .image-5 {
    max-height: 60vw;
  }

  .code-embed {
    transform: scale(.45);
  }
}

#w-node-_897c7b7a-374d-7d49-0cb1-8594543c8dab-4d93ad2f, #w-node-_897c7b7a-374d-7d49-0cb1-8594543c8db5-4d93ad2f, #w-node-_897c7b7a-374d-7d49-0cb1-8594543c8dbf-4d93ad2f, #w-node-_897c7b7a-374d-7d49-0cb1-8594543c8dab-8c7128fb, #w-node-_897c7b7a-374d-7d49-0cb1-8594543c8db5-8c7128fb, #w-node-_897c7b7a-374d-7d49-0cb1-8594543c8dbf-8c7128fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_06a7c68a-3753-de2e-5752-f124c3509be1-4d93ad2f, #w-node-_06a7c68a-3753-de2e-5752-f124c3509be1-8c7128fb {
    justify-self: center;
  }
}


