:root {
  --verde-envvi: #385623;
  --laranja-envvi: #ed7d31;
  --relume-library-lite--rl-white: white;
  --relume-library-lite--rl-black: black;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #000;
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

p {
  margin-bottom: 0;
}

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

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

.padding-vertical.padding-huge.section-experiencia {
  padding-bottom: 2rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

.fs-styleguide_background {
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

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

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.fs-styleguide_item.is-white-bg {
  background-color: var(--laranja-envvi);
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  padding-bottom: 2rem;
}

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

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

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

.text-color-black {
  color: #854bff;
}

.text-color-grey {
  color: #f0f0f0;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.text-weight-normal {
  padding-top: 20px;
  font-weight: 400;
}

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

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

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

.text-color-white.text-size-big {
  font-size: 2rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

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

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  color: var(--relume-library-lite--rl-white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 1.3rem;
  font-weight: 400;
}

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

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

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

.max-width-medium {
  width: 100%;
  max-width: 44rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

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

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

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

.text-size-small.cookies-consent {
  color: #fff;
}

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

.form_label {
  color: #fff;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

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

.form_input {
  background-color: #fff;
  border-radius: .5rem;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

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

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #fff;
  text-decoration: underline;
}

.text-style-link.is-light-bg {
  color: var(--laranja-envvi);
}

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

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

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

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.text-align-center.text-color-white {
  text-align: left;
  font-size: 3rem;
  line-height: 1.1;
}

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  overflow: clip;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.align-center.max-width-medium {
  max-width: 60rem;
}

.button {
  background-color: var(--verde-envvi);
  color: #fff;
  text-align: center;
  padding: .75rem 1.5rem;
  font-weight: 700;
  transition: border-radius .3s, opacity .3s;
}

.button:hover {
  opacity: .69;
  border-top-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

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

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

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

.button.is-secondary {
  border: 2px solid var(--verde-envvi);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

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

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.text-size-medium.text-weight-medium {
  text-decoration: underline;
}

.text-size-medium.text-weight-medium.is-text-mobile-regular {
  text-decoration: none;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

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

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-4 {
  background-color: var(--verde-envvi);
}

.nav {
  background-color: #fff;
  width: 100%;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}

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

.nav_menu {
  grid-column-gap: 4rem;
  align-items: center;
  display: flex;
}

.nav_link {
  padding: 0 0 0;
  font-weight: 500;
}

.nav_link.w--current {
  color: var(--laranja-envvi);
}

.nav_link.contato-link.hidden-desktop {
  display: none;
}

.nav_logo {
  height: 5rem;
}

.nav_link-wrapper {
  padding-bottom: 0;
  position: relative;
}

.nav_link-line {
  background-color: var(--verde-envvi);
  width: 100%;
  height: 2px;
  position: absolute;
}

.section_home-header {
  background-image: linear-gradient(to bottom, var(--verde-envvi), var(--laranja-envvi));
  min-height: 37.5rem;
  max-height: 37.5rem;
  padding-top: 7.875rem;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.home-header_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.home-header_text-news {
  color: rgba(240, 240, 240, .56);
  padding: .5rem .8rem;
  display: inline-block;
}

.home-header_content {
  z-index: 1;
  text-align: left;
  width: 100%;
  max-width: 35rem;
  margin-right: 7rem;
  position: relative;
}

.home-header_image-wrapper {
  z-index: 2;
  height: 40rem;
  display: flex;
  position: absolute;
  top: -7.9rem;
  bottom: 0%;
  left: auto;
  right: -7rem;
}

.home-header_image {
  object-fit: cover;
  width: 41.5rem;
  height: 100%;
}

.grid {
  z-index: 0;
  opacity: .7;
}

.section_home-servicos {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.home-features_component {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.home-features_title-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-features_title-content {
  grid-row-gap: 1rem;
  border-left: 4px solid var(--verde-envvi);
  flex-direction: column;
  padding-left: 1.5rem;
  display: flex;
}

.text-color-green {
  color: var(--verde-envvi);
}

.nav_logo-wrapper {
  align-self: center;
  align-items: center;
  height: auto;
  display: flex;
}

.home-testimonials_component {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  left: auto;
  overflow: visible;
}

.home-testimonials_swiper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.home-testimonials_wrapper {
  grid-row-gap: 1rem;
  color: #000;
  cursor: pointer;
  background-color: rgba(56, 86, 35, .08);
  flex-direction: column;
  align-self: stretch;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.home-testimonials_wrapper:hover {
  background-color: rgba(103, 165, 60, .64);
}

.home-testimonials_name {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  display: inline;
}

.home-testimonials_comma {
  margin-right: .4rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  display: none;
}

.home-testimonials_job {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.1;
  display: none;
}

.home-testimonials_text {
  font-size: .9rem;
}

.section_home-experiencia {
  background-image: linear-gradient(#d15602 43%, #fff 94%);
  padding-top: 4rem;
  padding-bottom: 0;
  position: static;
  overflow: hidden;
}

.home-steps_order {
  color: var(--verde-envvi);
  font-size: .875rem;
  font-weight: 500;
}

.section-home-faq {
  padding-top: 10rem;
  padding-bottom: 2rem;
}

.home-questions_component {
  grid-column-gap: 8rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-questions_title {
  grid-row-gap: 1rem;
  border-left: 4px solid var(--verde-envvi);
  flex-direction: column;
  height: 6rem;
  padding-left: 1.5rem;
  display: flex;
}

.home-questions-faq_component {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--verde-envvi) transparent;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.home-questions-faq_component.is-no-border-top {
  border-top-style: none;
}

.home-questions-faq_top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem 1rem .5rem;
  display: flex;
}

.home-questions-faq_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.home-questions-faq_bottom {
  padding-left: .5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

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

.footer_bottom-wrapper {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.footer_list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

.footer_link {
  color: #fff;
  font-size: .875rem;
  transition: all .3s;
}

.footer_link:hover {
  color: #475467;
}

.is-mobile-text-small {
  font-size: 1.2rem;
  font-style: normal;
}

.bold-text {
  text-decoration: none;
}

.plain-text {
  font-style: normal;
}

.footer-dark {
  background-color: #1c2c10;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  cursor: pointer;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

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

.footer-social-link {
  filter: invert();
  margin-left: 12px;
}

.cta {
  z-index: 999999;
  background-color: var(--laranja-envvi);
  text-align: center;
  cursor: pointer;
  width: 25rem;
  max-width: 100%;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
  position: static;
  top: 40px;
}

.cta:hover {
  background-color: var(--verde-envvi);
}

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

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 0 80px;
  position: relative;
}

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

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.team-grid {
  grid-column-gap: 40px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  border-radius: 50%;
  width: 140px;
  max-width: 60%;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
}

.team-member-position {
  margin-bottom: 24px;
  font-size: 1.1rem;
  line-height: 1;
}

.image-2 {
  width: 300px;
  max-width: 100%;
}

.logo-mobile-hidden-desktop {
  display: none;
}

.rl_heading1_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium.is-white {
  color: #fff;
  display: none;
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h1.is-white {
  color: #fff;
  font-size: 3rem;
}

.rl_header5_content {
  color: #fff;
  align-self: flex-end;
  width: 100%;
  max-width: 40rem;
}

.header5_component {
  align-items: center;
  min-height: 50vh;
  display: flex;
}

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

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.section_meioambiente-header {
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, 0) 45%), url('../images/markus-spiske-l-RcMXv01JM-unsplash.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.section_meioambiente-1 {
  position: relative;
  overflow: hidden;
}

.link-whatsapp {
  z-index: 200;
  cursor: pointer;
  width: 40px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-26 {
  z-index: 200;
  width: 40px;
  max-width: 100%;
  transition: transform .275s;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.image-26:hover {
  transform: scale(1.1);
}

.logo_component-slider--right {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  aspect-ratio: auto;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  padding-left: 6rem;
  display: flex;
  overflow: visible;
}

.logo-slider-img {
  width: auto;
  max-width: 100px;
}

.logo-slide-right_section {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.heading-quemconfia {
  color: var(--verde-envvi);
  margin-top: 4rem;
}

.team-member-email {
  color: #7f7a7a;
  cursor: pointer;
  margin-bottom: 5px;
  font-size: 1rem;
}

.team-member-email:hover {
  color: var(--relume-library-lite--rl-black);
}

.bot-o-linkedin {
  background-color: var(--verde-envvi);
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1rem;
}

.bot-o-linkedin:hover {
  background-color: var(--laranja-envvi);
}

.team-paragraph {
  text-align: left;
  width: 299.094px;
  max-width: 100%;
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.categoria {
  font-size: 1.3rem;
  font-weight: 700;
}

.icon-tree {
  width: 25px;
}

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black);
  cursor: pointer;
  margin-bottom: 1rem;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  text-decoration: underline;
  display: block;
}

.rl_contact20_spacing-block-5 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_contact20_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_contact20_icon {
  width: 2rem;
  height: 3rem;
}

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

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

.rl_contact20_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact20_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_contact20_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

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

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

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

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

.section_home-contato {
  background-color: var(--relume-library-lite--rl-white);
  border-top: 1px solid rgba(56, 86, 35, .59);
}

.telefones-envvi {
  flex-direction: column;
  display: flex;
}

.products-table {
  border-bottom: 1px solid #e4ebf3;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  position: relative;
}

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

.div-grid-especialista {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.section-produto-descricao {
  position: relative;
  overflow: hidden;
}

.section-produto-header {
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, 0)), url('../images/markus-spiske-l-RcMXv01JM-unsplash.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.paragrafo-descricao-produto {
  color: var(--verde-envvi);
  margin-bottom: 4rem;
  font-size: 1.8rem;
}

.nome-especialista {
  border-bottom: 1px solid var(--verde-envvi);
  font-size: 1.6rem;
  font-weight: 700;
}

.cargo-especialista {
  font-size: 1.1rem;
  font-weight: 500;
}

.imagem-especialista {
  width: 12rem;
  margin-bottom: 10px;
}

.email-especialista {
  color: var(--verde-envvi);
  text-align: left;
  cursor: pointer;
  font-size: 1.5rem;
}

.email-especialista:hover {
  color: var(--laranja-envvi);
}

.paragrafo-descricao-produto2 {
  color: var(--verde-envvi);
  margin-bottom: 4rem;
  font-size: 1.3rem;
}

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

.button-vejatambem {
  background-color: var(--verde-envvi);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fff;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  transition: border-radius .3s, opacity .3s;
}

.button-vejatambem:hover {
  background-color: var(--laranja-envvi);
  opacity: .69;
  border-top-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.heading {
  color: var(--verde-envvi);
}

.heading.text-color-white {
  color: var(--relume-library-lite--rl-white);
  margin-bottom: 1rem;
}

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

.section-produto-veja {
  background-color: var(--verde-envvi);
  background-image: linear-gradient(rgba(56, 86, 35, .89), rgba(56, 86, 35, .89)), url('../images/icons8-árvore-32.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  position: relative;
  overflow: hidden;
}

.produtos-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.produtos-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--verde-envvi);
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 10px 20px;
  display: grid;
  position: relative;
}

.link-produto {
  color: #000;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}

.link-produto:hover {
  color: var(--laranja-envvi);
}

.link-produto.titulo-link-categoria {
  border-bottom: 1.5px solid var(--verde-envvi);
  color: var(--verde-envvi);
  font-size: 1.8rem;
  font-weight: 700;
}

.link-produto.titulo-link-categoria:hover {
  color: var(--laranja-envvi);
}

.banner-todos-produtos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vejamais-textblock {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  text-decoration: none;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.vejamais_icone {
  cursor: pointer;
  max-width: 15%;
  padding-left: 0;
}

.vejamais_icone:hover {
  background-color: var(--laranja-envvi);
  border-radius: 120px;
  padding-left: 0;
}

.vejamais-text {
  color: var(--laranja-envvi);
  cursor: pointer;
  padding-right: 5px;
  font-weight: 700;
}

.text-block, .text-block-2, .text-block-3 {
  display: none;
}

.section-home-carbono {
  background-color: var(--verde-envvi);
  background-image: linear-gradient(rgba(56, 86, 35, .89), rgba(56, 86, 35, .89)), url('../images/icons8-árvore-32.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  position: relative;
  overflow: hidden;
}

.button-certificado {
  background-color: var(--verde-envvi);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fff;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  transition: border-radius .3s, opacity .3s;
}

.button-certificado:hover {
  background-color: var(--laranja-envvi);
  opacity: .69;
  border-top-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.botao-servicos-produtos {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.1;
}

.image-27 {
  border: 1px solid var(--laranja-envvi);
  background-color: var(--laranja-envvi);
  filter: saturate(200%) invert();
  border-radius: 100px;
}

.section_gerenciamento-header {
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, 0)), url('../images/adigun-ampa-9U0vAXekzgU-unsplash.webp');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.section_sustentabilidade-header {
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, 0)), url('../images/iStock-1480076849.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.section_home-profissionais {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.logo-slide-left_section {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 5rem;
  padding-top: 4rem;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.logo_component-slider--left {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  aspect-ratio: auto;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  padding-left: 6rem;
  display: flex;
  overflow: visible;
}

.link-block {
  border-bottom: 1px dashed var(--verde-envvi);
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 0 .75rem;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s, color .2s;
}

.link-block:hover {
  color: #88897a;
  border-bottom-color: #88897a;
}

.cookie_component {
  z-index: 99999;
  background-color: var(--laranja-envvi);
  background-image: linear-gradient(180deg, var(--verde-envvi) 40%, var(--laranja-envvi));
  color: #000;
  flex-direction: column;
  width: 100%;
  max-width: 35rem;
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  top: auto;
  bottom: 2rem;
  left: auto;
  right: 2rem;
  box-shadow: 0 0 40px rgba(0, 0, 0, .1);
}

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

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

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: rgba(136, 137, 122, .5);
  border: 1px solid #fff;
  border-radius: .25rem;
  padding: .625rem 1.75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .2s;
}

.button-2:hover {
  opacity: 1;
  background-color: #88897a;
}

.button-2.is-secondary {
  border: 1px solid var(--relume-library-lite--rl-white);
  color: #000;
  background-color: #f28451;
}

.button-2.is-secondary:hover {
  color: #fff;
  background-color: #000;
}

@media screen and (min-width: 1440px) {
  .padding-vertical.padding-huge.section-experiencia {
    padding-bottom: 0;
  }

  .section_home-experiencia {
    background-image: linear-gradient(#d15602 36%, #fff 96%);
  }

  .footer-social-link {
    cursor: pointer;
  }

  .team-member-image {
    width: 140px;
    max-width: 100%;
    height: 140px;
    max-height: 100%;
  }

  .header5_component {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .section_meioambiente-header {
    background-image: linear-gradient(284deg, transparent 36%, var(--relume-library-lite--rl-black)), url('../images/iStock-1413930025.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .logo-slide-right_section {
    padding-bottom: 0;
  }

  .image-27 {
    filter: invert() saturate(200%);
    width: 40px;
  }

  .section_gerenciamento-header {
    background-image: linear-gradient(284deg, transparent 36%, var(--relume-library-lite--rl-black)), url('../images/adigun-ampa-9U0vAXekzgU-unsplash.webp');
    background-position: 0 0, 50% 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section_sustentabilidade-header {
    background-image: linear-gradient(284deg, transparent 36%, var(--relume-library-lite--rl-black)), url('../images/karsten-wurth-0w-uTa0Xz7w-unsplash.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .logo-slide-left_section {
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

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

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

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

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

  .nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav_menu {
    z-index: 100;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(#180c32, #5e28cf);
    flex-direction: column;
    min-height: 90vh;
    padding-top: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav_link {
    color: #fff;
    font-size: 2rem;
  }

  .nav_link-wrapper {
    padding-bottom: 1rem;
  }

  .nav_link-line {
    display: none;
  }

  .home-header_component {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-header_content {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .home-header_image-wrapper {
    display: none;
    position: static;
  }

  .section_home-servicos {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }

  .home-questions_component {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

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

  .menu-icon1_line-top {
    background-color: var(--laranja-envvi);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--laranja-envvi);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2.2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .menu-icon1_line-bottom {
    background-color: var(--laranja-envvi);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .menu-button.w--open {
    z-index: 101;
    background-color: var(--verde-envvi);
    border-radius: 50%;
    position: fixed;
    top: 2.5rem;
    bottom: auto;
    left: auto;
    right: 2.5rem;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

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

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

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

  .logo_component-slider--right {
    grid-column-gap: 3rem;
  }

  .logo-slider-img {
    width: 174px;
  }

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

  .rl_contact20_content {
    grid-column-gap: 2rem;
  }

  .rl_contact20_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

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

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

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

  .section_home-profissionais {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }

  .logo_component-slider--left {
    grid-column-gap: 3rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .section_home-header {
    min-height: auto;
    max-height: none;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section_home-servicos {
    padding-bottom: 5rem;
  }

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

  .home-questions_title {
    height: auto;
  }

  .home-questions-faq_top {
    padding: 1rem 1.25rem;
  }

  .home-questions-faq_icon {
    width: 1.75rem;
  }

  .home-questions-faq_bottom {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer_list {
    margin-bottom: 1rem;
  }

  .footer_link:hover {
    color: #98a2b3;
  }

  .menu-icon1 {
    width: 48px;
    height: 48px;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

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

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

  .team-circles {
    padding: 60px 15px;
  }

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

  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

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

  .logo_component-slider--right {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img {
    width: 125px;
  }

  .rl_contact20_spacing-block-5 {
    padding-bottom: .75rem;
  }

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

  .rl_contact20_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .rl_contact20_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_contact20_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_contact20_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

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

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

  .products-table {
    padding: 60px 15px;
  }

  .section_home-profissionais {
    padding-bottom: 5rem;
  }

  .logo_component-slider--left {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .cookie_component {
    width: auto;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-vertical.padding-huge.section-experiencia {
    padding-bottom: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

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

  .text-color-white.text-size-big {
    font-size: 1.2rem;
  }

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

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

  .form_input {
    font-size: 1.5rem;
  }

  .text-align-center.text-color-white {
    font-size: 2.2rem;
  }

  .button, .button.is-secondary {
    flex: 1;
  }

  .text-size-medium.text-color-white.is-mobile-text-center {
    text-align: left;
    max-width: 80%;
  }

  .text-size-medium.text-weight-medium.is-text-mobile-regular, .text-size-medium.is-text-mobile-regular {
    font-size: 1rem;
  }

  .button-group {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .nav_menu {
    background-image: linear-gradient(to bottom, var(--verde-envvi), #001404);
  }

  .nav_link {
    font-size: 1.5rem;
  }

  .nav_link.contato-link {
    margin-top: 100px;
  }

  .nav_link.contato-link.hidden-desktop {
    display: block;
  }

  .nav_logo {
    max-width: 80%;
    height: auto;
  }

  .section_home-header {
    min-height: auto;
    max-height: none;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .home-header_text-news {
    font-size: .875rem;
  }

  .home-header_content {
    align-items: flex-start;
    max-width: none;
  }

  .section_home-servicos {
    padding-top: 5rem;
  }

  .home-features_title-content {
    grid-row-gap: .5rem;
    padding-left: 1rem;
  }

  .home-testimonials_swiper {
    grid-template-columns: 1fr;
  }

  .home-testimonials_text {
    font-size: .8rem;
  }

  .section_home-experiencia {
    background-image: linear-gradient(#d15602 66%, #fff);
    height: auto;
    position: static;
  }

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

  .home-questions-faq_icon {
    flex: none;
    align-self: center;
    width: 1.5rem;
  }

  .is-mobile-text-small {
    font-size: .8rem;
  }

  .container {
    max-width: none;
  }

  .footer-link:active {
    color: var(--laranja-envvi);
  }

  .footer-social-block {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .cta {
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .7rem;
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: auto;
  }

  .team-card {
    width: 250px;
  }

  .team-member-image {
    width: 8rem;
    height: 8rem;
  }

  .team-member-name {
    border-bottom: .5px solid rgba(56, 86, 35, .29);
  }

  .team-member-position {
    margin-bottom: 0;
    font-size: .9rem;
  }

  .image-2 {
    width: 10rem;
    max-width: 100%;
  }

  .logo-mobile-hidden-desktop {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .rl-heading-style-h1.is-white {
    margin-top: 2rem;
  }

  .logo_component-slider--right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: visible;
  }

  .logo-slider-img {
    width: 100px;
  }

  .logo-slide-right_section {
    margin-top: 0;
    padding-top: .5rem;
    padding-bottom: 0;
  }

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

  .team-member-email {
    font-size: .9rem;
  }

  .bot-o-linkedin {
    margin-top: 5px;
  }

  .team-paragraph {
    font-size: .9rem;
  }

  .rl_contact20_spacing-block-4 {
    display: none;
  }

  .rl_contact20_icon {
    width: 1.4rem;
  }

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

  .contato-text-block {
    font-size: .8rem;
  }

  .products-table {
    max-width: 100%;
  }

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

  .div-grid-especialista {
    grid-template-columns: .5fr;
  }

  .paragrafo-descricao-produto, .nome-especialista {
    font-size: 1.2rem;
  }

  .cargo-especialista {
    font-size: .9rem;
  }

  .email-especialista {
    font-size: 1rem;
  }

  .paragrafo-descricao-produto2 {
    font-size: 1rem;
    font-weight: 500;
  }

  .button-vejatambem {
    flex: 1;
    font-size: .9rem;
  }

  .heading-2 {
    font-size: 2rem;
    line-height: 1;
  }

  .section-produto-veja {
    background-image: linear-gradient(to bottom, null, null), url('../images/icons8-árvore-32.png');
    background-repeat: repeat, repeat;
  }

  .produtos-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .produtos-div {
    padding-bottom: 25px;
  }

  .link-produto {
    font-size: .8rem;
  }

  .link-produto.titulo-link-categoria {
    font-size: 1.3rem;
  }

  .banner-todos-produtos {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .vejamais-textblock {
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 5px;
    margin-right: 5px;
    display: flex;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .vejamais-text {
    font-size: .7rem;
  }

  .section-home-carbono {
    background-image: linear-gradient(to bottom, null, null), url('../images/icons8-árvore-32.png');
    background-repeat: repeat, repeat;
  }

  .button-certificado {
    flex: 1;
    font-size: .9rem;
  }

  .botao-servicos-produtos {
    flex-flow: column;
  }

  .paragraph {
    font-size: 1rem;
  }

  .image-27 {
    filter: invert();
  }

  .logo-slide-left_section {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .logo_component-slider--left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: visible;
  }

  .layout-horizontal_center-space.is-mobile-layout-vertical_center-top {
    flex-direction: column;
    justify-content: flex-start;
  }

  .cookie_wrapper {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

#w-node-c3eda4b8-fcbc-f189-23c6-a53fd8a9835e-dc1d3f29, #w-node-_34e98ca2-fdba-dd5a-a42d-9d40045003b1-dc1d3f29, #w-node-_30572ae9-eb1b-922e-9bf4-cb1a9b5a4e89-dc1d3f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9683f9f5-b7e1-5cdd-aa32-3b21f5171da8-dc1d3f29 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1fb4fc45-3bc4-f42b-f621-142b5046d2fa-dc1d3f29, #w-node-_53e4e0b9-fb5f-e04c-53f7-0be6daaedad3-dc1d3f29, #w-node-_66cb7d43-2d25-2b15-dfa4-d8558a75fb5a-dc1d3f29, #w-node-_27c5b8d3-59f7-90c1-70aa-d6e194549ec2-dc1d3f29, #w-node-_70cbe84a-5739-daa2-17b6-017491760975-dc1d3f29, #w-node-df3868e9-2dd4-c86a-7733-969b6353148e-dc1d3f29, #w-node-_74e1a3e7-5731-c6e3-8c0e-bd32efa849cf-dc1d3f29, #w-node-_758af6bc-79f4-84fc-b4c1-9f939f2ab474-dc1d3f29, #w-node-f6b78fad-a36b-29a2-1fc4-7cf862c01a29-dc1d3f29, #w-node-df77b356-81e0-8445-e571-d66db14a6c08-dc1d3f29, #w-node-_2db79a90-273f-6b8a-24cc-49b892085236-dc1d3f29, #w-node-e4953f1c-3741-45d9-2e2e-5b5768305e50-dc1d3f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7abbec48-d614-fc9e-3362-5ee8730652c3-dc1d3f29 {
  align-self: start;
}

#w-node-_7abbec48-d614-fc9e-3362-5ee8730652c4-dc1d3f29, #w-node-_1d8ed68a-80a5-c8e8-e191-70089f6dcab6-dc1d3f29, #w-node-a75d2928-32bd-a62a-6db1-d6417a4960c5-dc1d3f29, #w-node-_9a11a19a-cc26-b999-c1b5-7fb339eb6133-dc1d3f29, #w-node-_983160ae-5a58-2327-3323-011514bc9650-dc1d3f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9bfccd5-8742-07d9-8948-37bda1f9fcb9-dc1d3f29 {
  align-self: start;
}

#w-node-b9bfccd5-8742-07d9-8948-37bda1f9fcba-dc1d3f29, #w-node-c808e9b7-302c-4de3-21b5-453f16a108ac-dc1d3f29, #w-node-_1027a203-7879-3e45-fdd6-016af7cf3333-dc1d3f29, #w-node-af780722-5840-9558-9a60-4f80fb449681-dc1d3f29, #w-node-_7eecc2e6-e03f-f98a-d3ce-5559b1bc7798-dc1d3f29, #w-node-b184c99e-d7c8-e5b6-bb40-c8fdacb0d97f-dc1d3f29, #w-node-_856409f5-ee27-b244-e58b-dc0885570b52-dc1d3f29, #w-node-_60a36604-88e6-6f73-f944-00bacd2c518f-dc1d3f29, #w-node-_60a36604-88e6-6f73-f944-00bacd2c51ae-dc1d3f29, #w-node-_60a36604-88e6-6f73-f944-00bacd2c51a4-dc1d3f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4109a72c-38db-9067-89a6-1ef2ec5d2d5d-dc1d3f29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_336ce6d5-b17b-e1d9-a13c-4dee9b91e90f-dc1d3f29, #w-node-_6e1d9270-567b-9f7f-1e02-7ef4f0ac2b1f-f0ac2b19, #w-node-_6e1d9270-567b-9f7f-1e02-7ef4f0ac2b28-f0ac2b19, #w-node-_6e1d9270-567b-9f7f-1e02-7ef4f0ac2b2f-f0ac2b19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-dc1d3f2d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-dc1d3f2d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-dc1d3f2d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-dc1d3f2d {
  justify-self: start;
}

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

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

#w-node-_6c358d83-12a7-94ca-80cb-3d716aaede66-77a09e14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e732fb7-d1a8-ba8e-ba52-81e81d8613dc-bea6dd5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-b1fb760f-366f-ecfa-6cc7-bfb82dce1e81-bea6dd5f, #w-node-_697ee449-4ab1-5d16-bf3a-8c544aa46b9c-bea6dd5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb9abab3-73a3-cf86-29db-99a658181a50-bea6dd5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_06dce9f5-f33b-ebc0-aff8-45fc343d6396-343d638e {
  align-self: auto;
  justify-self: auto;
}

#w-node-_06dce9f5-f33b-ebc0-aff8-45fc343d6398-343d638e, #w-node-_06dce9f5-f33b-ebc0-aff8-45fc343d639a-343d638e {
  align-self: center;
}

#w-node-_854b97fc-cfb3-a17d-a192-ab0e5344e53b-7e5dc05c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e732fb7-d1a8-ba8e-ba52-81e81d8613dc-c4d12afc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-b1fb760f-366f-ecfa-6cc7-bfb82dce1e81-c4d12afc, #w-node-_697ee449-4ab1-5d16-bf3a-8c544aa46b9c-c4d12afc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb9abab3-73a3-cf86-29db-99a658181a50-c4d12afc, #w-node-_0e732fb7-d1a8-ba8e-ba52-81e81d8613dc-b89ca530 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-b1fb760f-366f-ecfa-6cc7-bfb82dce1e81-b89ca530, #w-node-_697ee449-4ab1-5d16-bf3a-8c544aa46b9c-b89ca530 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb9abab3-73a3-cf86-29db-99a658181a50-b89ca530, #w-node-_0e732fb7-d1a8-ba8e-ba52-81e81d8613dc-29693cc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-b1fb760f-366f-ecfa-6cc7-bfb82dce1e81-29693cc2, #w-node-_697ee449-4ab1-5d16-bf3a-8c544aa46b9c-29693cc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb9abab3-73a3-cf86-29db-99a658181a50-29693cc2, #w-node-_0e732fb7-d1a8-ba8e-ba52-81e81d8613dc-52c5a99e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-b1fb760f-366f-ecfa-6cc7-bfb82dce1e81-52c5a99e, #w-node-_697ee449-4ab1-5d16-bf3a-8c544aa46b9c-52c5a99e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb9abab3-73a3-cf86-29db-99a658181a50-52c5a99e, #w-node-_89bf2ea4-5554-8942-0734-ba0ed964e353-c259d467 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_89bf2ea4-5554-8942-0734-ba0ed964e354-c259d467, #w-node-_89bf2ea4-5554-8942-0734-ba0ed964e355-c259d467 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89bf2ea4-5554-8942-0734-ba0ed964e359-c259d467, #w-node-_26090b10-195c-5d25-3434-1892eb93ceda-22420e94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_26090b10-195c-5d25-3434-1892eb93cedb-22420e94, #w-node-_26090b10-195c-5d25-3434-1892eb93cedc-22420e94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26090b10-195c-5d25-3434-1892eb93cee0-22420e94, #w-node-_0f47fecc-a80a-2c12-8f18-6ba687eacff0-3b75b5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_0f47fecc-a80a-2c12-8f18-6ba687eacff1-3b75b5ad, #w-node-_0f47fecc-a80a-2c12-8f18-6ba687eacff2-3b75b5ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f47fecc-a80a-2c12-8f18-6ba687eacff6-3b75b5ad, #w-node-_0e732fb7-d1a8-ba8e-ba52-81e81d8613dc-526216ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-b1fb760f-366f-ecfa-6cc7-bfb82dce1e81-526216ed, #w-node-_697ee449-4ab1-5d16-bf3a-8c544aa46b9c-526216ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb9abab3-73a3-cf86-29db-99a658181a50-526216ed, #w-node-_703d3995-a482-f813-4498-d319d48ccf2b-fa0b5393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_703d3995-a482-f813-4498-d319d48ccf2c-fa0b5393, #w-node-_703d3995-a482-f813-4498-d319d48ccf2d-fa0b5393 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_703d3995-a482-f813-4498-d319d48ccf34-fa0b5393, #w-node-_8cb45f12-5bb2-665b-d5eb-36ef7c2b858b-852fe110 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_8cb45f12-5bb2-665b-d5eb-36ef7c2b858c-852fe110, #w-node-_8cb45f12-5bb2-665b-d5eb-36ef7c2b858d-852fe110 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cb45f12-5bb2-665b-d5eb-36ef7c2b8594-852fe110, #w-node-_5125178e-0c39-428b-a2e6-0e025c0af244-3e88c2fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_5125178e-0c39-428b-a2e6-0e025c0af245-3e88c2fa, #w-node-_5125178e-0c39-428b-a2e6-0e025c0af246-3e88c2fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5125178e-0c39-428b-a2e6-0e025c0af24d-3e88c2fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-f7b5c2a7-554d-ae10-3c3b-7402028ad555-0bc9b35c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8494682-8284-3a7c-498b-4a5827de7305-e320fc7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-a8494682-8284-3a7c-498b-4a5827de7306-e320fc7e, #w-node-a8494682-8284-3a7c-498b-4a5827de7307-e320fc7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8494682-8284-3a7c-498b-4a5827de730c-e320fc7e, #w-node-_986bb46f-3630-cdda-b1f3-7c8fc5bfc7a7-39a3cc69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_986bb46f-3630-cdda-b1f3-7c8fc5bfc7a8-39a3cc69, #w-node-_986bb46f-3630-cdda-b1f3-7c8fc5bfc7a9-39a3cc69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_986bb46f-3630-cdda-b1f3-7c8fc5bfc7ad-39a3cc69, #w-node-_0e732fb7-d1a8-ba8e-ba52-81e81d8613dc-a4ee64b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-b1fb760f-366f-ecfa-6cc7-bfb82dce1e81-a4ee64b1, #w-node-_697ee449-4ab1-5d16-bf3a-8c544aa46b9c-a4ee64b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb9abab3-73a3-cf86-29db-99a658181a50-a4ee64b1, #w-node-_0e732fb7-d1a8-ba8e-ba52-81e81d8613dc-ffb830eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-b1fb760f-366f-ecfa-6cc7-bfb82dce1e81-ffb830eb, #w-node-_697ee449-4ab1-5d16-bf3a-8c544aa46b9c-ffb830eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb9abab3-73a3-cf86-29db-99a658181a50-ffb830eb, #w-node-_0e732fb7-d1a8-ba8e-ba52-81e81d8613dc-de95d7b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-b1fb760f-366f-ecfa-6cc7-bfb82dce1e81-de95d7b6, #w-node-_697ee449-4ab1-5d16-bf3a-8c544aa46b9c-de95d7b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb9abab3-73a3-cf86-29db-99a658181a50-de95d7b6, #w-node-_0e732fb7-d1a8-ba8e-ba52-81e81d8613dc-92b730a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-b1fb760f-366f-ecfa-6cc7-bfb82dce1e81-92b730a4, #w-node-_697ee449-4ab1-5d16-bf3a-8c544aa46b9c-92b730a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb9abab3-73a3-cf86-29db-99a658181a50-92b730a4, #w-node-_0e732fb7-d1a8-ba8e-ba52-81e81d8613dc-106dc7b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-b1fb760f-366f-ecfa-6cc7-bfb82dce1e81-106dc7b2, #w-node-_697ee449-4ab1-5d16-bf3a-8c544aa46b9c-106dc7b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb9abab3-73a3-cf86-29db-99a658181a50-106dc7b2, #w-node-_0e732fb7-d1a8-ba8e-ba52-81e81d8613dc-dbc28c1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-b1fb760f-366f-ecfa-6cc7-bfb82dce1e81-dbc28c1c, #w-node-_697ee449-4ab1-5d16-bf3a-8c544aa46b9c-dbc28c1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb9abab3-73a3-cf86-29db-99a658181a50-dbc28c1c, #w-node-_0e732fb7-d1a8-ba8e-ba52-81e81d8613dc-798dab35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-b1fb760f-366f-ecfa-6cc7-bfb82dce1e81-798dab35, #w-node-_697ee449-4ab1-5d16-bf3a-8c544aa46b9c-798dab35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb9abab3-73a3-cf86-29db-99a658181a50-798dab35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_60a36604-88e6-6f73-f944-00bacd2c51a4-dc1d3f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_30572ae9-eb1b-922e-9bf4-cb1a9b5a4e89-dc1d3f29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}