@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-SemiBoldItalic.woff2') format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-Heavy.woff2') format("woff2"), url('../fonts/Axiforma-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-ExtraBoldItalic.woff2') format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-BookItalic.woff2') format("woff2"), url('../fonts/Axiforma-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-HeavyItalic.woff2') format("woff2"), url('../fonts/Axiforma-BlackItalic.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Axiforma Book;
  src: url('../fonts/Axiforma-Book.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-BoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --base-color-neutral--night-darker: #0e0e0e;
  --base-color-neutral--white: white;
  --base-color-neutral--french-gray: #a9abb0;
  --background-color--background-primary: var(--base-color-neutral--night-darker);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--mint-light);
  --link-color--link-primary: var(--base-color-brand--mint-light);
  --text-color--text-primary: var(--base-color-neutral--night);
  --background-color--background-tertiary: var(--base-color-brand--turquoise-lighter);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --base-color-neutral--night: #161616;
  --base-color-brand--electric-blue: #004cff;
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-neutral--slate-gray: #70757d;
  --base-color-brand--electric-purple: #a54aff;
  --base-color-brand--electric-blue-lighter: #336fff;
  --base-color-brand--electric-purple-lighter: #b76fff;
  --base-color-brand--atomic-tangerine: #ffb190;
  --base-color-brand--mint: #90ffc3;
  --base-color-brand--jasmine: #ffe37f;
  --base-color-brand--rose: #ff1f7d;
  --base-color-brand--rose-lighter: #ff6caa;
  --base-color-brand--turquoise: #00d0b7;
  --base-color-brand--turquoise-lighter: #49e9d6;
  --base-color-neutral--neutral-lightest: #eee;
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --base-color-neutral--neutral-dark: #444;
  --base-color-brand--turquoise-darker: #0eb5a6;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-brand--mint-light: #b4ffd6;
  --base-color-brand--jasmine-lighter: #ffecaa;
  --base-color-brand--atomic-tangerine-lighter: #ffc4ac;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-darker: #222;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--mint-light);
  --link-color--link-secondary: var(--base-color-neutral--night);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--base-color-neutral--night-darker);
  color: var(--base-color-neutral--white);
  font-family: Axiforma, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: #fff0;
  letter-spacing: -.02em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #dbdbdb, #fff 50%, #dbdbdb);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  letter-spacing: -.02em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #dbdbdb, #fff 50%, #dbdbdb);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.1;
}

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

h4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 1.5;
}

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

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

p {
  letter-spacing: -.02em;
  margin-bottom: 0;
}

a {
  color: var(--base-color-neutral--white);
  text-decoration: none;
}

ul {
  color: var(--base-color-neutral--french-gray);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

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

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

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

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

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

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

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

.margin-bottom.margin-custom1.is-recursos {
  width: 60rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

.icon-1x1-large.opacity-70 {
  opacity: .18;
  width: 2rem;
  height: 2rem;
}

.form_form.is-newsletter {
  grid-column-gap: .88rem;
  grid-row-gap: .88rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

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

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

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

.text-color-primary {
  color: var(--base-color-neutral--white);
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

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

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

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

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

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

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

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

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

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

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

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

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

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

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

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

.padding-global.is-dif {
  max-width: 100%;
}

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

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

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

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

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

.pointer-events-none {
  pointer-events: none;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.max-width-large {
  width: 100%;
  max-width: 41.88rem;
  padding-bottom: 0;
}

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

.max-width-large.align-center.is-larger {
  max-width: 44rem;
}

.max-width-large.align-center.heading-pricing {
  width: 878px;
  max-width: 100%;
}

.max-width-large.is-suport {
  text-align: center;
  max-width: 37rem;
}

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

.background-color-alternate {
  background-color: var(--background-color--background-alternate);
}

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

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

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

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

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

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

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

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

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

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

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.form_input {
  background-color: #a9abb014;
  border: 1.4px solid #2a2a2a;
  border-radius: .88rem;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .88rem 1rem .88rem 1.13rem;
  font-size: 1rem;
}

.form_input::placeholder {
  color: var(--base-color-neutral--french-gray);
  font-size: .88rem;
}

.form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

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

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

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

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

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

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

.page-wrapper {
  background-color: var(--text-color--text-primary);
  overflow: clip;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

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

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

.container-large.is-larger {
  max-width: 80rem;
}

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

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

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

.button {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--base-color-brand--electric-blue);
  width: auto;
  height: 50px;
  color: var(--base-color-neutral--white);
  text-align: center;
  border-radius: .88rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .5rem .5rem 1.25rem;
  font-size: .88rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.button:hover {
  background-color: #3c71ee;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

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

.button.is-secondary {
  color: var(--base-color-neutral--white);
  background-color: #0000;
  border: 1.5px solid #fff6;
}

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

.button.is-secondary.is-background-white-mobile {
  transition: border-color .2s cubic-bezier(.55, .085, .68, .53), background-color .2s cubic-bezier(.55, .085, .68, .53);
}

.button.is-secondary.is-background-white-mobile:hover {
  border-color: #fff;
}

.button.is-secondary.is-background-white-mobile.is-mg-left-mobile {
  padding-right: 1.25rem;
}

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

.button.is-icon.start-btn {
  border: 1px #000;
  width: auto;
}

.button.is-icon.is-wpp {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  background-color: #0ac25e;
  height: auto;
  padding-left: .5rem;
  padding-right: 1.5rem;
}

.button.is-icon.is-wpp.is-video-form-02 {
  white-space: nowrap;
  width: fit-content;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: .5rem;
}

.button.is-brand {
  background-color: var(--background-color--background-secondary);
}

.button.is-white {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--night);
  transition: background-color .2s cubic-bezier(.55, .085, .68, .53);
}

.button.is-white:hover {
  background-color: #ebebeb;
}

.button.is-white.is-icon.is-form {
  grid-column-gap: .88rem;
  grid-row-gap: .88rem;
  font-size: 1rem;
}

.button.is-white.is-icon.is-left-aligned {
  justify-content: space-between;
  align-items: center;
}

.button.is-white.is-icon.is-left-aligned.text-weight-medium {
  font-weight: 500;
}

.button.is-link {
  color: var(--base-color-neutral--night);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.start-btn {
  padding-right: 1.25rem;
}

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

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

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

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

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

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

.button-group.is-center {
  justify-content: center;
  align-items: center;
  margin-top: 3.75rem;
  display: flex;
}

.button-group.is-center.is-hero-awareness {
  margin-top: 2rem;
}

.button-group.margin-top {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.75rem;
}

.button-group.margin-2-5rem {
  margin-top: 1.75rem;
}

.button-group.align-center {
  justify-content: center;
  align-items: center;
}

.button-group.margin-top-24px {
  margin-top: 24px;
}

.button-group.margin-top-24px.is-mobile, .hide {
  display: none;
}

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

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

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

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

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 0 100%, #2d62ff4d, #0000 50%), radial-gradient(circle at 100% 60%, #2d62ff4d, #1110 20%), radial-gradient(circle at 100% 100%, #d600c433, #0000 45%);
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

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

.navbar12_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 72rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navbar12_menu-button {
  padding: 0;
}

.navbar12_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--base-color-neutral--white);
  align-items: center;
  padding: .5rem .5rem .5rem .81rem;
  font-size: .88rem;
  line-height: 1.6;
  display: flex;
  position: static;
}

.navbar12_dropdown-toggle.is-inactive {
  color: var(--base-color-neutral--slate-gray);
  cursor: not-allowed;
}

.navbar12_dropdown-content {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: flex;
}

.navbar12_dropdown-content.is-one-column {
  grid-template-columns: 1fr;
  place-items: start stretch;
}

.navbar12_dropdown-content.is-four-column {
  grid-column-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: flex;
}

.navbar12_dropdown-link-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar12_menu-dropdown {
  position: static;
}

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

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.dropdown-chevron.is-transparent {
  opacity: 0;
}

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

.navbar12_logo-link.is-hide.w--current {
  display: block;
}

.navbar12_dropdown-list {
  width: max-content;
  min-width: max-content;
  display: none;
  left: 25%;
}

.navbar12_dropdown-list.w--open {
  background-color: var(--base-color-neutral--white);
  border: 1.5px solid #f5f5f5;
  border-radius: 1.25rem;
  width: max-content;
  padding: 2rem;
  right: -304%;
}

.navbar12_dropdown-list.is-one-column {
  inset: auto auto auto 45%;
}

.navbar12_dropdown-list.is-one-column.w--open {
  width: max-content;
  padding-left: 2rem;
  right: -152%;
}

.navbar12_dropdown-list.is-four-column {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  left: auto;
  max-width: fit-content !important;
}

.navbar12_dropdown-list.is-four-column.w--open {
  backface-visibility: hidden;
  perspective-origin: 50%;
  transform-origin: 50%;
  width: max-content;
  max-width: none;
  padding: 2rem;
  position: absolute;
  left: 0;
  right: auto;
}

.navbar12_menu-links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.navbar12_menu-links.is-mobile {
  display: none;
}

.navbar12_dropdown-column {
  box-sizing: border-box;
}

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

.navbar12_component {
  width: 100%;
  color: var(--text-color--text-primary);
  background-color: #0000;
  background-image: linear-gradient(#0e0e0e 66%, #fff0);
  align-items: center;
  padding: 2rem 4rem 4.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.navbar12_dropdown-only-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  border-radius: .38rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  transition: background-color .25s ease-in;
  display: flex;
}

.navbar12_dropdown-only-link:hover {
  background-color: #16161605;
}

.navbar12_icon-wrapper {
  flex: none;
  height: 100%;
  display: flex;
}

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

.navbar12_link {
  color: var(--base-color-neutral--white);
  padding: .5rem .5rem .5rem .81rem;
  font-size: .88rem;
  line-height: 1.6;
}

.navbar12_link.w--current {
  color: var(--base-color-neutral--night);
}

.navbar12_text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.svg {
  width: 8.75rem;
  height: 2.25rem;
}

.navbar-dropdown1_component {
  margin-left: 0;
  margin-right: 0;
}

.navbar-dropdown1_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--base-color-neutral--white);
  align-items: center;
  padding: .81rem 0;
  font-size: .88rem;
  line-height: 1.6;
  display: flex;
}

.navbar-dropdown1_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  padding: .5rem;
}

.navbar-dropdown1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar-dropdown1_dropdown-link.w--current {
  color: var(--base-color-neutral--night);
}

.nav_line {
  background-image: linear-gradient(90deg, #fff0, #ffffff4d 50%, #fff0);
  width: 100%;
  height: 1.5px;
  position: relative;
  inset: auto 0% -1rem;
}

.nav_inactive-wrap {
  position: relative;
}

.nav_inactive-badge {
  background-color: var(--base-color-brand--electric-blue);
  width: 3.38rem;
  height: .88rem;
  color: var(--base-color-neutral--white);
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: .5rem;
  font-weight: 400;
  line-height: 1.6;
  display: flex;
  position: absolute;
  inset: auto 1.5rem -.2rem auto;
  overflow: visible;
}

.nav_inactive-badge.is-nav-icon {
  position: static;
  inset: 0% -4.5rem auto auto;
}

.nav_inactive-badge.is-nav-icon.is-exclusivo-badge {
  background-color: var(--base-color-brand--electric-purple);
  right: -.2rem;
}

.nav_inactive-badge.is-recomended {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--base-color-brand--electric-purple);
  width: auto;
  padding: 8px;
  position: static;
}

.text-color-slate-gray {
  color: var(--base-color-neutral--slate-gray);
}

.text-color-night {
  color: var(--base-color-neutral--night);
}

.text-color-french-gray {
  color: var(--base-color-neutral--french-gray);
  text-align: left;
  font-size: 16px;
}

.text-color-french-gray.text-size-tiny {
  font-size: .75rem;
  font-weight: 400;
  line-height: 160%;
}

.text-color-french-gray.is-mobile-mg-top-24 {
  width: 640px;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.text-color-french-gray.is-mobile-mg-top-24.text-margin-top-24 {
  width: auto;
  margin-top: 24px;
}

.text-color-french-gray.is-mobile-mg-top-24.text-align-center {
  margin-left: auto;
}

.text-color-french-gray.is-mobile-text-smaller {
  text-align: left;
}

.text-color-french-gray.is-max-296 {
  max-width: 18rem;
}

.text-color-french-gray.is-max-296.is-2 {
  max-width: 17rem;
}

.text-color-french-gray.is-funcionalidades {
  text-align: center;
  width: 47rem;
}

.text-color-french-gray.text-center, .text-color-french-gray.text-align-center {
  text-align: center;
}

.text-color-french-gray.is-marquee {
  letter-spacing: -.32px;
  font-size: 16px;
}

.text-color-french-gray.card-letter-spacing {
  letter-spacing: -.32px;
}

.navbar_icon {
  justify-content: center;
  align-items: center;
  width: 2.13rem;
  height: 100%;
}

.opacity-0 {
  opacity: 0;
}

.section_header-home {
  background-image: linear-gradient(#0e0e0e, #85858500 52%, #0e0e0e 81%), url('../images/bg.jpg');
  background-position: 0 0, 0 20svh;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 10rem;
  padding-bottom: 5.69rem;
  position: relative;
  overflow: clip;
}

.header-home_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 51rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button_icon {
  width: 2.13rem;
  height: 2.13rem;
}

.header-home_background {
  z-index: 1;
  width: 100svw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-home_background.is-gradient {
  z-index: 2;
  background-image: none;
  height: 100%;
}

.header-home_img {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  top: auto;
}

.header-home_lottie {
  max-width: 63.75rem;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

.hide-desktop {
  display: none;
}

.section_features-home {
  background-color: var(--base-color-neutral--night-darker);
  padding-top: 3.13rem;
  padding-bottom: 0;
}

.features-home_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 38.88rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_layout348 {
  background-color: var(--base-color-neutral--night-darker);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.layout348_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.layout348_desktop-image-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 5rem;
}

.layout348_image {
  z-index: 2;
  width: 100%;
  position: absolute;
}

.layout348_image.is-image1, .layout348_image.is-image2, .layout348_image.is-image3, .layout348_image.is-image4, .layout348_image.is-image5 {
  display: block;
}

.layout348_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 28.69rem;
  height: 100vh;
  display: flex;
}

.text-style-tagline.is-purple {
  color: var(--base-color-brand--electric-purple-lighter);
}

.text-style-tagline.is-orange {
  color: var(--base-color-brand--atomic-tangerine);
}

.text-style-tagline.is-green {
  color: var(--base-color-brand--mint);
}

.text-style-tagline.is-yellow {
  color: var(--base-color-brand--jasmine);
}

.text-style-tagline.is-pink {
  color: var(--base-color-brand--rose);
}

.text-style-tagline.is-pink.is-lighter {
  color: var(--base-color-brand--rose-lighter);
}

.text-style-tagline.is-greener {
  color: #90ffc3;
}

.text-style-tagline.is-rose {
  color: var(--base-color-brand--rose);
}

.text-style-tagline.is-mint {
  color: var(--base-color-brand--mint);
}

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  color: var(--base-color-neutral--slate-gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout348_mobile-image-wrapper {
  display: none;
}

.layout348_mobile-image {
  width: 100%;
  position: absolute;
}

.background-holder {
  z-index: -999;
  opacity: 0;
  position: relative;
}

.background-layer {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.background-layer.background-color-1 {
  background-color: #e5e5e5;
}

.background-layer.background-color-2 {
  background-color: var(--base-color-neutral--white);
}

.background-layer.background-color-3 {
  background-color: #e5e5e5;
}

.background-layer.background-color-4 {
  background-color: var(--base-color-neutral--white);
}

.image {
  position: sticky;
}

.features-home_img.is-1 {
  width: 28.13rem;
}

.features-home_img.is-2 {
  width: 13.81rem;
  position: absolute;
  top: 8.38rem;
  right: -.1rem;
}

.features-home_img.is-3 {
  width: 28.13rem;
}

.features-home_img.is-4 {
  width: 15.06rem;
  position: absolute;
  inset: 2.5rem auto auto -2.5rem;
}

.features-home_img.is-5 {
  width: 15.13rem;
  position: absolute;
  inset: auto 0% 3.38rem auto;
}

.features-home_img.is-6 {
  width: 15.69rem;
  position: absolute;
  inset: auto auto .88rem .88rem;
}

.features-home_img.is-7 {
  width: 31.25rem;
}

.features-home_img.is-8 {
  width: 24.75rem;
  position: absolute;
  inset: 10.13rem 0% 0% 3.25rem;
}

.features-home_img.is-9 {
  width: 29.38rem;
}

.features-home_img.is-10 {
  width: 29.38rem;
  position: absolute;
  inset: 7.13rem 0% 0%;
}

.features-home_img.is-11 {
  width: 28.13rem;
}

.features-home_img.is-12 {
  width: 23.88rem;
  position: absolute;
  inset: 3.13rem auto auto -3.13rem;
}

.image-2 {
  width: 28.13rem;
}

.section_eco-home {
  background-color: var(--base-color-neutral--night);
  padding-top: 8.75rem;
  padding-bottom: 12.5rem;
}

.swiper {
  overflow: visible;
}

.swiper.is-eco {
  margin-top: 5rem;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.swiper.is-risks {
  padding-left: 0;
  padding-right: 0;
}

.swiper.is-compromisso, .swiper.is-dif, .swiper.is-team {
  display: none;
}

.swiper.is-suport {
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.swiper-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  display: flex;
  overflow: visible;
}

.swiper-slide {
  background-image: linear-gradient(315deg, #ffffff0a, #1616160a);
  border-radius: 1rem;
  width: 34.88rem;
  height: auto;
  padding: 3rem;
}

.swiper-slide.is-feature {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-image: linear-gradient(315deg, #ffffff0a, #1616160a);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 360px;
  height: auto;
  min-height: 370px;
  padding: 2rem;
  display: flex;
}

.swiper-slide.is-feature.is-blue {
  background-image: url('../images/is-blue_1is-blue.avif'), linear-gradient(315deg, #ffffff0a, #1616160a);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  height: 501px;
}

.swiper-slide.is-feature.is-purple {
  background-image: url('../images/Ellipse-5-4_1Ellipse 5-4.avif'), linear-gradient(315deg, #ffffff0a, #1616160a);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  height: 501px;
}

.swiper-slide.is-feature.is-orange {
  background-image: url('../images/Ellipse-5-3_1Ellipse 5-3.avif'), linear-gradient(315deg, #ffffff0a, #1616160a);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  height: 501px;
}

.swiper-slide.is-feature.is-green {
  background-image: url('../images/Ellipse-5-2_1Ellipse 5-2.avif'), linear-gradient(315deg, #ffffff0a, #1616160a);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  height: 501px;
}

.swiper-slide.is-feature.is-yellow {
  background-image: url('../images/Ellipse-5-1_1Ellipse 5-1.avif'), linear-gradient(315deg, #ffffff0a, #1616160a);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  height: 501px;
}

.swiper-slide.is-feature.is-pink {
  background-image: url('../images/Ellipse-5_1Ellipse 5.avif'), linear-gradient(315deg, #ffffff0a, #1616160a);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  height: 501px;
}

.swiper-slide.testimonial-slide {
  background-image: none;
  border-radius: 0;
  flex: none;
  width: auto;
  padding: 0;
}

.swiper-slide.testimonial-slide.is-solo {
  max-width: 43.75rem;
}

.swiper-slide.testimonial-slide.is-ecommerce {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.swiper-slide.is-line {
  background-image: none;
  border-radius: 0;
  flex: none;
  width: auto;
  padding: 0;
}

.swiper-slide.is-suport {
  width: auto;
  padding: 0;
}

.features-home_img-card {
  width: 7.5rem;
  height: 7.5rem;
}

.script_text_all_animation, .script_swiper {
  display: none;
}

.swiper-navigation {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 1.5rem;
  display: flex;
  position: relative;
}

.swiper-navigation.is-compromisso {
  display: none;
}

.swiper-navigation.is-suport {
  align-self: flex-start;
  margin-top: 0;
  display: none;
}

.swiper-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.section_mercado-home {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.mercado-home_component {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.mercado-home_title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 42.63rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.mercado-home_card-item {
  grid-column-gap: 3.63rem;
  grid-row-gap: 3.63rem;
  background-image: linear-gradient(135deg, #1616160a, #ffffff0a);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 22.5rem;
  padding: 2rem;
  display: flex;
}

.user-switch {
  width: 5rem;
  height: 5rem;
  font-size: 3.5rem;
  line-height: 3.5;
}

.mercado-home_card-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.mercado-home_card-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-size: .88rem;
  display: flex;
}

.mercado-home_slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  display: none;
}

.mercado-home_slider-mask {
  overflow: visible;
}

.mercado-home_slider-item {
  width: 100%;
  height: 100%;
  padding: 0;
}

.section_solucoes-home {
  background-image: url('../images/tabs-bg_1tabs-bg.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 8.75rem;
}

.solucoes-home_component {
  flex-flow: column;
  display: flex;
}

.solucoes-home_tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  margin-top: 0;
  display: flex;
}

.solucoes-home_tabs-content {
  flex: 1;
  overflow: visible;
}

.solucoes-home_tabs-menu {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 2.5rem;
  display: flex;
}

.solucoes-home_tabs-link {
  color: var(--base-color-neutral--french-gray);
  background-color: #ddd0;
  margin-bottom: 0;
  padding: 1.13rem 2rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.solucoes-home_tabs-link.w--current {
  color: var(--base-color-neutral--white);
  background-color: #ddd0;
  background-image: linear-gradient(315deg, #1616160a, #ffffff0a);
  border-radius: 1rem;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.script_tabs {
  display: none;
}

.solucoes-home_tabs-pane {
  width: 35.44rem;
  height: 37.5rem;
  max-height: 37.5rem;
}

.script_tabs-2 {
  display: none;
}

.solucoes-home_tabs-lottie {
  object-fit: contain;
  width: 100%;
  min-height: 100%;
}

.script_tabs-3, .script_tabs-5, .script_tabs-7, .script_tabs-8 {
  display: none;
}

.solucoes-home_tabs-p {
  color: var(--base-color-neutral--french-gray);
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
}

.script_tabs-10, .script_tabs-11 {
  display: none;
}

.section_integrations-home {
  padding-bottom: 8.75rem;
}

.section_integrations-home.is-home, .section_integrations-home.is-recursos {
  padding-bottom: 0;
}

.section_integrations-home.is-funcionalidades {
  margin-top: 140px;
  padding-bottom: 0;
}

.marquee-container {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  margin-top: 2.5rem;
  display: flex;
  position: relative;
}

.marquee-row {
  display: flex;
  position: relative;
}

.marquee-row.is-perguntas {
  width: 200vw;
}

.marquee-content.marquee-left-to-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.marquee-content.marquee-left-to-right.is-perguntas {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
}

.marquee-content.marquee-right-to-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.marquee-content.marquee-right-to-left.is-perguntas {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
}

.logo-item {
  height: 3.5rem;
}

.marquee-shadow-left {
  background-image: linear-gradient(90deg, #0e0e0e, #fff0);
  width: 20svw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.marquee-shadow-right {
  background-image: linear-gradient(270deg, #0e0e0e, #fff0);
  width: 20svw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section_negocio-home {
  background-image: url('../images/Frame-1707478499-1.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
  position: relative;
  overflow: visible;
}

.section_negocio-home.is-b2b {
  background-image: url('../images/gradient-bottom.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.negocio-home_component {
  z-index: 2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 38.88rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.negocio-home_component.is-sobre {
  max-width: 42rem;
}

.negocio-home_component.is-supot {
  max-width: 47.5rem;
}

.negocio-home_component.is-advertising {
  max-width: 46.13rem;
}

.negocio-home_component.is-advertising.is-smaller {
  max-width: 29rem;
}

.negocio-home_component.is-precos {
  max-width: 42rem;
  margin-top: 100px;
}

.negocio-home_component.is-funcionalidades {
  max-width: 34rem;
}

.negocio-home_bg {
  width: 70rem;
  position: absolute;
  inset: -18.5rem auto 0% -22.3rem;
}

.negocio-home_bg.is-left {
  width: 20svw;
  min-height: 100svh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.negocio-home_bg.is-right {
  inset: -23.1rem -28.2rem 0% auto;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_risks-home {
  background-color: var(--base-color-neutral--night);
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
  position: relative;
  overflow: visible;
}

.section_risks-home.is-no-pd-top {
  padding-top: 0;
}

.section_risks-home.is-no-pd-top.is-recursos {
  background-color: #0000;
  padding-bottom: 4.375rem;
}

.gradient_blur {
  z-index: 0;
  opacity: 1;
  background-image: url('../images/Ellipse-7.png');
  background-position: 50% -120px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.gradient_blur.is-green {
  background-image: url('../images/Ellipse-8.png');
  background-size: contain;
  width: 60svw;
  height: 70svh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  inset: -28.5svh 0% auto;
  overflow: visible;
}

.risks-home_component {
  z-index: 2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 38.88rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.risks-home_component.is-benefits {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.risks-home_component.is-recursos {
  max-width: 100%;
}

.section_faq1 {
  background-color: var(--base-color-neutral--night-darker);
  color: var(--text-color--text-primary);
  background-image: url('../images/gradient-bottom.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.faq1_list {
  grid-column-gap: .88rem;
  grid-row-gap: .88rem;
  border-bottom: 1px none var(--border-color--border-primary);
  flex-flow: column;
  display: flex;
}

.faq1_accordion {
  background-image: linear-gradient(135deg, #1616160a, #ffffff0a);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--base-color-neutral--white);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2.22rem 2rem;
  display: flex;
}

.faq1_icon-wrapper {
  width: 2rem;
  color: var(--base-color-neutral--white);
  align-self: flex-start;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.faq1_answer {
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.section_newsletter {
  background-image: linear-gradient(#16161600, #004cff);
  padding-top: 5rem;
  padding-bottom: 8.75rem;
  display: none;
}

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

.footer3_component {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
}

.footer3_top-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  padding-bottom: 32px;
  display: grid;
}

.footer3_left-wrapper {
  grid-column-gap: 2.72rem;
  grid-row-gap: 2.72rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_social-link.icon-youtube {
  display: none;
}

.footer3_menu-wrapper {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.footer3_link-list {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: space-between;
  place-items: flex-start start;
  display: flex;
}

.footer3_link-list.margin-bottom-16 {
  margin-bottom: 1rem;
}

.footer3_link-list.margin-bottom-16.margin-top-16, .footer3_link-list.margin-top-16 {
  margin-top: 1rem;
}

.footer3_link-list.footer-list-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 250px;
  min-width: 150px;
  max-width: none;
}

.footer3_link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  max-height: 20px;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .88rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.footer3_link.w--current {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
}

.footer3_link.footer-link-long {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.divider-horizontal {
  background-color: #eee0;
  background-image: linear-gradient(90deg, #fff0, #9999994d 50%, #fff0);
  width: 100%;
  height: 1px;
}

.footer3_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  display: flex;
}

.footer3_credit-text {
  color: #ffffffb3;
  font-size: .875rem;
  font-weight: 300;
}

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

.footer3_legal-link {
  font-size: .875rem;
  text-decoration: none;
}

.footer_icon {
  width: 7.25rem;
  height: 7.25rem;
}

.footer_icon-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  display: flex;
}

.footer_icon-size {
  width: 2.5rem;
  height: 2.5rem;
}

.footer_text {
  color: var(--base-color-neutral--slate-gray);
  text-transform: uppercase;
  font-size: .75rem;
}

.bg_gradient {
  filter: blur(300px);
  background-image: radial-gradient(circle at 0 100%, #336fff, #fff0), radial-gradient(circle farthest-side at 0 0, #336fff, #fff0);
  width: 34.31rem;
  min-height: 100vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.bg_gradient.is-b2b {
  opacity: .75;
  mix-blend-mode: normal;
  background-image: radial-gradient(circle farthest-side at 100%, #336fff 76%, #fff0);
  inset: 0% 0% 0% auto;
}

.bg_gradient.is-home {
  filter: blur(200px);
  background-image: none;
}

.negocio-home_left {
  filter: blur(150px);
  background-image: radial-gradient(circle farthest-side, #004cff, #fff0);
  width: 19.81rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.negocio-home_left.is-home {
  background-image: radial-gradient(circle farthest-side, #004cff 85%, #fff0);
}

.negocio-home_right {
  filter: blur(100px);
  background-image: radial-gradient(circle farthest-side at 100%, #00d0b7 69%, #fff0);
  width: 19.81rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.negocio-home_left-img {
  z-index: 0;
  opacity: 1;
  mix-blend-mode: overlay;
  position: absolute;
  inset: 6.4rem auto 0% 0%;
}

.negocio-home_left-img.is-home {
  opacity: 100;
  mix-blend-mode: normal;
  width: 30rem;
  height: 30rem;
  max-height: 100%;
  inset: 0% auto 0% 0%;
}

.negocio-home_right-img {
  z-index: 0;
  opacity: .7;
  mix-blend-mode: overlay;
  position: absolute;
  inset: 6.4rem 0% 0% auto;
}

.negocio-home_right-img.is-home {
  opacity: 100;
  mix-blend-mode: normal;
  width: 30rem;
  height: 30rem;
  max-height: 100%;
  inset: 0% 0% 0% auto;
}

.section_politica-header {
  background-image: url('../images/gradient-bottom.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 10rem;
  padding-bottom: 7.5rem;
}

.politica-header_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.politica-header_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  max-width: 51rem;
  display: flex;
}

.politica-header_bottom {
  grid-column-gap: 6.63rem;
  grid-row-gap: 6.63rem;
  grid-template-rows: auto auto;
  grid-template-columns: 24.3125rem auto;
  grid-auto-columns: 1fr;
  align-self: stretch;
  margin-top: 7.5rem;
  display: grid;
}

.politica-header_left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-image: linear-gradient(135deg, #161616, #272727);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.88rem;
  display: flex;
}

.politica-header_link {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: .91rem .5rem .91rem .81rem;
  font-size: .88rem;
  line-height: 1.6;
  display: flex;
}

.politica-header_link-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.ploitica-header_line {
  background-color: #fff3;
  width: 100%;
  height: 1.5px;
}

.politica-header_right {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  display: flex;
}

.politica-header_block-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.text-color-blue-bright {
  color: var(--base-color-brand--electric-blue-lighter);
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #004cff;
  border-radius: .88rem;
  padding: 1.08rem 1.25rem 1rem;
  font-size: .88rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.55, .085, .68, .53);
}

.button-2:hover {
  background-color: #3c71ee;
}

.button-2.is-white {
  color: #161616;
  background-color: #fff;
  transition: background-color .2s cubic-bezier(.55, .085, .68, .53);
}

.button-2.is-white:hover {
  background-color: #ebebeb;
}

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

.heading {
  background-image: linear-gradient(90deg, #dbdbdb, #fff 50%, #dbdbdb);
}

.section_header-b2b {
  padding-top: 10.4rem;
}

.button-3 {
  background-color: var(--base-color-brand--electric-blue);
  color: var(--base-color-neutral--white);
  text-align: center;
  border-radius: .88rem;
  padding: 1.08rem 1.25rem 1rem;
  font-size: .88rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.55, .085, .68, .53);
}

.button-3:hover {
  background-color: #3c71ee;
}

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

.button-3.is-white {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--night);
  transition: background-color .2s cubic-bezier(.55, .085, .68, .53);
}

.button-3.is-white:hover {
  background-color: #ebebeb;
}

.header-b2b_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 47.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-b2b_component.is-crator {
  z-index: 2;
  max-width: 51.5rem;
  position: relative;
}

.header-b2b_component.is-advertising {
  z-index: 2;
  position: relative;
}

.header-b2b_component.is-advertising.is-bigger {
  max-width: 50rem;
}

.header-b2b_component.is-advertising.is-igaming {
  max-width: 60rem;
}

.header_left-bg {
  filter: blur(100px);
  background-image: radial-gradient(circle farthest-side at 0%, #336fff, #fff0 65%);
  width: 34.31rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header_left-bg.is-suport {
  background-image: radial-gradient(circle farthest-side at 50% 55%, #336fff, #fff0 42%);
  display: block;
}

.header_left-bg.hero_emailanalytics {
  z-index: 1;
  left: auto;
  right: 0;
}

.header_left-bg.is-funcionalidades {
  background-image: radial-gradient(circle farthest-side at 0% 45%, var(--base-color-brand--rose), #fff0 65%);
  opacity: .8;
  left: auto;
}

.header_left-bg.is-recursos {
  background-image: radial-gradient(circle farthest-side at 0% 50%, var(--base-color-brand--mint), #fff0 65%);
  inset: 0;
}

.header_left-bg.is-awareness {
  z-index: -1;
}

.header_right-bg {
  filter: blur(100px);
  background-image: radial-gradient(circle farthest-side at 100%, #ffb190, #fff0 65%);
  width: 34.31rem;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header_right-bg.is-testimonial {
  background-image: radial-gradient(circle farthest-side at 100%, #ffb190, #fff0 65%);
}

.header_right-bg.is-testimonial.is-suport.is-blue {
  background-image: radial-gradient(circle farthest-side at 100% 100%, #004cff, #fff0 65%);
}

.header_right-bg.is-testimonial.is-suport.is-blue.is--suport {
  background-image: radial-gradient(circle farthest-side at 100% 100%, #004cff, #fff0 95%);
}

.header_right-bg.is-suport {
  background-image: radial-gradient(circle farthest-side at 100% 100%, #b76fff, #fff0 65%);
  display: block;
}

.header_right-bg.is-purple {
  background-image: radial-gradient(circle farthest-side at 100%, #b76fff, #fff0 65%);
}

.header_right-bg.is-pink {
  background-image: radial-gradient(circle farthest-side at 100%, #ff6caa, #fff0 65%);
}

.header_right-bg.is-green {
  background-image: radial-gradient(circle farthest-side at 100%, #00d0b7, #fff0 65%);
}

.header_right-bg.is-yellow {
  background-image: radial-gradient(circle farthest-side at 100%, #ffe37f, #fff0 65%);
}

.header_right-bg.is-greener {
  background-image: radial-gradient(circle farthest-side at 100%, #90ffc3, #fff0 65%);
}

.header_right-bg.is-funcionalidades {
  background-image: radial-gradient(circle farthest-side at 100% 50%, var(--base-color-brand--electric-blue), #fff0 80%);
  display: block;
  top: 0;
  right: 0;
}

.header_right-bg.is-awareness {
  z-index: -1;
  background-image: radial-gradient(circle farthest-side at 100% 100%, var(--base-color-brand--electric-purple), #fff0 65%);
  display: inline-block;
}

.header_grid {
  z-index: -1;
  opacity: .13;
  mix-blend-mode: overlay;
  background-image: url('../images/grid-bg.svg');
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: -32px 0% 0%;
}

.header_grid.hero-emailanalytics {
  background-position: 100%;
  background-size: 550px;
}

.header_grid.is-funcionalidades {
  z-index: 999999;
  opacity: 1;
  mix-blend-mode: darken;
  background-image: none;
  display: none;
  top: 299px;
  left: auto;
  right: auto;
}

.header-b2b_lottie {
  z-index: 3;
  width: 59.63rem;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.layout348_lottie {
  z-index: 2;
  width: 35rem;
  position: relative;
}

.section_testimonials {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.testimonials_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial_swiper-wrap {
  width: 100%;
  max-width: 43.75rem;
  position: relative;
}

.testimonial_swiper-wrap.is-b2b {
  display: none;
}

.testimonial-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-image: linear-gradient(315deg, #2e2e2e80, #16161680);
  flex-flow: column;
  padding: 3.75rem;
  display: flex;
}

.testimonial-content.is-ecomerce {
  height: 100%;
}

.testimonial-content.is-ecom {
  min-height: 23rem;
}

.testimonial-author {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.author-name, .author-company {
  font-size: 1.13rem;
}

.testimonial-quote {
  color: var(--base-color-neutral--french-gray);
}

.testimonial-thumbs4 {
  margin-top: 1.5rem;
}

.thumb-images {
  justify-content: center;
  align-items: center;
  display: flex;
}

.thumb-img {
  width: 6.25rem;
  height: 6.25rem;
}

.testimonial-content_bg {
  opacity: .08;
  background-image: linear-gradient(#151618c9, #151618c9), url('../images/detail.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  position: absolute;
  inset: 0%;
}

.testimonial-detail_bg {
  opacity: .18;
  mix-blend-mode: overlay;
  width: 100%;
  max-width: 18.94rem;
  display: none;
  position: absolute;
  inset: auto 0% 18% auto;
}

.image-5 {
  width: 100%;
  height: 100%;
}

.section_header-sobre {
  background-image: linear-gradient(#0e0e0ee6, #0e0e0ee6), url('../images/grid-bg-sobre.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  min-height: 80svh;
  padding-top: 9.13rem;
  padding-bottom: 8.75rem;
  position: relative;
  overflow: visible;
}

.header-b2b_right-bg-2 {
  filter: blur(100px);
  background-image: radial-gradient(circle farthest-side at 100%, #ffb190, #fff0 65%);
  width: 34.31rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header-sobre_img {
  margin-top: 2.5rem;
}

.header-sobre-left {
  z-index: 1;
  filter: blur(100px);
  background-image: radial-gradient(circle farthest-side at 0%, #336fff00, #336fff78 24%, #fff0);
  width: 50svw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header-sobre-left.is-sobre {
  background-image: radial-gradient(circle farthest-side at 0%, #b76fff00, #b76fff78 14%, #fff0 68%);
}

.header-sobre-right {
  z-index: 2;
  filter: blur(100px);
  background-image: radial-gradient(circle farthest-side at 100%, #00d0b700, #2ad8c363 36%, #fff0);
  width: 50svw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header-sobre-right.is-sobre {
  background-image: radial-gradient(circle farthest-side at 100%, #00d0b700, #ff6caa78 36%, #fff0 42%);
}

.section_header-eco {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
  position: relative;
  overflow: visible;
}

.header-eco_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.header-eco_text {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  display: flex;
}

.header-eco_lottie {
  width: 100%;
  max-width: 51.75rem;
  margin-top: 3.75rem;
  margin-left: auto;
  margin-right: auto;
}

.header-eco_lottie.is-mobile {
  display: none;
}

.section_sobre-line {
  padding-bottom: 13.75rem;
  position: relative;
}

.sobre-line_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.sobre-line_icon {
  border-radius: 1.5rem;
  flex: none;
  width: 10rem;
  height: 10rem;
}

.sobre-line_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
  position: relative;
}

.sobre-line_p {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 37.5rem;
  min-height: 15rem;
  margin-right: 0;
  display: flex;
}

.sobre-line_p.is-1 {
  max-width: 22.69rem;
}

.sobre-line_p.is-2 {
  max-width: 18.13rem;
}

.sobre-line_p.us-3 {
  max-width: 15.31rem;
}

.sobre-line_p.is-4 {
  max-width: 18rem;
}

.sobre-line_p.is-5 {
  max-width: 17.25rem;
}

.sobre-line_p.is-6 {
  max-width: 21rem;
}

.sobre-line_p.is-7 {
  max-width: 18rem;
}

.sobre-line_wrap {
  mix-blend-mode: normal;
  background-color: #a9abb000;
  background-image: linear-gradient(225deg, #004cff00, #004cff36 31%, #004cff00 100%, #a9abb000);
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 2px;
  display: flex;
  position: absolute;
  inset: auto auto -2.13rem 4.69rem;
}

.sobre-line_circle {
  background-color: #336fff;
  border-radius: 50%;
  width: .63rem;
  height: .63rem;
  position: absolute;
  inset: -.2rem auto auto -.2rem;
}

.sobre-line_text {
  letter-spacing: -.02em;
  font-size: 1.13rem;
  position: absolute;
  bottom: -3rem;
  left: -1rem;
}

.marquee-horizontal {
  z-index: 200;
  background-color: #161616;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 71px;
  margin-top: 8.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal-alt {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text {
  color: #fff;
  text-transform: none;
  flex: none;
  margin-right: 8vw;
  font-size: 1.5rem;
  line-height: 1.4;
  display: flex;
}

.sobe-line_bg {
  filter: blur(200px);
  background-color: #004cff;
  border-radius: 50%;
  width: 20rem;
  height: 18.75rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 11.6rem;
}

.section_sobre-compromisso {
  padding-bottom: 4.38rem;
}

.sobre-compromisso_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sobre-compromisso_cards {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: grid;
}

.sobre-compromisso_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-image: linear-gradient(315deg, #ffffff0a, #1616160a);
  flex-flow: column;
  align-self: stretch;
  width: 22.5rem;
  height: auto;
  margin-top: 0;
  padding: 2rem;
  display: flex;
}

.sobre-compromisso_card.is-card_02 {
  break-inside: avoid;
  background-image: none;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 36px;
  padding: 0;
  display: flex;
}

.sobre-compromisso_card.is-card_02.is-purple {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-image: none;
  justify-content: flex-start;
  align-items: flex-start;
}

.sobre-compromisso_card.is-card_02.is-purple.is-paddin-top {
  height: auto;
}

.sobre-compromisso_card.is-card_02.is-purple.margin-bottom-0 {
  margin-bottom: 0;
}

.sobre-compromisso_card.is-card_02.is-dif {
  justify-content: flex-end;
  align-items: flex-end;
}

.sobre-compromisso_icon {
  object-fit: cover;
  width: 3.5rem;
  height: 3.5rem;
}

.section_sobre-dif {
  padding-top: 4.38rem;
  padding-bottom: 8.75rem;
}

.sobre-dif_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 34.88rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sobre-dif_list {
  grid-column-gap: .88rem;
  grid-row-gap: .88rem;
  flex-flow: column;
  max-width: 59.63rem;
  margin-top: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sobre-dif_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-image: linear-gradient(137deg, #a54aff, #582e81 0%, #161616 79%);
  padding: 2rem;
  display: flex;
}

.sobre-dif_item.is-orange {
  background-image: linear-gradient(to bottom, #00000080, #00000080), linear-gradient(137deg, var(--base-color-brand--atomic-tangerine), #161616);
}

.sobre-dif_item.is-green {
  background-image: linear-gradient(to bottom, #00000080, #00000080), linear-gradient(315deg, #161616, #142523 12%, #12332f 39%, var(--base-color-brand--turquoise));
}

.sobre-dif_icon {
  width: 7.5rem;
  height: 7.5rem;
}

.sobre-dif_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.section_sobre-time {
  background-image: url('../images/Ellipse-204.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.sobre-time_component {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sobre-header_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  max-width: 34.88rem;
  display: flex;
}

.sobre-time_cards {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.56rem;
  flex-flow: wrap;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.sobre-time_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-image: linear-gradient(45deg, #16161603, #ffffff03);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16.31rem;
  padding: 2rem 1.16rem;
  display: flex;
}

.sobre-time_img {
  width: 10rem;
  height: 10rem;
}

.sobre-time_text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.section_header-suporte {
  padding-top: 5rem;
  padding-bottom: 4.38rem;
}

.section_header-suport {
  padding-top: 8.5rem;
}

.header-suport_img {
  width: 15.06rem;
  margin-bottom: 3.75rem;
}

.header-suport_component {
  z-index: 3;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 58.13rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section_features-suport {
  padding-top: 6.25rem;
  padding-bottom: 4.38rem;
}

.section_features-suport.is-recursos {
  padding-top: 4.375rem;
  padding-bottom: 5rem;
  scroll-margin-top: 320px;
}

.section_features-suport.is-recursos.is-pd-top-140 {
  margin-top: 140px;
}

.section_features-suport.is-recursos.is-diferent {
  padding-top: 5rem;
  scroll-margin-top: 380px;
}

.features-suport_component {
  grid-column-gap: 8.31rem;
  grid-row-gap: 8.31rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  scroll-margin-top: 200px;
  display: grid;
}

.features-suport_component.is-inversed.is-funcionalidades {
  margin-top: 140px;
  display: flex;
}

.features-suport_component.is-inversed.is-recursos, .features-suport_component.is-funcionalidades {
  margin-top: 140px;
}

.features-suport_component.is-recursos {
  scroll-margin-top: 320px;
}

.features-suport_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.features-suport_lottie {
  position: relative;
}

.features-suport_lottie-item {
  z-index: 2;
  width: 35rem;
  position: relative;
}

.features-suport_bg-left {
  background-color: var(--base-color-brand--electric-blue);
  opacity: .6;
  filter: blur(80px);
  width: 60%;
  height: 80%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.features-suport_bg-left.is-purple {
  background-color: var(--base-color-brand--rose);
  inset: auto auto 0% 0%;
}

.features-suport_bg-left.is-purple.is-funcionalidades-left {
  opacity: .5;
  filter: blur(150px);
  height: 10rem;
  left: -164px;
}

.features-suport_bg-left.is-mercado {
  z-index: 0;
}

.features-suport_bg-left.is-recursos {
  background-color: var(--base-color-brand--mint);
  opacity: .5;
  filter: blur(80px);
  width: 60%;
  height: 80%;
  inset: auto 0% 0% auto;
  transform: none;
}

.text-style-tagline {
  color: #336fff;
  letter-spacing: -.02em;
  justify-content: center;
  align-items: center;
  font-size: 1.13rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.text-style-tagline.is-white {
  color: #fff;
}

.text-style-tagline.is-gray {
  color: #a9abb0;
}

.header-home_left {
  width: 50svw;
  height: 100%;
  position: relative;
}

.header-home_gradient-left {
  position: absolute;
  inset: 0%;
}

.section_header-home-tile {
  z-index: 5;
  background-image: linear-gradient(#0000, #0e0e0e 50%);
  width: 100svw;
  height: 12.5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.negocio-home_bottom {
  background-image: linear-gradient(#fff0 44%, #000000b8);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.negocio-home_bottom.mercado-home_slider-mask {
  background-image: linear-gradient(#fff0 44%, #0e0e0ef2);
}

.negocio-home_top {
  background-image: linear-gradient(#0e0e0ef0, #fff0 41%);
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.layout348_mobile-gradient {
  display: none;
}

.section_login-hero {
  background-image: url('../images/Rectangle-325.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 8.7rem;
  padding-bottom: 15.63rem;
}

.login-hero_component {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.login-hero_title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  width: 16.19rem;
  display: flex;
}

.text-color-bright-turquoise {
  color: var(--base-color-brand--turquoise-lighter);
}

.form_login-wrap {
  width: 31.5rem;
  margin-bottom: 0;
}

.form_login-component {
  grid-column-gap: .88rem;
  grid-row-gap: .88rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form_login-input {
  background-color: #a9abb014;
  border: 1.4px solid #2a2a2a;
  border-radius: .88rem;
  flex: 1;
  align-self: stretch;
  padding: 0;
  line-height: 1;
  position: relative;
}

.text-field {
  color: #a9abb0;
  background-color: #fff0;
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  min-height: 3.13rem;
  margin-bottom: 0;
  padding: 1.28rem 1.13rem .88rem;
  font-size: .88rem;
  line-height: 1;
  display: inline-flex;
  position: relative;
  inset: 0%;
  overflow: clip;
}

.text-field::placeholder {
  color: #a9abb0;
}

.field-label {
  margin-bottom: 0;
  font-size: .88rem;
  position: absolute;
  inset: auto 1.13rem .88rem auto;
}

.logo {
  width: 8.75rem;
  color: var(--base-color-neutral--white);
}

.logo.shid {
  display: none;
}

.logo.is-hide {
  display: block;
}

.navbar_menu.is-hide-desk {
  display: none;
}

.link-block {
  background-color: var(--base-color-brand--jasmine);
  width: 55px;
  height: 66px;
}

.features-home_title {
  width: 100%;
}

.word-break {
  display: inline-block;
}

.word-break.is-block {
  display: block;
}

.features-home_paragraph {
  width: 100%;
  max-width: 34.88rem;
}

.bg-gradient-stripe {
  width: 90rem;
  height: 70rem;
  position: absolute;
  inset: -7.8rem auto 0% -12rem;
}

.solucoes-home_tabs-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: #ddd0;
}

.error-message {
  background-color: #ffdede00;
}

.blur-blue-right {
  z-index: -1;
  object-fit: cover;
  min-width: 70rem;
  min-height: 100%;
  position: absolute;
  left: -240.156px;
  overflow: visible;
}

.section_hero-pricing {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-size: auto;
  background-clip: border-box;
  padding-top: 12.5rem;
  padding-bottom: 6.25rem;
  position: relative;
}

.hero-pricing_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 6.25rem;
  display: flex;
}

.hero-pricing_wrap {
  border-color: #272727 #fff3 #272727 #272727;
  min-height: 21.75rem;
  margin-top: 6.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.hero-pricing_left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #fff3;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  flex-flow: column;
  width: 100%;
  min-width: 12.5rem;
  max-width: 18.313rem;
  padding: 1.5rem;
  display: flex;
}

.hero-pricing_form-wrap {
  margin-bottom: 0;
}

.hero-pricing_select-field {
  background-color: #a9abb014;
  border: 1px solid #fff3;
  border-radius: .88rem;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: .75rem 1.13rem;
  display: flex;
}

.hero-pricing_drop-wrap {
  width: 100%;
  max-width: 15.31rem;
  overflow: visible;
}

.icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.icon-embed-custom {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--base-color-neutral--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-pricing_select-left-title {
  color: var(--base-color-neutral--white);
  font-size: .75rem;
}

.hero-pricing_select-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.hero-pricing_select-left-bt {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.hero-pricing_select-left-value {
  color: var(--base-color-neutral--french-gray);
  text-transform: capitalize;
  font-size: .88rem;
}

.hero-pricing_plan {
  background-color: #161616;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  border-right: .5px solid #474747;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 13.94rem;
  max-width: 13.938rem;
  padding: 1.5rem;
  display: flex;
}

.hero-pricing_plan.is-last {
  border-right: 1px solid #474747;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.hero-pricing_plan-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.hero-pricing_plan-text {
  color: var(--base-color-neutral--french-gray);
  font-size: .75rem;
}

.hero-pricing_plan-mid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: 4rem;
  margin-bottom: 2.25rem;
  display: flex;
}

.hero-pricing_plan-value {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

._w-dyn-list.is-pricing {
  display: none;
}

.hero-pricing_drop {
  background-color: #0f0f0f;
  border-radius: 1rem;
  overflow: clip;
}

.section_plans {
  clear: none;
  object-fit: contain;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.plans_title {
  text-align: center;
  width: 100%;
  max-width: 27rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  width: auto;
}

.heading-3 {
  align-self: center;
  width: 575px;
}

.image-6 {
  width: 20px;
  height: 20px;
}

.gsap-wrapper {
  display: none;
  position: relative;
}

.animation-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
  position: absolute;
  top: 140px;
  left: -136px;
  right: auto;
}

.section_header-emailanalytics {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  padding-top: 10.4rem;
  display: flex;
}

.header-emailanalytics_component.z-index-2 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.content-wrapper {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-3 {
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
}

.div-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-emailanalytics_lottie {
  z-index: 3;
  width: 62rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}

.grade-emailanalytics {
  z-index: 1;
  position: absolute;
  inset: 161px 0 0% -29px;
}

.card-beneficios {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 48rem;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
  display: flex;
}

.card-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: var(--base-color-neutral--white);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(147deg, #3a3a3a, #fff), linear-gradient(306deg, #161616 100% 100%, #000), linear-gradient(291deg, #000 100%, #fff);
  background-clip: border-box;
  border: 1.4px solid #6660;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.card-img {
  background-color: #1616164d;
  border-radius: 16px;
  width: 28%;
  height: 28%;
}

.card-wrapper-text-inside {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  margin-top: 2.5rem;
  display: flex;
}

.heading-5 {
  color: var(--base-color-neutral--neutral-lightest);
}

.text_card_01 {
  letter-spacing: -1px;
  font-size: 1.125rem;
}

.text_card_02 {
  color: var(--base-color-neutral--french-gray);
  letter-spacing: -1px;
}

.card-04 {
  grid-column-gap: 40px;
  border: 1.4px undefined undefined;
  background-image: linear-gradient(113.58deg, #3a3a3a, #161616 42%, #000);
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 756px;
  padding: 2.5rem;
  text-decoration: none;
  display: flex;
}

.card-04.card-beneficios {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  max-width: 47.25rem;
  margin-top: 2.5rem;
}

.card-04.card-beneficios.is-awareness {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  border-style: none;
  border-width: 0;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
  padding: 1rem 1.5rem 1rem 1rem;
  position: relative;
}

.img-box {
  grid-column-gap: 10px;
  background-color: #1616164d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  padding: 18px;
  text-decoration: none;
  display: flex;
}

.img-box.is-awareness {
  grid-column-gap: 0px;
  background-color: #0000004d;
  flex-flow: row;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 152px;
  padding: 16px;
}

.laptop---devices {
  object-fit: cover;
}

.color-modify {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.card_text-inside {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card_text-inside.is-16px-between {
  grid-row-gap: 16px;
}

.text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #dbdbdb, #fff 50%, #dbdbdb);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Axiforma, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.card_text-inside-02 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 1.125rem;
  text-decoration: none;
  display: flex;
}

.card_text-inside-02.is-awareness {
  grid-row-gap: 0px;
}

.card-text_inside-01 {
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #fff;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Axiforma, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-3 {
  color: #a9abb0;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Axiforma, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section_testimonials-02 {
  z-index: 9;
  padding-bottom: 4rem;
  position: relative;
}

.card_depoimentos-02 {
  grid-row-gap: 24px;
  background-image: linear-gradient(-28.11deg, #16161699, #000);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  padding: 32px;
  display: flex;
  overflow: hidden;
}

.card_depoimentos-02.is-different {
  background-image: linear-gradient(-28.11deg, #16161699, #000);
  margin-top: 2.25rem;
}

.stars-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.star {
  object-fit: cover;
}

.title_depoimentos-02 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Axiforma, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.description_depoimentos-02 {
  color: #a9abb0;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Axiforma, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.nome-da-pessoa---empresa {
  color: #fff;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Axiforma, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.img-box_depoimentos-02 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.img_depoimentos-02 {
  object-fit: cover;
  border-radius: 8px;
}

.card_epoimentos-wrapper {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.img_blur-depoimentos {
  z-index: -1;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.header-emailanalytics_right-bg {
  background-image: url('../images/img_hero-blur-emailanalytics.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  inset: 0% 0% 0% auto;
}

.hero-blur-emailanalytics {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.desktop-hero_img-emailanalytics {
  object-position: 100% 50%;
  margin-bottom: -35px;
  position: relative;
}

.mobile-hero_img-emailanalytics {
  display: none;
}

.blur-emailanalytics {
  z-index: 1;
  transform-style: preserve-3d;
  position: absolute;
  inset: -8px 0 0% -103px;
  transform: rotateX(0)rotateY(34deg)rotateZ(-61deg);
}

.filter-btn.filter-price-active.w--current {
  opacity: .9;
  background-color: #fff;
  border-radius: 100px;
  gap: 8px;
  padding: 16px 20px;
}

.filter-active-active.w--current {
  border-radius: 100px;
  padding: 16px 20px;
}

.filter-active-active.w--current:active {
  border-radius: 100px;
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.filter-price {
  background-color: var(--border-color--border-alternate);
  opacity: 1;
  color: #fff;
  text-shadow: 0 1px 11px #0003;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 90px;
  padding: 16px 20px;
  display: block;
}

.filter-price:hover {
  opacity: .8;
}

.filter-price:focus {
  text-align: left;
}

.filter-price:lang(en) {
  color: var(--base-color-neutral--white);
}

.filter-price.w--current {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--night);
  -webkit-text-stroke-color: #161616;
}

.filter-price.w--current:hover {
  opacity: 1;
}

.filter-price.w--current:focus {
  color: #000;
}

.filter-price.w--current:lang(en), .filter-price.current, .filter-price.current:hover {
  color: var(--base-color-neutral--night);
}

.filter-price.pressed:lang(en) {
  color: var(--base-color-neutral--white);
}

.filter-price.pressed.w--current {
  color: var(--base-color-neutral--night);
}

.filter-tabs-price {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  vertical-align: baseline;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  width: 1071px;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
}

.text-block {
  color: var(--background-color--background-primary);
  text-shadow: 0 1px 11px #0003;
  background-color: #0000;
}

.heading-6 {
  display: flex;
}

.table-container {
  opacity: 1;
  border: 1px #000;
  height: 100%;
  margin-top: 36px;
  position: static;
  top: 0;
}

.fs-table-1_instance {
  display: block;
  position: static;
  top: 100px;
}

.fs-table-1_header {
  opacity: 1;
  color: var(--text-color--text-alternate);
  text-align: left;
  text-transform: none;
  background-color: #0e0e0e;
  border: 1px solid #ddd;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  position: sticky;
  top: auto;
}

.fs-table-1_header.fs-table-2_header {
  border-bottom: 0 solid #101010;
  width: auto;
  min-width: 360px;
}

.fs-table-1_header.fs-table-2_header.header-capitalize {
  letter-spacing: normal;
  text-transform: capitalize;
  font-style: normal;
}

.fs-table-1_header.header-right {
  text-align: center;
}

.fs-table-1_row {
  text-align: left;
  border: 1px solid #ddd;
  width: 1078px;
}

.fs-table-1_row.header-table {
  text-transform: capitalize;
}

.fs-table-1_row.header-table.is-fixed {
  position: relative;
  overflow: visible;
}

.fs-table-1_head {
  z-index: auto;
  text-transform: none;
  background-color: #f3f3f3;
  position: sticky;
  top: 0;
  bottom: auto;
}

.fs-table-1_head.header-invisible {
  display: none;
}

.fs-table-1_cell {
  text-align: center;
  border: 1px solid #ddd;
  padding: 8px;
  text-decoration: none;
}

.fs-table-1_cell.table-cell-svg {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: flex;
}

.fs-table-1_cell.table-cell-long {
  text-align: left;
  white-space: break-spaces;
  word-break: normal;
  overflow-wrap: normal;
  width: auto;
  min-width: auto;
  max-width: 150px;
  padding: 16px !important;
}

.fs-table-1_body.body-hidden {
  display: none;
}

.fs-table-1_table {
  text-align: left;
  text-transform: none;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
  position: static;
  top: 220px;
}

.fs-table-2_instance {
  display: block;
}

.fs-table-2_header {
  text-align: left;
  background-color: #0e0e0e;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table-2_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table-2_head {
  background-color: #f3f3f3;
}

.fs-table-2_cell {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table-2_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.code-embed-2 {
  min-width: 22px;
  min-height: 22px;
  font-size: 22px;
  line-height: 22px;
}

.code-embed-3 {
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  font-size: 20px;
  line-height: 21px;
}

.code-embed-4 {
  min-width: 14px;
  min-height: 14px;
}

.text-block-2 {
  color: var(--base-color-neutral--night);
}

.text-block-2.able {
  color: var(--background-color--background-alternate);
}

.text-block-2.able:focus-visible, .text-block-2.able[data-wf-focus-visible] {
  color: var(--base-color-neutral--night);
}

.fs-table-3_instance {
  opacity: .88;
  display: block;
}

.fs-table-3_header {
  color: var(--base-color-neutral--white);
  text-align: justify;
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 1.5rem;
  font-weight: 700;
}

.fs-table-3_header.header-right {
  text-align: center;
}

.fs-table-3_header.header-right.table-cell-wrap {
  max-width: none;
}

.fs-table-3_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table-3_head {
  background-color: #f3f3f3;
}

.fs-table-3_cell {
  clear: none;
  text-align: justify;
  word-break: keep-all;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table-3_cell.table-cell-svg {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  text-align: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-table-3_cell.table-cell-svg.table-cell-svg--long {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.fs-table-3_cell.table-cell-break {
  box-sizing: border-box;
  clear: none;
  text-align: justify;
  text-overflow: clip;
  overflow-wrap: normal;
  object-fit: fill;
  min-width: auto;
  max-width: none;
  margin-right: 25px;
  padding-left: 65px;
  padding-right: 65px;
  padding: 65px !important;
}

.fs-table-3_cell.text-central {
  text-align: justify;
}

.fs-table-3_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.fs-table-4_instance {
  display: block;
}

.fs-table-4_cell {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table-4_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table-4_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.fs-table-5_instance {
  display: block;
}

.fs-table-5_header {
  text-align: left;
  text-transform: capitalize;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table-5_header.header-right {
  text-align: center;
}

.fs-table-5_header.header-titile {
  text-transform: none;
}

.fs-table-5_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table-5_row.first-column {
  width: 100%;
  min-width: 245px;
}

.fs-table-5_head {
  background-color: #f3f3f3;
}

.fs-table-5_cell {
  box-sizing: border-box;
  text-align: justify;
  border: 1px solid #ddd;
  min-width: 100%;
  padding: 8px;
}

.fs-table-5_cell.table-cell-svg {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.fs-table-5_cell.table-cell-svg.tabel-cell-svg-long {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: row;
  justify-content: center;
  align-items: baseline;
}

.fs-table-5_cell.table-cell-svg.table-cell-svg__exploit {
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: baseline;
}

.fs-table-5_cell.first-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  min-width: 245px;
  display: flex;
}

.fs-table-5_cell.table-cell-nowrap {
  white-space: nowrap;
  overflow: visible;
}

.fs-table-5_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.fs-table-6_instance {
  display: block;
}

.fs-table-6_header {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table-6_header:lang(en) {
  text-align: center;
}

.fs-table-6_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table-6_head {
  background-color: #f3f3f3;
}

.fs-table-6_cell {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table-6_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.fs-table-8_instance {
  display: block;
}

.fs-table-8_header {
  text-align: center;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table-8_header.text-align-center {
  text-align: center;
}

.fs-table-8_header.first-column {
  text-align: left;
}

.fs-table-8_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table-8_head {
  background-color: #f3f3f3;
}

.fs-table-8_cell {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table-8_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.fs-table-9_instance {
  display: block;
}

.fs-table-9_header {
  text-align: center;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table-9_header.first-column {
  text-align: left;
  font-size: 24px;
}

.fs-table-9_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table-9_head {
  background-color: #f3f3f3;
}

.fs-table-9_cell {
  text-align: left;
  border: 1px solid #ddd;
  width: auto;
  padding: 8px;
}

.fs-table-9_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.fs-table-10_instance {
  display: block;
}

.fs-table-10_header {
  text-align: center;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table-10_header.first-column {
  text-align: left;
}

.fs-table-10_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table-10_head {
  background-color: #f3f3f3;
}

.fs-table-10_cell {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table-10_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.fs-table-11_instance {
  display: block;
}

.fs-table-11_header {
  text-align: center;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table-11_header.table-right {
  text-align: center;
}

.fs-table-11_header.first-column {
  text-align: left;
}

.fs-table-11_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table-11_head {
  background-color: #f3f3f3;
}

.fs-table-11_cell {
  clear: left;
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
  text-decoration: none;
}

.fs-table-11_cell.table-cell-inline {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.fs-table-11_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.fs-table-12_instance {
  display: block;
}

.fs-table-12_header {
  text-align: center;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table-12_header.table-left {
  text-align: left;
}

.fs-table-12_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table-12_head {
  background-color: #f3f3f3;
}

.fs-table-12_cell {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table-12_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.fs-table-13_instance {
  display: block;
}

.fs-table-13_header {
  text-align: center;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table-13_header.first-column {
  text-align: left;
}

.fs-table-13_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table-13_head {
  background-color: #f3f3f3;
}

.fs-table-13_cell {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table-13_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.fs-table-14_instance {
  display: block;
}

.fs-table-14_header {
  text-align: center;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table-14_header.first-column {
  text-align: left;
}

.fs-table-14_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table-14_head {
  background-color: #f3f3f3;
}

.fs-table-14_cell {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table-14_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.fs-table-15_instance {
  display: block;
}

.fs-table-15_header {
  text-align: center;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table-15_header.first-column {
  text-align: left;
}

.fs-table-15_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table-15_head {
  background-color: #f3f3f3;
}

.fs-table-15_cell {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table-15_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.fs-table-16_instance {
  display: block;
}

.fs-table-16_header {
  text-align: center;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table-16_header.first-column {
  text-align: left;
}

.fs-table-16_row {
  text-align: left;
  border: 1px solid #ddd;
}

.fs-table-16_head {
  background-color: #f3f3f3;
}

.fs-table-16_cell {
  text-align: left;
  border: 1px solid #ddd;
  padding: 8px;
}

.fs-table-16_table {
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}

.price-component {
  display: flex;
}

.heading-7 {
  float: none;
  clear: none;
  text-align: center;
  margin-bottom: 0;
}

.image-8 {
  opacity: .13;
  vertical-align: bottom;
}

.img_blur-depoimentos-mobile-top, .img_blur-depoimentos-mobile-bottom {
  display: none;
}

.text-block-3, .text-block-4 {
  color: var(--base-color-neutral--white);
}

.text-block-5, .text-block-6, .text-block-7 {
  color: #fff;
}

.text-block-8 {
  color: #fff;
  text-align: justify;
}

.text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16 {
  color: #fff;
}

.text-block-17 {
  text-decoration-color: #fff;
}

.section-pricing {
  background-image: url('../images/gradient-bottom.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 3.75rem;
  padding-bottom: 7.5rem;
}

.image-9 {
  z-index: -1;
  position: absolute;
  inset: 0% 0% auto;
}

.image-10 {
  z-index: -1;
  aspect-ratio: auto;
  min-width: auto;
  max-width: 150%;
  height: 100%;
  max-height: 1000px;
  margin-top: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-11 {
  z-index: -1;
  min-width: auto;
  height: 100%;
  max-height: 1000px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-12 {
  z-index: -1;
  min-width: auto;
  height: 100%;
  max-height: 1000px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.tabs-content {
  position: static;
}

.heading-8 {
  width: auto;
}

.heading-8.heading-pricing {
  width: 100%;
  max-width: 878px;
}

.tab-pane-funcionalidades {
  position: static;
  top: auto;
}

.code-embed-6 {
  display: none;
}

.menu-link {
  padding: .5rem;
}

.text-block-18 {
  font-family: Axiforma, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.menu-link-text {
  color: var(--base-color-neutral--white);
  font-family: Axiforma, Arial, sans-serif;
  font-size: .88rem;
  font-weight: 500;
}

.box-header_plan {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-price-hero {
  width: 500px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-21 {
  font-size: 10px;
}

.section_hero-funcionalidades {
  opacity: 1;
  padding-top: 12rem;
}

.hero-right-funcionalidades {
  display: none;
  position: absolute;
  inset: 148px 0 0% auto;
}

.hero-right-funcionalidades.is-mobile {
  position: static;
}

.hero-left-funcionalidades {
  display: none;
  position: absolute;
  inset: 148px auto 0% 0;
}

.hero-left-funcionalidades.mobile {
  position: static;
}

.header-right_grid {
  z-index: -999;
  opacity: 1;
  mix-blend-mode: soft-light;
  background-image: url('../images/grid-bg-sobre.svg');
  background-position: 100% 40%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: 0 0 0% 0%;
}

.header-right_grid.is-recursos {
  z-index: 0;
  opacity: 1;
  mix-blend-mode: overlay;
  background-image: url('../images/grid-bg-right.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  inset: -200px 0 0;
}

.section_buttons {
  z-index: 999999999;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 8.75rem;
  display: flex;
  position: relative;
}

.section_buttons.is-larger {
  z-index: 1;
  flex-flow: wrap;
  max-width: 55rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.section_buttons.is-larger.is-larger {
  margin-top: 0;
  position: relative;
}

.section_buttons.is-larger.is-larger.is-sticky {
  z-index: 10;
  position: sticky;
}

.section_buttons.is-funcionalidades {
  margin-top: 5rem;
}

.button-round_id-pages {
  background-color: var(--base-color-neutral--night);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  display: inline-block;
}

.button-round_id-pages.is-mobile-round {
  background-color: #1616161a;
  background-image: linear-gradient(#ffffff1a, #ffffff1a);
}

.collection-list-wrapper, .code-embed-8, .collection-list-wrapper-2, .code-embed-9, .code-embed-10 {
  display: none;
}

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

.dropdown-list {
  text-transform: capitalize;
  border-radius: 15px;
}

.dropdown-link {
  text-transform: capitalize;
}

.dropdown-list-2, .dropdown-list-3, .dropdown-list-4 {
  text-transform: capitalize;
  border-radius: 15px;
}

.resource-read {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.section-buttons-resource {
  border-radius: 8px;
  height: 307px;
}

.tabs {
  flex-flow: wrap;
  display: flex;
}

.tabs-menu-id {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 1000px;
  color: var(--base-color-neutral--neutral-dark);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin: 140px auto 10px;
  display: flex;
}

.tab-link-id {
  border-radius: 90px;
}

.button-4 {
  background-color: var(--base-color-neutral--neutral-dark);
  color: var(--base-color-neutral--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 53px;
}

.button-round-resource {
  background-color: var(--base-color-neutral--slate-gray);
  color: var(--base-color-neutral--white);
  border-radius: 100px;
  padding: 16px 20px;
}

.imgs-hero-wrapper.desktop {
  position: absolute;
}

.imgs-hero-wrapper.mobile {
  justify-content: space-between;
  align-items: center;
  display: none;
  position: static;
}

.link-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--base-color-brand--electric-blue);
  display: flex;
}

.header-left_grid {
  z-index: -999999;
  opacity: .5;
  mix-blend-mode: soft-light;
  background-image: url('../images/grid-bg-sobre.svg');
  background-position: 0 40%;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
}

.header-left_grid.is-recursos {
  z-index: 0;
  opacity: 1;
  mix-blend-mode: overlay;
  background-image: url('../images/grid-bg-left.svg');
  background-position: 0%;
  inset: -200px 0% 0%;
}

.left-pink-hero-funcionalidade {
  height: 500px;
  position: absolute;
  inset: 180px auto 0% 0%;
}

.right-blue-hero-funcionalidade {
  height: 500px;
  position: absolute;
  inset: 140px 0% 0% auto;
}

.left-mint-hero-recursos {
  height: 500px;
  position: absolute;
  inset: 180px auto 0% 0%;
}

.right-blue-hero-recursos {
  height: 500px;
  position: absolute;
  inset: 180px 0% 0% auto;
}

.div-block-5 {
  background-color: var(--base-color-neutral--night);
}

.s-buttons {
  z-index: 99999;
  margin-top: 5rem;
}

.s-buttons.is-sticky {
  z-index: 10;
  position: relative;
  top: 0;
}

.footer-lp {
  background-color: var(--base-color-neutral--night);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  bottom: 0;
}

.footer_content-lp {
  display: flex;
}

.nav-lp {
  background-color: #0000;
  padding-top: 24px;
  padding-bottom: 16px;
}

.nav-lp_container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-lp_logo {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.nav-lp_logo.w--current {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-hero_awareness {
  background-color: var(--base-color-neutral--night);
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  display: flex;
  position: relative;
}

.hero-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.hero-content.is-awareness {
  z-index: 4;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  position: relative;
}

.heading-12 {
  text-align: center;
  font-size: 64px;
}

.text-button-white {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.image-15 {
  position: static;
}

.heading-13 {
  max-width: 296px;
  line-height: 1.7;
}

.div-block-6 {
  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;
  display: flex;
}

.icon-card_swipe-slide {
  position: relative;
  left: -20px;
}

.bg-icon {
  background-color: #ffffff24;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.image-16 {
  width: 20px;
  height: 20px;
}

.section-carousel {
  padding-bottom: 60px;
  position: relative;
  top: 0;
}

.section-carousel.is-bg-dif {
  background-color: var(--base-color-neutral--night);
  padding-top: 30px;
  padding-bottom: 60px;
}

.marquee_text {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  min-width: max-content;
  font-size: 5rem;
  font-weight: 600;
  line-height: 110%;
  display: flex;
  position: relative;
  top: 0;
}

.section-cards {
  background-color: var(--base-color-neutral--night);
  border-radius: 32px 32px 0 0;
  padding-top: 80px;
  padding-bottom: 50px;
}

.h2 {
  color: var(--base-color-neutral--white);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.section-cards_content {
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cards-text-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.desktop-cards-container {
  grid-column-gap: 2.25rem;
  grid-row-gap: 0rem;
  vertical-align: baseline;
  column-count: 3;
  flex-flow: column;
  flex: 0 auto;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  place-items: start stretch;
  column-gap: 36px;
  margin-top: 3rem;
}

.card-02 {
  border: 1px solid var(--base-color-neutral--neutral-dark);
  mix-blend-mode: normal;
  background-image: none;
  border-radius: 24px;
  width: 360px;
}

.card-text_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.card-img_container {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.card-img_container.is-blue {
  height: 138px;
}

.card-img_container.is-purple {
  position: static;
}

.img_card-02-blue {
  z-index: 2;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: auto 0% -1px;
}

.img_card-02-blue.is-height-dif {
  z-index: 1;
}

.section-perguntas {
  background-color: var(--base-color-neutral--night);
  padding-top: 50px;
  padding-bottom: 46px;
  position: relative;
}

.perguntas_text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cards-marqueen {
  grid-column-gap: 24px;
  background-color: var(--base-color-neutral--night);
  background-image: linear-gradient(277deg, #ffffff0a 4%, #1616160a);
  border: 0 #000;
  border-radius: 18px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  padding: 18px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card-marquee {
  grid-column-gap: 18px;
  white-space: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  text-decoration: none;
  display: flex;
}

.img_card-info {
  object-fit: cover;
  width: 50px;
  height: 50px;
}

.text-fren {
  color: #a9abb0;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Axiforma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.marquee-blur-right {
  z-index: 1;
  opacity: .6;
  filter: blur(150px);
  background-color: #004cffcc;
  width: 16rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.code_marquee-blur-right {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.marquee-blur-left {
  z-index: 1;
  opacity: .6;
  filter: blur(150px);
  background-color: #004cff80;
  width: 16rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.section-topics {
  background-color: var(--base-color-neutral--night);
  padding-top: 46px;
  padding-bottom: 80px;
}

.topics-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.topics-wrapper.is-faq {
  grid-column-gap: 40px;
  grid-template-columns: 1.25fr 1.5fr;
  margin-top: 48px;
}

.topics_text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 148px;
}

.topics_text-wrapper.is-faq {
  grid-template-columns: .5fr;
  display: block;
  top: 0;
}

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

.h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.section-big-numbers {
  background-color: var(--base-color-neutral--night);
  padding-top: 80px;
  padding-bottom: 50px;
}

.big-numbers_content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.badges-global {
  z-index: 1;
  width: 472px;
  position: relative;
}

.badges-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.title-subtitle-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 880px;
  display: flex;
}

.title-subtitle-wrapper.is-testimonials {
  width: 100%;
}

.cards-big-number-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 110%;
  margin-top: 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.card-06 {
  grid-row-gap: 32px;
  border: 0px none undefined;
  mix-blend-mode: normal;
  background-image: linear-gradient(-65.54deg, #03a, #004cff);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.title-big-numbers {
  color: #fff;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 12px;
  font-family: Axiforma, Arial, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
}

.title-big-numbers.tiny {
  font-size: 40px;
}

.description-big-numbers {
  color: #fff;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Axiforma, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.grid {
  mix-blend-mode: overlay;
  object-fit: cover;
}

.grid-big-numbers {
  opacity: .3;
  mix-blend-mode: normal;
  width: 70%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.big-number_text-container {
  flex-flow: row;
  justify-content: flex-start;
  align-self: baseline;
  align-items: flex-end;
  display: flex;
}

.rich-text-block {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.title-02-big-numbers {
  padding-left: 10px;
  font-size: 40px;
  line-height: 100%;
}

.blur-badges {
  z-index: 0;
  opacity: .56;
  filter: blur(15px);
  background-image: radial-gradient(circle, #004cff, #004cff00);
  height: 4rem;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.blur-badges.is-stronger {
  z-index: 0;
  opacity: 1;
  filter: blur(6px);
  background-image: radial-gradient(circle, #004cff, #336fff1a);
  height: 1rem;
  display: inline-flex;
  top: auto;
}

.section-testimonials_awareness {
  background-color: var(--base-color-neutral--night);
  padding-top: 50px;
  padding-bottom: 80px;
}

.testimonials-content-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.card-02_depoimentos {
  border: 1.4px undefined undefined;
  background-image: linear-gradient(319deg, #2e2e2e, #232323 0%);
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 360px;
  min-height: 370px;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-02_depoimentos-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.stars-wrapper_awareness {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.star-2 {
  object-fit: cover;
}

.card-02_title-depoimentos {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Axiforma, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-consectetur-adipiscing-elit-sed-do-eiusmod-tempor-incididunt-ut-labore-et-dolo {
  color: #a9abb0;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Axiforma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.cliente-inbox {
  grid-column-gap: 24px;
  flex-flow: row;
  order: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 24px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.foto {
  object-fit: cover;
  border-radius: 300px;
  align-self: center;
}

.frame-1707478532 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.empresa {
  color: #fff;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Axiforma, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.nome-cliente {
  color: #fff;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Axiforma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.blur-purple {
  z-index: -1;
  opacity: .8;
  filter: blur(150px);
  background-image: linear-gradient(#a54aff33, #a54aff33);
  position: absolute;
  inset: 0%;
}

.card-07_icon {
  position: relative;
  left: -20px;
}

.card-07 {
  background-image: linear-gradient(315deg, #fff, #ffffff0a 0%, #1616160a);
  flex-flow: column;
  width: 360px;
  padding: 1rem 2rem 2rem;
  display: flex;
  position: relative;
}

.card-07_text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.card-07-wrapper {
  margin-top: 48px;
  margin-bottom: 48px;
}

.card-07_grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  display: grid;
}

.card-02_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 15px;
  padding-bottom: 15px;
  display: grid;
}

.section-resultados_awareness {
  background-color: var(--base-color-neutral--night);
  padding-top: 50px;
}

.resultados-grid {
  z-index: 1;
  background-color: var(--base-color-neutral--night);
  padding-top: 0;
  position: relative;
  top: 0;
}

.resultados-grid.is-sticky {
  z-index: 0;
  padding-top: 5px;
  padding-bottom: 0;
  position: sticky;
  top: 0;
  bottom: auto;
}

.resultados-container {
  z-index: -1;
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  text-decoration: none;
  display: grid;
  position: static;
  top: 0;
}

.resultados-topics-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 558px;
  text-decoration: none;
  display: flex;
}

.topic {
  grid-row-gap: 16px;
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.topic.is-without-border-bottom {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.text-4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #dbdbdb 0%, #fff 50%, #dbdbdb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Axiforma, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.chega-de-perder-tempo-esperando-respostas-problemas-resolvidos-em-minutos-no-em-dias {
  color: #a9abb0;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Axiforma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.image-18, .lottie-animation {
  width: 100%;
}

.desktop-resultados-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
}

.arrowright {
  padding: 7px 5px;
}

.button-style {
  grid-column-gap: 14px;
  background-color: #004cff;
  border-radius: 14px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 8px 8px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Axiforma, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
}

.icon-2 {
  grid-column-gap: 10px;
  background-color: #ffffff1a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 34px;
  padding: 7px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.rect, .path {
  display: none;
}

.img_topic-02 {
  opacity: 1;
}

.section-steps {
  background-color: var(--base-color-neutral--night);
  padding-top: 50px;
}

.step {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  text-decoration: none;
  display: flex;
}

.step.is-dif {
  position: relative;
}

.step.is-dif.is-03 {
  top: -22px;
}

.step.is-04 {
  position: relative;
  top: -32px;
}

.step.is-mobile {
  justify-content: center;
  align-items: flex-start;
}

.number-icon {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.step-number_wrap {
  border-top-style: undefined;
  border-top-width: .769px;
  border-top-color: undefined;
  border-right-style: undefined;
  border-right-width: .769px;
  border-right-color: undefined;
  border-bottom-style: undefined;
  border-bottom-width: .769px;
  border-bottom-color: undefined;
  border-left-style: undefined;
  border-left-width: .769px;
  border-left-color: undefined;
  background-color: #57575733;
  border-radius: 7.5px;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.step-number {
  letter-spacing: -.02em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #dbdbdb 0%, #fff 50%, #dbdbdb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Axiforma, sans-serif;
  font-size: 44px;
  font-weight: 100;
  line-height: 110%;
  text-decoration: none;
}

.img-icon-step {
  border-top-width: .769px;
  border-top-color: undefined;
  border-right-width: .769px;
  border-right-color: undefined;
  border-bottom-width: .769px;
  border-bottom-color: undefined;
  border-left-width: .769px;
  border-left-color: undefined;
  background-color: #004cff;
  border-radius: 7.5px;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.whatsapplogo {
  object-fit: cover;
  padding: 4.92308px;
}

.topic-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 457px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Axiforma, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.text-8 {
  color: #a9abb0;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Axiforma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.desktop-steps-wrapper {
  flex-flow: column;
  display: flex;
  position: relative;
}

.step-text-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding-bottom: 60px;
  display: flex;
}

.step-timeline {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.line-timeline {
  font-size: 1.3rem;
  line-height: 1.5;
  display: none;
  position: relative;
  top: 0;
}

.line-timeline.is-mobile, .mobile-steps-wrapper, .mobile-resultados_grid-container {
  display: none;
}

.section-faq_awareness {
  padding-top: 80px;
  padding-bottom: 50px;
}

.blur-purple-faq_awareness {
  z-index: 1;
  background-color: var(--base-color-brand--electric-purple-lighter);
  opacity: .77;
  filter: blur(150px);
  width: 16rem;
  position: absolute;
  inset: 0% auto 0% -29px;
}

.img-books {
  z-index: 2;
  height: auto;
  display: block;
  position: relative;
  left: 0;
}

.grid-faq_awareness {
  z-index: -1;
  opacity: .15;
  mix-blend-mode: overlay;
  position: absolute;
  inset: -20px auto 0% -58px;
}

.grid-faq_awareness.is-mobile {
  display: none;
}

.code-embed-11 {
  z-index: -2;
  position: absolute;
}

.section-banner-cta {
  background-color: var(--base-color-neutral--night);
  padding-top: 50px;
  padding-bottom: 30px;
}

.banner-cta_container {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(332deg, #a54aff99, #161616 35%, #004cff);
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blur-left-blue {
  filter: blur(50px);
  background-color: #004cffcc;
  width: 40rem;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.blur-right-purple {
  z-index: 1;
  filter: blur(80px);
  background-color: #a54affcc;
  width: 38rem;
  height: 6rem;
  display: inline-flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.banner-cta_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.banner-cta_text-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-20 {
  position: absolute;
  inset: -40px -119px 0% auto;
  overflow: hidden;
}

.text-block-22 {
  font-size: 1.125rem;
}

.grid-banner-left {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: soft-light;
  background-image: url('../images/grid-big-numbers.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 16rem;
  height: 10rem;
  position: absolute;
  inset: 0% auto 0% -65px;
}

.lottie-animation-2 {
  z-index: 1;
  width: 70rem;
  position: relative;
  top: -52px;
}

.blur-right_hero {
  background-color: var(--base-color-brand--electric-purple);
  opacity: .4;
  filter: blur(100px);
  width: 40rem;
  position: absolute;
  inset: 330px 0% 0% auto;
}

.blur-left_hero {
  z-index: auto;
  background-color: var(--base-color-brand--electric-blue);
  opacity: .4;
  filter: blur(100px);
  width: 40rem;
  position: absolute;
  inset: 330px auto 0% 0%;
}

.img-hero-awareness {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
  position: relative;
}

.code-embed-12 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.marquee-track.marquee__content--a.marquee__content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  display: grid;
  position: relative;
}

.left {
  display: none;
  position: absolute;
  inset: auto auto -6px 0%;
}

.right {
  display: none;
  position: absolute;
  inset: auto 0% -6px auto;
}

.marque-text {
  display: flex;
}

.text-carousel {
  line-height: 120%;
}

.img-banner-cta {
  height: 20rem;
  position: relative;
  right: -87px;
  overflow: hidden;
}

.blue-blur-card-inside {
  z-index: 1;
  background-color: #0000;
  background-image: linear-gradient(#16161600, #2323234d 35%, #0a40bf4d 66%, #004cff4d);
  position: absolute;
  inset: 0%;
}

.purple-blur-card-inside {
  z-index: 0;
  background-image: linear-gradient(#b76fff00, #2323234d 55%, #a54aff4d);
  position: absolute;
  inset: 0%;
}

.img-problemas {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
}

.line-purple {
  z-index: -2;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 82px auto 0%;
}

.div-block-10 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.img-bg-problemas {
  z-index: 0;
  display: none;
  position: absolute;
}

.div-block-11 {
  z-index: -1;
  position: absolute;
}

.code-embed-13 {
  position: relative;
}

.grid-problemas {
  z-index: 0;
  opacity: .2;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.line-problemas {
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 62% 0% 0%;
}

.left-blur-black-marquee {
  z-index: 2;
  background-image: linear-gradient(93deg, #fff0, var(--base-color-neutral--night) 0%, #111);
  filter: blur(100px);
  width: 20rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.right-blur-black-marquee {
  filter: blur(50px);
  background-image: linear-gradient(270deg, #111, #484848c4 15%, #fff0);
  width: 20rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.counter-wrapper {
  justify-content: center;
  align-self: baseline;
  align-items: flex-end;
  display: inline-flex;
}

.counter {
  font-size: 64px;
  font-weight: 600;
  line-height: 90%;
}

.right-grid-ajjuda {
  z-index: 0;
  opacity: .3;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.left-grid-ajjuda {
  z-index: 0;
  opacity: .2;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.mobile-cards-container {
  column-count: 3;
  column-gap: 36px;
  margin-top: 3rem;
  display: none;
}

.span-right {
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.span-left {
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.img-falta {
  z-index: 2;
  width: 100%;
  height: auto;
  padding-bottom: 16px;
  position: relative;
}

.grid_right-falta {
  opacity: .2;
  display: none;
  position: absolute;
  inset: auto -20px 0% auto;
}

.grid_left-falta {
  opacity: .2;
  display: none;
  position: absolute;
  inset: auto auto 0% -20px;
}

.img-esforco {
  z-index: 2;
  width: 100%;
  position: relative;
}

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

.code-embed-14 {
  display: none;
  position: absolute;
  inset: 0%;
}

.line-vertical-footer {
  background-image: linear-gradient(#fff3, #fff3);
  width: 1px;
  height: 14px;
}

.client-inbox_text {
  flex-flow: column;
  display: flex;
}

.hero-text-wrap {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.desk-steps-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.steps-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1.45fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.line-wrapper {
  height: 100%;
}

.line-gradient {
  width: 2px;
  height: 100%;
}

.footer_lp {
  grid-template-rows: auto;
  padding-bottom: 32px;
}

.footer_lp-social-network {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_lp-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: flex;
}

.footer_lp-bottom {
  justify-content: space-between;
  margin-top: 1.5rem;
  display: flex;
}

.left-hero-grid {
  z-index: 0;
  opacity: .6;
  display: none;
  position: absolute;
  inset: 588px auto 0% 67px;
}

.image-21 {
  z-index: 2;
  max-width: 120%;
  position: relative;
}

.right-hero-grid {
  z-index: 0;
  opacity: .6;
  display: none;
  position: absolute;
  inset: 510px 61px 0% auto;
}

.img-hero_awareness {
  z-index: 1;
  width: 120%;
  max-width: 120%;
  display: none;
  position: relative;
}

.code-embed-16 {
  z-index: 1;
  position: relative;
}

.rect-2 {
  position: relative;
}

.div-block-12 {
  background-image: linear-gradient(#ffffff1a, #ffffff1a);
  border-radius: 55px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.lottie-animation-3 {
  z-index: 4;
  width: 120%;
  max-width: 120%;
  position: relative;
}

.left-marquee-2 {
  background-color: var(--base-color-neutral--neutral-darkest);
  filter: blur(150px);
  background-image: none;
  width: 20rem;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.right-marquee-2 {
  background-color: var(--base-color-neutral--neutral-darkest);
  filter: blur(150px);
  width: 20rem;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-3-lp {
  font-size: 36px;
}

.heading-3-lp.text-align-center {
  letter-spacing: -.2px;
}

.section_forms-01 {
  padding-top: 60px;
  padding-bottom: 48px;
}

.section-header-banner {
  background-color: #fff;
  height: 52px;
}

.section-header-banner.blue {
  background-color: var(--base-color-brand--electric-blue);
  height: auto;
  color: var(--base-color-neutral--white);
  margin-top: 24px;
}

.icon-warning {
  max-width: 24px;
}

.banner-content {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 20px 1fr 20px;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: fit-content;
  height: 52px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 16px;
  line-height: 1.5;
  display: grid;
}

.text-block-23 {
  padding-top: 3px;
  padding-bottom: 3.3px;
}

.text-block-23.banner-text {
  text-align: justify;
  justify-content: center;
  align-self: auto;
  align-items: baseline;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.warning-icon {
  text-align: center;
  font-weight: 600;
  line-height: 17.8px;
}

.image-22 {
  width: 24px;
  max-width: none;
  height: 24px;
}

.code-embed-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  -webkit-text-stroke-width: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 20px;
  height: auto;
  min-height: 20px;
  font-size: 24px;
  line-height: 24px;
  display: flex;
}

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

.section-hero-form-01 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-forms {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 350px 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-forms.is-mobile {
  display: none;
}

.content-left-form {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 60px;
  display: flex;
}

.code-embed-18 {
  max-height: 562px;
}

.is-dif-lps {
  background-color: var(--base-color-neutral--night);
  min-height: 100vh;
}

.section-hero_form-02 {
  padding-top: 5rem;
  padding-bottom: 3.75rem;
}

.video-container.video-lp {
  z-index: 999;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

._w-video {
  aspect-ratio: 1513 / 851;
  border-radius: 24px;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  overflow: hidden;
}

.blur-left-forms-02 {
  z-index: 2;
  opacity: 1;
  filter: blur(100px);
  background-image: radial-gradient(circle farthest-side at 100%, #004cff, #004cff00);
  width: 40rem;
  height: 16rem;
  position: absolute;
  inset: 49% 0 0% 2%;
  transform: rotate(50deg);
}

.blur-right-forms-02 {
  z-index: 2;
  filter: blur(120px);
  background-image: radial-gradient(circle, #a54aff, #a54aff00);
  width: 40rem;
  height: 16rem;
  position: absolute;
  inset: 49% 10% 0% auto;
  transform: rotate(-53deg);
}

.video-wrapper {
  aspect-ratio: 9 / 5;
  border-radius: 24px;
  width: 100%;
  max-width: 940px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.blur-right-lp-form-1 {
  z-index: 0;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--base-color-brand--electric-blue), #004cff00);
  filter: blur(90px);
  width: 5rem;
  height: 40rem;
  position: absolute;
  inset: 20% 0% 0% auto;
  transform: rotate(-50deg);
}

.code-embed-19 {
  border-radius: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.form-alert-video {
  color: var(--base-color-neutral--slate-gray);
  text-align: center;
  padding-top: 0;
  font-size: 1.15rem;
  font-weight: 400;
}

.video-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-21 {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.nav_line-2 {
  background-image: linear-gradient(90deg, #fff0, #ffffff4d 50%, #fff0);
  width: 100%;
  height: 1.5px;
  position: absolute;
  inset: auto 0% -1rem;
}

.text-heading-lp-02 {
  color: var(--base-color-neutral--white);
  font-size: 2.2rem;
  font-weight: 600;
}

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

  h2, h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  p {
    font-size: .88rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

  .margin-bottom.margin-custom1.is-recursos {
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .text-align-center {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
  }

  .button.is-secondary.is-background-white-mobile {
    border-color: var(--base-color-neutral--night);
    color: var(--base-color-neutral--night);
  }

  .button.is-secondary.is-background-white-mobile.is-mg-left-mobile {
    margin-right: .75rem;
  }

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

  .button-group.is-center {
    margin-top: 1rem;
    display: flex;
  }

  .button-group.is-center.margin-2-5rem {
    margin-top: 2.5rem;
    display: flex;
  }

  .button-group.is-center.is-hero-awareness {
    margin-top: 0;
  }

  .button-group.margin-2-5rem {
    display: none;
  }

  .button-group.margin-top-24px {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .button-group.margin-top-24px.is-mobile {
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .button-group.margin-top-24px.is-desktop {
    display: none;
  }

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .section_hero {
    padding-top: 3rem;
  }

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

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

  .navbar12_menu-button {
    display: none;
  }

  .navbar12_menu-button.w--open {
    background-color: #0000;
  }

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

  .navbar12_dropdown-toggle.is-mobile {
    color: #70757d;
    justify-content: space-between;
    align-items: center;
    padding-top: .719rem;
    padding-bottom: .719rem;
    font-size: 1rem;
    font-weight: 500;
  }

  .navbar12_dropdown-toggle.is-mobile.w--open {
    border-radius: 0;
  }

  .navbar12_dropdown-toggle.fullsize {
    grid-column-gap: 0rem;
    width: 100%;
    color: var(--base-color-neutral--slate-gray);
    justify-content: space-between;
  }

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

  .navbar12_dropdown-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: 0;
    flex-flow: column;
    align-content: start;
    align-items: start;
    padding: 0;
    display: flex;
    overflow: visible;
  }

  .navbar12_dropdown-link-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .navbar12_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
    overflow: visible;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .dropdown-chevron.is-mobile {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--base-color-neutral--night);
  }

  .dropdown-chevron.is-mobile.dropdown-chevron-block {
    transform: rotate(270deg);
  }

  .navbar12_logo-link.w--current {
    z-index: 4;
  }

  .navbar12_logo-link.is-hide.w--current {
    display: block;
  }

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

  .navbar12_dropdown-list.w--open {
    border-style: none;
    border-radius: 0;
    width: auto;
    padding: 0;
  }

  .navbar12_dropdown-list.is-one-column.w--open {
    padding-left: 0;
  }

  .navbar12_menu-links {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .navbar12_menu-links.is-desktop {
    display: none;
  }

  .navbar12_menu-links.is-mobile {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row-reverse wrap-reverse;
    width: 100%;
    margin-top: 1rem;
    display: flex;
  }

  .menu-icon1_line-top, .menu-icon1_line-bottom {
    background-color: var(--base-color-neutral--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar12_menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--background-color--background-primary);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar12_menu.is-page-height-tablet {
    background-color: var(--base-color-neutral--white);
    border-radius: 0 0 1.5rem 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100dvh;
    padding: 1.5rem;
    transition: height .5s;
    position: fixed;
    inset: 0%;
  }

  .navbar12_component {
    padding: .88rem 1.25rem 2.88rem;
  }

  .navbar12_menu-buttons {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
  }

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

  .navbar12_dropdown-only-link {
    border-radius: 0;
    padding: 0;
    overflow: visible;
  }

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

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

  .navbar-dropdown1_component {
    font-size: 1.125rem;
  }

  .navbar-dropdown1_dropdown-toggle {
    color: var(--base-color-neutral--night);
    justify-content: space-between;
    align-items: center;
    padding: .75rem 0;
    display: flex;
  }

  .navbar-dropdown1_dropdown-list {
    position: static;
    overflow: hidden;
  }

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

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

  .nav_line {
    display: none;
  }

  .text-color-french-gray.is-mobile-mg-top-24, .text-color-french-gray.text-align-left {
    text-align: center;
  }

  .text-color-french-gray.card-letter-spacing {
    font-size: 14px;
  }

  .text-color-french-gray.is-mobile-text-center {
    text-align: center;
  }

  .navbar_icon {
    border-radius: 0;
    width: 2.13rem;
    overflow: visible;
  }

  .navbar_mobile-line {
    color: #dfdfdf;
    background-color: #dfdfdf;
    width: 100%;
    height: 1.5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header-home_lottie {
    max-width: 21.88rem;
  }

  .hide-desktop {
    display: block;
  }

  .layout348_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .layout348_desktop-image-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .layout348_image.is-image1, .layout348_image.is-image2, .layout348_image.is-image3, .layout348_image.is-image4, .layout348_image.is-image5 {
    left: -120px;
  }

  .text-style-tagline.is-mobile-bg-bottom-16 {
    text-align: center;
  }

  .solucoes-home_tabs {
    flex-flow: column;
  }

  .marquee-content {
    position: relative;
  }

  .marquee-content.marquee-left-to-right.is-perguntas.new-marquee-content, .marquee-content.marquee-right-to-left.is-perguntas.new-marquee-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .section_faq1 {
    z-index: 3;
    position: relative;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 140px;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    display: grid;
  }

  .footer3_link-list {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer3_bottom-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-top: 1.5rem;
  }

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

  .politica-header_top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .politica-header_bottom {
    flex-flow: column;
    display: flex;
  }

  .header_left-bg.is-funcionalidades {
    display: none;
    left: 0;
  }

  .header_left-bg.is-funcionalidades.is-mobile {
    background-image: radial-gradient(circle at 0%, #ff1f7d, #0000 53%);
    display: block;
  }

  .header_left-bg.is-recursos {
    background-image: radial-gradient(circle farthest-side at 0% 50%, var(--base-color-brand--mint), #fff0 37%);
  }

  .header_right-bg.is-funcionalidades {
    display: none;
    top: 103px;
    right: 0;
  }

  .header_right-bg.is-funcionalidades.is-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/grid-bg-sobre.svg'), radial-gradient(circle at 100%, #004cff, #0000 60%);
    background-position: 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    top: 0;
  }

  .header_right-bg.is-recursos {
    background-image: radial-gradient(circle farthest-side at 100% 50%, var(--base-color-brand--electric-blue), #fff0 74%);
    display: block;
  }

  .header_right-bg.is-awareness {
    z-index: 2;
    width: 20rem;
    height: 40rem;
    inset: 0% 0% 0% auto;
  }

  .header_grid {
    opacity: .18;
    mix-blend-mode: overlay;
    background-size: cover;
    width: 100%;
    inset: 0% 0% 0% auto;
  }

  .header_grid.is-funcionalidades {
    background-position: 50% 10%;
    background-size: 900px;
    inset: 0%;
  }

  .header-eco_lottie.is-mobile {
    display: block;
  }

  .sobre-compromisso_cards {
    grid-template-columns: 1fr 1fr;
  }

  .sobre-compromisso_card {
    width: 100%;
  }

  .sobre-compromisso_card.is-card_02 {
    z-index: 1;
    max-width: 350px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .sobre-compromisso_card.is-card_02.is-purple {
    margin-top: 0;
  }

  .sobre-compromisso_card.is-card_02.is-mobile {
    margin-bottom: 0;
  }

  .sobre-header_top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .header-suport_component {
    max-width: 100%;
  }

  .features-suport_component.is-inversed.is-funcionalidades, .features-suport_component.is-funcionalidades {
    margin-top: 40px;
  }

  .layout348_mobile-gradient {
    display: none;
  }

  .logo {
    width: 7.25rem;
  }

  .logo.shid {
    color: var(--base-color-neutral--night);
    display: block;
  }

  .lottie-menu-icon {
    z-index: 4;
    display: none;
    position: relative;
  }

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

  .navbar_menu.is-hide-desk {
    display: flex;
  }

  .section_header-emailanalytics {
    flex-flow: column;
    padding-top: 8rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-emailanalytics_component.z-index-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }

  .header-emailanalytics_lottie {
    width: 38rem;
    margin-left: auto;
    margin-right: auto;
  }

  .grade-emailanalytics {
    top: 28px;
  }

  .heading-4.is-different {
    text-align: center;
  }

  .card-img {
    width: 40%;
    height: 40%;
  }

  .section_testimonials-02 {
    z-index: 3;
  }

  .card_epoimentos-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .img_blur-depoimentos {
    display: none;
    inset: 0%;
  }

  .desktop-hero_img-emailanalytics {
    margin-top: 2.4rem;
  }

  .img_blur-depoimentos-mobile-top {
    z-index: 1;
    object-fit: fill;
    width: 100%;
    display: inline-block;
    position: absolute;
    inset: -508px 0% auto;
    overflow: visible;
  }

  .img_blur-depoimentos-mobile-bottom {
    display: none;
  }

  .section_hero-funcionalidades {
    padding-top: 8rem;
  }

  .hero-right-funcionalidades {
    display: none;
    top: 152px;
  }

  .hero-right-funcionalidades.is-mobile {
    justify-content: flex-end;
    align-items: stretch;
    display: block;
    position: static;
    inset: 96px 0% 0% auto;
  }

  .hero-left-funcionalidades {
    display: none;
    top: 152px;
  }

  .hero-left-funcionalidades.mobile {
    display: inline-flex;
  }

  .header-right_grid {
    display: none;
  }

  .header-right_grid.is-mobile {
    z-index: 0;
    opacity: 1;
    mix-blend-mode: overlay;
    background-image: url('../images/Grid-background-right.svg');
    background-position: 100%;
    background-size: auto;
    display: block;
    inset: 0 0% 0% 0;
  }

  .header-right_grid.is-funcionalidades {
    z-index: 0;
    display: block;
    inset: 2px -126px 0% 0%;
  }

  .section_buttons {
    justify-content: center;
    margin-top: 4rem;
  }

  .section_buttons.is-larger {
    z-index: 1;
  }

  .imgs-hero-wrapper.mobile {
    align-items: center;
    height: 200px;
    margin-top: 2rem;
    display: flex;
    position: relative;
    right: 0;
  }

  .header-left_grid {
    display: none;
  }

  .header-left_grid.is-mobile {
    opacity: 1;
    mix-blend-mode: overlay;
    background-size: auto;
    display: block;
    top: 2px;
    left: -96px;
  }

  .header-left_grid.is-mobile.is-recursos {
    opacity: 1;
    background-image: url('../images/Grid-background-left.svg');
    background-position: 0%;
    inset: 0 0 0% 0%;
  }

  .left-mint-hero-recursos, .right-blue-hero-recursos {
    display: none;
  }

  .s-buttons.is-sticky {
    z-index: 10;
    margin-top: 0;
    padding-top: 6.75rem;
  }

  .footer-lp {
    flex-flow: column;
    padding: 24px;
  }

  .footer_content-lp {
    justify-content: center;
    align-items: center;
  }

  .nav-lp {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-lp_container {
    justify-content: center;
  }

  .section-hero_awareness {
    width: 100%;
    padding-top: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-carousel {
    padding-bottom: 36px;
    top: 0;
  }

  .section-carousel.is-bg-dif {
    padding-top: 36px;
  }

  .marquee_text {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    top: 0;
  }

  .section-cards {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }

  .h2.text-align-left, .h2.is-mobile-text-center {
    text-align: center;
  }

  .section-cards_content {
    padding-top: 0;
    position: relative;
  }

  .desktop-cards-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5rem;
    display: none;
    position: relative;
  }

  .card-img_container {
    background-image: linear-gradient(#16161600, #004cff4d);
    height: auto;
  }

  .card-img_container.is-purple {
    background-image: none;
    height: auto;
  }

  .img_card-02-blue {
    z-index: 2;
    position: relative;
    bottom: -2px;
  }

  .section-perguntas {
    margin-bottom: 0;
    padding-top: 60px;
  }

  .cards-marqueen {
    white-space: nowrap;
  }

  .card-marquee {
    white-space: nowrap;
    width: max-content;
  }

  .section-topics {
    padding-bottom: 0;
  }

  .topics-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .topics-wrapper.is-faq {
    grid-template-columns: 1.25fr;
  }

  .topics_text-wrapper {
    width: 100%;
    position: static;
  }

  .topics_text-wrapper.is-faq {
    place-items: center;
    position: relative;
    top: 0;
  }

  .h3 {
    font-size: 1.3rem;
  }

  .title-subtitle-wrapper {
    width: 100%;
  }

  .cards-big-number-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .blur-badges {
    background-image: radial-gradient(circle, #004cff, #004cff66);
    height: 2rem;
  }

  .blur-badges.is-stronger {
    background-image: radial-gradient(circle, #004cff, #336fff33);
    height: .5rem;
  }

  .card-07 {
    width: 100%;
  }

  .card-07_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .card-02_grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .resultados-container {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .step {
    max-width: none;
  }

  .step.is-mobile {
    grid-column-gap: 16px;
  }

  .desktop-steps-wrapper, .line-timeline.is-mobile {
    display: none;
  }

  .mobile-steps-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .icons-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-faq_awareness {
    padding-bottom: 50px;
  }

  .blur-purple-faq_awareness {
    opacity: .2;
    width: 20rem;
  }

  .img-books {
    left: -39px;
  }

  .grid-faq_awareness {
    height: 8rem;
    display: none;
    inset: 0 0 0% auto;
  }

  .grid-faq_awareness.is-mobile {
    opacity: .61;
    height: 6rem;
    display: block;
    inset: 113px auto 0% 75px;
  }

  .banner-cta_container {
    justify-content: center;
    align-items: center;
    padding: 40px 40px 48px;
  }

  .banner-cta_grid {
    grid-template-columns: 1fr;
  }

  .banner-cta_text-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
  }

  .image-20 {
    position: static;
  }

  .text-block-22 {
    text-align: center;
    font-size: 1rem;
  }

  .heading-18 {
    text-align: center;
    font-size: 2rem;
  }

  .lottie-animation-2 {
    z-index: 1;
    width: 60rem;
  }

  .blur-right_hero {
    opacity: 1;
    width: 7rem;
    height: 30rem;
    inset: 324px 0% 0% auto;
  }

  .blur-left_hero {
    opacity: 1;
    width: 7rem;
    height: 30rem;
    inset: 324px auto 0% 0%;
  }

  .img-hero-awareness {
    margin-top: 20px;
  }

  .left {
    z-index: 0;
    opacity: .12;
    mix-blend-mode: soft-light;
    bottom: -6px;
  }

  .right {
    z-index: 0;
    opacity: .1;
    mix-blend-mode: soft-light;
  }

  .text-carousel {
    font-size: 3rem;
    line-height: 120%;
  }

  .img-banner-cta {
    height: 18rem;
    margin-top: 8px;
    right: 0;
  }

  .blue-blur-card-inside {
    z-index: 1;
    background-image: linear-gradient(#16161600, #2323234d 55%, #004cff4d);
    inset: 0;
  }

  .img-problemas.is-mobile {
    inset: 0%;
  }

  .left-blur-black-marquee {
    opacity: .8;
    background-image: linear-gradient(90deg, #11111180, #94949473 0%, #fff0);
    inset: 0% auto 0% 0%;
  }

  .right-blur-black-marquee {
    opacity: .8;
  }

  .mobile-cards-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .desk-steps-wrapper {
    margin-bottom: 24px;
  }

  .steps-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  .line-wrapper {
    min-height: 48px;
    display: flex;
  }

  .line-gradient {
    width: 2px;
  }

  .footer_lp {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center;
    padding-bottom: 24px;
  }

  .footer_lp-social-network {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .footer_lp-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: center;
  }

  .left-hero-grid {
    top: 381px;
    left: -58px;
  }

  .right-hero-grid {
    top: 376px;
    right: -36px;
  }

  .heading-20 {
    font-size: 1.125rem;
  }

  .heading-3-lp.text-align-center {
    font-size: 24px;
  }

  .container-forms {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1.5fr;
    display: none;
  }

  .container-forms.is-mobile {
    flex-flow: column;
    display: flex;
  }

  .content-left-form {
    padding-bottom: 0;
  }

  .blur-right-lp-form-1 {
    filter: blur(70px);
    width: 5rem;
    height: 40rem;
    top: 50%;
    right: 10%;
    transform: rotate(-50deg);
  }

  .nav_line-2 {
    display: none;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .padding-global.padding-form-1.padding-diff {
    position: static;
  }

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

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

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

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

  .text-size-small.hide-mobile-landscape {
    display: none;
  }

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

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

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

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

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

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

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

  .container-large.container-pricing {
    position: static;
  }

  .main-wrapper {
    background-color: var(--base-color-neutral--night-darker);
  }

  .button {
    max-width: 154px;
  }

  .button.is-icon.is-wpp {
    max-width: none;
  }

  .button-group.is-center {
    display: flex;
  }

  .button-group.is-center.margin-2-5rem {
    justify-content: center;
    align-items: center;
  }

  .button-group.margin-2-5rem {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    margin-top: .25rem;
    display: inline-flex;
  }

  .button-group.margin-top-24px.is-desktop {
    display: none;
  }

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .navbar12_dropdown-toggle.fullsize {
    width: 100%;
    color: var(--base-color-neutral--slate-gray);
    justify-content: space-between;
  }

  .navbar12_dropdown-content {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .navbar12_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .dropdown-chevron.is-mobile.dropdown-chevron-block {
    transform: rotate(270deg);
  }

  .navbar12_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar12_component {
    min-height: 4rem;
  }

  .text-color-french-gray.is-mobile-mg-top-24 {
    text-align: left;
  }

  .text-color-french-gray.is-mobile-mg-top-24.text-price-hero {
    text-align: center;
  }

  .text-color-french-gray.is-14px {
    font-size: 14px;
  }

  .layout348_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout348_desktop-image-wrapper {
    display: none;
  }

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

  .layout348_content {
    height: auto;
  }

  .text-style-tagline.is-mobile-bg-bottom-16 {
    text-align: left;
  }

  .layout348_mobile-image-wrapper {
    width: 100%;
    margin-top: 2.5rem;
    display: block;
    position: relative;
  }

  .layout348_mobile-image {
    position: static;
  }

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

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .footer3_top-wrapper {
    grid-row-gap: 24px;
    padding-bottom: 0;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr;
    place-items: start;
  }

  .footer3_link-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .footer3_link-list.footer-list-column {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer3_bottom-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
  }

  .footer3_credit-text {
    order: -9999;
    align-self: center;
    margin-top: 0;
  }

  .footer3_legal-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr;
    grid-auto-columns: max-content;
    grid-auto-flow: row;
    display: flex;
  }

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

  .header_right-bg.is-recursos.is-mobile {
    inset: 0% 0% 0% auto;
  }

  .layout348_mobile-gradient {
    display: none;
  }

  .hero-pricing_left {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: inline-grid;
  }

  .hero-pricing_drop-wrap {
    max-width: none;
  }

  .hero-pricing_plan {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    max-width: none;
  }

  .hero-pricing_plan-mid {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .section_header-emailanalytics {
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-emailanalytics_component.z-index-2 {
    justify-content: center;
    align-items: center;
    width: 30rem;
    padding-right: 0;
  }

  .div-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: center;
  }

  .heading-4.is-different {
    text-align: left;
  }

  .img_blur-depoimentos {
    display: none;
  }

  .hero-blur-emailanalytics {
    width: 30rem;
    display: inline-block;
    inset: 0% 0% 0% auto;
  }

  .desktop-hero_img-emailanalytics {
    display: none;
  }

  .mobile-hero_img-emailanalytics {
    margin-top: 34px;
    display: block;
    position: relative;
    left: -64px;
  }

  .mobile-grade_hero-emailanalytics {
    position: absolute;
    inset: 0%;
  }

  .filter-tabs-price {
    width: 23%;
    margin: 0 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .fs-table-1_row {
    width: 100%;
  }

  .fs-table-1_row.header-table {
    width: 100%;
    position: sticky;
  }

  .fs-table-1_cell {
    font-size: .875rem;
    line-height: 1.5;
  }

  .img_blur-depoimentos-mobile-top {
    z-index: -100;
    width: 100%;
    display: none;
    position: absolute;
    inset: -381px 0% auto;
  }

  .img_blur-depoimentos-mobile-bottom {
    z-index: -1;
    width: 100%;
    position: absolute;
    inset: -264px 0% 0%;
  }

  .tabs-content {
    margin-top: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-19 {
    color: var(--base-color-neutral--slate-gray);
    font-size: 1rem;
    font-weight: 500;
  }

  .header-right_grid.is-mobile {
    z-index: 1;
  }

  .section_buttons.is-larger {
    justify-content: flex-start;
    align-items: center;
  }

  .imgs-hero-wrapper.mobile {
    margin-top: 2rem;
  }

  .header-left_grid.is-mobile.is-recursos {
    z-index: 1;
  }

  .hero-content.is-awareness {
    z-index: 999;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-carousel {
    top: -2px;
  }

  .marquee_text {
    font-size: 4rem;
    top: -26px;
  }

  .section-cards {
    padding-top: 36px;
  }

  .section-cards_content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 24px;
  }

  .cards-text-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .desktop-cards-container {
    grid-template-rows: auto;
    padding-top: 0;
  }

  .img_card-02-blue {
    bottom: -3px;
  }

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

  .h3 {
    font-size: 1.125rem;
  }

  .card-02_grid {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .card-02_grid.is-carousel {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    justify-content: flex-start;
    display: flex;
    overflow: hidden;
  }

  .step.is-mobile {
    grid-column-gap: 16px;
  }

  .step-text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .line-timeline.is-mobile, .mobile-steps-wrapper {
    display: block;
  }

  .grid-faq_awareness.is-mobile {
    left: 30px;
  }

  .section-banner-cta {
    margin-bottom: 64px;
  }

  .banner-cta_container {
    padding: 24px;
  }

  .banner-cta_text-container {
    margin-bottom: 24px;
  }

  .lottie-animation-2 {
    width: 40rem;
  }

  .blur-right_hero {
    opacity: 1;
    height: 20rem;
    inset: 415px 0% 0% auto;
  }

  .blur-left_hero {
    opacity: 1;
    width: 7rem;
    height: 20rem;
    inset: 415px auto 0% 0%;
  }

  .img-hero-awareness {
    margin-top: 0;
  }

  .text-carousel {
    font-size: 3.5rem;
    position: relative;
  }

  .left-blur-black-marquee {
    z-index: 1;
    opacity: .6;
    inset: 0%;
  }

  .right-blur-black-marquee {
    z-index: 1;
    opacity: .6;
  }

  .mobile-cards-container {
    margin-top: 0;
  }

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

  .line-gradient {
    display: block;
  }

  .code-embed-15 {
    touch-action: pan-y;
    display: none;
  }

  .left-marquee-2, .right-marquee-2 {
    width: 10rem;
  }

  .heading-3-lp.text-align-center {
    font-size: 24px;
  }

  .section-hero-form-01 {
    z-index: 0;
    position: relative;
  }

  .code-embed-18 {
    z-index: 10;
    position: relative;
  }

  .blur-right-lp-form-1 {
    z-index: 0;
    opacity: .66;
    top: 45%;
  }
}

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

  h2 {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.125rem;
    line-height: 140%;
  }

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

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

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

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

  .margin-bottom.margin-medium.is-mobile-24 {
    margin-bottom: 1.5rem;
  }

  .margin-bottom.margin-custom1.is-mobile-16 {
    margin-bottom: 1rem;
  }

  .margin-bottom.margin-custom1.is-mobile-0 {
    margin-bottom: 0;
  }

  .margin-bottom.margin-custom1.is-recursos {
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .icon-1x1-large.opacity-70 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .form_form.is-newsletter {
    flex-flow: column;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

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

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

  .padding-global.z-index-2 {
    padding-left: 1.25rem;
  }

  .padding-global.is-dif {
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-small.is-news-small {
    max-width: 10.81rem;
  }

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

  .max-width-large.align-center.text-align-center.is-mobile-smaller {
    max-width: 21.88rem;
  }

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

  .container-large {
    overflow: visible;
  }

  .main-wrapper {
    background-color: var(--base-color-neutral--night);
  }

  .button.is-icon.is-full-mobile {
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
  }

  .button.is-icon.start-btn {
    width: 100%;
    max-width: 201px;
  }

  .button.is-icon.is-wpp {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: auto;
    padding-left: .5rem;
    padding-right: 1.5rem;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .button.is-icon.is-wpp.is-video-form-02 {
    margin-top: 28px;
  }

  .button.is-white.is-icon.is-form {
    align-self: stretch;
  }

  .button.is-white.is-icon.migrate-btn {
    max-width: 201px;
  }

  .text-size-medium.is-mobile-16 {
    font-size: 1rem;
  }

  .button-group.is-center {
    flex-flow: column;
    margin-top: 2.5rem;
    display: flex;
  }

  .button-group.is-center.is-hero-awareness {
    margin-top: 0;
  }

  .button-group.margin-2-5rem {
    display: none;
  }

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

  .button-group.margin-top-24px {
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .button-group.margin-top-24px.is-mobile.is-aw {
    margin-top: 0;
  }

  .button-group.margin-top-24px.is-desktop {
    display: none;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .navbar12_dropdown-toggle.is-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar12_dropdown-toggle.fullsize {
    justify-content: space-between;
    width: 100%;
    padding-top: 0;
  }

  .navbar12_dropdown-content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .navbar12_dropdown-content.is-one-column {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-bottom: 0;
  }

  .navbar12_dropdown-link-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .dropdown-chevron.is-mobile {
    flex-flow: row;
    transform: rotate(0);
  }

  .dropdown-chevron.is-mobile.dropdown-chevron-block {
    transform: rotate(270deg);
  }

  .navbar12_menu-links.is-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-end;
    margin-top: 2rem;
    display: flex;
  }

  .navbar12_menu.is-page-height-tablet {
    border-radius: 0;
  }

  .navbar12_component {
    z-index: 99999999;
  }

  .navbar12_menu-buttons {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 2rem;
  }

  .navbar12_dropdown-only-link {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    display: flex;
  }

  .navbar12_dropdown-only-link.padding-top-24 {
    padding-top: 1.5rem;
  }

  .navbar12_dropdown-only-link.padding-bottom-16 {
    padding-bottom: 2rem;
  }

  .nav_line {
    display: block;
  }

  .text-color-french-gray {
    letter-spacing: -.28px;
  }

  .text-color-french-gray.is-mg-top-mobile-tiny {
    margin-top: .5rem;
  }

  .text-color-french-gray.is-mobile-mg-top-24 {
    text-align: center;
    width: 350px;
    margin-top: 2.5rem;
    padding-right: 1rem;
  }

  .text-color-french-gray.is-mobile-mg-top-24.is-different {
    padding-right: 1.25rem;
  }

  .text-color-french-gray.is-mobile-mg-top-24.text-price-hero {
    width: 100%;
    max-width: 360px;
    padding-right: 0;
    font-size: .875rem;
  }

  .text-color-french-gray.is-mobile-text-smaller {
    font-size: .83rem;
  }

  .text-color-french-gray.is-funcionalidades {
    width: 100%;
  }

  .text-color-french-gray.text-align-center {
    flex-flow: wrap;
  }

  .text-color-french-gray.is-14px {
    line-height: 150%;
  }

  .text-color-french-gray.is-mobile-text-center {
    text-align: center;
  }

  .section_header-home {
    background-image: url('../images/Frame-1707478517.jpg');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover;
    padding-top: 5rem;
  }

  .header-home_component {
    width: auto;
    max-width: none;
    margin-left: 0;
  }

  .header-home_background {
    top: 31%;
  }

  .header-home_img {
    object-fit: cover;
  }

  .header-home_lottie, .hide-desktop {
    z-index: 10;
    position: relative;
  }

  .hide-desktop.is-ecom {
    max-width: 18.75rem;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

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

  .layout348_content-wrapper {
    grid-template-columns: 100%;
  }

  .layout348_content {
    width: auto;
    height: auto;
    position: relative;
  }

  .text-style-tagline.is-orange.is-mobile-bg-bottom-16 {
    margin-bottom: 1rem;
  }

  .text-style-tagline.is-mobile-bg-bottom-16 {
    text-align: center;
  }

  .layout348_mobile-image-wrapper {
    z-index: 1;
    margin-top: 2rem;
  }

  .features-home_img.is-1 {
    width: 18.75rem;
  }

  .features-home_img.is-2 {
    z-index: 1;
    filter: blur();
    width: 9.31rem;
    top: 4.94rem;
    right: -.9rem;
  }

  .features-home_img.is-2.is-blur {
    z-index: 0;
    filter: none;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }

  .features-home_img.is-2.is-numbers {
    width: 8.9rem;
    top: 5.34rem;
    right: -.7rem;
  }

  .features-home_img.is-3 {
    width: 18.75rem;
  }

  .features-home_img.is-4 {
    width: 9.88rem;
    top: .3rem;
    left: -.8rem;
  }

  .features-home_img.is-5 {
    width: 9.88rem;
    bottom: 5.18rem;
  }

  .features-home_img.is-6 {
    width: 8.81rem;
    bottom: .08rem;
  }

  .features-home_img.is-6.is-mobile {
    bottom: .58rem;
    left: .5rem;
  }

  .features-home_img.is-7 {
    width: 21.88rem;
  }

  .features-home_img.is-8 {
    width: 18.75rem;
    inset: 5.63rem 0% 0% .6rem;
  }

  .features-home_img.is-8.is-mobile {
    left: 1.3rem;
  }

  .features-home_img.is-9 {
    width: 21.88rem;
  }

  .features-home_img.is-10 {
    width: 21.88rem;
    top: 3.13rem;
  }

  .features-home_img.is-11 {
    z-index: 1;
    width: 18.75rem;
    position: relative;
    left: 0;
  }

  .features-home_img.is-12 {
    z-index: 2;
    width: 14.88rem;
    top: 1.75rem;
    left: -.43rem;
  }

  .section_eco-home {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .swiper.is-eco {
    margin-top: 2rem;
  }

  .swiper.is-compromisso {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .swiper.is-dif, .swiper.is-team {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .swiper.is-suport {
    display: block;
  }

  .swiper-wrapper, .swiper-wrapper.is-comprmisso, .swiper-wrapper.is-dif, .swiper-wrapper.is-team {
    flex-flow: row;
  }

  .swiper-slide.is-feature {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 290px;
    height: auto;
    min-height: auto;
    padding: 1.5rem;
  }

  .swiper-slide.testimonial-slide.is-solo.is-b2b {
    max-width: 100%;
  }

  .swiper-slide.is-compromisso, .swiper-slide.is-dif, .swiper-slide.is-team {
    width: auto;
    padding: 0;
  }

  .swiper-slide.is-suport {
    align-self: stretch;
  }

  .features-home_img-card {
    width: 6.25rem;
    height: 6.25rem;
  }

  .swiper-navigation {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .swiper-navigation.is-sobre {
    margin-top: 4.4rem;
  }

  .swiper-navigation.is-compromisso {
    margin-top: .88rem;
    display: flex;
  }

  .swiper-navigation.is-compromisso.is-team {
    align-self: flex-start;
  }

  .swiper-navigation.is-suport {
    display: flex;
  }

  .swiper_button.is-mercado-lef {
    inset: auto auto -5rem 0%;
  }

  .swiper_button.is-mercado-right {
    inset: auto auto -5.1rem 2.85rem;
  }

  .section_mercado-home {
    padding-top: 3.75rem;
  }

  .mercado-home_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .mercado-home_title.is-mobile-mb-0 {
    margin-bottom: 0;
  }

  .mercado-home_cards {
    display: none;
  }

  .mercado-home_card-item {
    grid-column-gap: 2.31rem;
    grid-row-gap: 2.31rem;
    min-height: 21rem;
    padding: 1.5rem;
    overflow: visible;
  }

  .mercado-home_card-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .mercado-home_slider {
    display: block;
  }

  .mercado-home_slider-mask {
    height: auto;
  }

  .mercado-home_slider-item {
    min-height: 18.94rem;
    margin-right: .5rem;
  }

  .mercado-home_slider-item.is-no-mg-right {
    margin-right: 0;
  }

  .section_solucoes-home {
    background-image: url('../images/Ellipse-5-1.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 200svh;
    padding-bottom: 0;
    overflow: clip;
  }

  .solucoes-home_wrap {
    flex-flow: column;
    display: flex;
  }

  .solucoes-home_tabs {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    margin-top: 2.5rem;
  }

  .solucoes-home_tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap;
    margin-right: 0;
  }

  .solucoes-home_tabs-link {
    margin-bottom: 0;
    padding: 0;
    font-size: 1rem;
  }

  .solucoes-home_tabs-link.w--current {
    min-height: 12.5rem;
    margin-bottom: 0;
  }

  .solucoes-home_tabs-pane {
    width: 100%;
    height: 22.5rem;
    max-height: 22.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .solucoes-home_tabs-lottie {
    width: 100%;
    height: 100%;
    max-height: 22.5rem;
  }

  .section_integrations-home {
    padding-bottom: 0;
  }

  .section_integrations-home.is-funcionalidades {
    margin-top: 0;
  }

  .marquee-container {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }

  .marquee-content.marquee-left-to-right.is-perguntas.new-marquee-content, .marquee-content.marquee-right-to-left.is-perguntas.new-marquee-content {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
  }

  .logo-item {
    height: 3rem;
  }

  .section_negocio-home {
    background-image: url('../images/bg-mobile-eco.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section_negocio-home.is-b2b {
    background-size: 1280px;
    padding-top: 5rem;
    padding-bottom: 6.25rem;
  }

  .negocio-home_component {
    justify-content: flex-start;
    align-items: center;
  }

  .negocio-home_component.is-precos {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section_risks-home {
    padding-top: 3.75rem;
    padding-bottom: 4.38rem;
  }

  .section_risks-home.is-no-pd-top.is-recursos {
    padding-bottom: 2.5rem;
  }

  .gradient_blur {
    background-image: url('../images/Ellipse-9.png');
    background-position: 50% -20%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .gradient_blur.is-green {
    background-image: url('../images/Ellipse-9-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100svw;
  }

  .risks-home_component {
    max-width: 20rem;
  }

  .risks-home_component.is-benefits {
    max-width: none;
  }

  .section_faq1 {
    background-position: 50% 100%;
    background-size: 1280px;
  }

  .section_newsletter {
    background-image: linear-gradient(#16161600 13%, #004cff);
    padding-bottom: 6.25rem;
  }

  .newsletter_component {
    flex-flow: column;
  }

  .newsletter_form-wrap {
    margin-top: 2rem;
    display: flex;
  }

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

  .footer3_top-wrapper {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    justify-content: space-between;
    place-items: center stretch;
  }

  .footer3_left-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: center;
    align-items: center;
  }

  .footer3_social-list {
    justify-content: center;
    align-items: flex-start;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: 100%;
  }

  .footer3_link-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
    justify-content: center;
    place-items: start stretch;
    display: grid;
  }

  .footer3_link-list.footer-link-long.margin-bottom-16 {
    grid-template-rows: auto auto;
    margin-top: .5rem;
  }

  .footer3_link-list.margin-bottom-16.margin-top-16, .footer3_link-list.margin-top-16 {
    margin-top: 1rem;
  }

  .footer3_link-list.footer-list-column {
    place-items: start;
  }

  .footer3_link {
    justify-content: center;
    align-items: center;
    padding-top: .5625rem;
    padding-bottom: .5625rem;
  }

  .footer3_bottom-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-flow: column wrap-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer3_credit-text {
    margin-top: 1.25rem;
    font-size: .75rem;
  }

  .footer3_legal-list {
    grid-column-gap: 24px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: max-content;
    grid-auto-columns: max-content;
    display: flex;
  }

  .footer3_legal-link {
    text-align: center;
    border-left-style: none;
  }

  .footer3_legal-link.is-mobile {
    padding-left: 0;
  }

  .footer_icon {
    width: 5rem;
    height: 5rem;
  }

  .footer_icon-wrap {
    flex-flow: row;
  }

  .footer_text {
    padding-bottom: .5625rem;
  }

  .footer_text.is-different {
    margin-top: 0;
  }

  .bg_gradient.is-b2b {
    background-image: none;
  }

  .bg_gradient.is-home {
    display: none;
  }

  .negocio-home_left.is-home {
    background-image: radial-gradient(circle farthest-side at 0%, #004cff 16%, #fff0 86%);
  }

  .negocio-home_right {
    background-image: radial-gradient(circle farthest-side at 100%, #00d0b7 21%, #fff0 88%);
  }

  .negocio-home_left-img {
    opacity: .06;
    width: 8.25rem;
  }

  .negocio-home_left-img.is-home {
    inset: 15svh auto 0% 0%;
  }

  .negocio-home_right-img {
    opacity: .06;
    width: 8.25rem;
  }

  .negocio-home_right-img.is-home {
    top: 15svh;
  }

  .section_politica-header {
    background-position: 50% 100%;
    background-size: 1280px;
    padding-top: 5rem;
  }

  .politica-header_bottom {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    margin-top: 2.25rem;
  }

  .politica-header_left {
    padding: 1.13rem;
  }

  .politica-header_link {
    align-self: stretch;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-right: .38rem;
  }

  .politica-header_right {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .politica-header_block-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .section_header-b2b {
    padding-top: 6rem;
    padding-bottom: 5rem;
    display: block;
  }

  .section_header-b2b.is-no-btm-pading {
    padding-bottom: 0;
  }

  .header-b2b_component.z-index-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .header_left-bg {
    background-image: linear-gradient(#fff0, #0e0e0e 89%), radial-gradient(circle farthest-side at 0%, #336fff 35%, #fff0 65%);
    width: 22.38rem;
    inset: 12% auto 0% 0%;
  }

  .header_left-bg.is-suport {
    background-image: radial-gradient(circle farthest-side at 0%, #0e0e0e, #fff0 30%, #336fff 39%, #0e0e0e 55%);
    width: 10rem;
    top: -16%;
  }

  .header_left-bg.hero_emailanalytics {
    width: 100%;
  }

  .header_left-bg.is-funcionalidades.is-mobile {
    background-image: radial-gradient(circle farthest-side at 0% 50%, var(--base-color-brand--rose), transparent 78%);
  }

  .header_left-bg.is-recursos {
    background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--base-color-brand--mint), #fff0 57%);
    filter: blur(50px);
    width: 12rem;
    display: none;
    position: absolute;
    inset: 0 auto 0% 0%;
  }

  .header_left-bg.is-recursos.mobile {
    display: block;
    top: 20px;
  }

  .header_right-bg {
    width: 22.38rem;
    inset: 12% 0% 0%;
  }

  .header_right-bg.is-testimonial {
    top: 60%;
  }

  .header_right-bg.is-testimonial.is-suport.is-blue.is--suport {
    background-image: radial-gradient(circle farthest-side at 100% 100%, #90ffc3, #fff0 65%);
  }

  .header_right-bg.is-suport {
    background-image: radial-gradient(circle farthest-side at 100% 40%, #b76fff, #fff0 39%);
    width: 10rem;
    inset: -38% 0% 0% auto;
  }

  .header_right-bg.is-greener {
    background-image: linear-gradient(#fff0, #0e0e0e 95%), radial-gradient(circle farthest-side at 100%, #90ffc3 20%, #101010 57%, #fff0 70%, #3d3d3d00);
  }

  .header_right-bg.is-funcionalidades.is-mobile {
    background-image: radial-gradient(circle at 100%, #004cff, #0000 60%);
  }

  .header_right-bg.is-recursos {
    z-index: 0;
    background-image: radial-gradient(circle farthest-corner at 100% 50%, var(--base-color-brand--electric-blue), #fff0 68%);
    filter: blur(50px);
    width: 12rem;
    display: block;
    inset: 0 0% 0% auto;
  }

  .header_right-bg.is-awareness {
    z-index: -1;
  }

  .header_grid {
    background-position: 50% 30%;
    background-size: 550px;
    inset: 0%;
  }

  .header-b2b_lottie {
    width: 100%;
    max-width: 21.88rem;
    margin-top: 2rem;
  }

  .layout348_lottie.is-1, .layout348_lottie.is-2, .layout348_lottie.is-3, .layout348_lottie.is-4 {
    width: 21.88rem;
  }

  .testimonial_swiper-wrap.is-b2b {
    max-width: 100%;
  }

  .testimonial-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 1.5rem;
  }

  .author-name, .author-company {
    font-size: .88rem;
  }

  .testimonial-quote.is-mg-top-mobile-tiny {
    margin-top: .5rem;
  }

  .testimonial-thumbs4 {
    margin-top: 1.13rem;
  }

  .testimonial-detail_bg {
    max-width: 11.06rem;
    bottom: -2.1rem;
  }

  .image-5 {
    display: none;
  }

  .section_header-sobre {
    background-image: url('../images/Frame-1707478516.jpg'), linear-gradient(#0e0e0eeb, #0e0e0eeb);
    background-position: 50% 20px, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    min-height: auto;
    padding-top: 6.9rem;
    padding-bottom: 5rem;
  }

  .header-b2b_right-bg-2 {
    width: 22.38rem;
    inset: 12% 0% 0%;
  }

  .header-sobre_img {
    margin-top: 2rem;
  }

  .header-sobre-left {
    background-image: radial-gradient(circle at 0 0, #004cff, #fff0 51%);
    width: 22.38rem;
    inset: 12% auto 0% 0%;
  }

  .header-sobre-right {
    z-index: 1;
    background-image: radial-gradient(circle at 100% 0, #00d0b7, #fff0 50%);
    width: 22.38rem;
    inset: 12% 0% 0%;
  }

  .header-sobre-right.is-testimonial {
    top: 60%;
  }

  .section_header-eco {
    padding-top: 0;
  }

  .header-eco_component {
    grid-column-gap: .13rem;
    grid-row-gap: .13rem;
  }

  .header-eco_text {
    grid-column-gap: 1.13rem;
    grid-row-gap: 1.13rem;
    text-align: center;
    flex-flow: column;
  }

  .header-eco_text.is-sobre-mobile {
    max-width: 18rem;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .header-eco_lottie {
    max-width: 21.88rem;
  }

  .section_sobre-line {
    padding-bottom: 5rem;
  }

  .sobre-line_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .sobre-line_icon {
    width: 7.13rem;
    height: 7.13rem;
  }

  .sobre-line_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    max-width: none;
    min-height: 18rem;
    padding-right: 1.25rem;
  }

  .sobre-line_p {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 13.75rem;
    min-height: 12rem;
  }

  .sobre-line_p.is-1, .sobre-line_p.is-2, .sobre-line_p.us-3, .sobre-line_p.is-4, .sobre-line_p.is-5, .sobre-line_p.is-6, .sobre-line_p.is-7 {
    max-width: 13.75rem;
  }

  .marquee-horizontal {
    height: 61px;
    margin-top: 3.75rem;
  }

  .marquee-text {
    font-size: 1.13rem;
  }

  .sobe-line_bg {
    bottom: -.7rem;
  }

  .section_sobre-compromisso {
    padding-bottom: 3.44rem;
  }

  .sobre-compromisso_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sobre-compromisso_cards {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: none;
  }

  .sobre-compromisso_card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: auto;
    min-height: 20rem;
    padding: 1.5rem;
  }

  .sobre-compromisso_card.is-card_02 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    min-height: auto;
    margin-top: 0;
  }

  .sobre-compromisso_card.is-card_02.is-purple {
    margin-top: 0;
  }

  .sobre-compromisso_icon {
    width: 3rem;
    height: 3rem;
  }

  .section_sobre-dif {
    padding-top: 3.44rem;
    padding-bottom: 5rem;
  }

  .sobre-dif_component {
    margin-bottom: 2rem;
  }

  .sobre-dif_list {
    display: none;
  }

  .sobre-dif_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    min-height: 27rem;
    padding: 1.5rem;
  }

  .sobre-dif_item.is-orange, .sobre-dif_item.is-green {
    flex-flow: column;
  }

  .sobre-dif_icon {
    width: 6.25rem;
    height: 6.25rem;
  }

  .section_sobre-time {
    background-position: 100%;
    background-size: contain;
  }

  .sobre-time_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .sobre-time_cards {
    grid-template-columns: 1fr;
    display: none;
  }

  .sobre-time_item {
    padding: 1.5rem;
  }

  .sobre-line_title-mobile {
    font-size: 1.13rem;
  }

  .section_header-suport {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

  .header-suport_img {
    width: 8.88rem;
    margin-bottom: 2rem;
  }

  .header-suport_component.z-index-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .section_features-suport {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }

  .section_features-suport.is-recursos {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_features-suport.is-recursos.is-pd-top-140 {
    margin-top: 80px;
  }

  .section_features-suport.is-recursos.is-diferent {
    padding-top: 2rem;
  }

  .features-suport_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-bottom: 3.44rem;
    display: flex;
  }

  .features-suport_component.is-inversed {
    flex-flow: column-reverse;
  }

  .features-suport_component.is-padding-top-60 {
    padding-top: 40px;
    scroll-margin-top: 120px;
  }

  .features-suport_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .features-suport_lottie-item {
    width: 100%;
    box-shadow: none;
  }

  .features-suport_bg-left {
    opacity: .5;
    filter: blur(40px);
    justify-content: flex-end;
    align-items: center;
    width: 60%;
    height: 80%;
    inset: auto 0% 0% auto;
    transform: none;
  }

  .features-suport_bg-left.is-purple {
    height: 60%;
    top: 0;
  }

  .features-suport_bg-left.is-purple.is-funcionalidades-left {
    opacity: .5;
    filter: blur(40px);
    mix-blend-mode: normal;
    width: 60%;
    height: 80%;
    display: block;
    inset: auto 0% 0%;
    transform: none;
  }

  .features-suport_bg-left.is-purple.is-funcionalidades-left.is-different {
    width: 50%;
    height: 200px;
    box-shadow: 0 20px 70px 0 var(--base-color-brand--rose);
    opacity: .5;
    filter: none;
    background-color: #0000;
    display: none;
    position: absolute;
    inset: 46px 0% 0%;
  }

  .features-suport_bg-left.is-recursos {
    filter: blur(40px);
    width: 60%;
    height: 80%;
    inset: auto 0% 0% auto;
    transform: none;
  }

  .features-suport_bg-left.is-funcionalidades-left {
    opacity: .5;
    filter: blur(40px);
    inset: auto auto 0% 0%;
  }

  .features-suport_bg-left.is-funcionalidades-left.is-rose {
    background-color: var(--base-color-brand--rose);
    opacity: .5;
  }

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

  .is-mobile-18 {
    font-size: 1.13rem;
  }

  .section_header-home-tile {
    z-index: 1;
    background-image: linear-gradient(#0000, #0e0e0e 15%);
    height: 20svh;
  }

  .negocio-home_bottom.mercado-home_slider-mask {
    background-image: linear-gradient(#fff0 44%, #0e0e0ef2);
  }

  .layout348_mobile-gradient {
    width: 23.38rem;
    height: 15.63rem;
    display: block;
    position: absolute;
    inset: auto -3.1rem -3.3rem auto;
    overflow: visible;
  }

  .layout348_mobile-gradient.is-blur {
    filter: blur(70px);
  }

  .section_login-hero {
    background-size: 1280px;
    padding-top: 1.5rem;
    padding-bottom: 10.88rem;
  }

  .login-hero_component {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
  }

  .login-hero_title {
    width: 10.81rem;
  }

  .form_login-wrap {
    align-self: stretch;
    width: auto;
  }

  .form_login-component {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .text-field {
    justify-content: flex-start;
    align-items: center;
    min-height: 3.13rem;
    padding-top: .78rem;
  }

  .field-label {
    bottom: 1.08rem;
  }

  .logo.shid {
    color: var(--base-color-neutral--night);
  }

  .logo.is-hide {
    width: auto;
    height: 26px;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar_menu.is-hide-desk {
    display: flex;
  }

  .word-break {
    display: inline-block;
  }

  .word-break.is-mobile {
    display: inline;
  }

  .features-home_mobile-text-wrap {
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }

  .word-break-mobile {
    display: inline-block;
  }

  .word-break-mobile.is-block {
    display: block;
  }

  .features-home_text-wrap {
    width: 100%;
    max-width: 17.89rem;
    margin-left: auto;
    margin-right: auto;
  }

  .solucoes-home_tabs-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block {
    max-width: 21rem;
  }

  .layout348_content-max-wrap {
    max-width: 19rem;
  }

  .header-sobre_text-wrap {
    max-width: 21rem;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-mobile-igaming {
    font-size: 1.5rem;
  }

  .creators_text-max-mobile {
    max-width: 20rem;
  }

  .mobile-ecom-max {
    width: 90%;
  }

  .mobile-ecom-max.is-transform {
    width: 16rem;
  }

  .mobile-ecom-max.is-engag {
    width: 19rem;
  }

  .mobile-ecom-max.is-suport {
    width: 20rem;
  }

  .div-block-2 {
    background-image: linear-gradient(0deg, #0f0e0e, #fff0);
    width: 50%;
    height: 2rem;
    position: absolute;
    inset: auto 0% 0%;
  }

  .blur-blue-right {
    z-index: 0;
    min-width: 100%;
    min-height: 40rem;
    inset: -6.5rem 0% 0% -2.7rem;
  }

  .section_hero-pricing {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .hero-pricing_component {
    margin-bottom: 40px;
  }

  .hero-pricing_left {
    flex-flow: column;
    min-width: 100%;
    padding: .5rem;
    display: flex;
  }

  .hero-pricing_select-field {
    width: 100%;
    min-width: 0;
    padding: .75rem 1.125rem;
  }

  .hero-pricing_drop-wrap {
    width: 100%;
    overflow: visible;
  }

  .hero-pricing_select-left-title {
    font-size: .9rem;
  }

  .hero-pricing_select-left-value {
    font-size: .8rem;
  }

  .hero-pricing_plan-top {
    grid-column-gap: 1.25rem;
    gap: 1.25rem !important;
  }

  .section_header-emailanalytics {
    padding-top: 7rem;
  }

  .header-emailanalytics_component.z-index-2 {
    width: 20rem;
    padding-left: 0;
  }

  .content-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .div-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .header-emailanalytics_lottie {
    width: 100%;
  }

  .grade-emailanalytics {
    top: 0%;
  }

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

  .heading-4.is-different {
    text-align: center;
    padding-right: 1rem;
  }

  .card-beneficios {
    justify-content: flex-start;
    align-items: center;
  }

  .card-wrapper {
    flex-flow: column;
  }

  .card-img {
    width: 100%;
    height: 100%;
  }

  .heading-5 {
    font-size: 1.125rem;
  }

  .text_card_01 {
    font-size: 1rem;
  }

  .card-04.card-beneficios {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.5rem;
  }

  .card-04.card-beneficios.is-awareness {
    grid-row-gap: 1.5rem;
    border-radius: 16px;
    justify-content: center;
    align-items: flex-start;
    max-width: 350px;
  }

  .img-box {
    width: 10rem;
    height: 10rem;
    padding: .78rem;
  }

  .img-box.is-awareness {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: auto;
    padding: 8px;
  }

  .laptop {
    width: 10rem;
    height: 10rem;
  }

  .color-modify {
    width: 100%;
    height: auto;
  }

  .card_text-inside {
    grid-row-gap: 1.25rem;
  }

  .text {
    font-size: 1.125rem;
  }

  .text-2 {
    font-size: 1rem;
    line-height: 150%;
  }

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

  .card_depoimentos-02.is-different {
    margin-top: 0;
  }

  .star {
    width: 1rem;
    height: 1rem;
  }

  .title_depoimentos-02 {
    font-size: 1rem;
  }

  .description_depoimentos-02, .nome-da-pessoa---empresa {
    font-size: .875rem;
  }

  .img_blur-depoimentos {
    display: none;
    top: 10px;
  }

  .hero-blur-emailanalytics {
    position: absolute;
    inset: -60px auto 0% 0%;
  }

  .desktop-hero_img-emailanalytics {
    display: none;
  }

  .mobile-hero_img-emailanalytics {
    display: block;
    position: relative;
    left: auto;
  }

  .mobile-grade_hero-emailanalytics {
    opacity: .13;
    width: 9rem;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .blur-emailanalytics {
    z-index: 2;
    top: -8px;
    left: -54px;
  }

  .filter-tabs-price {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: auto;
    margin-top: 0;
    padding-top: 12px;
    padding-left: 8px;
  }

  .table-container {
    margin-top: 16px;
  }

  .fs-table-1_cell {
    text-align: justify;
    font-size: .75rem;
  }

  .fs-table-3_cell {
    text-align: center;
    font-size: .65rem;
  }

  .fs-table-6_header.text-align-center {
    font-size: 1rem;
  }

  .img_blur-depoimentos-mobile {
    z-index: -1;
    vertical-align: baseline;
    display: inline-block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .img_blur-depoimentos-mobile-top {
    display: block;
    position: absolute;
    inset: 0 0 auto;
  }

  .img_blur-depoimentos-mobile-bottom {
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .section-pricing {
    background-size: 1280px;
    padding-top: 36px;
  }

  .image-9 {
    vertical-align: baseline;
    width: 120%;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: 700px;
    display: inline-block;
    inset: 150px auto auto -10%;
  }

  .image-10, .image-12 {
    max-width: 80%;
  }

  .tabs-content {
    margin-top: 0;
  }

  .heading-9 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 25px;
  }

  .heading-9.is-precos {
    padding-left: 20px;
    padding-right: 20px;
  }

  .code-block {
    overflow: visible;
  }

  .code-embed-5 {
    overflow: hidden;
  }

  .menu-link.is-mobile.w--current {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-link.is-mobile.navbar-nodropdown.w--current {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    flex: 1;
    justify-content: space-between;
    padding-right: .5rem;
  }

  .text-block-19 {
    color: var(--base-color-neutral--slate-gray);
    font-weight: 500;
  }

  .text-price-hero {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .code-embed-7 {
    border: 1.4px solid #000;
    width: 1.25px;
    height: 1.25px;
    line-height: 1.6rem;
  }

  .div-block-4 {
    flex: 0 auto;
    width: 100%;
  }

  .section_hero-funcionalidades {
    padding-top: 6rem;
  }

  .hero-right-funcionalidades.is-mobile {
    position: relative;
    top: -25px;
    bottom: auto;
    right: 0;
  }

  .hero-left-funcionalidades.mobile {
    position: relative;
    top: auto;
    bottom: auto;
  }

  .header-right_grid.is-mobile {
    opacity: .15;
    mix-blend-mode: normal;
    background-image: url('../images/Grid-background-right.svg');
    background-position: 100%;
    background-size: auto;
    inset: -64px 0 0;
    overflow: visible;
  }

  .header-right_grid.is-mobile.is-recursos {
    background-image: url('../images/right-grid-recrusos-mobile.svg');
    background-size: cover;
    display: none;
    inset: 0% -23px 0% auto;
  }

  .header-right_grid.is-recursos.is-mobile {
    background-image: url('../images/grid-bg-sobre.svg');
    display: block;
  }

  .header-right_grid.is-funcionalidades {
    opacity: .15;
    mix-blend-mode: normal;
    background-image: url('../images/grid-bg-sobre.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 200px;
    display: block;
    inset: 0 -20px 0 0;
  }

  .section_buttons {
    z-index: -1;
    margin-top: 0;
  }

  .section_buttons.is-larger {
    z-index: 1;
    padding-bottom: 0;
  }

  .section_buttons.is-larger.is-larger {
    position: relative;
    top: 0;
  }

  .section_buttons.is-funcionalidades {
    z-index: 2;
  }

  .dropdown-list {
    left: unset;
  }

  .imgs-hero-wrapper.desktop {
    display: none;
  }

  .imgs-hero-wrapper.mobile {
    z-index: 5;
    opacity: 1;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    position: relative;
    top: -14px;
    bottom: 0;
  }

  .image-13 {
    opacity: .64;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .heading-10 {
    letter-spacing: -.72px;
  }

  .header-left_grid.is-mobile {
    z-index: 0;
    opacity: .15;
    mix-blend-mode: normal;
    background-size: 200px;
    display: block;
    inset: 0 0 0 -20px;
  }

  .header-left_grid.is-mobile.is-recursos {
    z-index: 1;
    opacity: .4;
    background-image: url('../images/Grid-background-left.svg');
    background-position: 0%;
    background-size: auto;
    inset: -64px 0 0% 0%;
    overflow: visible;
  }

  .image-14 {
    opacity: .56;
    mix-blend-mode: overlay;
    position: absolute;
    inset: auto 0% 0%;
  }

  .heading-11 {
    width: 100%;
  }

  .nav-mobile-title {
    color: var(--base-color-neutral--slate-gray);
    letter-spacing: .28px;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 500;
  }

  .nav-mobile-select {
    color: var(--base-color-neutral--night);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.4;
  }

  .left-pink-hero-funcionalidade, .right-blue-hero-funcionalidade {
    display: none;
  }

  .s-buttons {
    margin-top: 0;
    top: 60px;
  }

  .s-buttons.is-sticky {
    padding-top: 0;
  }

  .nav-lp {
    padding: 10px 12px;
  }

  .nav-lp_logo {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: center;
    align-items: center;
  }

  .section-hero_awareness {
    padding: 2rem 1.25rem 0;
  }

  .hero-content.is-awareness {
    z-index: 999;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    position: relative;
    overflow: visible;
  }

  .text-button-white {
    text-align: left;
    font-size: 14px;
  }

  .heading-13 {
    line-height: 140%;
  }

  .heading-14, .heading-15, .heading-16, .heading-17 {
    text-align: center;
  }

  .bg-icon {
    width: 32px;
    height: 32px;
  }

  .image-16 {
    width: 18px;
    height: 18px;
  }

  .section-carousel {
    margin-top: 0;
    padding-bottom: 36px;
    top: 0;
  }

  .section-carousel.is-bg-dif {
    padding-top: 15px;
    padding-bottom: 32px;
  }

  .marquee_text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    min-width: max-content;
    font-size: 1.5rem;
    top: 0;
  }

  .section-cards {
    z-index: 4;
    padding-bottom: 24px;
    position: static;
  }

  .h2.is-mobile-text-center {
    text-align: center;
  }

  .section-cards_content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 0;
  }

  .cards-text-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  .desktop-cards-container {
    grid-template-rows: auto auto;
    margin-top: 0;
  }

  .card-text_container {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .img_card-02-blue {
    height: auto;
  }

  .section-perguntas {
    margin-bottom: 0;
    padding-top: 24px;
  }

  .cards-marqueen {
    white-space: nowrap;
    max-width: max-content;
    padding: 12px 14px;
  }

  .card-marquee {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: max-content;
  }

  .marquee-blur-right, .marquee-blur-left {
    z-index: 1;
    background-color: #004cff80;
    width: 8rem;
  }

  .topics-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
  }

  .topics-wrapper.is-faq {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-items: center;
    max-width: 100%;
    margin-top: 0;
  }

  .topics_text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .topics_text-wrapper.is-faq {
    place-items: center;
    width: 100%;
    height: auto;
  }

  .h3 {
    font-size: 1.125rem;
    line-height: 140%;
  }

  .section-big-numbers {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .big-numbers_content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .badges-global {
    width: 250px;
  }

  .title-subtitle-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cards-big-number-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .card-06 {
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
  }

  .title-big-numbers {
    font-size: 36px;
    line-height: 100%;
  }

  .description-big-numbers {
    text-align: center;
    font-size: 16px;
  }

  .rich-text-block {
    line-height: 90%;
    position: relative;
    top: 2px;
  }

  .title-02-big-numbers {
    font-size: 36px;
  }

  .blur-badges {
    height: 1.5rem;
  }

  .section-testimonials_awareness {
    padding-bottom: 36px;
  }

  .testimonials-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .card-02_depoimentos {
    padding: 24px;
  }

  .card-02_title-depoimentos {
    font-size: 16px;
  }

  .card-07-wrapper {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .card-07_grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .card-02_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .image-17 {
    vertical-align: baseline;
    width: 120px;
    overflow: clip;
  }

  .section-resultados_awareness {
    padding-bottom: 20px;
  }

  .resultados-grid.is-mobile {
    margin-top: 24px;
    display: flex;
  }

  .resultados-container {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
  }

  .resultados-topics-wrapper {
    grid-row-gap: 20px;
  }

  .resultados-topics-wrapper.is-mobile {
    margin-top: 32px;
  }

  .topic {
    padding-bottom: 20px;
  }

  .topic.is-without-border-bottom, .topic.is-without-border-bottom.is-dif {
    padding-bottom: 0;
  }

  .desktop-resultados-wrapper {
    display: none;
  }

  .image-19 {
    height: 16px;
  }

  .section-steps {
    position: relative;
  }

  .step.is-mobile {
    grid-column-gap: 8px;
    height: 100%;
    max-height: 100%;
    padding-top: 0;
    line-height: 1.4;
    position: relative;
  }

  .step.is-mobile.is-dif {
    padding-bottom: 0;
  }

  .step-number_wrap {
    border-width: 1px;
    border-radius: 7.5px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
  }

  .step-number {
    padding-top: 3px;
    font-size: 27.5px;
    line-height: 100%;
  }

  .img-icon-step {
    border-radius: 7.5px;
    width: 48px;
    height: 48px;
  }

  .whatsapplogo {
    padding: 9px;
  }

  .topic-2 {
    grid-row-gap: 16px;
  }

  .desktop-steps-wrapper {
    display: none;
  }

  .step-text-wrapper {
    padding-bottom: 48px;
  }

  .step-timeline.is-mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.5rem;
  }

  .line-timeline {
    z-index: 99;
    display: block;
    top: 0;
  }

  .line-timeline.is-mobile {
    z-index: 0;
    height: auto;
    display: none;
  }

  .mobile-steps-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
  }

  .icons-wrapper {
    grid-row-gap: 6px;
    flex-flow: column;
    display: flex;
  }

  .mobile_img-icon-step {
    padding-top: 3px;
  }

  .mobile-resultados_grid-container {
    flex-flow: column;
    display: inline-flex;
  }

  .section-faq_awareness {
    padding-top: 36px;
    padding-bottom: 0;
  }

  .blur-purple-faq_awareness {
    z-index: 0;
    opacity: .2;
    filter: blur(40px);
    width: 10rem;
    height: 8rem;
    inset: 70px auto 0% 41px;
  }

  .img-books {
    height: auto;
  }

  .grid-faq_awareness.is-mobile {
    opacity: 100;
    mix-blend-mode: overlay;
    top: -31px;
    left: -15px;
  }

  .section-banner-cta {
    margin-top: 48px;
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  .banner-cta_container {
    padding: 24px 24px 48px;
  }

  .blur-right-purple {
    width: 100%;
    height: 3.5rem;
  }

  .banner-cta_grid {
    width: 100%;
  }

  .banner-cta_text-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    position: relative;
  }

  .text-block-22 {
    font-size: .875rem;
  }

  .grid-banner-left {
    line-height: 1.1;
  }

  .heading-18 {
    font-size: 1.5rem;
  }

  .lottie-animation-2 {
    width: 30rem;
    top: -14px;
  }

  .blur-right_hero {
    z-index: auto;
    filter: blur(50px);
    width: 6rem;
    height: 4rem;
    inset: 431px 0% 0% auto;
  }

  .blur-left_hero {
    width: 10rem;
    height: 5rem;
    top: 397px;
  }

  .img-hero-awareness {
    margin-top: 0;
    padding-top: 24px;
  }

  .text-carousel {
    font-size: 1.5rem;
    line-height: 120%;
  }

  .div-block-9 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    position: relative;
  }

  .img-banner-cta {
    height: auto;
    right: 0;
  }

  .faq-container {
    position: relative;
  }

  .counter-wrapper {
    justify-content: center;
    align-self: baseline;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
  }

  .counter {
    font-size: 48px;
  }

  .mobile-cards-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 0;
  }

  .img-falta {
    padding-bottom: 0;
  }

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

  .line-vertical-footer {
    display: none;
  }

  .steps-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .line-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    display: block;
  }

  .line-gradient {
    border: 1px none var(--base-color-brand--turquoise-darker);
    justify-content: center;
    align-items: stretch;
    height: 100%;
    display: flex;
  }

  .left-hero-grid {
    top: 258px;
  }

  .img-hero_awareness {
    max-width: 120%;
  }

  .heading-3-lp.text-align-center {
    font-size: 24px;
  }

  .banner-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 20px 1fr 20px;
    grid-auto-columns: 1fr;
    width: fit-content;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: grid;
  }

  .text-block-23.banner-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }

  .section-hero-form-01 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .code-embed-18 {
    max-width: 100%;
  }

  .section-hero_form-02 {
    padding: 40px 16px 32px;
  }

  .video-container.video-lp {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .blur-left-forms-02 {
    opacity: 100;
    width: 5rem;
    height: 5rem;
  }

  .blur-right-forms-02 {
    z-index: 1;
    opacity: 1;
    width: 5rem;
    height: 5rem;
    transform: rotate(-53deg);
  }

  .form-01-wrapper {
    max-width: 100%;
  }

  .form-alert-video {
    font-size: .875rem;
  }

  .video-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

#w-node-_6d651142-963c-9b25-6b2e-2db3322d3aa3-edb15d35, #w-node-_015ff844-a71f-3d35-accf-34276b7665d9-6b7665d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_015ff844-a71f-3d35-accf-34276b766634-6b7665d3 {
  justify-self: end;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-edb15d38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-edb15d38, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-edb15d38, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-edb15d38, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-edb15d38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-edb15d38, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-edb15d38, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-edb15d38, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-edb15d38, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-edb15d38, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-edb15d38, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-edb15d38, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-edb15d38, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-edb15d38, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-edb15d38, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-edb15d38, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-edb15d38, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-edb15d38, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-edb15d38 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-edb15d38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-edb15d38 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-edb15d38, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-edb15d38, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-edb15d38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_8ae340d1-1f67-c830-1979-1fb59cf0030f-b595d483, #w-node-_8ae340d1-1f67-c830-1979-1fb59cf0030f-7477fc06 {
  align-self: start;
}

#w-node-_792b32a4-7df1-b01d-a6b3-53c56f2d73ac-ba844201 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67f737cc-f2d2-4ac5-a47e-83548477daed-754b8cda, #w-node-_14a7953c-048f-87dc-dbd8-d408d5a5974a-754b8cda, #w-node-e99c873b-544e-0051-c1ba-779822a249c4-754b8cda, #w-node-a5927bed-35b2-894f-93cf-b7c76d463145-754b8cda {
  align-self: center;
}

#w-node-_792b32a4-7df1-b01d-a6b3-53c56f2d73ac-3b6758f5, #w-node-_792b32a4-7df1-b01d-a6b3-53c56f2d73ac-882b6657, #w-node-_792b32a4-7df1-b01d-a6b3-53c56f2d73ac-8ce8503d, #w-node-_792b32a4-7df1-b01d-a6b3-53c56f2d73ac-115fc210, #w-node-_792b32a4-7df1-b01d-a6b3-53c56f2d73ac-1c493723, #w-node-_792b32a4-7df1-b01d-a6b3-53c56f2d73ac-59c32ca0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67f737cc-f2d2-4ac5-a47e-83548477daed-f6b3c4a8, #w-node-_14a7953c-048f-87dc-dbd8-d408d5a5974a-f6b3c4a8, #w-node-a4f8be3f-ce31-d840-68ee-0a0d307b21f1-f6b3c4a8, #w-node-_9fbdff46-42f6-926d-e8e0-cc715b80d8ed-f6b3c4a8, #w-node-e99c873b-544e-0051-c1ba-779822a249c4-f6b3c4a8, #w-node-a5927bed-35b2-894f-93cf-b7c76d463145-f6b3c4a8, #w-node-_67f737cc-f2d2-4ac5-a47e-83548477daed-da06e23e, #w-node-_7159c364-cdea-49c1-755f-5f195da2f039-da06e23e, #w-node-_5fc4dc48-26b3-d2ce-d507-cb43782c0a77-da06e23e, #w-node-b2ce39b8-a771-7363-99ec-1a77a9d6510c-da06e23e, #w-node-_729f2448-dba1-9e28-aeba-ecfa9a4fbdbf-da06e23e, #w-node-b5942e48-e22c-78cb-dc1f-37c515d6241b-da06e23e {
  align-self: center;
}

#w-node-_1ed006fb-466f-a33f-8b47-29b3619e4353-619e434d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ed006fb-466f-a33f-8b47-29b3619e4356-619e434d {
  justify-self: end;
}

#w-node-_3755735c-ad17-ec81-77a1-05e0720a8077-720a8050 {
  align-self: end;
}

#w-node-_3755735c-ad17-ec81-77a1-05e0720a8080-720a8050 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3755735c-ad17-ec81-77a1-05e0720a8093-720a8050 {
  align-self: end;
}

#w-node-ed28d166-e4ab-8689-1966-82502c10b332-2c10b332, #w-node-_26e3766a-3611-c9c9-e545-81f9802e7399-03fa19f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1ed006fb-466f-a33f-8b47-29b3619e4356-619e434d {
    justify-self: center;
  }

  #w-node-_750fcca7-8b63-e603-1dc5-fe846ed105a6-6ed10593, #w-node-_1b2f2578-dd1b-1130-ddf7-f1489c8e51cb-9c8e51be {
    place-self: auto center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_015ff844-a71f-3d35-accf-34276b766634-6b7665d3 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7a9d3c1e-e421-d03c-2d4c-8907da5ba18c-6b7665d3 {
    order: -9999;
    place-self: start;
  }

  #w-node-_83023508-7f9e-b32f-5326-29ef7a7ca3d2-6b7665d3 {
    order: -9999;
  }

  #w-node-_1ed006fb-466f-a33f-8b47-29b3619e4356-619e434d {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_750fcca7-8b63-e603-1dc5-fe846ed105a6-6ed10593 {
    justify-self: center;
  }

  #w-node-_1b2f2578-dd1b-1130-ddf7-f1489c8e51cb-9c8e51be {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Heavy.woff2') format('woff2'), url('../fonts/Axiforma-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-ExtraBoldItalic.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-BookItalic.woff2') format('woff2'), url('../fonts/Axiforma-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-HeavyItalic.woff2') format('woff2'), url('../fonts/Axiforma-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma Book';
  src: url('../fonts/Axiforma-Book.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}