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

.rl_navbar1_menu-button {
  padding: 0;
}

.rl_navbar1_button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .5rem 1.25rem;
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_button-secondary {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  padding: .5rem 1.25rem;
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.rl_navbar1_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_dropdown-link.w--current {
  color: #000;
}

.rl_navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.rl-dropdown-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar1_dropdown-toggle {
  color: #000;
  padding: .5rem 2.5rem .5rem 1rem;
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_link {
  color: #fff;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: .5rem 1rem;
  font-family: Optihandelgothic, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_link:hover {
  color: #ffed00;
  background-color: rgba(0, 0, 0, 0);
  transform: scale(.9);
}

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

.rl_navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.rl_navbar1_menu.is-page-height-tablet {
  color: #fff;
  justify-content: flex-start;
}

.rl_navbar1_logo:hover {
  transform: scale(1.1);
}

.rl_navbar1_logo-link {
  padding-left: 0;
}

.rl_navbar1_container {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_navbar1_component {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #000;
  align-items: center;
  margin-bottom: 40px;
  padding: 40px 5% 0;
  display: flex;
  position: relative;
}

.rl-button-secondary-alternate {
  color: #fff;
  text-align: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  padding: .75rem 1.5rem;
  font-family: Optihandelgothic, sans-serif;
  font-size: 1rem;
}

.rl-button-secondary-alternate.button-1 {
  color: #fff;
}

.rl-button-secondary-alternate.button-1:hover {
  color: #ffed00;
  border-color: #ffed00;
  transform: scale(.9);
}

.rl-button-secondary-alternate.button-2 {
  color: #fff;
  background-color: #e30613;
  border-style: none;
  border-color: #000;
  font-size: .7rem;
}

.rl-button-secondary-alternate.button-2:hover {
  color: #000;
  background-color: #ffed00;
  border-style: none;
  border-width: 0;
  font-style: normal;
  text-decoration: none;
  transform: scale(.9);
}

.rl-button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  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: 1rem;
}

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

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

.rl-text-style-medium {
  color: #000;
  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;
  padding-right: 200px;
  font-family: Lato, sans-serif;
  font-size: 1.325rem;
}

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

.rl-heading-style-h1 {
  color: #000;
  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;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding-right: 0;
  font-family: Optihandelgothic, sans-serif;
  font-size: 2.8rem;
  line-height: 1.5;
  display: block;
}

.rl_header5_content {
  width: 100%;
  max-width: 70rem;
  opacity: 1;
  outline-offset: 0px;
  color: #fff;
  mix-blend-mode: normal;
  outline: 3px #fff;
  flex: 0 auto;
  display: block;
}

.header5_component {
  max-height: 60rem;
  min-height: 100vh;
  align-items: center;
  display: flex;
}

.header5_component.section-acabamento {
  max-height: 50rem;
  min-height: 50vh;
}

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

.rl-padding-global {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 97%, #000), linear-gradient(#000, rgba(0, 0, 0, 0) 2.5%), linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/IMG-1.png');
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  padding-bottom: 90px;
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_header5 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/placeholder-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.body {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#000, #000);
}

.logo2_logo {
  max-height: 6rem;
  max-width: 100%;
}

.logo2_logo:hover {
  transform: scale(1.1);
}

.logo2_logo-list {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  justify-items: center;
  display: grid;
}

.rl-heading-style-h6 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5%;
  font-family: Optihandelgothic, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-heading-style-h6.text-white {
  color: #fff;
}

.logo2_content-left {
  max-width: none;
}

.logo2_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-padding-section-medium {
  margin-top: 180px;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.rl-padding-global-2.section-acabamento {
  width: 100%;
}

.rl-padding-global-2.section-1 {
  padding-left: 0%;
  padding-right: 0%;
}

.section_logo2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.rl_layout1_image:hover {
  transform: scale(.9);
}

.rl-button-link-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: .25rem 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: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  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: 1rem;
}

.rl-button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.rl-text-style-medium-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-text-style-medium-2.text-conteudo {
  text-align: left;
  padding-top: 20px;
}

.rl-text-style-medium-2.paragrafo1 {
  padding-bottom: 40px;
}

.rl-text-style-medium-2.text-white {
  color: #fff;
}

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

.rl-heading-style-h2 {
  color: #000;
  text-align: left;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Optihandelgothic, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h2.text-left {
  text-align: center;
}

.rl-heading-style-h2.text-center {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}

.rl-heading-style-h2.text-center.text-white {
  color: #fff;
}

.rl-heading-style-h2.text-conteudo {
  margin-top: 3rem;
  font-size: 1rem;
}

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

.rl-text-style-subheading {
  color: #000;
  text-align: left;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.rl-text-style-subheading.text-left {
  text-align: center;
}

.rl-text-style-subheading.text-center {
  text-align: center;
  padding-bottom: 10px;
}

.rl-text-style-subheading.text-center.text-white {
  color: #fff;
}

.rl_layout1_component {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

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

.rl_section_layout1 {
  background-color: #fff;
}

.text-span {
  color: #e30613;
}

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

.rl-button-secondary-2 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  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: 1rem;
}

.rl-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  background-color: #e30613;
  border: 1px #000;
  padding: .75rem 1.5rem;
  font-family: Optihandelgothic, sans-serif;
  font-size: 1rem;
}

.rl-button-2:hover {
  transform: scale(1.1);
}

.rl-button-2.button-amarelo {
  color: #000;
  background-color: #ffed00;
}

.rl-button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  padding-top: 10%;
  display: flex;
}

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

.rl-text-style-medium-3 {
  color: #000;
  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_header44_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h1-2 {
  color: #000;
  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_header44_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-2 {
  color: #000;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.rl-padding-section-large-2 {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

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

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

.rl-padding-global-3.section-footer {
  background-color: #000;
}

.rl_section_header44 {
  background-color: #fff;
}

.rl_footer4_legal-link {
  color: #fff;
  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: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer4_credit-text {
  color: #fff;
  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: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  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;
  display: grid;
}

.rl_footer4_spacing-block2 {
  width: 100%;
  padding-bottom: 2rem;
}

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

.rl_footer4_spacing-block1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #ffed00;
}

.rl_footer4_social-link {
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer4_social-list {
  grid-column-gap: .75rem;
  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;
  align-items: start;
  justify-items: start;
  display: grid;
}

.rl_footer4_link {
  color: #fff;
  text-align: center;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer4_link:hover {
  color: #ffed00;
}

.rl_footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.rl_footer4_logo-link {
  padding-left: 0;
}

.rl_footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

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

.rl_footer4_component {
  background-color: #fff;
}

.rl_layout28_image-wrapper {
  width: 100%;
  height: 400px;
  background-image: url('../images/palheta-de-cores-img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.rl_layout28_image-wrapper.image-acabamento {
  width: 110%;
  height: 600px;
  background-image: url('../images/acabamentos-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.rl_layout28_image-wrapper.img2 {
  height: auto;
}

.rl_layout28_image-wrapper.img-2 {
  background-image: url('../images/sustentabilidade.png');
  background-position: 50%;
  background-size: auto;
}

.rl-text-style-regular {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-regular:hover {
  color: #e30613;
}

.rl-text-style-regular.rl-button-link {
  width: 230px;
}

.rl-text-style-regular.rl-button-link.button1 {
  width: 280px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 2px;
  border-radius: 3px;
  justify-content: flex-start;
  margin-top: .5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.2rem;
}

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

.rl-heading-style-h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Optihandelgothic, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_layout28_tabs-link {
  background-color: rgba(0, 0, 0, 0);
  border-left: 2px solid rgba(0, 0, 0, 0);
  padding: 0 0 0 2rem;
  display: block;
}

.rl_layout28_tabs-link.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-left-style: none;
  border-left-color: #000;
  padding-top: 0%;
  padding-left: 5%;
  padding-right: 10%;
}

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

.rl_layout28_component {
  max-width: 80%;
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: flex;
}

.rl_layout28_component.section-sustentabilidade {
  padding-top: 80px;
}

.rl-padding-section-large-3 {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 7rem;
  display: flex;
}

.rl_section_layout28 {
  background-color: #fff;
}

.bold-text {
  letter-spacing: 1.8px;
}

.list-item {
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  list-style-type: square;
}

.list {
  padding-top: 50px;
}

.rl_layout141_image {
  max-width: 80%;
}

.rl_layout141_image-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rl_layout141_spacing-block-4 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-button-link-icon-2 {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-button-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: .25rem 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: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

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

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

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

.rl_layout141_spacing-block-2.text-block1 {
  width: 60%;
}

.rl-heading-style-h2-2 {
  color: #000;
  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: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

.rl_section_layout141 {
  background-color: #fff;
}

.rl-text-style-regular-2 {
  color: #000;
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_testimonial1_name-text {
  color: #000;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.rl_testimonial1_client-image {
  width: 4rem;
  height: 4rem;
  min-height: 4rem;
  min-width: 4rem;
  object-fit: cover;
  border-radius: 100%;
}

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

.rl-heading-style-h5 {
  color: #000;
  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.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-heading-style-h5:hover {
  transform: scale(1.1);
}

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

.rl_testimonial1_logo {
  max-height: 3.5rem;
}

.rl_testimonial1_component {
  width: 100%;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.rl_section_testimonial1 {
  background-color: #fff;
}

.rl_logo1_logo {
  max-height: 3.5rem;
}

.rl_logo1_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

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

.rl-heading-style-h6-2 {
  color: #000;
  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.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_logo1_heading-wrapper {
  width: 100%;
  max-width: 48rem;
  text-align: center;
  justify-content: center;
  display: flex;
}

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

.rl_logo1_component.logos1 {
  padding-top: 60px;
}

.rl_logo1_component.logos2 {
  padding-top: 0;
}

.rl_section_logo1 {
  background-color: #fff;
}

.logo2_logo-2 {
  max-height: 4rem;
}

.logo2_logo-list-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.logo2_content-left-2 {
  max-width: 18rem;
}

.logo2_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  display: grid;
}

.section_logo2-2 {
  background-color: #fff;
}

.rl-heading-style-h5-2 {
  color: #000;
  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.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-heading-style-h5-2:hover {
  transform: scale(1.1);
}

.rl_testimonial1_component-2 {
  width: 100%;
  color: #000;
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/IMG-1.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.text-span-2 {
  color: #ffed00;
}

.rl_gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.rl_gallery21_arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_gallery21_arrow-right {
  width: 3rem;
  height: 3rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.rl_gallery21_arrow-left {
  width: 3rem;
  height: 3rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 4rem;
}

.rl_gallery21_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rl_gallery21_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_gallery21_lightbox-link {
  width: 100%;
}

.rl_gallery21_slide {
  padding-right: 2rem;
}

.rl_gallery21_mask {
  width: 50%;
  overflow: visible;
}

.rl_gallery21_slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  position: relative;
}

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

.rl-text-style-medium-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl-heading-style-h2-3 {
  color: #000;
  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: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_gallery21_heading-wrapper {
  width: 100%;
  max-width: 48rem;
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.rl_gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.rl-padding-section-large-4 {
  width: 100%;
  padding-top: .25rem;
  padding-bottom: 7rem;
}

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

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

.rl_section_gallery21 {
  background-color: #fff;
  overflow: hidden;
}

.rl-text-style-link {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

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

.rl-text-style-regular-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 25px;
  font-family: Lato, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-regular-3.text1 {
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

.rl-text-style-regular-3.text1:hover {
  color: #e30613;
}

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

.rl-heading-style-h4-2 {
  color: #000;
  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: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

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

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

.rl_contact20_content {
  grid-column-gap: 0rem;
  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: 5rem;
}

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

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

.rl-text-style-subheading-3 {
  color: #000;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.rl_contact20_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-left: 90px;
  padding-right: 89px;
  display: flex;
}

.rl_section_contact20 {
  background-color: #fff;
}

.italic-text {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.italic-text:hover {
  transform: scale(1.1);
}

.rl_layout1_image-2 {
  max-width: 60%;
}

.rl_layout1_image-2.img-3 {
  max-width: 100%;
}

.rl-button-link-icon-3 {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-button-link-text-3 {
  color: #e30613;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.rl-button-link-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #e30613;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: .25rem 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: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary-3 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  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: 1rem;
}

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

.rl-button-group-4.div-block {
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  padding-top: 5%;
  padding-bottom: 5%;
}

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

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

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

.rl_layout1_content-2 {
  padding-left: 60px;
  padding-right: 110px;
}

.rl_layout1_component-2 {
  grid-column-gap: 1.75rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 200px;
  padding-right: 200px;
  display: grid;
}

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

.rl_section_layout1-2 {
  background-color: #fff;
}

.logo2_logo-3 {
  max-height: 3.5rem;
}

.logo2_logo-list-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.rl-heading-style-h6-3 {
  color: #000;
  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.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.logo2_content-left-3 {
  max-width: 18rem;
}

.logo2_component-3 {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

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

.section_logo2-3 {
  background-color: #fff;
}

.text-span-3 {
  color: #e30613;
}

.rl-button-link-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: .25rem 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: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

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

.rl_layout237_spacing-block-6 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl-text-style-regular-4 {
  color: #000;
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout237_spacing-block-5, .rl_layout237_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout237_icon {
  width: 3rem;
  height: 3rem;
}

.rl_layout237_item {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_layout237_content {
  width: 100%;
  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_layout237_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium-5 {
  color: #000;
  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_layout237_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

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

.rl_layout237_heading-wrapper {
  width: 100%;
  max-width: 48rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.rl_layout237_component-copy {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.rl_layout237_component-copy.section-vantagens {
  align-items: flex-start;
}

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

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

.rl_section_layout237 {
  background-color: #fff;
}

.grid {
  grid-column-gap: 900px;
  grid-row-gap: 900px;
}

.grid-2 {
  grid-template-rows: auto;
  margin-top: 40px;
}

.image-2 {
  height: auto;
  max-width: none;
}

.section-2 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5%;
  display: flex;
}

.section-2.section-1 {
  width: auto;
  max-width: 80%;
  margin-top: 5%;
}

.section-2.section-2 {
  padding-left: 0%;
  padding-right: 0%;
}

.section-2.section-vermelho {
  background-image: linear-gradient(#e30613, #e30613);
}

.section-2.section-amarelo {
  background-image: linear-gradient(#ffed00, #ffed00);
}

.section-3 {
  width: 100%;
  height: 300px;
  background-color: #e30613;
  background-image: url('../images/256.png'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/IMG-1.png');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  overflow: visible;
}

.bold-text-2 {
  letter-spacing: 1.8px;
}

.bold-text-2.text-yellow {
  color: #ffed00;
}

.text-span-4 {
  color: #e30613;
}

.container-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.container-3 {
  text-align: left;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  display: flex;
}

.div-block-2 {
  padding-top: 40px;
}

.grid-3 {
  max-width: 80%;
  grid-column-gap: 86px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2.5fr;
  justify-items: center;
}

.rl_gallery10_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.rl_gallery10_masonry-grid {
  width: 100%;
  column-count: 3;
  column-gap: 2rem;
}

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

.rl-text-style-medium-6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium-6.text-white {
  color: #fff;
}

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

.rl-heading-style-h2-4 {
  color: #000;
  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: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

.rl-padding-global-6 {
  background-image: linear-gradient(#000, #000);
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_gallery10 {
  width: 100%;
  background-color: #fff;
}

.text-span-5, .text-span-6, .text-span-7 {
  color: #ffed00;
}

.text-span-8, .text-span-9, .text-span-10 {
  color: #000;
}

@media screen and (max-width: 991px) {
  .rl_menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .rl_menu-icon_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon {
    width: 48px;
    height: 48px;
    background-image: url('../images/menu-icon.png');
    background-position: 0 0;
    background-size: contain;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .rl_navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .rl_navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .rl_navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .rl_navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .rl_navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .rl_navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

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

  .logo2_logo-list {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rl-heading-style-h6 {
    padding-bottom: 5%;
  }

  .logo2_content-left {
    max-width: 30rem;
    text-align: center;
  }

  .logo2_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    padding-left: 0;
    display: flex;
  }

  .rl-padding-section-medium {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    display: flex;
  }

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

  .rl-heading-style-h2.text-left, .rl-text-style-subheading.text-left {
    text-align: center;
  }

  .rl_layout1_component {
    min-height: auto;
    grid-column-gap: 3rem;
    flex-direction: column;
    flex: 0 auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: center;
    justify-items: center;
    display: flex;
  }

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

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

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

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

  .rl_footer4_spacing-block1 {
    padding-bottom: 4.5rem;
  }

  .rl_footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .rl-padding-section-medium-2 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

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

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

  .rl_layout28_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    display: flex;
  }

  .rl-padding-section-large-3 {
    padding: 6rem 5%;
  }

  .rl_layout141_spacing-block-4 {
    padding-bottom: 4.5rem;
  }

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

  .rl_section_layout141 {
    padding-left: 0;
  }

  .logo2_logo-list-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo2_content-left-2 {
    max-width: 20rem;
  }

  .logo2_component-2 {
    grid-column-gap: 3rem;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .rl-heading-style-h5-2 {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.3rem;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

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

  .rl-padding-section-large-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 0;
    display: block;
  }

  .rl-container-large-4 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rl-padding-global-4 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .rl_contact20_item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rl_contact20_content {
    grid-column-gap: 0rem;
    grid-template-columns: .25fr .75fr .5fr;
  }

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

  .italic-text {
    font-size: 1.3rem;
  }

  .rl_layout1_image-2 {
    max-width: 80%;
  }

  .rl-button-group-4.div-block {
    align-content: center;
  }

  .rl_layout1_content-2 {
    padding-left: 0;
  }

  .rl_layout1_component-2 {
    min-height: auto;
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .logo2_logo-list-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo2_content-left-3 {
    max-width: 16rem;
  }

  .logo2_component-3 {
    grid-column-gap: 3rem;
  }

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

  .rl_layout237_spacing-block-6 {
    padding-bottom: 3.5rem;
  }

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

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

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

  .section-2 {
    text-align: center;
    margin-top: 10%;
  }

  .grid-3 {
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .rl_gallery10_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

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

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

@media screen and (max-width: 767px) {
  .rl_navbar1_logo-link {
    padding-left: 0;
  }

  .rl_navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

  .logo2_logo {
    max-height: 5rem;
  }

  .logo2_logo-list {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

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

  .logo2_content-left {
    max-width: none;
  }

  .logo2_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .rl_layout1_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

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

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

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

  .rl_layout1_spacing-block-1 {
    padding-bottom: .75rem;
  }

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

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

  .rl_header44_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

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

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

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

  .rl_header44_spacing-block-1 {
    padding-bottom: .75rem;
  }

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

  .rl_footer4_credit-text {
    margin-top: 1rem;
  }

  .rl_footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block2 {
    padding-bottom: 1.5rem;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 3rem;
  }

  .rl_footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

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

  .rl_layout28_spacing-block-1 {
    padding-bottom: .75rem;
  }

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

  .rl_layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .rl_layout141_spacing-block-4 {
    padding-bottom: 3rem;
  }

  .rl_layout141_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

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

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

  .rl_layout141_spacing-block-1, .rl_testimonial1_spacing-block-2 {
    padding-bottom: .75rem;
  }

  .rl_testimonial1_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl_logo1_logo {
    max-height: 3rem;
  }

  .rl_logo1_logo-list {
    padding-top: 1rem;
  }

  .rl_logo1_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h6-2 {
    font-size: 1.125rem;
  }

  .logo2_logo-2 {
    max-height: 3rem;
  }

  .logo2_logo-list-2 {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

  .logo2_content-left-2 {
    max-width: none;
  }

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

  .rl-heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .rl_gallery21_arrow-left {
    right: 3.5rem;
  }

  .rl_gallery21_slide {
    padding-right: 1.5rem;
  }

  .rl_gallery21_mask {
    width: 100%;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 3rem;
  }

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

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

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

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

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

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

  .rl-heading-style-h4-2 {
    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_contact20_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

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

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

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

  .rl_layout1_spacing-block-1-2 {
    padding-bottom: .75rem;
  }

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

  .logo2_logo-3 {
    max-height: 3rem;
  }

  .logo2_logo-list-3 {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

  .rl-heading-style-h6-3 {
    font-size: 1.125rem;
  }

  .logo2_content-left-3 {
    max-width: none;
  }

  .logo2_component-3 {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .rl_layout237_spacing-block-6 {
    padding-bottom: 2.5rem;
  }

  .rl_layout237_spacing-block-5, .rl_layout237_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

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

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

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

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

  .rl_layout237_spacing-block-1 {
    padding-bottom: .75rem;
  }

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

  .rl_gallery10_masonry-grid {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .rl_gallery10_spacing-block-2 {
    padding-bottom: 3rem;
  }

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

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

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

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

@media screen and (max-width: 479px) {
  .rl_menu-icon_line-bottom {
    width: 24px;
    color: rgba(0, 0, 0, 0);
    background-color: #e30613;
  }

  .rl_menu-icon {
    width: 40px;
    height: 40px;
    background-color: #000;
    background-image: url('../images/menu-icon.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    background-color: #000;
    padding-bottom: 0;
  }

  .rl-text-style-medium.is-white {
    text-align: center;
    padding-right: 0;
  }

  .rl-heading-style-h1.is-white {
    text-align: center;
    font-size: 1.7rem;
  }

  .rl_header5_content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .logo2_logo {
    max-height: 4.5rem;
    max-width: 100%;
  }

  .logo2_logo-list {
    flex-direction: column;
    align-content: center;
    justify-content: center;
    display: flex;
  }

  .rl-heading-style-h6 {
    max-width: 80%;
    text-align: center;
  }

  .logo2_content-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rl-padding-section-medium {
    margin-top: 80px;
  }

  .rl_layout1_image {
    text-align: center;
  }

  .rl-text-style-medium-2 {
    text-align: center;
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.2rem;
  }

  .rl-heading-style-h2.text-left {
    text-align: center;
    font-size: 1.7rem;
  }

  .rl-heading-style-h2.text-center {
    font-size: 1.5rem;
  }

  .rl-text-style-subheading.text-left {
    text-align: center;
    font-size: 1rem;
  }

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

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

  .rl-padding-section-large {
    padding-bottom: 0;
  }

  .rl_footer4_link:hover {
    color: #ffed00;
  }

  .rl_layout28_image-wrapper {
    background-position: 0%;
  }

  .rl_layout28_image-wrapper.image-acabamento {
    width: 100%;
    height: 200px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rl_layout28_image-wrapper.img-2 {
    background-image: url('../images/sustentabilidade.png');
    background-position: 50%;
    background-size: auto;
  }

  .rl-heading-style-h4 {
    text-align: center;
  }

  .rl_layout28_tabs-link.w--current {
    border-left-style: none;
    padding-left: 0;
  }

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

  .bold-text {
    text-align: center;
    padding-right: 0;
    font-size: 1.2rem;
  }

  .rl_logo1_logo-list {
    justify-content: center;
  }

  .logo2_logo-2 {
    max-height: 3rem;
  }

  .logo2_logo-list-2 {
    justify-content: center;
    display: flex;
  }

  .logo2_logo-list-2.grid-logos {
    grid-template-columns: 1fr;
  }

  .logo2_content-left-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rl-heading-style-h5-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-span-2 {
    font-size: 1.8rem;
  }

  .rl-padding-section-large-4, .rl-container-large-4 {
    text-align: center;
  }

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

  .rl-text-style-regular-3 {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .italic-text {
    font-size: 1rem;
  }

  .rl-button-group-4 {
    flex-direction: column;
    justify-content: center;
  }

  .rl_layout1_content-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .rl_layout1_component-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .logo2_logo-list-3 {
    justify-content: center;
  }

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

  .grid-2 {
    flex-direction: column;
    justify-items: center;
    display: flex;
  }

  .image {
    padding-top: 20px;
  }

  .grid-3 {
    align-items: center;
  }
}

#w-node-_2a8e545c-5127-9205-503f-7d905a4c6476-dc355caf {
  align-self: center;
  justify-self: center;
}

#w-node-_7b33f9b3-23de-8fa4-343e-e8597976e857-dc355caf {
  align-self: center;
  justify-self: auto;
}

#w-node-_7b33f9b3-23de-8fa4-343e-e8597976e858-dc355caf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4eaee01b-aeed-3c34-18e5-0ed134d4621b-dc355caf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4eaee01b-aeed-3c34-18e5-0ed134d4621c-dc355caf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66e23805-6d9b-cce2-e3af-252f275057c0-dc355caf {
  align-self: center;
  justify-self: auto;
}

#w-node-_576971cf-ffdf-96fc-80f3-cc920b80e0c2-dc355caf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8289bd88-e209-d99d-33a8-f2ea6e38bf63-dc355caf {
  align-self: center;
  justify-self: auto;
}

#w-node-_8289bd88-e209-d99d-33a8-f2ea6e38bf64-dc355caf {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9274f660-e19a-861d-870c-59087cedcef9-dc355caf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_109792ca-3bd9-6cbd-1a1b-297585e405e0-dc355caf {
  align-self: center;
  justify-self: auto;
}

#w-node-_109792ca-3bd9-6cbd-1a1b-297585e405e1-dc355caf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3bdd5c5-f42b-0277-44de-deeefac4f1ce-fac4f1ca {
  justify-self: start;
}

#w-node-a3bdd5c5-f42b-0277-44de-deeefac4f1db-fac4f1ca {
  justify-self: end;
}

#w-node-_60950425-f999-386f-20f4-ed9f4beabf43-b7ee7262, #w-node-_60950425-f999-386f-20f4-ed9f4beabf44-b7ee7262 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62dc23d5-7868-591a-8627-8c4f0fc5524f-82af47b8 {
  align-self: center;
  justify-self: auto;
}

#w-node-_62dc23d5-7868-591a-8627-8c4f0fc55250-82af47b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7b33f9b3-23de-8fa4-343e-e8597976e857-dc355caf, #w-node-a3bdd5c5-f42b-0277-44de-deeefac4f1ce-fac4f1ca, #w-node-a3bdd5c5-f42b-0277-44de-deeefac4f1db-fac4f1ca {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a3bdd5c5-f42b-0277-44de-deeefac4f1ea-fac4f1ca {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2a8e545c-5127-9205-503f-7d905a4c6476-dc355caf {
    justify-self: center;
  }

  #w-node-_7b33f9b3-23de-8fa4-343e-e8597976e857-dc355caf {
    justify-self: auto;
  }

  #w-node-_8289bd88-e209-d99d-33a8-f2ea6e38bf64-dc355caf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_109792ca-3bd9-6cbd-1a1b-297585e405e0-dc355caf {
    justify-self: auto;
  }

  #w-node-a3bdd5c5-f42b-0277-44de-deeefac4f1ce-fac4f1ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_62dc23d5-7868-591a-8627-8c4f0fc5524f-82af47b8 {
    justify-self: auto;
  }
}


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