:root {
  --black: black;
  --white: white;
  --midnight-blue: #151c34;
  --azul-claro: #47d6e8;
  --roxo-winpress: #85328e;
  --lynx--white: white;
  --lynx--black: #1f2022;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--600: #6e7191;
  --lynx--medium-purple: #8979ec;
  --alley-component-library--neutral--off-white: #f4f4f6;
  --alley-component-library--gray--500: #5e606e;
  --alley-component-library--blue--900: #5167f6;
  --alley-component-library--gray--0: #dedfe3;
  --alley-component-library--red--200: #fdd8e0;
  --alley-component-library--green--400: #c5e7d1;
  --alley-component-library--blue--800: #6478f7;
  --alley-component-library--blue--700: #7788f8;
  --alley-component-library--gray--300: #868898;
  --alley-component-library--neutral--black: black;
  --waves-library--white: white;
  --waves-library--black: #131313;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --lynx--grey: #797c83;
  --alley-component-library--gray--900: #131316;
  --alley-component-library--neutral--white: white;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
}

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

body {
  color: #2d3958;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.slider-left {
  color: var(--black);
  border: 2px solid #8c54ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.tab-button {
  color: #7540ee;
  background-color: #0000;
  border: 2px solid #7540ee;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 15px 35px;
  text-decoration: none;
  display: flex;
}

.tab-button.w--current {
  color: var(--white);
  background-color: #7540ee;
}

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

.pricing-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 1px 1px 35px #ebecf0;
}

.content-section {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 3%;
  display: flex;
  overflow: hidden;
}

.slides {
  width: 100%;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.standard-tab {
  opacity: .7;
  color: #fffc;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

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

.tabs-menu {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 7%;
}

.load-bar-base {
  background-color: #fff3;
  max-width: 220px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.tabs-content {
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: visible;
}

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

.paragraph {
  color: #7b88a8;
  max-width: 650px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.heading {
  color: #02044a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 54px;
  line-height: 60px;
}

.content-section-copy {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.tabs {
  background-color: var(--midnight-blue);
  background-image: url('../images/Slide-home-winpress-01_V2.jpg'), linear-gradient(#151c34c7, #151c34c7), url('../images/Fundo-preloader.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  width: 100%;
}

.slider-base {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 1140px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-background {
  background-image: linear-gradient(#0000001a, #0009), url('../images/Slide-home-winpress-01_V2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  display: block;
  position: absolute;
  inset: 0%;
}

.slider-background.background-02 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/Slide-home-winpress-02.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slider-background.background-03 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/Slide-home-winpress-03.jpg');
}

.slider-background.background-04 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/Slide-home-winpress-04.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slider-heading {
  z-index: 9;
  color: var(--white);
  text-align: left;
  letter-spacing: -.03em;
  max-width: 740px;
  margin-top: 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 60px;
  line-height: 68px;
  display: block;
  position: relative;
}

.slider-heading.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.slider-heading.h2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 0;
  display: block;
}

.slider-heading.h3 {
  font-size: 30px;
  line-height: 30px;
}

.slider-heading.h5 {
  line-height: 0;
}

.slider-heading.h6 {
  font-size: 15px;
  line-height: 15px;
}

.slider-heading.botao {
  border: 2px solid var(--white);
  letter-spacing: -.02em;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 10px;
  padding: 5px 15px;
  font-size: 40px;
  line-height: 0;
  text-decoration: none;
}

.slider-heading.botao:hover {
  border-color: var(--azul-claro);
  background-color: var(--azul-claro);
  color: var(--white);
}

.text-span {
  color: #fff9;
}

.tab-pane {
  background-image: url('../images/Slide-home-winpress-01_V2.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.navigation-flowbase {
  background-color: #0000;
  align-items: center;
  padding: 20px 2%;
  display: flex;
  box-shadow: 34px 34px 74px #38327c14;
}

.navigation-link-flowbase {
  align-items: center;
  display: flex;
}

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

.icon {
  margin-right: 0;
}

.logo-mark-flowbase {
  width: 45px;
  margin-right: 16px;
}

.column-grey-flowbase {
  background-color: #f9f9fa;
  padding: 20px 16px 14px;
}

.navigation-menu-flowbase {
  white-space: nowrap;
  align-items: center;
  width: auto;
  display: flex;
}

.html-embed {
  height: 320px;
}

.toggle-flowbase {
  color: #fff;
  padding: 10px 20px 10px 10px;
}

.toggle-flowbase.w--open {
  color: #fff;
}

.nav-grid-flowbase {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.dropdown-list-flowbase {
  min-width: 254px;
}

.dropdown-list-flowbase.w--open {
  background-color: #fff;
  min-width: 440px;
  top: 72px;
  box-shadow: 37px 37px 62px -23px #201a3d14;
}

.text-link-flowbase {
  color: #8687a8;
  padding: 20px 10px;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
}

.text-link-flowbase:hover {
  color: #212350;
}

.column-flowbase {
  padding: 20px 16px;
}

.button-clone-flowbase {
  color: #fff;
  text-align: center;
  background-color: #7839f3;
  border-radius: 10px;
  width: 100%;
  margin-left: 10px;
  padding: 14px 24px;
  font-size: 14px;
  transition: all .3s;
}

.button-clone-flowbase:hover {
  transform: translate(0, -2px);
}

.dropdown-flowbase {
  background-color: #7839f3;
  border-radius: 10px;
  padding: 2px 7px 2px 2px;
}

.clone-button {
  background-color: #7839f3;
  border-radius: 500px;
  margin-top: 32px;
  padding: 20px 38px;
  transition: all .35s;
}

.clone-button:hover {
  transform: translate(0, -4px);
}

.flowbase-banner {
  height: 64px;
}

.global-component-banner {
  height: 50px;
  display: flex;
}

.global-logo {
  width: 120px;
}

.global-name-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.global-button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #6f5cff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s ease-out, background-color .3s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 12px #9b8eff4d, inset 0 1px #9b8eff99, 0 -1px 1px #5b29ffcc, 0 0 0 1px #6e5bff;
}

.global-button-primary:hover {
  background-color: #7f6fff;
}

.global-button-primary:active {
  background-color: #705cfa;
}

.global-title-text {
  color: #36364a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.global-name {
  color: #282735;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.global-name-block {
  background-color: #f8f9fb;
  border-radius: 6px;
  padding: 2px 6px;
  text-decoration: none;
}

.global-navigation-line {
  background-color: #122b6914;
  width: 1px;
  height: 20px;
}

.global-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.global-container {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.global-logo-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.global-navigation {
  border-bottom: 1px solid #122b6914;
  align-items: center;
  height: 82px;
  padding: 24px;
  display: flex;
}

.global-icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.global-component-footer {
  border-top: 1px solid #122b6914;
  display: flex;
}

.preloader {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1d1d1d;
  background-color: #1d1d1d;
  background-image: url('../images/Fundo-preloader.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.html-embed-3 {
  margin-left: auto;
  margin-right: auto;
}

.nav-wrapper-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.image-3 {
  width: 200px;
  max-width: none;
}

.navigation-2 {
  z-index: 999;
  background-color: #0000;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 0%;
  display: flex;
}

.button-primary-s {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f4f4f4;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #f8ab00;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 24px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
}

.button-primary-s:hover {
  color: #f8ab00;
  background-color: #f4f4f4;
  padding-bottom: 10px;
  font-weight: 700;
}

.button-primary-s:active {
  color: #f8ab00;
  background-color: #f4f4f4;
}

.nav-container {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ths13-header {
  z-index: 9;
  aspect-ratio: auto;
  background-color: #0000;
  background-image: linear-gradient(#000, #0000);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.nav-link-2 {
  color: #eee;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 32px;
  padding: 8px 16px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link-2:hover {
  color: #47d6e8;
  background-color: #0000;
  font-weight: 500;
}

.nav-link-2.w--current {
  color: #f4f4f4;
  -webkit-text-stroke-color: #f8ab00;
  font-size: 17px;
  text-decoration: none;
}

.nav-link-2.w--current:hover {
  color: #f8ab00;
  text-decoration: none;
}

.nav-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.nav-link-3 {
  color: #eee;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link-3:hover {
  color: #dd4124;
  background-color: #eee;
}

.nav-link-3.w--current {
  color: #dd4124;
}

.nav-link-3.contato {
  display: none;
  overflow: visible;
}

.nav-block {
  width: 100%;
}

.text-block-7 {
  font-size: 16px;
}

.text-block-8 {
  background-color: red;
}

.bold-text {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.bold-text.h6 {
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: 18px;
}

.bold-text.h2 {
  letter-spacing: -.02em;
  font-family: Poppins, sans-serif;
  font-size: 22px;
}

.bold-text.h5 {
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 200;
}

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

.bold-text.botao {
  letter-spacing: .05em;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.button {
  object-fit: fill;
  display: block;
  overflow: visible;
}

.link-block, .link-block:hover {
  text-decoration: none;
}

.bold-text-2 {
  vertical-align: baseline;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 45px;
  display: block;
}

.bold-text-2.contato, .bold-text-2.faq {
  font-size: 60px;
}

.text-span-2 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.section {
  background-image: url('../images/Fundo-preloader.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 10px;
}

.lynx-image {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-image.menor {
  min-height: 400px;
}

.lynx-image.menor._2 {
  min-height: 300px;
}

.lynx-image.maior {
  min-height: 800px;
}

.lynx-image.fachada {
  max-width: 100%;
}

.lynx-image-absolute {
  z-index: 50;
  object-fit: cover;
  border-radius: 30px;
  max-width: 56%;
  position: absolute;
  inset: auto auto -6% -12%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-block-image {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-button {
  background-color: var(--roxo-winpress);
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 30px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: var(--azul-claro);
}

.lynx-button.interno {
  background-color: var(--white);
  color: var(--midnight-blue);
  margin-top: 25px;
}

.lynx-button.interno:hover {
  color: var(--white);
  background-color: #ec6d37;
}

.lynx-button.interno.cta {
  margin-top: 27px;
}

.lynx-button.interno.cta:hover {
  background-color: var(--azul-claro);
}

.lynx-button.central {
  text-align: center;
  vertical-align: baseline;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin: 45px auto 40px;
  display: block;
}

.lynx-button.contato {
  margin-top: 27px;
}

.lynx-button.equipamentos {
  margin-top: 20px;
}

.lynx-button.claro {
  background-color: var(--white);
  color: var(--black);
}

.lynx-button.claro:hover {
  background-color: var(--azul-claro);
  color: var(--white);
}

.lynx-paragraph {
  color: var(--black);
  max-width: none;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.lynx-paragraph.branco {
  color: var(--white);
  margin-bottom: 0;
}

.lynx-heading {
  color: var(--lynx--black);
  letter-spacing: -.03em;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-heading.branco {
  color: var(--white);
}

.lynx-subtitle {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.lynx-subtitle.branco {
  color: var(--white);
}

.lynx-block-left {
  padding-right: 10%;
}

.lynx-grid-image-right {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.45fr 1fr;
  align-items: center;
  width: 100%;
}

.lynx-grid-image-right._2 {
  grid-template-columns: .95fr 1fr;
}

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 10%;
  padding-bottom: 7%;
  display: flex;
  overflow: visible;
}

.lynx-content.contato {
  background-image: linear-gradient(#ffffffa8, #ffffffa8);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-right: 10%;
  padding-top: 7%;
}

.lynx-content.equipamento {
  padding-bottom: 0%;
}

.bold-text-3 {
  letter-spacing: -.03px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.bold-text-3.branco {
  color: var(--lynx--white);
  font-weight: 700;
}

.fn-logos-image {
  color: #687373;
  object-fit: contain;
  object-position: 50% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 180px;
  height: auto;
  display: flex;
}

.fn-logos-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.fn-label {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.6em;
}

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1080px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-section.overflow-none {
  background-color: var(--white);
  padding-top: 0;
  overflow: hidden;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---text-200-list-bold {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---icon-list {
  max-width: 20px;
  margin-right: 16px;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---grid-1-column-gap-row-16px {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.brix---mg-bottom-56px {
  margin-bottom: 25px;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix--grid-2-columns-text-right {
  grid-column-gap: 51px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .8fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: inline-flex;
}

.brix---container-default {
  max-width: 1218px;
  height: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 24px;
  display: inline-flex;
}

.brix---section {
  background-color: #2b337a;
  background-image: linear-gradient(262deg, #124b99, var(--azul-claro));
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 0;
  padding-bottom: 0;
}

.image-4 {
  border-radius: 0;
  max-width: none;
  height: auto;
}

.text-span-3 {
  font-weight: 500;
}

.waves-image-logo-2 {
  max-width: 170px;
}

.waves-master-logos-2 {
  grid-column-gap: 50px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.waves---paragraph-big {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 55px;
}

.waves---center-heading {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bold-text-4 {
  letter-spacing: -.03em;
  text-transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 40px;
}

.lynx-text-message {
  color: var(--lynx--white);
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.lynx-error-message {
  background-color: #fd4b8ba6;
  border-radius: 30px;
  margin-top: 15px;
  padding: 20px 30px;
}

.lynx-success-message {
  background-color: #32b77aa6;
  border-radius: 50px;
  padding: 20px 29px;
}

.lynx-submit-button {
  background-color: var(--lynx--white);
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  transition: background-color .3s, color .3s;
}

.lynx-submit-button:hover {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
}

.lynx-text-field {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  min-width: 200px;
  height: 46px;
  margin-bottom: 0;
  margin-left: 24px;
  margin-right: 10px;
  padding: 8px 0;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
}

.lynx-text-field::placeholder {
  color: #fff9;
}

.lynx-form {
  background-color: #ffffff1a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-form-block {
  margin-bottom: 0;
}

.lynx-heading-white-margin {
  color: var(--lynx--white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-white {
  color: var(--lynx--white);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 14px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.lynx-block-newsletter-text {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
}

.lynx-newsletter-horizontal {
  background-color: var(--lynx--medium-purple);
  text-align: center;
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 70px 50px;
  display: flex;
}

.lynx-newsletter-image {
  background-image: url('../images/bg-winpress.png'), url('../images/Newsletter.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  border-radius: 30px;
  width: 100%;
  padding: 290px 24px 24px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-content-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-heading-white-small {
  color: var(--lynx--white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-newsletter {
  background-color: var(--lynx--medium-purple);
  text-align: center;
  background-image: linear-gradient(#474ae8bf, #474ae8bf), url('../images/bg-winpress.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 70px;
  padding: 70px 50px;
  display: flex;
}

.lynx-newsletter.interno {
  margin-top: 60px;
}

.lynx-content-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-link-footer-dark {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
  text-decoration: underline;
  transition: color .2s;
}

.lynx-link-footer-dark:hover {
  color: var(--lynx--white);
  text-decoration: underline;
}

.lynx-text-footer-dark {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
}

.lynx-block-footer-down {
  border-top: 1px solid #dfdad233;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.lynx-link-footer-large-white {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-large-white:hover {
  color: var(--lynx--medium-purple);
}

.lynx-heading-footer-white {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 140%;
}

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

.lynx-logo-footer {
  width: 200px;
  margin-bottom: 16px;
}

.lynx-grid-footer-dark {
  grid-column-gap: 81px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.25fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.lynx-footer-dark {
  background-color: var(--lynx--black);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  max-width: 97%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.text-span-4 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.lynx-link-footer-large-white-2 {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-large-white-2:hover {
  color: #1d1d1d;
}

.lynx-link-footer-large-white-2.sem-link {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.lynx-link-footer-large-white-2.sem-link:hover {
  color: #f4f4f4;
}

.text-span-5 {
  font-weight: 600;
}

.text-span-6 {
  font-weight: 700;
}

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

.fn-legal-links-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-wrap: wrap;
  display: flex;
}

.fn-footer-legal-link {
  color: #939b9b;
  transition: color .25s;
}

.fn-footer-legal-link:hover {
  color: #df0;
}

.fn-footer-line {
  background-color: #3e4545;
  width: 100%;
  height: 1px;
  margin-top: 36px;
  margin-bottom: 10px;
}

.fn-social-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.fn-social-link {
  color: #687373;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .25s;
  display: flex;
}

.fn-social-link:hover {
  color: #df0;
}

.fn-social-share-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.fn-standard-white-link {
  color: #ecf0ef;
  font-size: 18px;
  line-height: 1.4em;
  transition: color .25s;
  display: block;
}

.fn-standard-white-link:hover, .fn-standard-white-link.w--current {
  color: #df0;
}

.fn-links-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.fn-contain-logo {
  color: #df0;
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fn-brand-footer {
  object-fit: contain;
  object-position: 0% 50%;
  width: 106px;
  height: 21.55px;
  margin-right: 20px;
}

.fn-container-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-footer-first {
  color: #ecf0ef;
  background-color: #0f1213;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.a-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-footer-icon-wrapper {
  border: 1px solid var(--alley-component-library--neutral--off-white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-footer-language {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.a-footer-link-small {
  color: var(--alley-component-library--gray--500);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.a-footer-link-small:hover {
  color: var(--alley-component-library--blue--900);
  text-decoration: underline;
}

.a-footer-legal {
  grid-column-gap: 32px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.a-footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.a-footer-divider-small {
  background-color: var(--alley-component-library--gray--0);
  width: 100%;
  height: 1px;
}

.a-footer-link {
  color: var(--alley-component-library--gray--500);
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.a-footer-link:hover {
  color: var(--alley-component-library--blue--900);
}

.a-footer-link-block {
  grid-column-gap: 8px;
  grid-row-gap: 14px;
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.a-subheading-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.a-footer-link-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 48px;
  margin-bottom: 60px;
}

.a-error-message {
  background-color: var(--alley-component-library--red--200);
}

.a-success-message {
  background-color: var(--alley-component-library--green--400);
}

.a-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-footer-text-field {
  border: 1px solid var(--alley-component-library--neutral--off-white);
  border-radius: 99px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 24px 12px 48px;
  transition: border .2s;
}

.a-footer-text-field:focus {
  border-style: solid;
  border-color: var(--alley-component-library--blue--900);
}

.a-footer-form-icon {
  z-index: 1;
  position: absolute;
  inset: auto auto 13px 14px;
}

.a-footer-input-wrapper {
  position: relative;
}

.a-footer-form {
  grid-column-gap: 4px;
  grid-row-gap: 8px;
  display: flex;
  position: relative;
}

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

.a-icon-button {
  color: var(--alley-component-library--gray--300);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-icon-button:hover {
  background-color: var(--alley-component-library--neutral--off-white);
  color: var(--alley-component-library--neutral--black);
}

.a-footer-social {
  grid-column-gap: 8px;
  display: flex;
}

.a-footer-divider {
  background-color: var(--alley-component-library--gray--0);
  width: 1px;
  height: 32px;
}

.a-footer-logo {
  max-width: none;
  height: 50px;
}

.a-footer-main-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.a-footer-detail-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.a-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-regular {
  padding: 92px 5%;
  position: relative;
}

.text-block-12, .text-block-13 {
  font-size: 16px;
}

.div-block {
  padding-top: 60px;
  padding-bottom: 63px;
}

.container-2, .container-3 {
  max-width: 50%;
  display: inline-flex;
}

.section-2 {
  max-width: 100%;
}

.column {
  height: auto;
  padding-bottom: 0;
  padding-left: 0;
}

.text-span-7 {
  font-weight: 700;
}

.header-grid {
  grid-column-gap: 79px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.35fr;
  align-items: center;
}

.header-image {
  object-fit: fill;
  background-image: url('../images/bg-parceria-green-consulting.png');
  background-position: 0%;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.header-image.segundo {
  background-image: url('../images/muito-mais-que-um-serviço---sobre-winpress.png'), url('../images/serviços-winpress.png');
  background-position: 50%, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.header-image.segundo.sobre {
  background-image: url('../images/muito-mais-que-um-serviço---sobre-winpress_v2.png'), url('../images/serviços-winpress.png');
  background-position: 50%, 0 0;
  background-size: cover, cover;
}

.header-image.segundo.home {
  background-image: url('../images/serviços-winpress.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-image.segundo.servicos {
  background-image: url('../images/Gestão-e-Fornecimento-de-Suprimentos---servicos-winpress.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-image.segundo.suporte {
  background-image: url('../images/Suporte-Técnico---servicos-winpress.png');
  background-position: 50%;
  background-size: cover;
}

.header-image.segundo.etiqueta {
  background-image: url('../images/Etiqueta---servicos-winpress.png'), url('../images/muito-mais-que-um-serviço---sobre-winpress.png'), url('../images/serviços-winpress.png');
  background-position: 50%, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: cover, cover, cover;
}

.button-primary {
  color: #2a523b;
  background-color: #eee;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 9px 20px 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary:hover {
  color: #eee;
  background-color: #3cae6c;
}

.texto-menor-claro {
  color: #eee;
  font-size: 18px;
  font-weight: 400;
}

.button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.div-block-2 {
  float: none;
  clear: none;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.hero-heading {
  color: #eee;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 400;
  line-height: 60px;
}

.hero-heading.home {
  color: #eee;
  text-align: left;
  letter-spacing: -.02px;
  font-size: 50px;
  line-height: 1em;
}

.paragraph-regular-4 {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.paragraph-regular-4.home {
  color: #eee;
  font-size: 16px;
}

.section-header {
  background-color: #1e1e1e;
  align-items: center;
  padding: 20px 7% 0;
  display: flex;
  position: relative;
}

.section-header.segundo {
  background-image: linear-gradient(262deg, #124b99, var(--azul-claro));
  padding-top: 0;
  padding-left: 0%;
  padding-right: 7%;
}

.section-header.segundo.verde {
  background-image: linear-gradient(262deg, #1ead53, #b7d047 99%, #b9d047);
}

.section-header.segundo.roxo {
  background-image: linear-gradient(262deg, var(--roxo-winpress), #e964f8);
}

.text-span-8 {
  color: #3cae6c;
  font-weight: 700;
}

.image-5 {
  width: 30px;
  max-width: none;
  height: 30px;
  max-height: none;
}

.container-4 {
  z-index: 5;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-block {
  padding-top: 50px;
  padding-bottom: 60px;
}

.header-block.home {
  padding-top: 60px;
  padding-bottom: 80px;
  padding-left: 0;
}

.text-span-9 {
  font-weight: 700;
}

.waves---cta-white {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---subtitle {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.waves---subtitle.servicos {
  font-size: 18px;
  line-height: 25px;
}

.waves---limit-480 {
  width: 100%;
  max-width: none;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 100px;
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700px;
  display: flex;
  position: relative;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 10%;
  padding-right: 10%;
}

.waves-gradient-hero-5 {
  object-fit: fill;
  background-image: linear-gradient(#1313131a 22%, #131313a8 77%, #131313cc);
  position: absolute;
  inset: 0%;
}

.waves-section-hero-5 {
  background-color: var(--roxo-winpress);
  color: var(--waves-library--white);
  background-image: url('../images/Slide-home-winpress-06.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 14%;
  padding-bottom: 88px;
  position: relative;
}

.waves-section-hero-5.sobre {
  background-image: url('../images/Slide-home-winpress-02.jpg');
  background-position: 50% 30%;
  background-repeat: repeat;
  background-size: cover;
}

.waves-section-hero-5.contato {
  background-image: url('../images/Slide-home-winpress-03.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
}

.waves-section-hero-5.equipamentos {
  background-image: url('../images/Slide-home-winpress-05.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.waves-section-hero-5.faq {
  background-image: url('../images/Slide-home-winpress-01_V2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---paragraph-default-2 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---card-left-text-wrapper {
  margin-left: 24px;
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---card---icon-left---content-right {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.brix---grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

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

.brix---inner-container-600px---center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
}

.brix---section-2 {
  background-color: var(--roxo-winpress);
  background-image: linear-gradient(262deg, var(--roxo-winpress), #e964f8);
  color: var(--elements-webflow-library--neutral--100);
  padding: 60px 10% 100px;
}

.text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14 {
  font-weight: 500;
}

.fn-button-secondery {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 137px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery:hover {
  background-color: #3e4545;
}

.spacer-s {
  width: 24px;
  height: 24px;
}

.fn-list-checkmark-icon {
  color: var(--white);
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 10px;
  display: flex;
}

.fn-list-checkmark {
  background-color: var(--azul-claro);
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: flex;
  overflow: hidden;
}

.fn-list-item {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fn-list {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #cdd3d2;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 45px;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.6em;
  list-style-type: none;
  display: flex;
}

.fn-pricing-line {
  background-color: #c2c5c5;
  width: 100%;
  height: 1px;
  margin-bottom: 24px;
}

.fn-pricing-line.branco {
  background-color: #fff;
  height: .5px;
}

.fn-label-small-gray {
  color: #939b9b;
  margin-bottom: 24px;
  line-height: 1em;
}

.fn-heading-6 {
  color: #ecf0ef;
  font-size: 18px;
}

.fn-pricing-cost {
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 700;
  line-height: .9em;
}

.fn-pricing-icon {
  color: #df0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 32px;
  display: flex;
}

.fn-pricing-info-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.fn-classic-pricing-card {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  padding: 32px 32px 20px;
  display: flex;
}

.fn-paragraph {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

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

.fn-container-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section-2 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-button {
  color: #0f1213;
  text-align: center;
  background-color: #df0;
  border: 1px solid #df0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-heading-3 {
  color: var(--lynx--black);
  letter-spacing: -.03px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-heading-3.branco {
  color: var(--white);
  margin-top: 60px;
}

.fn-feature-pricing-card {
  background-color: #0f1213;
  border: 1px solid #df0;
  border-radius: 16px;
  padding: 32px;
}

.sizing {
  flex: 1;
  width: 100%;
}

.fn-heading-7 {
  color: #ecf0ef;
  font-size: 18px;
}

.fn-heading-4 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3em;
}

.fn-pricing-tabs-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: grid;
}

.fn-pricing-tabs-content-wrapper, .fn-pricing-tabs-content {
  width: 100%;
}

.fn-pricing-tabs-link-right {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #ecf0ef;
  border-left-style: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 133px;
  min-height: 38px;
  padding: 4px 36px;
  font-size: 16px;
  display: flex;
}

.fn-pricing-tabs-link-right:hover {
  color: #df0;
  border-style: solid solid solid none;
  border-color: #df0;
}

.fn-pricing-tabs-link-right.w--current {
  color: #1d1f1e;
  background-color: #df0;
  border-style: solid;
  border-color: #df0;
}

.fn-pricing-tabs-link-right.w--current:hover {
  border-top-color: #df0;
  border-bottom-color: #df0;
  border-right-color: #df0;
}

.fn-pricing-tabs-link-left {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #ecf0ef;
  border-right-style: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 133px;
  min-height: 38px;
  padding: 4px 36px;
  font-size: 16px;
  display: flex;
}

.fn-pricing-tabs-link-left:hover {
  color: #df0;
  border-top-color: #df0;
  border-bottom-color: #df0;
  border-left-color: #df0;
}

.fn-pricing-tabs-link-left.w--current {
  color: #1d1f1e;
  background-color: #df0;
  border-color: #df0;
}

.fn-pricing-tabs-link-left.w--current:hover {
  border-top-color: #df0;
  border-bottom-color: #df0;
  border-left-color: #df0;
}

.fn-pricing-tabs-menu {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.fn-pricing-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.fn-heading-8 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

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

.fn-container-grid-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.text-block-14 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.text-block-14.maior {
  font-size: 16px;
}

.text-block-15 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.text-block-15.maior {
  font-size: 16px;
}

.text-block-16 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.text-block-16.maior {
  font-size: 16px;
}

.brix---heading-h4-size {
  color: var(--lynx--white);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 28px;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---grid-2-columns-gap-56px {
  grid-column-gap: 48px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  padding-top: 20px;
  display: grid;
}

.brix---btn-secondary-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---grid-content-v15 {
  grid-column-gap: 110px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.25fr;
  grid-auto-columns: 1fr;
  margin-bottom: 15px;
  display: grid;
}

.image-6 {
  max-width: 50px;
}

.text-span-15, .text-span-16, .text-span-17 {
  font-weight: 600;
}

.brix---mg-bottom-2 {
  color: var(--black);
  margin-bottom: 0;
  font-weight: 300;
}

.brix---mg-bottom-2.equipamento {
  text-align: left;
  font-weight: 500;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--600);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h3-size-2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.brix---heading-h3-size-2.equipamento {
  margin-top: 13px;
  font-size: 20px;
  line-height: 25px;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
}

.brix---color-neutral-805.equipamento {
  text-align: center;
}

.brix---display-2 {
  color: var(--roxo-winpress);
  font-family: Poppins, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---card-content-center {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

.brix---card-content-center.equipamento {
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.brix---grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-12px-2 {
  margin-bottom: 12px;
}

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

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
}

.brix---section-4 {
  color: var(--elements-webflow-library--neutral--100);
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 100px;
  padding-bottom: 60px;
}

.brix---section-4.equipamento {
  padding-top: 0;
}

.f-footer-link {
  grid-column-gap: 20px;
  color: #eee;
  letter-spacing: 0;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.f-footer-link:hover {
  color: #3cae6c;
}

.f-footer-link.w--current {
  color: #eee;
  letter-spacing: 0;
}

.f-footer-link.w--current:hover {
  color: #2a523b;
}

.f-footer-link.contato {
  color: var(--black);
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.f-footer-link.contato:hover {
  color: var(--roxo-winpress);
}

.image-7, .icone, .image-8 {
  max-width: 100%;
}

.lynx-link-footer-dark-2 {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-dark-2:hover {
  color: var(--lynx--white);
}

.lynx-text-footer-dark-2 {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-block-footer-down-2 {
  border-top: 1px solid #dfdad233;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.lynx-link-footer-large-white-3 {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-large-white-3:hover {
  color: var(--lynx--medium-purple);
}

.lynx-heading-footer-white-2 {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

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

.lynx-logo-footer-2 {
  width: 76px;
  margin-bottom: 16px;
}

.lynx-grid-footer-dark-2 {
  grid-column-gap: 65px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.lynx-footer-dark-2 {
  background-color: var(--lynx--black);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---footer-bottom {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---footer-link {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-col-title {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---icon-square-36px {
  background-color: var(--lynx--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  grid-auto-flow: column;
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

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

.brix---grid-footer-v1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.brix---footer-top {
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
}

.image-10, .image-11 {
  max-width: 20px;
}

.lynx-paragraph-accordion {
  color: var(--black);
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.lynx-accordion-content {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.lynx-icon-arrow {
  background-color: var(--lynx--black);
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
}

.lynx-heading-accordion {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 132%;
}

.lynx-accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header:hover {
  padding-left: 35px;
}

.lynx-accordion-item {
  background-color: var(--lynx--white);
  border-radius: 20px;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-block-faq {
  grid-row-gap: 14px;
  flex-direction: column;
  width: 100%;
  max-width: 840px;
  display: flex;
}

.lynx-paragraph-2 {
  color: var(--lynx--grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading-2 {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-2 {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

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

.lynx-content-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25 {
  font-weight: 500;
}

.text-span-26 {
  font-weight: 700;
}

.bold-text-6, .bold-text-7, .bold-text-8 {
  font-weight: 500;
}

.text-span-27, .text-span-28 {
  font-weight: 700;
}

.bold-text-9, .bold-text-10 {
  font-weight: 500;
}

.text-span-29 {
  font-weight: 700;
}

.bold-text-11, .bold-text-12 {
  font-weight: 500;
}

.text-span-30 {
  font-weight: 700;
}

.bold-text-13, .bold-text-14 {
  font-weight: 500;
}

.text-span-31 {
  font-weight: 700;
}

.bold-text-15, .bold-text-16 {
  font-weight: 500;
}

.text-span-32 {
  font-weight: 700;
}

.bold-text-17, .bold-text-18, .bold-text-19 {
  font-weight: 500;
}

.text-span-33 {
  font-weight: 600;
}

.bold-text-20, .bold-text-21, .bold-text-22 {
  font-weight: 500;
}

.bold-text-23 {
  font-weight: 600;
}

.text-span-34 {
  font-weight: 700;
}

.bold-text-24, .text-span-35, .bold-text-25, .text-span-36, .bold-text-26 {
  font-weight: 500;
}

.text-span-37 {
  font-weight: 700;
}

.bold-text-27, .bold-text-28, .text-span-38, .text-span-39, .text-span-40 {
  font-weight: 500;
}

.text-span-41, .text-span-42 {
  font-weight: 700;
}

.text-span-43, .text-span-44, .text-span-45, .bold-text-29, .bold-text-30 {
  font-weight: 500;
}

.text-span-46 {
  font-weight: 700;
}

.text-span-47, .text-span-48, .text-span-49, .text-span-50, .text-span-51, .text-span-52, .text-span-53 {
  font-weight: 500;
}

.text-span-54 {
  font-weight: 600;
}

.text-span-55, .text-span-56, .text-span-57, .text-span-58 {
  font-weight: 500;
}

.text-span-59 {
  font-weight: 700;
}

.image-12 {
  vertical-align: baseline;
  max-width: 100%;
  margin-top: -40%;
  padding-top: 0;
}

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

.text-span-60 {
  color: var(--roxo-winpress);
}

.text-span-61 {
  color: var(--azul-claro);
}

.text-span-62 {
  color: var(--lynx--medium-purple);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.fn-404-image-third {
  object-fit: contain;
  width: 120px;
  height: 120px;
  position: absolute;
  inset: auto auto -55% 20%;
}

.fn-404-image-second {
  object-fit: contain;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: -56% auto auto -5%;
}

.fn-404-image-first {
  object-fit: contain;
  width: 411px;
  height: 405px;
  position: absolute;
  inset: -80% -10% auto auto;
}

.fn-link-arrow {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow-classic {
  color: #df0;
  align-items: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-paragraph-2 {
  color: var(--lynx--white);
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.fn-heading-jambo {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1em;
}

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

.fn-container-grid-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-container-grid-5.relative {
  width: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.fn-section-404 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Slide-home-winpress-07.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
  overflow: hidden;
}

.text-span-63, .text-span-64, .text-span-65, .text-span-66, .text-span-67, .text-span-68, .text-span-69, .text-span-70, .text-span-71, .text-span-72, .text-span-73, .text-span-74 {
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .lynx-block-footer-down {
    text-align: right;
  }

  .lynx-grid-footer-dark {
    grid-column-gap: 53px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start center;
    display: grid;
  }

  .lynx-footer-dark {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 97%;
    display: flex;
  }

  .a-footer-social {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
  }

  .header-grid {
    grid-template-columns: 1.25fr 1.35fr;
  }

  .header-image {
    align-items: flex-end;
    padding-top: 25px;
    padding-left: 0;
  }

  .button-wrapper {
    margin-top: 0;
  }

  .hero-heading {
    color: #eee;
  }

  .paragraph-regular-4 {
    margin-bottom: 60px;
  }

  .paragraph-regular-4.home {
    margin-bottom: 40px;
  }

  .header-block {
    padding-bottom: 60px;
  }

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

  .lynx-block-footer-2.rodape {
    justify-content: center;
    align-items: flex-start;
  }

  .lynx-grid-footer-dark-2 {
    grid-column-gap: 60px;
    grid-template-columns: .75fr 1fr 1fr;
  }

  .lynx-footer-dark-2 {
    max-width: 97%;
  }

  .image-9 {
    width: 16px;
  }

  .brix---icon-square-36px {
    background-color: var(--lynx--black);
  }

  .brix---social-media-grid-left {
    grid-auto-flow: column;
  }

  .image-10 {
    max-width: 20px;
  }

  .image-11 {
    max-width: 18px;
  }

  .image-12 {
    margin-top: -46%;
  }
}

@media screen and (min-width: 1440px) {
  .bold-text-2 {
    font-size: 50px;
  }

  .lynx-content {
    margin-left: 10%;
  }

  .header-grid {
    grid-column-gap: 37px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.35fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: grid;
  }

  .paragraph-regular-4 {
    font-size: 19px;
    line-height: 25px;
  }

  .container-4 {
    max-width: 100%;
  }

  .header-block {
    padding-bottom: 60px;
  }

  .header-block.home {
    padding-left: 40px;
  }

  .waves---main-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves-gradient-hero-5 {
    margin-left: 0;
  }

  .waves-section-hero-5 {
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .brix---grid-content-v15 {
    grid-column-gap: 100px;
  }

  .brix---grid-footer-v1 {
    grid-column-gap: 91px;
    grid-template-columns: minmax(340px, 1fr) auto auto auto auto;
  }
}

@media screen and (min-width: 1920px) {
  .image-3 {
    width: 200px;
  }

  .button-primary-s {
    padding: 20px 40px;
  }

  .nav-link-2 {
    font-size: 22px;
  }

  .text-block-7 {
    font-size: 25px;
  }

  .lynx-paragraph, .lynx-paragraph.branco {
    font-size: 18px;
  }

  .lynx-grid-image-right {
    flex: 0 auto;
  }

  .lynx-content {
    padding-top: 7%;
  }

  .fn-logos-image {
    max-width: 200px;
    height: 86px;
  }

  .fn-container-grid {
    max-width: 1080px;
  }

  .fn-section.overflow-none {
    width: auto;
  }

  .brix---section {
    padding: 7%;
  }

  .lynx-link-footer-dark, .lynx-text-footer-dark {
    font-size: 14px;
  }

  .lynx-link-footer-large-white {
    font-size: 15px;
  }

  .lynx-heading-footer-white {
    font-size: 14px;
  }

  .lynx-footer-dark {
    max-width: 97%;
  }

  .lynx-link-footer-large-white-2 {
    font-size: 18px;
  }

  .lynx-link-footer-large-white-2.sem-link {
    font-size: 15px;
  }

  .a-icon-small {
    width: 20px;
    height: 20px;
  }

  .a-icon-button {
    width: 50px;
    height: 50px;
  }

  .text-block-12, .text-block-13, .button-primary {
    font-size: 25px;
  }

  .button-wrapper {
    padding-bottom: 0;
  }

  .paragraph-regular-4 {
    font-size: 25px;
    line-height: 30px;
  }

  .header-block {
    padding-bottom: 60px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
  }

  .text-block-14, .text-block-15, .text-block-16 {
    font-size: 16px;
  }

  .brix---heading-h4-size {
    font-size: 30px;
  }

  .image-6 {
    max-width: 60px;
  }

  .f-footer-link {
    font-size: 22px;
    line-height: 25px;
  }
}

@media screen and (max-width: 991px) {
  .slider-left, .tab-button {
    background-color: #8c54ff;
    border-style: none;
    border-radius: 0;
    width: 80px;
    height: 50px;
    padding: 7px;
  }

  .container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .pricing-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .standard-tab {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .standard-tab.w--current {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-image {
    margin-right: 0;
  }

  .tabs-menu {
    flex-flow: row;
    padding-left: 10%;
    padding-right: 10%;
  }

  .text-block {
    text-align: center;
    font-size: 13px;
  }

  .slider-base {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 5%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .slider-background {
    background-position: 0 0, 65%;
  }

  .slider-background.background-02 {
    background-position: 0 0, 35%;
  }

  .slider-background.background-03 {
    background-position: 0 0, 50%;
  }

  .slider-background.background-04 {
    background-position: 0 0, 45%;
  }

  .slider-heading {
    max-width: 100%;
    line-height: 55px;
  }

  .container-flowbase {
    min-height: auto;
    position: relative;
  }

  .global-logo-link {
    margin-right: 0;
  }

  .nav-wrapper-2 {
    justify-content: space-between;
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-menu-2 {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 1%;
    margin-left: 10%;
    margin-right: 10%;
    padding: 12px;
    position: absolute;
  }

  .nav-menu-2.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .nav-logo-link {
    margin-right: 0;
  }

  .icon-2 {
    color: #eee;
  }

  .navigation-2 {
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
  }

  .button-primary-s {
    display: none;
  }

  .nav-link-2 {
    color: #1e1e1e;
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .nav-link-2:hover {
    background-color: #d4d4d459;
  }

  .nav-link-2.w--current {
    color: #1e1e1e;
  }

  .nav-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-link-3 {
    color: #1e1e1e;
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .nav-link-3.contato {
    background-color: var(--azul-claro);
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    font-size: 17px;
    font-weight: 600;
    display: block;
  }

  .nav-link-3.contato:hover {
    background-color: var(--roxo-winpress);
    color: #f4f4f4;
  }

  .nav-menu-button-2 {
    background-color: var(--azul-claro);
    color: #282b3e;
    border-radius: 100px;
    padding: 12px;
  }

  .nav-menu-button-2.w--open {
    background-color: #25a1b0;
    border-color: #fff;
  }

  .bold-text-2 {
    font-size: 45px;
    line-height: 40px;
  }

  .text-block-9, .text-block-10, .text-block-11 {
    text-align: center;
    font-size: 13px;
  }

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

  .lynx-grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-grid-image-right._2 {
    grid-template-columns: 1.2fr 1fr;
  }

  .fn-logos-image {
    max-width: 100px;
  }

  .fn-container-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix--grid-2-columns-text-right {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .waves-master-logos-2 {
    grid-column-gap: 40px;
  }

  .lynx-text-field {
    min-width: 110px;
  }

  .lynx-heading-white-margin {
    font-size: 38px;
  }

  .lynx-newsletter-image {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .lynx-heading-white-small {
    font-size: 38px;
  }

  .lynx-content-3 {
    width: auto;
    max-width: none;
    margin-left: 10%;
    margin-right: 10%;
  }

  .lynx-link-footer-large-white {
    text-align: center;
  }

  .lynx-block-footer {
    justify-content: center;
    align-items: center;
    margin-top: 13px;
  }

  .lynx-grid-footer-dark {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .lynx-footer-dark {
    max-width: 95%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-link-footer-large-white-2.sem-link {
    text-align: center;
  }

  .fn-footer-legal-link {
    transition: none;
  }

  .fn-footer-legal-link:hover {
    color: #939b9b;
  }

  .fn-standard-white-link {
    transition: none;
  }

  .fn-standard-white-link:hover {
    color: #ecf0ef;
  }

  .fn-brand-footer {
    z-index: 2;
    margin-bottom: 11px;
  }

  .fn-container-grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-footer-first {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .a-button-primary {
    display: flex;
  }

  .a-footer-detail-row {
    justify-content: center;
  }

  .icon-3 {
    color: #eee;
  }

  .header-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .header-image {
    height: 400px;
  }

  .header-image.segundo {
    background-position: 50% 80%;
    background-size: cover;
    background-attachment: scroll;
    justify-content: center;
    align-items: flex-end;
  }

  .button-wrapper {
    text-align: left;
    justify-content: center;
  }

  .hero-heading, .hero-heading.home {
    font-size: 45px;
  }

  .paragraph-regular-4 {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .section-header {
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .container-4 {
    order: 0;
  }

  .header-block.home {
    padding-left: 10%;
    padding-right: 10%;
    display: block;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-5 {
    padding-top: 20%;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-left-text-wrapper {
    margin-top: 24px;
    margin-left: 0;
  }

  .brix---card---icon-left---content-right {
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .fn-button-secondery {
    transition: none;
  }

  .fn-button-secondery:hover {
    background-color: #0000;
  }

  .fn-classic-pricing-card {
    width: auto;
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-container-grid-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-heading-3 {
    font-size: 32px;
  }

  .fn-heading-4 {
    font-size: 28px;
  }

  .fn-pricing-tabs-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .fn-pricing-tabs-link-right:hover {
    color: #ecf0ef;
    border-top-color: #ecf0ef;
    border-bottom-color: #ecf0ef;
    border-right-color: #ecf0ef;
  }

  .fn-pricing-tabs-link-right.w--current:hover {
    color: #1d1f14;
    background-color: #df0;
  }

  .fn-pricing-tabs-link-left:hover {
    color: #ecf0ef;
    border-top-color: #ecf0ef;
    border-bottom-color: #ecf0ef;
    border-left-color: #ecf0ef;
  }

  .fn-pricing-tabs-link-left.w--current:hover {
    color: #1d1f1e;
    background-color: #df0;
  }

  .fn-heading-8 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-container-grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---grid-content-v15 {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

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

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .f-footer-link.contato {
    justify-content: flex-start;
    align-items: center;
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .lynx-heading-accordion {
    font-size: 19px;
  }

  .lynx-heading-2 {
    font-size: 38px;
  }

  .fn-404-image-first {
    width: 350px;
    height: 350px;
  }

  .fn-heading-jambo {
    font-size: 76px;
  }

  .fn-container-grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section-404 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bold-text-32 {
    line-height: 55px;
  }
}

@media screen and (max-width: 767px) {
  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .tabs-menu {
    flex-flow: row;
  }

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

  .text-block {
    display: none;
  }

  .slider-background {
    background-position: 0 0, 70%;
  }

  .slider-background.background-03 {
    background-position: 0 0, 60%;
  }

  .slider-background.background-04 {
    background-position: 0 0, 55%;
  }

  .slider-heading {
    font-size: 40px;
    line-height: 45px;
  }

  .global-navigation-line, .global-text-wrapper {
    display: none;
  }

  .bold-text.h2 {
    font-size: 20px;
  }

  .bold-text.h5 {
    line-height: 25px;
  }

  .bold-text-2 {
    font-size: 35px;
  }

  .text-block-9, .text-block-10, .text-block-11 {
    display: none;
  }

  .lynx-image-absolute {
    left: -2%;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-block-left {
    padding-left: 5%;
    padding-right: 10%;
  }

  .lynx-grid-image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .fn-logos-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---text-200-list-bold {
    font-size: 16px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix--grid-2-columns-text-right {
    grid-template-columns: 1fr;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lynx-heading-white-margin {
    font-size: 34px;
  }

  .lynx-block-newsletter-text {
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .lynx-newsletter-horizontal {
    flex-direction: column;
    padding: 45px 25px;
  }

  .lynx-heading-white-small {
    font-size: 34px;
  }

  .lynx-grid-footer-dark {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-footer-line {
    margin-top: 12px;
  }

  .fn-social-share-wrapper {
    flex-direction: row;
    margin-top: 12px;
  }

  .fn-brand-footer {
    margin-right: 0;
    padding-left: 0;
  }

  .fn-container-grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-footer-first {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .a-footer-link-grid {
    grid-template-columns: 1fr 1fr;
  }

  .a-footer-form {
    flex-direction: column;
  }

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

  .section-header {
    padding-left: 10%;
    padding-right: 10%;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-section-hero-5 {
    padding-top: 160px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

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

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .fn-pricing-cost {
    font-size: 32px;
  }

  .fn-classic-pricing-card {
    padding: 24px;
  }

  .fn-paragraph {
    margin-bottom: 24px;
  }

  .fn-heading-2 {
    font-size: 34px;
  }

  .fn-container-grid-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-2 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-button {
    width: 100%;
  }

  .fn-heading-3 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-feature-pricing-card {
    padding: 24px;
  }

  .fn-heading-4 {
    font-size: 24px;
  }

  .fn-heading-8 {
    font-size: 34px;
  }

  .fn-container-grid-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---grid-2-columns-gap-56px {
    grid-template-columns: 1fr;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---grid-content-v15 {
    grid-template-columns: 1fr;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

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

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lynx-grid-footer-dark-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---grid-footer-v1 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .lynx-heading-2 {
    max-width: 540px;
    font-size: 34px;
  }

  .fn-404-image-third {
    width: 80px;
    height: 80px;
  }

  .fn-404-image-second {
    width: 150px;
    height: 150px;
    top: -82%;
    left: 9%;
  }

  .fn-404-image-first {
    width: 150px;
    height: 150px;
    top: -101%;
    right: 6%;
  }

  .fn-paragraph-2 {
    margin-bottom: 24px;
  }

  .fn-heading-jambo {
    margin-bottom: 12px;
    font-size: 54px;
  }

  .fn-container-grid-5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-404 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .bold-text-32 {
    line-height: 45px;
  }

  .image-13 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
  }

  .tabs-content {
    padding-top: 20px;
  }

  .text-block {
    display: none;
  }

  .slider-base {
    min-height: 95vh;
  }

  .slider-background {
    background-image: linear-gradient(#0000001a, #0009), url('../images/Slides-home-winpress-mobile-home-2.jpg');
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .slider-background.background-02 {
    background-image: linear-gradient(#0000001a, #0009), url('../images/Slide-home-winpress-02-mobile.jpg');
    background-position: 0 0, 50%;
  }

  .slider-background.background-03 {
    background-image: linear-gradient(#0000001a, #0009), url('../images/Slide-home-winpress-03-mobile.jpg');
  }

  .slider-background.background-04 {
    background-image: linear-gradient(#0000001a, #0009), url('../images/Slide-home-winpress-04-mobile.jpg');
    background-position: 0 0, 50%;
  }

  .slider-heading {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 35px;
    line-height: 35px;
  }

  .slider-heading.botao {
    text-align: center;
    border-radius: 30px;
    padding-left: 15px;
  }

  .tab-pane {
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-link-flowbase, .dropdown-flowbase, .flowbase-banner {
    display: none;
  }

  .flowbase-footer {
    background-image: none;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
  }

  .global-component-banner, .global-title-text, .global-icon-x-small {
    display: none;
  }

  .preloader {
    text-align: center;
    display: none;
  }

  .html-embed-3 {
    clear: none;
    width: 0;
    max-width: 0;
    max-height: 0;
    padding: 0 35vw 20% 0%;
    display: inline-block;
    position: static;
    inset: 0%;
  }

  .nav-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-menu-2 {
    background-color: var(--white);
    margin-left: 0%;
    margin-right: 0%;
    box-shadow: 0 2px 14px #0003;
  }

  .image-3 {
    width: 200px;
  }

  .button-primary-s {
    width: 100%;
  }

  .ths13-header {
    padding-left: 10%;
    padding-right: 10%;
  }

  .nav-link-2 {
    background-color: #00000005;
  }

  .nav-link-2:hover {
    color: var(--midnight-blue);
    background-image: linear-gradient(#88f2ff5e, #88f2ff5e);
  }

  .nav-link-2.w--current {
    color: #1e1e1e;
  }

  .nav-link-3.contato {
    background-color: var(--azul-claro);
    color: #eee;
    text-align: center;
    margin-top: 20px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .nav-menu-button-2 {
    background-color: var(--azul-claro);
  }

  .nav-menu-button-2.w--open {
    background-color: var(--midnight-blue);
  }

  .bold-text.h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .bold-text.h5 {
    font-size: 15px;
    line-height: 20px;
  }

  .bold-text-2 {
    text-align: left;
    font-size: 35px;
    line-height: 35px;
  }

  .bold-text-2.contato {
    font-size: 40px;
  }

  .text-block-9, .text-block-10, .text-block-11 {
    display: none;
  }

  .lynx-image.maior {
    min-height: 400px;
  }

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

  .lynx-paragraph.branco {
    text-align: left;
  }

  .lynx-heading {
    max-width: none;
    font-size: 30px;
  }

  .lynx-heading.branco, .lynx-subtitle.branco {
    text-align: left;
  }

  .lynx-block-left {
    background-image: linear-gradient(to bottom, var(--white), var(--white));
    padding-left: 0%;
    padding-right: 0%;
  }

  .lynx-grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 31px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .lynx-grid-image-right._2 {
    grid-template-columns: 1.2fr;
    grid-auto-flow: row;
  }

  .lynx-content {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .lynx-content.contato {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10%;
    display: flex;
  }

  .bold-text-3.branco {
    text-align: left;
    font-size: 30px;
  }

  .fn-logos-wrapper {
    margin-top: 10px;
  }

  .fn-label {
    text-align: center;
    line-height: 30px;
  }

  .fn-container-grid {
    max-width: none;
    margin-left: 0%;
    padding: 0% 10%;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---text-200-list-bold {
    text-align: left;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .waves-image-logo-2 {
    max-width: 100%;
  }

  .waves-master-logos-2 {
    grid-template-columns: 1fr 1fr;
    justify-content: start;
    margin-top: 45px;
    margin-left: 0;
    margin-right: 0;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---section-medium {
    padding: 64px 10%;
  }

  .bold-text-4 {
    font-size: 30px;
    line-height: 35px;
  }

  .lynx-text-field {
    margin: 12px 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .lynx-form {
    border-radius: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .lynx-form-block {
    width: 100%;
  }

  .lynx-heading-white-margin {
    font-size: 29px;
  }

  .lynx-subtitle-white {
    font-size: 15px;
  }

  .lynx-newsletter-horizontal {
    padding: 30px 15px;
  }

  .lynx-newsletter-image {
    padding: 190px 8px 8px;
  }

  .lynx-heading-white-small {
    font-size: 29px;
  }

  .lynx-newsletter {
    margin-bottom: 70px;
    padding: 50px 20px;
  }

  .lynx-link-footer-dark {
    text-align: center;
    font-size: 11px;
    display: block;
  }

  .lynx-text-footer-dark {
    text-align: center;
    margin-bottom: 12px;
    font-size: 11px;
  }

  .lynx-block-footer-down {
    text-align: center;
    max-width: none;
    display: block;
  }

  .lynx-grid-footer-dark {
    grid-row-gap: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lynx-footer-dark {
    max-width: 90%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .fn-legal-links-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .fn-links-wrapper {
    margin-bottom: 12px;
  }

  .a-footer-legal {
    flex-direction: column;
  }

  .a-footer-bottom {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .a-footer-link-grid {
    grid-template-columns: 1fr;
  }

  .a-button-primary {
    width: 100%;
  }

  .a-footer-social {
    margin-bottom: 22px;
  }

  .a-footer-divider {
    display: none;
  }

  .a-footer-main-wrapper {
    flex-direction: column;
  }

  .header-grid {
    grid-row-gap: 5px;
    flex-direction: column;
    display: flex;
  }

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

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

  .div-block-2 {
    text-align: left;
    justify-content: flex-start;
  }

  .hero-heading {
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
  }

  .hero-heading.home {
    text-align: left;
    font-size: 40px;
  }

  .paragraph-regular-4 {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
  }

  .section-header {
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .header-block {
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 40px;
  }

  .header-block.home {
    margin-left: 10%;
    margin-right: 10%;
    padding: 15% 0%;
  }

  .waves---subtitle {
    text-align: left;
    font-size: 20px;
  }

  .waves---subtitle.servicos {
    font-size: 17px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves-title-wrap-hero-5 {
    justify-content: center;
    align-items: flex-start;
  }

  .waves---main-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves-section-hero-5 {
    padding: 40% 10% 48px;
  }

  .waves-section-hero-5.contato {
    padding-top: 37%;
  }

  .waves-section-hero-5.equipamentos {
    background-image: url('../images/equipamentos-winpress.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .waves-section-hero-5.faq {
    background-image: url('../images/Slide-home-winpress-01_V2.jpg');
    background-position: 80%;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---card---icon-left---content-right {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---heading-h2-size-2 {
    text-align: left;
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default-2 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---section-2 {
    padding-top: 15%;
    padding-bottom: 25%;
  }

  .fn-button-secondery, .fn-button {
    width: 100%;
  }

  .fn-pricing-tabs-grid {
    width: 100%;
    max-width: none;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---grid-2-columns-gap-56px {
    grid-row-gap: 36px;
  }

  .brix---btn-secondary-2, .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

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

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .f-footer-link {
    justify-content: center;
  }

  .f-footer-link.w--current {
    text-align: center;
  }

  .f-footer-link.contato {
    justify-content: flex-start;
    font-size: 14px;
  }

  .lynx-block-footer-down-2 {
    flex-flow: column;
  }

  .lynx-block-footer-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .lynx-block-footer-2.rodape {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .lynx-grid-footer-dark-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lynx-footer-dark-2 {
    max-width: 90%;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---mg-bottom-24px-3 {
    margin-bottom: 16px;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-5 {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 35px;
    line-height: 35px;
  }

  .lynx-heading-accordion {
    font-size: 18px;
  }

  .lynx-heading-2 {
    font-size: 29px;
  }

  .lynx-content-4 {
    width: auto;
    max-width: none;
    margin-left: 10%;
    margin-right: 10%;
  }

  .image-12 {
    margin-top: -30%;
  }

  .fn-404-image-second {
    width: 120px;
    height: 120px;
    top: -76%;
  }

  .fn-404-image-first {
    width: 120px;
    height: 120px;
  }

  .bold-text-32 {
    line-height: 35px;
  }

  .image-13 {
    vertical-align: baseline;
    display: none;
  }
}

#w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-72ba1244, #w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c511-72ba1244 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a94f8bd7-73fe-98e9-6408-888b765a1bb8-72ba1244 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: center;
}

#w-node-a94f8bd7-73fe-98e9-6408-888b765a1bba-72ba1244 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_4f41fde5-74cb-439f-f6f9-fad115573101-72ba1244 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_149785f1-5309-8f60-b53a-c24db96a92bc-72ba1244, #w-node-fddc648f-934b-9a76-8822-bfcd1054cac9-1054cac7, #w-node-fddc648f-934b-9a76-8822-bfcd1054cacb-1054cac7, #w-node-fddc648f-934b-9a76-8822-bfcd1054cad8-1054cac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-0e66c579 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c511-0e66c579 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f41fde5-74cb-439f-f6f9-fad115573101-0e66c579 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_44dd7763-035c-730b-c4a1-a1a7978d8ae9-0e66c579 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_44dd7763-035c-730b-c4a1-a1a7978d8af8-0e66c579 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_225b075e-d653-d54a-a6f0-d5ae2defd973-0e66c579, #w-node-_66fdc3b8-73d4-9a55-828c-269db15baf39-0e66c579, #w-node-f0b9e0e7-a81b-eac5-3f3b-ebdde4754e42-0e66c579 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_62bc679e-c85f-a2d7-a5d8-3d9557bb9415-0e66c579 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_986c351c-111e-d0b2-0bc0-afbe196ee3fb-0e66c579 {
  place-self: center;
}

#w-node-_62bc679e-c85f-a2d7-a5d8-3d9557bb941f-0e66c579 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65da9eb2-2afb-34db-49a8-7798c8efc03c-0e66c579 {
  place-self: center;
}

#w-node-_62bc679e-c85f-a2d7-a5d8-3d9557bb9429-0e66c579 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e8a7c21-36ae-760b-a9bf-f7c06acb0f38-0e66c579 {
  place-self: center;
}

#w-node-_62bc679e-c85f-a2d7-a5d8-3d9557bb9433-0e66c579 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bc0cfa8-4b0a-d040-6489-af05d8aa2a08-0e66c579 {
  justify-self: auto;
}

#w-node-_62bc679e-c85f-a2d7-a5d8-3d9557bb9437-0e66c579 {
  place-self: center;
}

#w-node-_9c06dd8a-ef4c-3bd1-0051-e2b8e18f31d7-0e66c579 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a134cea-e043-b8f5-f9f3-687f7bb88008-0e66c579 {
  place-self: center;
}

#w-node-_5ac15942-5984-e9db-421e-71f01c38209e-0e66c579 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc07f955-e422-730c-cb58-f07467d9dd0c-0e66c579 {
  place-self: center;
}

#w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-b36e9ae3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c511-b36e9ae3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f41fde5-74cb-439f-f6f9-fad115573101-b36e9ae3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_44dd7763-035c-730b-c4a1-a1a7978d8ae9-b36e9ae3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_44dd7763-035c-730b-c4a1-a1a7978d8af8-b36e9ae3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbeb2cd8-527d-06d1-0619-e74b81ce454a-b36e9ae3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_6d0f17e6-ee4d-1c2c-5bcf-ce9a58f31f01-b36e9ae3 {
  justify-self: auto;
}

#w-node-_6d0f17e6-ee4d-1c2c-5bcf-ce9a58f31f19-b36e9ae3 {
  align-self: stretch;
}

#w-node-_49233537-6f97-976f-1fcc-52bcea701282-b36e9ae3 {
  justify-self: center;
}

#w-node-cc82a1ef-2e52-af89-dcf5-c9c934f08a8a-b36e9ae3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-0e7adf4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_88f31e2b-4de5-d219-5bc2-37afb76b481a-0e7adf4c, #w-node-_411b1c63-6e70-fd99-3dec-fac9045013ed-0e7adf4c, #w-node-_7d3b189d-2980-2ab2-7246-3149bc16f6d6-0e7adf4c, #w-node-_649efbbf-180c-3fde-a29b-7d6f5dba8b30-0e7adf4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-087b2788 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c511-087b2788 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_6d0f17e6-ee4d-1c2c-5bcf-ce9a58f31f01-087b2788, #w-node-_1dffc155-69f9-815f-b4f1-b0e7626d3805-087b2788, #w-node-_8c8f6776-0e46-053d-d5ba-0035bdd0a963-087b2788, #w-node-_8c8f6776-0e46-053d-d5ba-0035bdd0a96b-087b2788 {
  justify-self: auto;
}

#w-node-_6d681382-462f-1b5b-042d-c6e0c2796565-087b2788 {
  place-self: auto;
}

#w-node-_6d681382-462f-1b5b-042d-c6e0c2796571-087b2788 {
  justify-self: auto;
}

#w-node-_5a5ca56c-1636-7e8d-abb0-8fb5732e496d-977d2559 {
  grid-area: 1 / 4 / 2 / 10;
}

@media screen and (min-width: 1920px) {
  #w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-0e66c579, #w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-b36e9ae3, #w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-0e7adf4c, #w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-087b2788 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_4f41fde5-74cb-439f-f6f9-fad115573101-72ba1244 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end center;
  }

  #w-node-fddc648f-934b-9a76-8822-bfcd1054cac9-1054cac7 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-fddc648f-934b-9a76-8822-bfcd1054cacb-1054cac7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-fddc648f-934b-9a76-8822-bfcd1054cad8-1054cac7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f41fde5-74cb-439f-f6f9-fad115573101-0e66c579, #w-node-_4f41fde5-74cb-439f-f6f9-fad115573101-b36e9ae3, #w-node-bbeb2cd8-527d-06d1-0619-e74b81ce454a-b36e9ae3, #w-node-cc82a1ef-2e52-af89-dcf5-c9c934f08a8a-b36e9ae3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a94f8bd7-73fe-98e9-6408-888b765a1bb8-72ba1244, #w-node-a94f8bd7-73fe-98e9-6408-888b765a1bba-72ba1244 {
    grid-column: span 8 / span 8;
  }

  #w-node-_225b075e-d653-d54a-a6f0-d5ae2defd973-0e66c579, #w-node-_66fdc3b8-73d4-9a55-828c-269db15baf39-0e66c579, #w-node-f0b9e0e7-a81b-eac5-3f3b-ebdde4754e42-0e66c579 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d77dff2f-62c8-50e4-b26d-23bcd9f8c508-0e7adf4c {
    justify-self: auto;
  }

  #w-node-_5a5ca56c-1636-7e8d-abb0-8fb5732e496d-977d2559 {
    grid-area: 1 / 2 / 2 / 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_225b075e-d653-d54a-a6f0-d5ae2defd973-0e66c579, #w-node-_66fdc3b8-73d4-9a55-828c-269db15baf39-0e66c579, #w-node-f0b9e0e7-a81b-eac5-3f3b-ebdde4754e42-0e66c579, #w-node-_5a5ca56c-1636-7e8d-abb0-8fb5732e496d-977d2559 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}