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

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

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

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

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-ExtraBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: #131316;
  --success: #1fb76c;
  --primary-1: #1fb76c;
  --blue-violet: #963eff;
  --white: white;
  --primary-3: #068466;
  --gray-10: #0000001a;
  --gray-4: #0000000a;
  --untitled-ui-primary900: #42307d;
  --warning: #f19953;
  --error: #ed6a5e;
  --medium-spring-green-2: #5cf08f;
  --plum: #db9ee0;
  --primary-2: #fc9f5b;
  --spring-green: #00fd67;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-primary-base: #642eff;
  --alley-component-library-blue--900: #5167f6;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-gray900: #101828;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray100: #f2f4f7;
  --waves-library-white: white;
  --waves-library-black: #131313;
  --untitled-ui-gray600: #475467;
  --untitled-ui-white: white;
  --untitled-ui-gray700: #344054;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary50-501: #f9f5ff;
  --medium-spring-green: #1ee592;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-warning300: #fec84b;
  --flowui-component-library-success-lighter: #ebfff6;
  --flowui-component-library-success-darker: #006638;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-grey-300: #e4e6f1;
  --flowui-component-library-gray-400: #b6b9ce;
  --flowui-component-library-gray-500: #6b7094;
  --alley-component-library-gray--900: #131316;
  --alley-component-library-blue--800: #6478f7;
  --alley-component-library-blue--700: #7788f8;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --deep-sky-blue: #3cf;
  --gold: #fce354;
  --dark-orange: #ff8f00;
  --white-smoke: #f2f4f7;
  --gold-2: #ffc200;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-grey-600: #393b6a;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray800: #1d2939;
  --flowui-component-library-gray-800: #1b114a;
  --flowui-component-library-primary-dark: #2d0896;
  --untitled-ui-primary500: #9e77ed;
  --untitled-ui-gray500: #667085;
  --flowui-component-library-gray-100: #f7f9fd;
  --untitled-ui-gray400: #98a2b3;
  --untitled-ui-primary800: #53389e;
  --untitled-ui-success50: #ecfdf3;
  --untitled-ui-success700: #027a48;
  --untitled-ui-primary300: #d6bbfb;
  --untitled-ui-primary200: #b674bc;
  --alley-component-library-blue--100: #eceefe;
  --alley-component-library-gray--500: #5e606e;
  --alley-component-library-gray--700: #383942;
  --alley-component-library-neutral--off-white: #f4f4f6;
  --flowui-component-library--primary-lighter: #f7f5ff;
  --studioform-library--base-color-neutral--neutral-lightest: #eee;
  --studioform-library--sf-color--light-red: #fbe5e8;
  --studioform-library--sf-color--subtle-white: #fbfbfb;
  --studioform-library--sf-color--subtle-black-11: #222;
  --studioform-library--sf-color--blue: #175ada;
  --studioform-library--sf-color--light-green: #cffce0;
  --studioform-library--sf-color--green: #41f182;
  --studioform-library--sf-color--red: #dd2d4a;
  --studioform-library--sf-color--light-blue: #b1c9f6;
  --studioform-library--sf-color--subtle-black-20: #2223;
  --studioform-library--sf-color--subtle-black-50: #22222280;
  --studioform-library--sf-color--subtle-black-10: #2222221a;
  --studioform-library--sf-color--grey: #e9e9e9;
  --studioform-library--sf-color--tag-blue: #0073e6;
  --studioform-library--sf-corner--small: .15625rem;
  --studioform-library--sf-corner--large: .625rem;
  --studioform-library--sf-corner--medium: .3125rem;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: var(--black);
  padding: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

p {
  color: #000c;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

a {
  border-bottom: 1px dotted var(--success);
  color: var(--primary-1);
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  color: #000c;
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 24px;
  list-style-type: disc;
}

ol {
  color: #000c;
  margin-bottom: 32px;
  padding-left: 20px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

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

blockquote {
  border-left: 5px solid var(--success);
  color: #00000080;
  margin-bottom: 24px;
  padding: 0 0 0 10px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  opacity: .5;
  text-align: center;
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
}

.section {
  color: var(--black);
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
}

.section.bg-gray-4 {
  border-radius: 10px;
  max-width: 1248px;
  margin-top: 20px;
}

.section.bg-gray-4._1248-max-w {
  max-width: 1248px;
}

.section.bg-gray-4.margin-bottom-44 {
  margin-top: 0;
  margin-bottom: 44px;
}

.section.bg-gray-4.space-small-box {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.bg-gray-4.space-small-box.margin-top-44 {
  margin-top: 44px;
}

.section.bg-gray-4.margin-top-negative {
  margin-top: -200px;
  margin-bottom: 44px;
  padding-top: 200px;
}

.section.bg-primary-1 {
  background-color: var(--primary-1);
  border-radius: 10px;
  margin-top: 20px;
}

.section.bg-primary-1.with-image {
  margin-bottom: 150px;
  padding-bottom: 0;
}

.section.bg-primary-1.with-image.small-space {
  margin-bottom: 80px;
}

.section.bg-primary-1._1248-max-w {
  max-width: 1248px;
}

.section.bg-primary-1.padding-top-500 {
  padding-top: 500px;
}

.section.bg-primary-1.padding-top-500._1248 {
  max-width: 1248px;
}

.section.bg-primary-1.padding-top-500._1248.custom-color {
  background-color: var(--blue-violet);
}

.section.bg-primary-1.padding-top-500._1248.custom-height {
  margin-top: 100px;
  padding-top: 400px;
}

.section.bg-primary-1.padding-top-500._1248.bg-black {
  background-color: #0000000a;
  margin-top: 50px;
  padding-bottom: 0;
}

.section.bg-primary-1.padding-side.no-border-radius.margin-negative {
  margin-bottom: -90px;
}

.section.bg-primary-1.padding-side.no-border-radius.margin-negative._w-1248 {
  max-width: 1248px;
}

.section.bg-primary-1.padding-side.no-border-radius.margin-negative._w-1248.black-friday {
  background-color: var(--black);
}

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

.section.image-bg-section {
  background-color: var(--black);
  color: var(--white);
  border-radius: 10px;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.section.no-bottom-space {
  padding-bottom: 0;
}

.section.bg-primary-2 {
  background-color: var(--primary-3);
  border-radius: 10px;
}

.section.bottom-space-small {
  padding-bottom: 48px;
}

.section.hide {
  display: none;
}

.section.no-space-top {
  padding-top: 0;
}

.section.no-space-top.hide-section {
  display: none;
}

.section.no-space-top-and-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.section.perguntas.small-botton {
  padding-bottom: 48px;
}

.section.top-space-small-blog-post {
  padding-top: 20px;
}

.section.top-space-small-sections {
  padding-top: 48px;
}

.section.top-space-small-sections.novos-planos {
  display: block;
}

.section.top-space-small-sections.novos-planos.small-botton {
  padding-bottom: 48px;
}

.section.top-space-small-new {
  padding-top: 40px;
  padding-bottom: 30px;
}

.section._1248-w {
  max-width: 1248px;
}

.section._1248-w.bg-primary-2 {
  background-color: var(--success);
}

.section.space-small-top-and-bottom {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.space-small-top-and-bottom.banner-top-blog {
  padding-top: 24px;
  padding-bottom: 0;
  display: block;
}

.section.space-small-top-and-bottom.banner-top-blog.hide {
  display: none;
}

.section.cta-integrations-orders {
  padding-top: 64px;
  padding-bottom: 24px;
  display: block;
}

.section.video-section {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 1248px;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section.video-section.margin-top {
  margin-top: 40px;
  display: block;
}

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

.section.padding-mobile {
  padding-top: 48px;
}

.section.no-padding-bottom {
  padding-bottom: 0;
}

.section.bg-green {
  background-color: var(--success);
  color: var(--white);
  border-radius: 10px;
  max-width: 1248px;
}

.section.space-top-48 {
  padding-top: 48px;
}

.section.section-integrations {
  padding-top: 96px;
  padding-bottom: 0;
}

.section.spaces-cards-blog-categories {
  padding-top: 0;
  padding-bottom: 48px;
}

.section.section-blog-home {
  padding-top: 40px;
  padding-bottom: 0;
}

.section.bottom-space-small-copy {
  padding-bottom: 48px;
}

.section.bg-green-2 {
  color: var(--black);
  background-color: #5cf08f;
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.section.bg-green-2.segmento {
  display: none;
}

.section.bg-green-2.materiais-gratis {
  display: block;
}

.section.bg-gray {
  color: var(--black);
  background-color: #0000000f;
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.section.bg-gray.segmento {
  display: none;
}

.section.bg-gray.materiais-gratis {
  display: block;
}

.section.white-lines {
  border: 1px solid #fff3;
  border-radius: 10px;
}

.section.no-padding-top {
  padding-top: 0;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

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

.container.compare {
  background-color: var(--white);
  color: var(--black);
  border-radius: 6px;
  max-width: 800px;
  margin-top: 60px;
  display: none;
  box-shadow: 0 2px 6px #0000001a;
}

.container.full-width {
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.container.full-width.no-padding-mobile, .container.no-padding-mobile {
  padding-left: 0;
  padding-right: 0;
}

.container.no-padding-mobile.end-footer {
  text-align: center;
  border-top: 1px solid #0000001a;
  margin-top: 40px;
  padding-top: 40px;
}

.container.width-blog-post {
  max-width: 900px;
}

.container.center-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.container.padding-48 {
  padding-left: 48px;
  padding-right: 48px;
}

.container.padding-64 {
  padding-left: 64px;
  padding-right: 64px;
}

.container.space-bottom-40 {
  margin-bottom: 40px;
}

.container.width-post-partner {
  border-top: 1px solid #0000001a;
  max-width: 900px;
  padding-top: 40px;
}

.bg-gray-1 {
  color: var(--white);
  background-color: #222525;
}

.bg-gray-2 {
  color: var(--white);
  background-color: #62636b;
}

.text-large {
  color: #000c;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-large.section-subtitle {
  font-weight: 400;
}

.text-large.section-subtitle.text-white {
  margin-left: 0;
  margin-right: 0;
  font-size: 20px;
  line-height: 26px;
}

.text-large.footer-text {
  max-width: 294px;
}

.text-large.footer-text.small-text {
  max-width: 400px;
  font-size: 16px;
  line-height: 26px;
}

.text-large.text-white.max-650 {
  max-width: 650px;
  font-size: 19px;
  line-height: 26px;
}

.text-large.margin-bottom-20 {
  margin-bottom: 20px;
}

.text-large.no-margin-bottom {
  margin-bottom: 0;
}

.card {
  border: 1px solid var(--gray-10);
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.card:hover {
  text-decoration: none;
}

.card.style-guide-color-card {
  min-width: 150px;
}

.card.form-input-card {
  border-radius: 5px;
  flex-direction: row;
  flex: 1;
  align-items: center;
  transition: border-color .2s;
}

.card.form-input-card:focus {
  border-color: #068466;
}

.card.form-input-card.search-card {
  padding-right: 6px;
}

.card.shadow-small.border-color {
  border-color: #0000000a;
}

.card.no-border {
  background-color: var(--white);
  position: relative;
}

.card.no-border.image-caption-overlay {
  max-width: 265px;
  font-weight: 500;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.card.no-border.shadow-small {
  box-shadow: 0 2px 6px #0000001a;
}

.card.no-border.blog-card {
  max-width: none;
  height: 100%;
  transition: box-shadow .2s, transform .2s;
  box-shadow: 0 4px 8px #0000001a;
}

.card.no-border.blog-card:hover {
  transform: translate(0, -12px);
  box-shadow: 0 4px 8px #0000001a;
}

.card.no-border.box-shadows {
  z-index: 1;
  box-shadow: 0 1px 6px #00000026;
}

.card.no-border.box-shadows.na-loja {
  display: none;
}

.card.no-border.box-shadows.plano-one-card {
  width: 350px;
}

.card.no-border.box-shadows.plano-one-card.card-small {
  width: 100%;
}

.card.no-border.box-shadows.plano-one-card.card-small.min-width.width-400 {
  width: 400px;
}

.card.case-study-card {
  height: 100%;
}

.card.password-card {
  width: 100%;
  max-width: 400px;
  margin-top: 36px;
}

.card.na-loja {
  display: none;
}

.card.border-color-green {
  border-width: 2px;
  border-color: var(--success);
  box-shadow: 0 2px 5px #0003;
}

.text-small {
  font-size: 14px;
  line-height: 20px;
}

.text-small.text-muted {
  opacity: .7;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text-small.form-hint-text {
  opacity: .75;
  margin-top: 6px;
}

.text-caps {
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-right: -.25em;
  font-size: 16px;
  font-weight: 500;
}

.bg-primary-1 {
  color: var(--white);
  background-color: #068466;
}

.bg-gray-4 {
  background-color: var(--gray-4);
}

.row {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  display: flex;
}

.row.style-guide-content-row {
  margin-bottom: 12px;
}

.row.row-align-center {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  display: flex;
}

.row.row-align-center.mobile-no-align {
  justify-content: flex-start;
}

.row.row-align-center.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.row.row-split-content {
  grid-column-gap: 36px;
  grid-row-gap: 48px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center stretch;
  display: grid;
}

.row.row-split-content.row-align-top {
  align-items: start;
}

.row.row-split-content.flex-vertical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.row.row-split-content.margins-hero {
  margin-left: 96px;
  margin-right: 96px;
}

.row.row-justify-between {
  justify-content: space-between;
}

.row.no-wrap {
  flex-wrap: nowrap;
  font-family: Roboto, sans-serif;
}

.row.row-justify-center {
  justify-content: center;
  align-items: center;
}

.row.row-justify-center.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.row.row-justify-center.grid.hide {
  display: none;
}

.row.row-justify-center.space-top {
  margin-top: 20px;
}

.row.row-justify-center.space-top-44 {
  margin-top: 44px;
}

.row.row-no-wrap {
  flex-wrap: nowrap;
}

.row.price-row {
  color: var(--primary-1);
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 12px;
}

.row.price-row.padding-12 {
  padding-top: 12px;
}

.row.price-row.strike-text {
  opacity: .6;
  color: var(--black);
  text-decoration: line-through;
}

.row.text-small.banner-like-post {
  background-color: #0000000a;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
  padding: 12px;
  position: relative;
}

.row.justify-content-center.page-500400 {
  text-align: center;
}

.row.utility-row-right {
  justify-content: flex-end;
}

.row.margins-feature-article {
  margin-bottom: 20px;
}

.style-guide-title {
  background-color: var(--gray-4);
  border-radius: 10px;
  width: 336px;
  margin-right: 48px;
  padding: 36px;
  position: relative;
}

.style-guide-content {
  flex: 1;
}

.style-guide-content.row {
  align-items: flex-start;
}

.style-guide-content.row.justify-between {
  justify-content: space-between;
}

.button {
  border: 2px solid var(--primary-1);
  background-color: var(--primary-1);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.button:hover {
  border-style: solid;
  border-color: var(--gray-10);
  text-decoration: none;
}

.button:active {
  transform: scale(.97);
}

.button.button-small {
  border-color: var(--primary-1);
  background-color: var(--primary-1);
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.button.button-small.bg-gray-4 {
  margin-left: 12px;
}

.button.button-large {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}

.button.button-outline {
  border: 2px solid var(--black);
  color: var(--black);
  cursor: pointer;
  background-color: #fff0;
  font-weight: 500;
  line-height: 16px;
  transition: color .2s, background-color .2s;
}

.button.button-outline:hover {
  border-color: var(--gray-10);
  outline-offset: 1px;
  background-image: none;
  outline: 2px #1fb76c33;
}

.button.button-outline.display-block {
  display: flex;
}

.button.button-outline.margin-left {
  margin-left: 16px;
}

.button.button-outline.no-border {
  border-style: none;
}

.button.button-outline.custom-color-defit-outlined {
  border-color: var(--untitled-ui-primary900);
  color: var(--untitled-ui-primary900);
}

.button.button-outline.custom-color-defit-outlined:hover {
  outline-color: var(--untitled-ui-primary900);
}

.button.button-outline.custom-color-escola-acai-outlined {
  color: #b262ab;
  border-color: #b262ab;
}

.button.button-outline.custom-color-escola-acai-outlined:hover {
  outline-color: #622f59;
}

.button.button-white {
  border-color: var(--white);
  background-color: var(--white);
  box-shadow: none;
  color: var(--black);
  transition: border-color .2s, background-color .2s;
}

.button.button-white:hover {
  border-color: var(--white);
  background-color: var(--gray-10);
  color: var(--white);
}

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

.button.margin-top:hover {
  border-color: var(--primary-3);
  background-color: var(--primary-3);
}

.button.margin-top.custom-color {
  border-style: none;
}

.button.margin-top.custom-color:hover {
  background-color: var(--blue-violet);
}

.button.bg-gray-1 {
  border-color: var(--black);
  background-color: #000;
  transition: background-color .2s, border .2s;
}

.button.bg-gray-1:hover {
  box-shadow: none;
  background-color: #62636b;
  border-color: #62636b;
}

.button.bg-gray-4 {
  border-color: var(--gray-4);
  background-color: var(--gray-4);
  box-shadow: none;
  color: #222525;
  transition: border-color .2s, background-color .2s;
}

.button.bg-gray-4:hover {
  border-color: var(--gray-10);
  background-color: var(--gray-10);
}

.button.bg-gray-4.button-block {
  display: flex;
}

.button.bg-primary-2:hover {
  box-shadow: inset 0 0 100px 100px #0000001a;
}

.button.bg-primary-3 {
  border-color: var(--primary-3);
}

.button.bg-primary-3:hover {
  border-color: var(--white);
  background-color: #0000;
}

.button.bg-gray-2 {
  box-shadow: none;
  background-color: #62636b;
  border-color: #62636b;
  transition: color .2s, border-color .2s, background-color .2s;
}

.button.bg-gray-2:hover {
  background-color: #222525;
  border-color: #222525;
}

.button.bg-gray-3 {
  border-color: var(--gray-10);
  background-color: var(--gray-10);
  box-shadow: none;
  color: #222525;
  transition: color .2s, border-color .2s, background-color .2s;
}

.button.bg-gray-3:hover {
  border-color: var(--gray-4);
  background-color: var(--gray-4);
}

.button.bg-white {
  box-shadow: none;
  color: #222525;
  border: 1px solid #0000001a;
  transition: border-color .2s, color .2s, background-color .2s;
}

.button.bg-white:hover {
  background-color: var(--white);
  background-image: linear-gradient(#00000014, #00000014);
}

.button.bg-white:active {
  background-image: linear-gradient(#00000052, #00000052);
}

.button.bg-white:focus {
  background-image: linear-gradient(#0000003d, #0000003d);
}

.button.bg-white.search-button {
  background-color: #0000;
  border-style: none;
  font-weight: 500;
}

.button.bg-white.search-button:hover {
  background-color: #fff0;
  border-color: #fff0;
}

.button.bg-white.margin-right {
  margin-right: 10px;
}

.button.bg-white.border-bg-10 {
  border-color: var(--gray-10);
}

.button.bg-white.no-border {
  border-style: none;
}

.button.bg-success {
  border-color: var(--success);
}

.button.bg-warning {
  border-color: var(--warning);
}

.button.bg-error {
  border-color: var(--error);
}

.button.form-search-button {
  margin-left: 12px;
}

.button.button-outline-white {
  box-shadow: none;
  background-color: #0000;
  border-color: #ffffff1a;
  transition: border-color .2s;
}

.button.button-outline-white:hover {
  box-shadow: none;
  border-color: #ffffffbf;
}

.button.button-row-last {
  margin-left: 12px;
}

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

.button.button-block.bg-gray-4 {
  text-align: center;
  justify-content: center;
}

.button.no-wrap {
  white-space: nowrap;
}

.button.fixed-mobile {
  text-align: center;
  border-radius: 0;
  width: 100%;
  transition: none;
  display: none;
}

.button.fixed-mobile:hover {
  border-color: var(--primary-3);
  background-color: var(--primary-3);
}

.button.bg-transparent:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.button.bg-transparent.button-with-icon {
  background-image: url('../images/ic-wpp-white.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 44px;
}

.button.bg-transparent.button-with-icon:hover {
  background-image: url('../images/ic-wpp.svg');
}

.button.bg-transparent.button-with-icon.margin-rght {
  margin-right: 10px;
}

.button.bg-transparent.button-with-icon.button-custom {
  border: 2px solid var(--white);
  color: var(--white);
}

.button.bg-transparent.button-with-icon.button-custom:hover {
  background-image: url('../images/ic-wpp-white.svg');
}

.button.text {
  color: var(--success);
  background-color: #0000;
  border-color: #0000;
}

.button.text:hover {
  background-image: linear-gradient(#1fb76c0a, #1fb76c0a);
  outline-color: #1fb76c33;
}

.button.text:active {
  background-image: linear-gradient(#1fb76c29, #1fb76c29);
}

.button.text.block {
  line-height: 16px;
  display: flex;
}

.button.login {
  width: 100%;
}

.button.tag-planos {
  display: none;
}

.button.margin-bottom {
  margin-bottom: 20px;
  display: inline-block;
}

.button.margin-left {
  margin-left: 16px;
}

.button.bg-transparent {
  border-color: var(--gray-4);
  box-shadow: none;
  color: #222525;
  background-color: #0000;
  transition: border-color .2s, background-color .2s;
}

.button.bg-transparent:hover {
  border-color: var(--gray-10);
  background-color: var(--gray-10);
}

.button.custom-color {
  border-color: var(--blue-violet);
  background-color: var(--blue-violet);
  color: var(--white);
}

.button.custom-bt {
  background-color: var(--medium-spring-green-2);
  color: var(--black);
}

.button.button-whatsapp {
  width: 48px;
  height: 48px;
  padding: 10px;
}

.button.button-whatsapp:hover {
  background-color: var(--primary-1);
  outline-color: var(--black);
  outline-offset: 1px;
  background-image: linear-gradient(#00000014, #00000014);
  outline-width: 2px;
  outline-style: none;
}

.button.button-whatsapp:active {
  transform: scale(.97);
}

.button.custom-color-defit {
  background-color: #b674bc;
  border-style: none;
}

.button.custom-color-defit:hover {
  outline-color: var(--plum);
}

.button.custom-color-escola-acai {
  background-color: #b262ab;
  border-style: none;
}

.button.custom-color-escola-acai:hover {
  outline-color: var(--plum);
}

.button.black {
  background-color: var(--black);
  border-style: none;
}

.button.purple {
  background-color: #8322dc;
  border-style: none;
}

.button.purple:hover {
  outline-color: #8322dc;
}

.button.bg-gray {
  background-color: var(--gray-4);
  color: var(--black);
  border-style: none;
}

.button.bg-gray.border {
  border-style: solid;
  border-color: var(--gray-4);
}

.button.new-style:hover {
  outline-color: var(--black);
  outline-offset: 1px;
  outline-width: 3px;
  outline-style: solid;
  transform: translate(0, -7px);
}

.button.dont-grow {
  flex: none;
}

.style-guide-content-item {
  margin-bottom: 12px;
  margin-right: 12px;
}

.card-head {
  border-bottom: 1px solid var(--gray-10);
  padding: 16px 24px;
}

.card-head.no-border {
  padding-bottom: 0;
}

.card-body {
  color: var(--black);
  flex: 1;
  padding: 24px;
}

.card-body.card-body-large {
  padding: 36px;
}

.card-body.card-body-large.padding-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.card-body.card-body-large.padding-24-cards-planos {
  flex: 0 auto;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.card-body.card-body-large.padding-24-cards-planos.best-seller {
  border: 2px solid var(--success);
  border-radius: 10px;
  flex: 1;
}

.card-body.card-body-large.padding-24-cards-planos.best-seller.custom-color-defit {
  border-color: var(--untitled-ui-primary900);
}

.card-body.card-body-large.padding-24-cards-planos.best-seller.custom-color-escola-acai {
  border-color: #b262ab;
}

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

.card-body.card-body-small {
  padding: 16px;
  box-shadow: 0 2px 6px #0000001a;
}

.card-body.card-body-small.no-shadow-mobile {
  border-radius: 6px;
  box-shadow: 0 2px 6px #0003;
}

.card-body.blog-card-body {
  flex: 1;
  padding: 16px 16px 10px;
}

.card-body.blog-card-body.no-space-bottom {
  padding-bottom: 0;
}

.card-body.case-study-card-body {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 36px;
  display: flex;
}

.card-body.border-bottom {
  border-bottom: 1px solid var(--gray-10);
}

.card-foot {
  border-top: 1px solid var(--gray-10);
  padding: 16px 24px;
}

.card-foot.bg-gray-4 {
  align-items: center;
  display: flex;
}

.card-foot.no-border.text-small {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 16px;
  padding-right: 16px;
}

.text-space-left {
  color: var(--black);
  flex: 1;
  margin-left: 6px;
  font-size: 14px;
}

.text-space-left.text-muted {
  font-family: Roboto, sans-serif;
}

.text-space-left.text-small {
  font-size: 13px;
}

.text-space-left.text-small.bold {
  font-weight: 700;
}

.card-image-head {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  min-height: 256px;
  max-height: 256px;
}

.text-primary-1 {
  color: #068466;
}

.content-width-small {
  direction: ltr;
  flex: none;
  width: 400px;
  font-weight: 400;
  position: relative;
}

.content-width-small.team-member-bio {
  border-top: 1px solid var(--gray-10);
  border-bottom: 1px solid var(--gray-10);
  text-align: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.content-width-small.a-margin-top-24 {
  margin-top: 24px;
}

.subheading {
  text-transform: none;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.subheading.text-primary-1 {
  color: var(--primary-1);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.subheading.text-primary-1.small-padding-bottom {
  margin-bottom: 6px;
}

.content-width-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  direction: ltr;
  width: 100%;
  max-width: 612px;
}

.content-width-large.image-blog-post {
  object-fit: cover;
  border-radius: 10px;
  max-width: 900px;
  box-shadow: 0 4px 8px #0000001a;
}

.section-title {
  text-align: center;
  max-width: 612px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.section-title-wide.no-bottom-space {
  margin-bottom: 0;
}

.section-title.section-title-wide.small-space-bottom {
  margin-bottom: 36px;
}

.section-title.section-title-wide.space-bottom-36 {
  text-align: left;
  margin-bottom: 36px;
}

.section-title.section-title-wide.no-space-bottom {
  text-align: left;
  margin-bottom: 0;
}

.section-title.feature {
  max-width: 850px;
}

.section-title.margin-bottom {
  margin-bottom: 40px;
}

.section-title.topo-materiais {
  padding-bottom: 0;
}

.section-title.align-left-mobile {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.section-title.align-left-mobile.a-margin-bottom-32 {
  margin-left: auto;
  margin-right: auto;
}

.section-title.width-custom {
  margin-bottom: 0;
}

.grid-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-thirds.gapless-columns {
  grid-column-gap: 0px;
}

.grid-thirds.gapless-columns.gapless-rows {
  grid-row-gap: 0px;
}

.grid-thirds.grid-align-bottom {
  align-items: end;
}

.circle {
  background-color: #62636b;
  border: 1px #0000;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.circle.bg-primary-1 {
  color: var(--success);
  background-color: #1fb76c1a;
}

.circle.bg-custom {
  border: 2px solid var(--white);
  background-color: #0000;
}

.bg-primary-2 {
  background-color: var(--primary-2);
  color: var(--white);
  border: 1px solid #0000;
}

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

.circle-number {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 1;
  position: absolute;
}

.centered-grid-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.margin-top {
  margin-top: 36px;
  display: inline-block;
}

.margin-top.tag-planos {
  display: none;
}

.margin-top.width-full {
  width: 100%;
}

.style-guide-icons {
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding-top: 12px;
  padding-left: 12px;
  display: flex;
}

.icon-list-item {
  border-bottom: 1px none var(--gray-10);
  border-radius: 1px;
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.icon-list-item.icon-list-item-last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bg-white {
  background-color: var(--white);
}

.shadow-small {
  box-shadow: 3px 3px 6px #0000000d;
}

.handwriting {
  letter-spacing: -.03em;
  font-family: Caveat;
  font-size: 32px;
  line-height: 36px;
}

.handwriting.rotate {
  white-space: nowrap;
  transform: translate(0, -16px)rotate(-15deg);
}

.handwriting-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.handwriting-contents {
  position: absolute;
  top: -4px;
  transform: translate(0, -100%);
}

.handwriting-contents.handwriting-below {
  top: auto;
  bottom: -90px;
  right: -34px;
}

.hidden-on-mobile {
  display: block;
}

.content-width-medium {
  direction: ltr;
  width: 100%;
  max-width: 506px;
}

.content-width-medium.content-quote-bg {
  max-width: 800px;
}

.content-width-medium.width-blog-post {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 80%;
  padding-top: 20px;
  display: flex;
}

.content-width-medium.sticky-top {
  top: 100px;
}

.content-width-medium.sticky-top.min-506 {
  min-width: 506px;
}

.content-width-medium.width-300 {
  width: 350px;
}

.no-bottom-space {
  margin-bottom: 0;
}

.no-bottom-space.text-center.no-highlight {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.no-bottom-space.font-size-18 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.no-bottom-space.font-size-24 {
  font-family: Roboto, sans-serif;
  font-size: 24px;
}

.h6-small {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.h6-small.dropdown-heading {
  white-space: normal;
  max-width: 222px;
  margin-bottom: 4px;
}

.h6-small.dropdown-heading.no-bottom-space-drop {
  margin-bottom: 0;
}

.h6-small.font-size-segm {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.list-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.list-grid.margin-top-list {
  margin-top: 36px;
}

.icon-grid-list-item {
  border-bottom: 1px solid var(--gray-10);
  border-radius: 1px;
  flex-direction: row;
  align-items: center;
  padding-top: 0;
  padding-bottom: 16px;
  padding-right: 12px;
  font-size: 15px;
  line-height: 20px;
  display: flex;
}

.content-text-block {
  max-width: 480px;
}

.content-text-block.opacity-60 {
  opacity: .6;
}

.content-text-block.margin-top-content-texto-block {
  margin-top: 36px;
}

.no-border {
  border: 1px #000;
}

.dot-list-item {
  align-items: flex-start;
  margin-top: 12px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.list-dot {
  background-color: #62636b;
  border-radius: 50%;
  flex: none;
  width: 6px;
  height: 6px;
  margin-right: 12px;
}

.list-dot.bg-primary-1 {
  background-color: var(--primary-1);
  margin-top: 8px;
}

.text-muted {
  opacity: .5;
  font-size: 14px;
  line-height: 18px;
}

.text-muted.strike {
  opacity: .8;
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
  text-decoration: line-through;
}

.style-guide-color {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  height: 72px;
}

.style-guide-color.bg-primary-1 {
  background-color: var(--primary-1);
}

.style-guide-color.bg-warning {
  background-color: var(--warning);
}

.style-guide-color.bg-error {
  background-color: var(--error);
}

.bg-primary-3 {
  background-color: var(--primary-3);
  color: var(--white);
}

.bg-gray-3 {
  background-color: #ecebea;
}

.bg-success {
  background-color: var(--success);
  color: var(--white);
}

.bg-warning {
  background-color: var(--warning);
  color: var(--white);
}

.bg-error {
  background-color: var(--error);
  color: var(--white);
}

.style-guide-content-group {
  width: 100%;
  margin-bottom: 48px;
}

.form-input {
  border: 1px solid var(--gray-10);
  border-radius: 6px;
  height: 44px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .2s;
}

.form-input:focus {
  border-color: var(--black);
}

.form-input::placeholder {
  color: #22252580;
}

.form-input.form-input-small {
  height: 36px;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 20px;
}

.form-input.form-input-large {
  height: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
}

.form-input.form-input-naked {
  background-color: #0000;
  border-style: none;
}

.form-input.text-area-input {
  height: auto;
  min-height: 156px;
  padding-top: 16px;
}

.form-input.radius-custom {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.style-guide-content-heading {
  margin-bottom: 24px;
}

.form-label {
  color: var(--black);
  margin-bottom: 8px;
  font-weight: 500;
}

.form-input-icon {
  flex: none;
  margin-left: 12px;
}

.form-feedback {
  text-align: center;
  border-radius: 5px;
  margin-top: 12px;
  padding: 12px;
}

.form-feedback.bg-success {
  background-color: var(--success);
  padding: 20px;
  font-family: Roboto, sans-serif;
}

.form-feedback.bg-error {
  margin-top: 12px;
}

.badge {
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}

.badge-bg {
  opacity: .1;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.badge-text {
  white-space: nowrap;
  position: relative;
}

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

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

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

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

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

.shadow {
  box-shadow: 0 8px 16px #00000014;
}

.shadow-large {
  box-shadow: 0 12px 24px #0000001a;
}

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

.grid-quarters.logos-conquistas {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.sticky-top {
  position: sticky;
  top: 0;
}

.sticky-top.sticky-heading {
  top: 24px;
}

.dropdown-icon {
  margin-left: 4px;
  margin-right: -4px;
}

.dropdown-icon.icon-black {
  display: none;
}

.dropdown-list {
  border: 1px solid var(--gray-10);
  background-color: var(--white);
  border-radius: 6px;
}

.dropdown-list.shadow {
  border-style: none;
}

.dropdown-link {
  opacity: .75;
  padding: 6px 0;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.dropdown-link:hover {
  opacity: 1;
  color: #068466;
  text-decoration: none;
}

.dropdown-link.w--current {
  opacity: 1;
  color: #068466;
}

.dropdown-menu {
  min-width: 167px;
  padding: 8px 24px;
}

.dropdown-foot {
  padding: 12px 24px;
}

.dropdown-foot.bg-gray-4 {
  border-top: 1px solid var(--gray-10);
  display: flex;
}

.dropdown-link-block {
  color: #222525;
  min-width: 222px;
}

.dropdown-link-block:hover {
  color: var(--primary-1);
  text-decoration: none;
}

.dropdown-link-block.tag-planos {
  display: none;
}

.dropdown-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.dropdown-grid.solutions {
  grid-template-columns: 1fr;
}

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

.grid-halves.margin-top-44 {
  margin-top: 44px;
}

.avatar {
  object-fit: cover;
  border-radius: 50%;
  width: 96px;
  height: 96px;
}

.avatar.avatar-small {
  flex: none;
  width: 48px;
  height: 48px;
}

.avatar.avatar-large {
  width: 216px;
  height: 216px;
}

.avatar.avatar-large.team-member-avatar {
  margin-bottom: 24px;
  transition: transform .2s;
}

.avatar.avatar-large.team-member-avatar:hover {
  transform: scale(1.03);
}

.avatar.avatar-group-item {
  border: 2px solid var(--white);
  margin-right: -24px;
}

.avatar.team-member-avatar {
  margin-bottom: 24px;
}

.avatar-group {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.navigation-container {
  z-index: 99;
  background-color: var(--white);
  box-shadow: none;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
}

.navigation-container.fixed-transparente {
  box-shadow: none;
  color: var(--white);
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
}

.navigation-container.no-sticky {
  position: static;
}

.navigation-container.no-sticky.shadow {
  box-shadow: 0 2px 6px #0000001a;
}

.navbar {
  background-color: #0000;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

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

.nav-link {
  white-space: nowrap;
  border-bottom: 2px solid #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 12px 2px;
  font-weight: 500;
}

.nav-link:hover {
  border-bottom: 2px solid var(--success);
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--primary-1);
  font-weight: 700;
}

.nav-link.text-white.text-black.only-mobile {
  display: none;
}

.avatar-container {
  display: block;
  position: relative;
}

.avatar-indicator {
  border: 2px solid var(--white);
  border-radius: 50%;
  width: 25%;
  height: 25%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-menu-wrapper {
  color: var(--black);
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper.justify-end {
  justify-content: flex-end;
}

.nav-menu-wrapper.margin-left {
  justify-content: flex-start;
  margin-left: 16px;
}

.nav-links {
  display: flex;
}

.nav-links.nav-links-1 {
  margin-left: 36px;
}

.nav-links.padding-top {
  padding-top: 2px;
}

.nav-functions {
  align-items: center;
  display: flex;
}

.nav-menu-button-wrapper {
  align-items: center;
  margin-left: 12px;
  display: flex;
}

.nav-dropdown {
  margin-left: 0;
}

.modal {
  z-index: 1001;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  top: 10vh;
  left: 50%;
  transform: translate(-50%);
}

.modal-screen {
  z-index: 1000;
  background-color: #000000bf;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-search-form {
  border: 1px solid var(--gray-10);
  background-color: var(--white);
  border-radius: 6px;
  width: 100vw;
  max-width: 600px;
  margin-bottom: 0;
  padding: 24px 24px 24px 12px;
  display: flex;
  position: relative;
}

.comparison-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-row.no-border {
  border-bottom-style: none;
}

.comparison-row.no-border.no-bottom-space {
  padding-bottom: 0;
}

.comparison-row.border-gray-10 {
  border-bottom-color: var(--gray-10);
}

.comparison-text {
  width: 100%;
}

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

.circle-small {
  background-color: var(--primary-1);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: flex;
}

.circle-small.margin-right {
  margin-right: 24px;
}

.medium-heading {
  margin-bottom: 24px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.medium-heading.blog-post-heading {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 44px;
  line-height: 48px;
}

.medium-heading.align-left {
  text-align: left;
  font-size: 34px;
}

.medium-heading.partners {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 44px;
  line-height: 48px;
}

.footer {
  padding: 96px 48px 48px;
}

.footer.no-margin-top {
  padding-top: 48px;
}

.footer.bg-primary-1 {
  background-color: var(--primary-1);
  border-radius: 10px;
  padding-top: 48px;
}

.footer.no-padding-mobile.space-top-small {
  padding-top: 48px;
}

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

.cta-row-heading {
  max-width: 506px;
  margin-bottom: 0;
}

.horizontal-rule {
  width: 100%;
  height: 1px;
}

.horizontal-rule.bg-white {
  background-color: #ffffff1a;
}

.footer-logo, .footer-logo.w--current {
  border-bottom-style: none;
  margin-bottom: 24px;
}

.footer-logo.margin-left--12 {
  margin-left: -12px;
}

.footer-left {
  padding-right: 60px;
}

.footer-row {
  justify-content: space-between;
  margin-bottom: 96px;
  display: flex;
}

.footer-right {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.link-list {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.hover-link {
  opacity: .75;
  color: var(--black);
  border-bottom-style: none;
  font-weight: 400;
  transition: opacity .2s;
}

.hover-link:hover {
  opacity: 1;
  text-decoration: none;
}

.hover-link.text-white {
  color: var(--white);
}

.footer-menu-column {
  width: auto;
}

.footer-lower-row {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.button-circle {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: transform .2s;
  display: flex;
}

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

.button-circle.bg-primary-1 {
  background-color: var(--primary-1);
}

.button-circle.button-small {
  border: 1px solid #000;
  width: 36px;
  height: 36px;
}

.button-circle.button-small.bg-gray-3 {
  border-bottom-style: none;
}

.button-circle.bg-white {
  background-color: #fff3;
  transition: background-color .2s, transform .2s;
}

.button-circle.bg-white:hover {
  background-color: #ffffff40;
}

.button-circle.slider-arrow-button {
  border: 4px solid var(--white);
  background-color: var(--white);
}

.button-circle.slider-arrow-button.bg-gray-4 {
  box-shadow: 1px 1px 3px #0003;
}

.button-circle.slider-arrow-button.bg-custom-1 {
  border-color: var(--success);
  background-color: var(--success);
  box-shadow: 1px 1px 3px #0003;
}

.button-circle.button-circle-large {
  text-align: center;
  width: 160px;
  height: 160px;
  font-size: 20px;
  font-weight: 700;
}

.button-circle.button-circle-large.bg-primary-1:hover {
  text-decoration: none;
}

.social-icon {
  width: 16px;
  height: 16px;
}

.social-icon.social-icon-dark {
  opacity: .75;
}

.social-icons-list {
  align-items: center;
  margin-left: -4px;
  margin-right: -4px;
  padding-left: 0;
  display: flex;
}

.list-item {
  margin-left: 4px;
  margin-right: 4px;
}

.button-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.large-heading {
  color: var(--black);
  margin-bottom: 24px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

.large-heading.no-bottom-space {
  margin-bottom: 0;
}

.large-heading.no-bottom-space.price {
  color: var(--primary-1);
  margin-left: 5px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
}

.large-heading.no-bottom-space.price.off-price {
  color: var(--black);
  font-size: 20px;
  text-decoration: line-through;
}

.large-heading.no-bottom-space.price.color-black {
  color: var(--black);
  font-size: 30px;
}

.large-heading.no-bottom-space.price.custom-color-defit {
  color: var(--untitled-ui-primary900);
}

.large-heading.no-bottom-space.price.custom-color-escola-acai {
  color: #622f59;
}

.large-heading.text-primary-2.size-font {
  margin-bottom: 0;
  font-size: 40px;
}

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

.navbar-centered {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.nav-search-form {
  margin-bottom: 0;
  margin-left: 36px;
  display: flex;
}

.opacity-50 {
  opacity: .5;
}

.logo-row-image {
  margin: 12px 24px;
}

.logo-row-image.opacity-50 {
  opacity: .5;
  filter: grayscale();
}

.logo-row-image.opacity-50.radius-100 {
  filter: grayscale();
  border-radius: 100%;
  max-width: 100px;
  transition: opacity .2s;
  box-shadow: 0 2px 6px #0000004d;
}

.logo-row-image.opacity-50.radius-100:hover, .logo-row-image.opacity-50.radius-100.opcacity-100 {
  opacity: 1;
  filter: none;
}

.section-title-wide {
  text-align: center;
  max-width: 720px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wide.no-bottom-space {
  margin-bottom: 0;
}

.section-title-wide.small-bottom-space {
  margin-bottom: 36px;
}

.icon-large {
  flex: none;
  width: 96px;
  height: 96px;
  margin-bottom: 12px;
}

.icon-large.conquistas {
  opacity: .6;
  filter: grayscale();
  min-width: 96px;
  min-height: 96px;
}

.restricted-grid-item {
  padding-left: 36px;
  padding-right: 36px;
}

.restricted-grid-item.border-sides-white {
  border-left: 2px solid #ffffff80;
  border-right: 2px solid #ffffff80;
}

.restricted-grid-item.padding-numbers {
  padding-left: 6px;
  padding-right: 6px;
}

.subscribe-form {
  display: flex;
}

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

.text-center.margin-bottom {
  margin-bottom: 20px;
}

.text-center.margin-bot-l {
  color: var(--white);
  margin-bottom: 0;
}

.footer-2-header {
  justify-content: center;
  margin-bottom: 36px;
  display: flex;
}

.footer-2-subscribe-text {
  text-align: left;
  margin-bottom: 36px;
}

.footer-2-right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.footer-2-left {
  display: flex;
}

.menu-column-left {
  width: 250px;
  margin-right: 24px;
}

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

.search-results-wrapper {
  max-width: 718px;
  margin-left: auto;
  margin-right: auto;
}

.search-result-item {
  margin-bottom: 48px;
}

.search-result-text {
  margin-top: 12px;
  margin-bottom: 0;
}

.form-header {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 515px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.search-form {
  align-items: center;
  margin-top: 24px;
  margin-bottom: 0;
  display: flex;
}

.section-subtitle {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.section-subtitle.text-large {
  max-width: 700px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.grid-rows {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  width: 100%;
  display: grid;
}

.grid-rows.grid-rows-compact {
  grid-row-gap: 12px;
}

.modal-button-wrapper {
  cursor: pointer;
}

.padded-grid-item {
  padding: 36px;
}

.padded-grid-item.no-padding {
  padding: 0;
}

.text-space-left-large {
  margin-left: 24px;
}

.icon-extra-large {
  flex: none;
  width: 120px;
  height: 120px;
}

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

.slider {
  background-color: #0000;
  align-items: center;
  max-width: 100%;
  height: auto;
  display: flex;
}

.slider.slider-large {
  max-width: 835px;
}

.slider.desktop {
  padding-left: 20px;
  padding-right: 20px;
}

.display-none {
  display: none;
}

.quotes-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image-background.bg-image {
  background-image: linear-gradient(#0006, #0006), url('../images/bg-1-pages.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
}

.image-background.bg-image.bg-marketing {
  background-image: linear-gradient(#0003, #0003), url('../images/hero-home.webp');
}

.image-background.bg-image.bg-naloja {
  background-image: linear-gradient(#0006, #0006), url('../images/20.webp');
}

.image-background.bg-image.bg-pdv {
  outline-offset: 1px;
  background-image: linear-gradient(#0003, #0003), url('../images/Header-página-principal---Alloy.webp');
  outline: 2px solid #131316;
}

.slider-arrow {
  z-index: 9;
  align-items: center;
  width: 48px;
  display: flex;
  left: -24px;
  overflow: visible;
}

.slider-arrow.slider-arrow-right {
  left: auto;
  right: -24px;
}

.slider-arrow.slider-arrow-right.move {
  inset: auto -10% -40px 0%;
}

.slider-arrow.move {
  align-items: flex-start;
  inset: auto 0% -40px -10%;
}

.captioned-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 835px;
  display: flex;
  position: relative;
}

.grid-fifths {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-fifths.padding-top-lojas-modelo {
  padding-top: 20px;
}

.section-small {
  flex: 1;
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-small.padding-left {
  padding-left: 72px;
  padding-right: 72px;
}

.section-halves {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-halves._1248-max-w {
  max-width: 1248px;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
}

.section-halves._1248-max-w.bg-primary-1 {
  background-color: var(--primary-1);
  border-radius: 10px;
}

.section-halves._1248-max-w.bg-primary-1.padding-40 {
  color: var(--black);
  padding: 40px 40px 40px 20px;
}

.section-halves.spaces, .section-halves.spaces-48 {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 48px;
}

.section-halves-content {
  direction: ltr;
  width: auto;
  max-width: 506px;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.section-halves-content.sticky-top-page-comparative {
  position: sticky;
  top: 80px;
}

.form-group {
  margin-bottom: 12px;
}

.form-group.margin-bottom {
  margin-bottom: 24px;
}

.form-wrapper {
  margin-bottom: 0;
}

.form {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.cta-contained {
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.cta-contained.bg-black {
  background-color: var(--primary-1);
  color: var(--white);
}

.cta-contained-image {
  flex: 0 auto;
  width: 480px;
}

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

.video-lightbox-wrapper.small-box {
  width: 500px;
}

.video-lightbox-button-wrapper {
  position: absolute;
}

.card-label {
  background-color: var(--spring-green);
  color: var(--black);
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  margin-bottom: -6px;
  padding: 6px;
  font-weight: 500;
}

.tiny-heading {
  font-family: Gilroy, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.tiny-heading.gray-text {
  opacity: .5;
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.tiny-heading.gray-text.margin-left-4 {
  margin-left: 4px;
}

.tiny-heading.color-black {
  color: var(--black);
  font-size: 20px;
}

.tiny-heading.custom-color-defit {
  color: var(--untitled-ui-primary900);
}

.tiny-heading.custom-color-escola-acai {
  color: #622f59;
}

.price-description {
  border-top: 1px solid var(--gray-10);
  border-bottom: 1px solid var(--gray-10);
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.price-description.no-line-and-space-bottom {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tooltip-circle {
  background-color: var(--white);
  color: #0009;
  cursor: pointer;
  border: 1px solid #0003;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding-top: 1px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.tooltip-container {
  position: relative;
}

.tooltip-container.text-space-left {
  margin-left: 6px;
}

.tooltip-container.tip-input {
  z-index: 3;
  position: absolute;
  inset: 35% 8% 0% auto;
}

.tooltip-message {
  background-color: var(--white);
  color: #0009;
  text-align: center;
  border-radius: 6px;
  min-width: 200px;
  padding: 8px;
  font-size: 14px;
  line-height: 20px;
  display: none;
  position: absolute;
  bottom: 100%;
  left: 16px;
  transform: translate(-50%);
  box-shadow: 0 2px 6px #0000001a;
}

.tooltip-message.position-left-custom {
  inset: -80px 0 auto -50px;
}

.pricing-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 2.5fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding: 16px 12px 16px 24px;
  display: grid;
}

.pricing-row.pricing-header {
  z-index: 3;
  border-bottom: 2px none var(--success);
  background-color: var(--white);
  padding: 12px 0;
  position: sticky;
  top: 70px;
}

.pricing-row.featured {
  z-index: 1;
  background-color: #f7f7f7;
  border-bottom: 2px #0000001a;
  border-radius: 6px;
  position: sticky;
  top: 174px;
}

.pricing-row.border-gray {
  border-bottom: 1px solid #0000001a;
}

.pricing-row.border-gray:hover {
  background-color: #f7f7f7;
}

.pricing-thirds {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  display: grid;
}

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

.pricing-label {
  color: #000c;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.pricing-table-section {
  margin-bottom: 48px;
}

.tabs-underline-menu {
  border-bottom: 2px solid var(--gray-10);
  justify-content: center;
  margin-bottom: 48px;
  display: flex;
}

.tabs-underline-menu.text-large {
  width: 612px;
}

.tab-underline {
  opacity: .5;
  text-align: center;
  background-color: #0000;
  border-bottom: 4px solid #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 0;
  transition: opacity .2s, border-color .2s;
  display: flex;
  top: 2px;
}

.tab-underline:hover {
  opacity: 1;
  text-decoration: none;
}

.tab-underline:active {
  background-color: #0000;
}

.tab-underline.w--current {
  opacity: 1;
  background-color: #0000;
  border-bottom-color: #068466;
}

.tab-underline.tab-underline-first {
  margin-left: 0;
}

.tab-underline.tab-underline-first.w--current {
  border-bottom-color: var(--primary-1);
}

.tabs-underline-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.expandable-text {
  margin-top: 8px;
}

.expandable-text.expandable-accordion-text {
  margin-top: 24px;
  font-weight: 400;
}

.expandable-heading {
  cursor: pointer;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  transition: color .2s;
}

.content-width-extra-large {
  width: 100%;
  max-width: 720px;
}

.expandable-arrow {
  margin-left: 12px;
  display: block;
  transform: rotate(90deg);
}

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

.section-fullscreen {
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 900px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.fullscreen-section-content {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.article {
  padding-top: 0;
  font-size: 18px;
  line-height: 26px;
}

.article h4 {
  margin-top: 20px;
  font-weight: 500;
}

.article ul {
  margin-bottom: 0;
}

.article li {
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 28px;
}

.article blockquote {
  color: #000000b3;
  background-color: #0000;
  border-left-color: #0003;
  width: 100%;
  margin-bottom: 24px;
  padding: 24px;
  font-size: 18px;
  line-height: 22px;
}

.article figure {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 24px;
}

.article img {
  border-radius: 8px;
}

.article ol {
  margin-bottom: 0;
  padding-left: 30px;
}

.article p {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 28px;
}

.article h3 {
  margin-top: 20px;
  font-weight: 500;
}

.article h2 {
  margin-top: 32px;
  font-weight: 500;
}

.back-to-top-button-wrapper {
  z-index: 99;
  position: fixed;
  bottom: 72px;
  right: 24px;
}

.back-to-top-container {
  display: none;
}

.post-meta-left {
  align-items: center;
  display: flex;
}

.post-meta-right {
  display: flex;
}

.post-meta-right.text-muted {
  font-family: Roboto, sans-serif;
}

.card-blog-link {
  color: #222525;
  border-bottom-style: none;
}

.team-member-heading {
  margin-bottom: 12px;
}

.card-blog-category-head {
  color: var(--white);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 36px;
  display: flex;
}

.avatar-with-name {
  color: #222525;
  border-bottom-style: none;
  align-items: center;
  display: flex;
}

.avatar-with-name:hover {
  text-decoration: none;
}

.empty-state {
  text-align: center;
  background-color: #1313160f;
  border-radius: 10px;
  margin-top: 20px;
  padding: 24px;
}

.blog-post-category-placeholder {
  justify-content: center;
  align-items: center;
  min-height: 408px;
  display: flex;
}

.featured-blog-post-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.featured-blog-post-content {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  padding: 36px;
  display: flex;
}

.text-gray-1 {
  color: #222525;
}

.sidebar-layout {
  grid-column-gap: 72px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.sidebar-layout.case-study-layout {
  grid-template-columns: 1fr 2.25fr;
}

.sidebar {
  position: sticky;
  top: 84px;
}

.widget {
  margin-bottom: 48px;
}

.widget.footer-menu-column {
  max-width: 320px;
}

.blog-post-small {
  color: #222525;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.blog-post-small.text-white {
  color: var(--white);
}

.sidebar-blog-post-image {
  flex: none;
  width: 72px;
  margin-right: 16px;
}

.widget-heading {
  margin-bottom: 24px;
  font-weight: 700;
}

.footer-3-row {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 72px;
  display: flex;
}

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

.footer-3-links {
  align-items: center;
  display: flex;
}

.footer-columns-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.footer-columns-wrapper.footer-4-columns-wrapper.padding-top-24 {
  padding-top: 24px;
}

.footer-columns-wrapper.footer-4-columns-wrapper.padding-top-24.grid-footer {
  grid-column-gap: 16px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  max-width: 700px;
  display: grid;
}

.case-study-logo {
  outline-color: var(--white);
  outline-offset: 3px;
  border-radius: 100px;
  outline-width: 3px;
  outline-style: none;
  width: 80px;
  height: 80px;
  margin-bottom: 36px;
  box-shadow: 0 2px 6px #0003;
}

.case-study-card-excerpt {
  flex: 1;
}

.case-study-cards-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.modal-close-cross {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
}

.overlap-section-below {
  max-width: 991px;
  margin-bottom: -700px;
}

.overlap-section-below.lp-delivery {
  margin-bottom: 0;
}

.dismiss-notification-cross {
  opacity: .5;
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  top: 12px;
  right: 12px;
}

.dismiss-notification-cross:hover {
  opacity: 1;
}

.notification-dismiss-wrapper {
  margin-top: 12px;
}

.ipad-hero-image {
  box-shadow: none;
  border-radius: 2.5vw;
  margin-top: -40px;
}

.ipad-hero-image.no-margin, .ipad-hero-image.margin-20 {
  margin-top: 0;
}

.ipad-hero-image.margin-top-hero {
  margin-top: -40px;
}

.ipad-hero-image.margin-100 {
  margin-top: -100px;
}

.utility-bar {
  border-bottom: 1px solid var(--gray-10);
  flex-direction: row;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.utility-bar.float {
  color: var(--primary-1);
  background-color: #1fb76c33;
  border-bottom-style: none;
  border-radius: 10px;
  font-weight: 500;
}

.utility-bar.float.margin-bottom-20 {
  margin-bottom: 20px;
  display: none;
}

.utility-bar-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.utility-bar-dismiss {
  opacity: .5;
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  right: 24px;
}

.utility-bar-dismiss:hover {
  opacity: 1;
}

.radio-checkbox-custom {
  border-color: var(--gray-10);
  background-color: var(--white);
  width: 20px;
  height: 20px;
  margin-top: 0;
  transition: background-color .2s, border-color .2s;
}

.radio-checkbox-custom.w--redirected-checked {
  border-color: var(--primary-1);
  background-color: var(--primary-1);
  background-image: url('../images/icon-check-small.svg');
  background-size: 14px 14px;
}

.radio-checkbox-custom.radio-button.w--redirected-checked {
  background-size: 12px;
  border-color: #068466;
}

.radio-checkbox-label {
  margin-bottom: 0;
  margin-left: 8px;
  font-weight: 400;
}

.radio-checkbox-with-label {
  align-items: center;
  display: flex;
}

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

.success-message {
  background-color: var(--primary-1);
  color: var(--white);
}

.image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}

.quote-bg {
  border-left-style: none;
  border-left-color: var(--white);
  color: var(--white);
  padding: 10px 20px 10px 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.div-block {
  align-items: center;
  display: flex;
}

.avatar-who-is {
  margin-left: 20px;
  display: block;
  position: relative;
}

.text-span {
  color: var(--primary-1);
}

.highlight {
  color: var(--primary-1);
  font-weight: 700;
}

.image-shadow {
  z-index: 0;
  border-radius: 10px;
  box-shadow: 0 2px 6px #0000001a;
}

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

.hero-overlay {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.hero-overlay.hero-invite {
  background-image: linear-gradient(#00000080, #00000080), url('../images/hero-section-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-left: 20px;
  padding-right: 20px;
}

.centered-container {
  z-index: 1;
  text-align: center;
  flex: 1;
  position: relative;
}

.top-space {
  margin-top: 40px;
  display: inline-block;
}

.brand {
  border-bottom-style: none;
}

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

.form-block.detalhado {
  display: block;
}

.post-resume {
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.text-margin-left {
  margin-left: 10px;
}

.paragraph-small {
  color: var(--black);
  font-size: 16px;
  line-height: 22px;
}

.paragraph-small._16px {
  font-size: 16px;
  line-height: 20px;
}

.paragraph-small.text-white-p {
  color: var(--white);
}

.bg-green-text {
  background-color: var(--primary-1);
}

.border-radius {
  border-radius: 10px;
}

.border-radius.min-506 {
  min-width: 506px;
}

.pagination.margin-top-40 {
  margin-top: 40px;
}

.dropdown {
  float: right;
  background-color: #0000000a;
  border: 1px #0000001a;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  height: 44px;
  display: flex;
}

.drop-toggle {
  color: #000;
  background-color: #0000;
  width: 100%;
  padding: 12px 40px 10px 10px;
  font-size: 14px;
}

.drop-toggle.with-icon {
  display: flex;
}

.icon-2 {
  color: #666;
  margin-right: 14px;
}

.dropdown-list-2 {
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow: scroll;
}

.dropdown-list-2.w--open {
  z-index: 1000;
  border: 1px #0000001a;
  border-radius: 6px;
  width: 100%;
  max-height: 200px;
  padding-top: 8px;
  padding-bottom: 8px;
  top: 40px;
  overflow: auto;
  box-shadow: 0 3px 6px #0000001a;
}

.dropdown-link-2 {
  color: #666;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-link-2:hover {
  background-color: #0000000d;
}

.quote-lp {
  color: var(--black);
  text-align: left;
  border-left-color: #0000001a;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 16px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.share-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px #0000001a;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.image-hero {
  z-index: 0;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-plataform {
  object-fit: cover;
  border-radius: 10px;
  max-width: 852px;
}

.image-plataform.mobile {
  display: none;
}

.link-block-banner-plataform {
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.image-bg {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.background-scrim-full {
  opacity: .6;
  background-image: linear-gradient(#000000f2, #000000f2);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-cookies {
  z-index: 1000;
  background-color: var(--white);
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 400px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: auto;
  padding: 16px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
  box-shadow: 0 4px 8px #0000001a;
}

.content-banner-cookies {
  margin-right: 20px;
}

.paragraph-cookies {
  margin-bottom: 0;
  font-size: 16px;
}

.heading {
  margin-bottom: 24px;
}

.p-termos {
  text-align: center;
  margin-top: 24px;
  font-size: 13px;
  line-height: 16px;
  display: block;
}

.p-termos.no-space-top {
  margin-top: 0;
}

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

.p-termos.no-space-bottom {
  margin-bottom: 0;
}

.container-grid-produtos {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.coluna-produtos {
  float: left;
  width: 50%;
}

.grid-produtos {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.card-produto {
  background-color: var(--white);
  cursor: pointer;
  border: 1px solid #0000001a;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: flex;
  position: relative;
}

.card-produto:hover {
  box-shadow: 0 2px 6px #0000001a;
}

.icon-produto {
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  min-height: 36px;
  max-height: 36px;
}

.icon-produto.space-left-10 {
  margin-right: 10px;
}

.descri-o-produto {
  margin-left: 20px;
  padding-right: 20px;
}

.coluna-carrinho {
  border: 1px solid #0000001a;
  border-radius: 6px;
  align-self: flex-start;
  width: 40%;
  margin-left: 20px;
  padding: 20px;
  position: sticky;
  top: 100px;
  box-shadow: 0 2px 6px #0000001a;
}

.row-cart-prices {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.row-cart-prices.subtotal {
  border-top: 1px solid #0000001a;
  padding-top: 20px;
}

.row-cart-prices.total {
  border-top: 1px solid #0000001a;
  padding-top: 20px;
  font-weight: 500;
}

.row-cart-prices.topo {
  color: #0009;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.row-cart-prices.off-cart {
  color: var(--primary-1);
  border-top: 1px solid #0000001a;
  padding-top: 20px;
  font-weight: 500;
}

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

.bt-plus {
  background-color: var(--primary-1);
  color: var(--white);
  text-align: center;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 5px 6px 6px 7px;
  font-size: 20px;
  font-weight: 400;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: auto 10px 13px auto;
  box-shadow: 0 2px 6px #0000001a;
}

.opcionais {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-cart {
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.heading-cart.margin-heading-pagamento {
  margin-top: 16px;
  margin-bottom: 24px;
}

.div-button-comprar {
  justify-content: flex-end;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.div-block-10 {
  align-items: center;
  display: flex;
}

.remove {
  cursor: pointer;
  margin-top: -1px;
  margin-left: 10px;
}

.overlay-product {
  z-index: 1000;
  background-color: #000c;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.overlay-product.delivery, .overlay-product.fidelidade, .overlay-product.config-delivery, .overlay-product.config-fidelidade, .overlay-product.pacote-d-e-f, .overlay-product.qrcode, .overlay-product.pacote-d-e-c, .overlay-product.pacote-c-e-f, .overlay-product.pacote-d-f-c {
  display: none;
}

.overlay-product.implementacao {
  opacity: 0;
  transition: all .2s;
  display: none;
}

.overlay-product.implementacao.free, .overlay-product.implementacao.original, .overlay-product.implementacao.hfne {
  opacity: 0;
  display: none;
}

.container-option-cart {
  background-color: var(--white);
  border-radius: 6px;
  width: 600px;
  position: relative;
}

.container-option-cart.width-300 {
  width: 350px;
}

.table-prices {
  border-top: 1px solid #0000001a;
  padding: 36px;
}

.comparison-prices {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: grid;
}

.comparison-prices.topo {
  border-bottom-style: solid;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.comparison-prices.no-bottom-space {
  padding-bottom: 0;
}

.off {
  color: #00000080;
  text-decoration: line-through;
}

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

.list-item-prices {
  padding-top: 4px;
  padding-bottom: 4px;
}

.close-modal {
  cursor: pointer;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 5px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-modal:hover {
  background-color: #0000000a;
}

.close-modal:active {
  opacity: .8;
}

.image-circle-button {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}

.container-logo-product {
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.container-logo-product.left-justify {
  justify-content: flex-start;
}

.heading-product {
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 30px;
}

.heading-product.text-small {
  font-family: Gilroy, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.heading-product.text-small.custom-color-defit {
  color: var(--untitled-ui-primary900);
}

.heading-product.text-small.custom-color-escola-acai {
  color: #622f59;
}

.close-modal-cart {
  cursor: pointer;
  background-color: #0000000d;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 5px;
  padding-left: 12px;
  padding-right: 12px;
  display: none;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-modal-cart:hover {
  background-color: #0000001a;
}

.close-modal-cart:active {
  opacity: .8;
}

.text-block-product {
  width: 200px;
}

.bar-cart-mobile {
  display: none;
}

.section-cadastro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.section-cadastro.step-2, .section-cadastro.step-3, .section-cadastro.step-4 {
  opacity: 0;
  display: none;
}

.section-cadastro.learning {
  opacity: 1;
  display: flex;
}

.container-cadastro {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  display: flex;
  position: relative;
}

.container-cadastro.sucesso {
  text-align: center;
  align-items: center;
  width: 300px;
  font-size: 15px;
  line-height: 20px;
}

.container-cadastro.learning {
  text-align: center;
  align-items: center;
  width: 600px;
  font-size: 15px;
  line-height: 20px;
}

.input {
  z-index: 2;
  color: #000;
  background-color: #0000;
  border: 1px solid #0000001a;
  border-radius: 6px;
  align-items: center;
  width: 100%;
  height: 4em;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.input:focus {
  border-width: 2px;
  border-color: #1fb76c;
  padding-left: 15px;
}

.input.erro {
  border-width: 2px;
  border-color: #fd4052;
  position: static;
}

.input.ic {
  background-image: url('../images/safety.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

.text-block-362 {
  color: #2c4d51;
  text-align: center;
}

.field-label {
  color: #0009;
  background-color: #fff;
  align-self: flex-start;
  margin-left: 14px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
  position: absolute;
  top: 33%;
}

.field-label.erro {
  color: #fd4052;
  margin-left: 14px;
}

.input-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 solid #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 3em;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.div-block-38 {
  justify-content: center;
  margin-bottom: 25px;
  display: flex;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: #ec38721a;
  border-radius: 4px;
}

.error-message-field {
  color: #fd4052;
  margin-bottom: 16px;
  padding-left: 16px;
}

.lottie-animation-5 {
  max-width: 50px;
  max-height: 50px;
}

.success-message-2 {
  color: #0000;
  text-align: left;
  background-color: #fafcfd;
  border-radius: 6px;
  padding: 60px;
  line-height: 1.5;
}

.form-block-cadastro {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.form-block-cadastro.margin-top {
  margin-top: 24px;
}

.heading-cadastro {
  font-family: Roboto, sans-serif;
  font-size: 24px;
}

.buttons-form {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  display: flex;
}

.buttons-form.first {
  justify-content: flex-end;
}

.buttons-form.add-logo {
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin-top: 32px;
}

.buttons-form.login {
  justify-content: flex-start;
  margin-top: 24px;
}

.step {
  color: #0009;
  margin-bottom: 10px;
}

.dropdown-form {
  width: 100%;
}

.dropdown-list-form-cadastro {
  border: 1px none var(--gray-10);
  background-color: var(--white);
  border-radius: 6px;
  max-height: 165px;
  padding: 10px 8px;
  display: none;
  overflow: auto;
  box-shadow: 0 2px 6px #0000001a;
}

.dropdown-list-form-cadastro.w--open {
  z-index: 10;
  top: 60px;
}

.drop-link-cadastro {
  padding-left: 12px;
  padding-right: 12px;
}

.drop-link-cadastro:hover {
  background-color: #0000000a;
  border-radius: 4px;
}

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

.resumo-carrinho {
  border: 1px solid #0000001a;
  border-radius: 6px;
  align-self: flex-start;
  width: 100%;
  margin-top: 24px;
  padding: 20px;
  box-shadow: 0 2px 6px #0000001a;
}

.chips {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: block;
}

.chips.pay {
  margin-bottom: 20px;
}

.action-chip {
  cursor: pointer;
  background-color: #0000000a;
  border: 1px #0000001a;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.action-chip:hover {
  background-color: #0000000d;
}

.action-chip:active {
  opacity: .8;
}

.action-chip.outlined {
  background-color: #0000;
  border-style: solid;
  justify-content: center;
  padding-top: 3px;
  display: inline-block;
}

.action-chip.outlined.margin-left-10 {
  margin-bottom: 10px;
  margin-right: 10px;
}

.action-chip.outlined.margin-left-10.card {
  color: #1fb76c;
  background-color: #1fb76c29;
  border-style: solid;
  border-color: #0000;
  font-weight: 500;
}

.action-chip.outlined.margin-left-10.boleto {
  font-weight: 500;
}

.dados {
  width: 100%;
}

.infos-pay {
  width: 100%;
  margin-top: 20px;
}

.text-span-5 {
  color: #00000080;
  font-size: 14px;
}

.loading {
  background-color: var(--primary-1);
  border-radius: 30px;
  width: 44px;
  height: 44px;
}

.container-loading {
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.empty-cart {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.heading-empty-cart {
  text-align: center;
  line-height: 20px;
}

.block-logo {
  border-bottom-style: none;
  margin-bottom: 24px;
}

.block-logo.margin-bottom {
  margin-bottom: 44px;
}

.button-add-logo {
  border: 1px dashed var(--primary-1);
  opacity: 1;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: all .2s;
  display: flex;
}

.button-add-logo:hover {
  background-color: #1fb76c0a;
}

.block-add-logo {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.button-pular {
  margin-top: 16px;
}

.hello {
  margin-bottom: 16px;
}

.heading-videos {
  margin-top: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.block-videos {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.block-links-learning {
  margin-top: 24px;
}

.button-new {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1fb76c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  height: 44px;
  padding-top: 2px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.button-new:hover {
  background-image: linear-gradient(#00000014, #00000014);
}

.button-new:active {
  opacity: .8;
  background-image: linear-gradient(#00000052, #00000052);
}

.button-new:focus {
  background-image: linear-gradient(#0000003d, #0000003d);
}

.button-new.outlined {
  color: #000;
  background-color: #fff;
  border: 1px solid #0000001a;
}

.button-new.outlined:hover {
  background-image: linear-gradient(#0000000a, #0000000a);
}

.button-new.outlined:active {
  background-image: linear-gradient(#00000029, #00000029);
}

.button-new.outlined.border-radius-100 {
  border-radius: 100px;
}

.block-button-central {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.youtube {
  border-radius: 6px;
}

.link-reset-password {
  border-bottom-style: none;
  font-size: 14px;
  text-decoration: underline;
}

.container-login {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  display: flex;
}

.section-login {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.heading-login {
  font-family: Roboto, sans-serif;
  font-size: 24px;
}

.form-block-login {
  width: 100%;
  margin-bottom: 0;
}

.form-block-login.margin-top {
  margin-top: 24px;
}

.div-block-novo-cadastro {
  border-top: 1px solid #0000001a;
  width: 100%;
  margin-top: 32px;
  padding-top: 32px;
}

.div-block-buttom {
  width: 50%;
}

.div-block-buttom.width-full {
  width: 100%;
}

.buttom-pontuador {
  width: 50%;
}

.buttom-pontuador.margin-top {
  margin-top: 0;
  margin-left: 12px;
}

.image-buttom-pontuador {
  margin-right: 12px;
}

.overlay-reset-password {
  z-index: 1000;
  opacity: 0;
  background-color: #000c;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.heading-password {
  text-align: left;
  font-family: Roboto, sans-serif;
}

.container-password {
  background-color: var(--white);
  border-radius: 6px;
  width: 600px;
  position: relative;
}

.radio-buttom {
  border: 1px solid #0000001a;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.radio-buttom.w--redirected-checked {
  border-color: var(--primary-1);
}

.radio-buttom.w--redirected-focus {
  box-shadow: none;
}

.radio-buttom-label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.radio-buttom-field {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.color-60 {
  color: #0009;
}

.color-60.size-14 {
  font-size: 14px;
}

.price-plataform-card {
  margin-top: 10px;
}

.text-span-7 {
  color: var(--primary-1);
  font-weight: 500;
}

.color-green {
  color: var(--primary-1);
  font-weight: 700;
}

.margin-top-20, .block-prices-plataforma {
  margin-top: 20px;
}

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

.heading-recursos {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}

.off-green {
  color: var(--primary-1);
  font-size: 13px;
}

.loading-block {
  z-index: 1000;
  background-color: var(--white);
  opacity: .9;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tag-planos {
  display: none;
}

.link-tag-planos {
  cursor: default;
}

.div-block-41 {
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.spinner-button {
  background-color: var(--white);
  border-radius: 100px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.form-active {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form-active.desktop {
  flex: 1;
  display: none;
}

.form-active.mobile {
  display: none;
}

.block-form-active {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: none;
}

.top-card-cta {
  margin-bottom: 32px;
}

.image-top-lp-left {
  width: 350px;
}

.form-mobile-html-embed {
  display: none;
}

.form-desktop-html-embed {
  margin-top: -30px;
  margin-bottom: 0;
}

.hide {
  display: none;
}

.embed-form-active-cta-blog {
  margin-bottom: 0;
  margin-left: -20px;
  display: flex;
}

.text-block-364 {
  color: var(--success);
  background-color: #1fb76c1a;
  border-radius: 6px;
  margin-top: 16px;
  padding: 12px;
  font-weight: 400;
}

.text-span-8 {
  text-decoration: underline;
}

.heading-hero {
  font-size: 50px;
}

.heading-hero.text-white {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.grid-icons-3-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-icon {
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
}

.image-icon.icon-large {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
}

.box-icon {
  background-color: #1fb76c1a;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
  padding: 6px;
  display: flex;
}

.text-card-small {
  color: #0009;
  font-size: 13px;
  line-height: 18px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: -10px;
  padding: 20px 10px;
}

.grid.cards-mobile {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  overflow: auto;
}

.image-brand {
  width: 120px;
  min-width: 120px;
  height: 46px;
  min-height: 46px;
}

.paragraph {
  color: var(--white);
}

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

.top-space-small {
  margin-top: 24px;
  display: inline-block;
}

.content-left {
  direction: ltr;
  color: var(--white);
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
  position: relative;
}

.bg-overlay-70-e-linear {
  background-image: linear-gradient(to right, #000, #fff0);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.box-icon-large {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
  padding: 6px;
  display: flex;
}

.centered-container-footer {
  z-index: 1;
  color: var(--white);
  text-align: center;
  flex: 1;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-width-small-paragraph-hero {
  direction: ltr;
  flex: none;
  width: 400px;
  font-weight: 400;
  position: relative;
}

.text-span-11 {
  color: var(--primary-1);
}

.obs-planos {
  text-align: center;
  margin-top: 20px;
}

.form-licenciamento-solu-es-wb {
  display: none;
}

.h6-small-14 {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.div-block-1162 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.overlay-wpp {
  z-index: 1001;
  opacity: 0;
  background-color: #000c;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all .2s;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.div-block-1164 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.div-block-1164.col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 88px;
  padding-bottom: 44px;
}

.div-block-1164.col-4.alloyfriday2022 {
  display: flex;
}

.div-block-1164.col-4.hide {
  display: none;
}

.div-block-1165 {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.div-block-1166 {
  padding-top: 30px;
}

.text-block-366 {
  color: #0009;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 18px;
}

.aviso-bg-gray {
  color: var(--black);
  background-color: #0000000f;
  border-radius: 6px;
  margin-top: 16px;
  padding: 12px;
  font-weight: 400;
}

.text-block-367 {
  margin-bottom: 10px;
}

.tag-plano-mais-vendido {
  background-color: var(--success);
  color: var(--white);
  text-align: center;
  border-radius: 4px 4px 0 0;
  justify-content: center;
  align-items: center;
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  inset: -23px 0% auto;
}

.tag-plano-mais-vendido.bg-green {
  background-color: var(--spring-green);
  color: var(--black);
}

.tag-plano-mais-vendido.custom-color-defit {
  background-color: var(--untitled-ui-primary900);
}

.tag-plano-mais-vendido.custom-color-escola-acai {
  background-color: #b262ab;
}

.div-block-1167 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.heading-2 {
  margin-bottom: 24px;
  font-family: Gilroy, Arial, sans-serif;
  font-weight: 700;
}

.html-embed-template-canva {
  width: 300px;
}

.html-embed-template-canva.page-modelo {
  width: 500px;
}

.div-block-1168 {
  display: inline-block;
}

.div-block-template-canva {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  display: flex;
  position: relative;
}

.div-block-template-canva.page-modelo {
  width: 100%;
}

.block-qr-code-exemple {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-1170 {
  background-color: var(--white);
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 2px 6px #0000001a;
}

.div-block-1171 {
  padding-top: 20px;
  display: inline-block;
}

.image-qrcode-example {
  border-radius: 6px;
}

.div-block-1172 {
  padding-bottom: 10px;
  font-weight: 500;
}

.start-overlay {
  z-index: 10;
  background-color: var(--white);
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 96px;
  transition: all .2s;
  display: none;
  position: fixed;
  inset: 0%;
}

.heading-banner-aviso {
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.banner-aviso {
  color: var(--primary-1);
  background-color: #1fb76c1a;
  border-radius: 10px;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.paragraph-2 {
  color: var(--primary-1);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.heading-3 {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

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

.heading-3.custom-size {
  margin-bottom: 0;
  font-size: 32px;
}

.tiles-hero {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  min-height: 85vh;
  display: grid;
  position: relative;
}

.tile-business {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Header_p195161gina_principal_-_Alloy.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.h1-hero {
  color: var(--black);
  font-size: 64px;
  line-height: 1.1;
}

.h1-hero.text-white {
  color: var(--white);
}

.div-block-1272 {
  flex-direction: column;
  align-items: center;
  width: 60%;
  display: flex;
}

.drop-link {
  display: flex;
}

.drop-link.align-center {
  align-items: center;
}

.margin-left {
  margin-left: 10px;
}

.margin-left.rotate {
  transform: rotate(-45deg);
}

.margin-left.rotate.icon-arrow {
  width: 24px;
  height: 24px;
}

.heading-4 {
  font-family: Roboto, sans-serif;
}

.imagem-section {
  margin-top: -300px;
  position: relative;
  top: 220px;
}

.image-square {
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 10px;
  width: 600px;
  height: 600px;
}

.image-square.fit-center {
  object-position: 50% 50%;
}

.image-square.fit-center.custom-size {
  width: 500px;
  height: 500px;
}

.subheading-2 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.subheading-2.custom-color {
  color: var(--blue-violet);
}

.subheading-2.color-white {
  color: var(--white);
}

.div-block-1286 {
  width: 100%;
}

.div-block-1288 {
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.div-block-1289 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.testimonial-section {
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
  overflow: hidden;
}

.slide {
  background-color: #fff;
  border: 1px #4689d733;
  border-radius: 15px;
  margin-right: 50px;
  padding: 0;
  overflow: hidden;
}

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

.span-loop-word-1 {
  color: var(--primary-1);
  display: inline-block;
}

.span-loop-word-2, .span-loop-word-3 {
  color: var(--primary-1);
  display: none;
}

.bold-text {
  text-decoration: line-through;
}

.div-block-1290 {
  display: inline-block;
}

.div-block-1291 {
  background-color: var(--white);
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.bar-indicado {
  background-color: var(--blue-violet);
  color: #fffc;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  margin-top: -20px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.div-block-1292 {
  flex: 1;
  align-items: center;
  display: flex;
}

.div-block-1293 {
  align-items: center;
  display: flex;
}

.text-block-368 {
  padding-left: 10px;
  padding-right: 10px;
}

.image-3 {
  min-width: 50px;
  min-height: 44px;
  max-height: 50px;
}

.text-block-369 {
  text-align: center;
  width: 100%;
  padding: 10px;
}

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

.text-block-370 {
  text-align: center;
  background-color: #0000001a;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 100%;
  padding: 10px;
  display: block;
}

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

.bold-text-2 {
  text-decoration: underline;
}

.black-friday {
  background-color: var(--black);
  color: var(--white);
}

.text-block-371 {
  background-color: #fff3;
  border-radius: 6px;
  margin-top: 20px;
  padding: 10px 16px;
  font-weight: 500;
  display: inline-block;
}

.text-span-14 {
  color: var(--spring-green);
}

.swiper-slide {
  flex: none;
}

.swiper-slide.auto-height-item {
  flex: none;
  width: 100%;
}

.swiper-wrapper {
  flex: none;
  display: block;
}

.swiper-wrapper.auto-height-list {
  align-items: center;
  width: 100%;
  display: flex;
}

.auto-height-slider-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 680px;
  display: flex;
  position: relative;
}

.auto-height-swiper {
  border-radius: 12px;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.slider-button-right {
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-color: #dee3ff;
  background-image: url('../images/Group.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 100px;
  width: 56px;
  height: 56px;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-right:hover {
  color: #fff;
  background-color: #c7cfff;
  background-position: 60%;
}

.slider-button-right:active {
  background-color: #657cff;
}

.slider-button-right.auto-height-button-right {
  background-color: var(--white);
  color: var(--black);
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  box-shadow: 0 2px 6px #0003;
}

.auto-height-buttons-wrapper {
  position: static;
}

.slider-button-left {
  color: #7e3d5d;
  text-align: center;
  cursor: pointer;
  background-color: #dee3ff;
  background-image: url('../images/Group-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
}

.slider-button-left:hover {
  color: #fff;
  background-color: #c7cfff;
  background-position: 40%;
}

.slider-button-left:active {
  background-color: #657cff;
}

.slider-button-left.auto-height-button-left {
  background-color: var(--white);
  color: var(--black);
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  box-shadow: 0 2px 6px #0003;
}

.container-3 {
  width: 100%;
  max-width: 1328px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

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

.auto-height-content {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
  overflow: hidden;
}

.auto-height-slider-paragraph {
  color: #0009;
  margin-bottom: 32px;
  font-size: 20px;
}

.auto-height-testimonial-info {
  align-items: center;
  display: flex;
}

.auto-height-author-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.label-big {
  color: #657cff;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.1em;
}

.label-big.margin-bot-xxs {
  color: var(--black);
  margin-bottom: 10px;
}

.company-name {
  color: #1a242c99;
  font-size: 16px;
  line-height: 1em;
}

.div-block-1298 {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.div-block-1299 {
  background-color: var(--white);
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 480px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-1300 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  padding-top: 20px;
  display: flex;
}

.pricing-two {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  display: grid;
}

.div-block-1302 {
  padding-left: 10px;
}

.div-block-1303 {
  padding-right: 10px;
}

.div-block-1304 {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.text-block-372, .text-block-373 {
  color: var(--black);
  font-weight: 500;
}

.div-block-1305 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-1306 {
  background-color: var(--primary-1);
  color: var(--white);
  text-align: center;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 0%;
}

.image-play {
  margin-bottom: 3px;
  margin-right: 10px;
}

.div-block-1307 {
  display: none;
}

.link {
  border-style: none none dotted;
  border-width: 1px;
  border-color: black black var(--success);
  font-weight: 500;
  text-decoration: none;
}

.div-block-1309 {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-1312 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.div-block-1313 {
  display: inline-block;
}

.div-block-1314 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.mask-2 {
  width: 800px;
  height: 150px;
}

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

.image-integration {
  width: 100px;
  height: 100px;
}

.font-size-18 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.font-size-18.no-margin {
  margin-bottom: 0;
}

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

.container-modal-wpp {
  background-color: var(--white);
  border-radius: 6px;
  width: 400px;
  position: relative;
}

.div-block-1317 {
  width: 400px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-4 {
  width: 100%;
}

.image-69 {
  object-fit: cover;
  width: 835px;
  height: 418px;
}

.slide-3 {
  width: 835px;
  height: 418px;
}

.mask-3 {
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 2px 6px #0000001a;
}

.div-block-1318 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-1319 {
  color: var(--success);
  background-color: #1fb76c1a;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  line-height: 16px;
  display: flex;
}

.text-block-389 {
  font-weight: 700;
}

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

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

.overlay-planos {
  z-index: 1000;
  opacity: 0;
  background-color: #000c;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.div-block-1320 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-1321 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-390 {
  font-weight: 500;
}

.text-block-391 {
  color: #000000b3;
  font-size: 14px;
  line-height: 20px;
}

.text-block-392 {
  color: #0009;
  margin-top: 20px;
  font-size: 13px;
  line-height: 18px;
}

.overlay-planos-com-suporte {
  z-index: 1000;
  opacity: 0;
  background-color: #000c;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.text-block-393 {
  margin-bottom: 20px;
}

.overlay-plano-gratis-com-suporte, .overlay-plano-liberdade-com-suporte {
  z-index: 1000;
  opacity: 0;
  background-color: #000c;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.div-block-1322 {
  align-items: center;
  display: flex;
}

.text-block-395 {
  color: #0009;
}

.div-block-1324 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.card-top-overlay {
  color: #000;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 66px;
  padding: 12px 10px 12px 20px;
  display: flex;
}

.form-7 {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-7017 {
  padding: 10px 20px 20px;
}

.field-label-2 {
  background-color: #fff;
  border-radius: 4px;
  align-self: flex-start;
  margin-left: 14px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
  position: absolute;
  top: 32%;
}

.div-block-1567 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overlay-conta-existente {
  z-index: 1000;
  opacity: 0;
  background-color: #000c;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  transition: all .2s;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.container-card-overlay-conta-existente {
  background-color: #fff;
  border-radius: 6px;
  width: 450px;
  position: relative;
}

.heading-choose-order {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.close-modal-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.image-circle-button-2 {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}

.input-wrap-2 {
  background-color: #fff;
  border: 0 solid #000;
  flex-direction: row;
  width: 100%;
  min-height: 3em;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.input-wrap-2.margin-bottom {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
}

.div-block-7018 {
  opacity: 0;
  border-top: 1px solid #0000001a;
  margin-top: 20px;
  padding-top: 20px;
  display: none;
}

.text-block-396 {
  font-size: 16px;
  line-height: 20px;
}

.div-block-7022 {
  margin-top: 20px;
  display: inline-block;
}

.text-block-397 {
  width: 350px;
}

.text-span-15 {
  color: var(--success);
}

.link-block {
  border-bottom-style: none;
}

.nav-link_wrapper {
  align-self: center;
  align-items: stretch;
  display: flex;
}

.nav_container {
  z-index: 1;
  color: var(--black);
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.social-icon-2 {
  width: 24px;
  height: 24px;
}

.social-icon-2:hover {
  color: var(--success);
}

.nav_wrapper {
  z-index: 9999;
  font-size: 1rem;
  line-height: 1.7;
  position: sticky;
  inset: 0% 0% auto;
}

.social-icon_list {
  grid-column-gap: 16px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.nav {
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #e4e4e4;
  font-size: 1rem;
  line-height: 1.7;
}

.social-icon_list-item-link {
  color: var(--black);
  border-bottom-style: none;
  align-items: flex-start;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.social-icon_list-item-link:hover {
  color: var(--success);
}

.social-icon_list-item-link:focus-visible, .social-icon_list-item-link[data-wf-focus-visible] {
  color: #7056f5;
  outline-style: none;
}

.social-icon_list-item {
  color: var(--black);
  margin-bottom: 0;
}

.link-item {
  border-bottom: 1px solid #e4e4e4;
}

.link-item:last-child {
  border-bottom: 1px #000;
}

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

.section-4.cc-links {
  padding-top: 60px;
}

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

.container-4.cc-link-list {
  width: 100%;
  max-width: 600px;
  margin-bottom: 0;
  padding-bottom: 60px;
  transition: all .2s;
}

.link-item-wrapper {
  color: var(--black);
  cursor: pointer;
  border: 1px solid #0000001a;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.link-item-wrapper:hover {
  color: var(--success);
}

.link-item-wrapper.margin-bottom {
  margin-bottom: 20px;
}

.link-item-wrapper.margin-bottom.bg-purple {
  outline-offset: 2px;
  color: #8322dc;
  background-color: #8322dc1a;
  border-radius: 10px;
  outline: 2px solid #8322dc;
  display: flex;
}

.link-item-wrapper.margin-bottom.bg-purple.lojas {
  width: 100%;
  display: flex;
}

.link-item-wrapper.margin-bottom.bg-purple.hide {
  display: none;
}

.link-item-wrapper.margin-bottom.bg-purple.padding-small {
  padding: 10px;
  display: flex;
}

.link-item-wrapper.margin-bottom.bg-purple.padding-small.hide {
  display: none;
}

.link-item-wrapper.margin-bottom.bg-black {
  border-width: 2px;
  border-color: var(--black);
  background-color: var(--white);
  box-shadow: 0 2px 5px 0 var(--success);
  outline-color: var(--black);
  outline-offset: 2px;
  color: var(--black);
  border-radius: 10px;
  outline-width: 2px;
  outline-style: none;
  display: flex;
}

.link-item-wrapper.margin-bottom.bg-black.lojas {
  width: 100%;
  display: flex;
}

.link-item-wrapper.margin-bottom.bg-black.hide {
  display: none;
}

.link-item-wrapper.margin-bottom.bg-black.padding-small {
  padding: 10px;
  display: block;
}

.link-item-wrapper.margin-bottom.bg-black.padding-small.hide {
  display: block;
}

.div-block-7024 {
  width: 90%;
  padding-right: 20px;
}

.link-arrow {
  flex: none;
  width: 16px;
  height: 16px;
}

.text-block-398 {
  font-weight: 500;
}

.body-link-bio {
  background-color: var(--white);
  color: var(--black);
  padding: 0;
}

.heading-8 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.div-block-7025 {
  color: #000c;
  margin-bottom: 20px;
  font-size: 16px;
}

.nav_container-center {
  z-index: 1;
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.text-block-399 {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
}

.text-span-16 {
  color: var(--success);
  font-weight: 500;
}

.div-block-7027 {
  z-index: 0;
  background-color: #f5f5f5;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: 35% auto 0% -1%;
  transform: rotate(45deg);
}

.div-block-7028 {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-block-401 {
  color: #0009;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
}

.text-block-402 {
  color: #000000b3;
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
}

.text-span-17 {
  text-decoration: underline;
}

.bold-text-3 {
  font-size: 16px;
  font-weight: 500;
}

.text-span-18 {
  text-decoration: underline;
}

.promo-bar {
  background-color: var(--primary-2);
  color: var(--black);
  text-align: center;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 16px;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.text-block-404 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-7029 {
  background-color: var(--white);
  border: 1px #0000001a;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  padding: 30px;
  display: flex;
  box-shadow: 0 2px 6px #0000001a;
}

.text-block-405 {
  font-weight: 500;
}

.form-8, .div-block-7030 {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.radio-button-field-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio-button-2 {
  box-shadow: none;
  background-color: #0000000d;
  border-style: none;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-top: 10px;
  margin-left: -20px;
}

.radio-button-2.w--redirected-checked {
  background-color: #fff;
  border-style: solid;
  border-color: #1fb76c;
  margin-top: 10px;
}

.radio-button-label-3 {
  margin-bottom: 0;
  padding-top: 13px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 18px;
}

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

.text-block-406 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-7035 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-7036 {
  width: 350px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-7037 {
  margin-top: 20px;
  display: inline-block;
}

.div-block-7038 {
  grid-column-gap: 6px;
  color: var(--white);
  border-bottom-style: none;
  align-items: center;
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.icon-svg {
  flex: none;
  width: 16px;
  height: 16px;
}

.icon-svg.cc-featured {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding-top: 0;
  display: flex;
}

.icon-svg.cc-featured.rotate-45 {
  transform: rotate(-45deg);
}

.text-span-19 {
  text-decoration: underline;
}

.text-block-409 {
  color: #0009;
}

.div-block-7039 {
  background-color: var(--success);
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  width: 600px;
  height: 600px;
  display: flex;
}

.margin-botton {
  margin-bottom: 20px;
}

.div-block-7040 {
  grid-row-gap: 10px;
  text-align: center;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 380px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-73 {
  outline-offset: 1px;
  border-radius: 100px;
  outline: 2px solid #131316;
  width: 100px;
  height: 100px;
}

.heading-10 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
}

.text-block-410 {
  color: #000c;
}

.div-block-7042 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 36px;
  display: flex;
}

.div-block-7043 {
  grid-column-gap: 10px;
  color: var(--white);
  background-color: #0038ff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px;
  padding: 16px;
  display: none;
  position: relative;
  overflow: hidden;
}

.text-block-412 {
  color: var(--medium-spring-green-2);
  font-weight: 700;
}

.div-block-7044 {
  z-index: 1;
  position: relative;
}

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

.div-block-7045 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-75 {
  width: 800px;
  height: 404px;
}

.text-span-21 {
  color: var(--success);
}

.f-logo-carousel-wrap {
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  min-height: 104px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-logo-group {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.f-logo-cell {
  background-color: var(--white);
  opacity: .6;
  filter: grayscale();
  cursor: none;
  border-bottom-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 0;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell:hover {
  background-color: #e4e6f1;
}

.f-logo-cell.logos-integration {
  border-bottom-style: none;
  border-radius: 0;
}

.f-logo-cell.logos-integration:hover {
  background-color: #0000;
}

.f-logo-cell.segments {
  border-bottom-style: none;
  border-radius: 0;
}

.f-logo-cell.segments:hover {
  background-color: #0000;
}

.f-logo-gradient-r {
  z-index: 5;
  background-image: linear-gradient(267deg, #fff, #fff 21%, #ffffffa3 51%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.a-section-large {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.a-section-large.segmentos {
  padding-top: 40px;
  padding-bottom: 10px;
}

.f-logo-css {
  display: none;
}

.f-logo-carousel {
  flex: none;
  display: flex;
}

.f-logo-gradient-l {
  z-index: 5;
  background-image: linear-gradient(to right, #fff, #fff 25%, #ffffffba 60%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-logos-carousel {
  border-radius: 100px;
}

.uui-testimonial15_client-image-wrapper {
  opacity: .6;
  filter: grayscale();
  margin-right: .75rem;
}

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

.uui-testimonial15_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.uui-testimonial15_arrow {
  color: #0009;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  inset: auto 30px 0% auto;
}

.uui-testimonial15_arrow:hover {
  background-color: #f9fafb;
}

.uui-testimonial15_arrow.left {
  color: #0009;
  right: 100px;
}

.a-section-testimonial {
  padding-left: 30px;
  overflow: hidden;
}

.a-width-100 {
  text-align: center;
  width: 100%;
  padding-right: 30px;
}

.uui-testimonial15_client-heading {
  color: #101828;
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-heading-xxsmall-2 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-2.text-weight-medium {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.uui-testimonial15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.uui-testimonial15_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-testimonial15_rating-wrapper {
  align-items: center;
  display: flex;
}

.a-padding-vertical {
  padding-top: 40px;
  padding-bottom: 40px;
}

.uui-testimonial15_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 2px solid var(--black);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.uui-testimonial15_rating-icon {
  color: #fec84b;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.section-depoimentos {
  color: #000;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 40px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.uui-testimonial15_slide {
  padding-right: 2rem;
}

.uui-testimonial15_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.uui-testimonial15_component {
  background-color: #0000;
  height: auto;
  margin-top: 24px;
  padding-bottom: 5rem;
  padding-right: 20px;
  position: relative;
}

.uui-text-size-small-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.text-block-414 {
  background-color: var(--black);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}

.text-block-414.hide {
  display: block;
}

.div-promo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.div-promo.visible {
  display: none;
}

.text-span-26 {
  color: var(--medium-spring-green-2);
  font-weight: 500;
}

.text-block-415 {
  color: #fff;
  background-color: #0038ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}

.text-block-415.hide {
  display: none;
}

.banner-content-free {
  width: 558px;
  height: 205px;
}

.html-audio-player-embed {
  margin-bottom: 18px;
  display: none;
}

.text-block-416 {
  margin-bottom: 10px;
}

.materiais {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.topo-materiais {
  color: var(--black);
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.topo-materiais.small-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-icon-regular {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-navigation-social-link {
  color: var(--flowui-component-library-gray-900);
  border-bottom-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-navigation-social-link:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-navigation-socials-wrapper {
  grid-column-gap: 16px;
  border-left: 1px solid #0000001a;
  justify-content: flex-start;
  align-items: center;
  padding-left: 18px;
  display: flex;
}

.f-navigation-logo-link, .f-navigation-logo-link.w--current {
  border-bottom-style: none;
}

.f-navigation-link-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  padding: 0 0%;
  display: flex;
}

.div-block-7047 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.collection-item-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.empty-state-2 {
  color: #0009;
  text-align: center;
  background-color: #0000000f;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  display: block;
}

.f-dropdown-link {
  color: var(--black);
  letter-spacing: -.01em;
  border-bottom-style: none;
  border-radius: 4px;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.f-dropdown-link:hover {
  background-color: #0000000a;
}

.f-dropdown-link:focus {
  background-color: #0000000f;
}

.f-dropdown-link.w--current {
  color: var(--primary-1);
  font-weight: 500;
}

.f-dropdown-wrap {
  z-index: 999;
  background-color: #fff;
  height: auto;
  padding: 8px;
}

.f-dropdown-list.w--open {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px #0000001a;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.f-dropdown-icon-l {
  color: var(--black);
  margin-right: 16px;
  font-size: 14px;
}

.f-dropdown-toggle {
  border: 2px solid var(--black);
  color: var(--black);
  border-radius: 100px;
  justify-content: space-between;
  width: 100%;
  padding: 12px 16px;
  transition: border-color .3s;
  display: inline-block;
}

.f-dropdown-toggle:hover {
  color: var(--black);
}

.f-dropdown {
  width: 100%;
  max-width: 180px;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

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

.text-block-417 {
  color: #00000080;
  text-align: right;
  margin-top: -10px;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 16px;
}

.text-block-418 {
  color: #0038ff;
}

.a-breadcrumb-link {
  color: var(--black);
  letter-spacing: -.02em;
  border-bottom-style: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.a-breadcrumb-link:hover {
  color: #000000b3;
}

.a-breadcrumb-link.w--current {
  color: var(--success);
}

.a-breadcrumb-seperator {
  color: #0000004d;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-breadcrumb-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.breadcrumb {
  border-top: 1px #0000001a;
  border-bottom: 1px solid #0000001a;
  padding: 10px;
}

.a-header-image {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 64px;
  margin-bottom: 64px;
}

.a-header-image.no-margin-bottom {
  margin-bottom: 0;
}

.a-header-image.no-margins {
  margin-top: 0;
}

.a-header-image.margin-top-20 {
  margin-top: 20px;
  margin-bottom: 0;
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.a-header-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.a-header-button-wrapper.space {
  margin-top: 30px;
  margin-bottom: 20px;
}

.a-header-button-wrapper.space-top-buttons {
  margin-top: 40px;
}

.a-header-button-wrapper.align-center-margin-top-20 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.a-paragraph-regular.color-white {
  color: #ffffffe6;
}

.a-paragraph-regular.left-mobile {
  text-align: center;
}

.a-paragraph-regular.margin-top-20.max-width {
  max-width: 500px;
}

.a-span-underline {
  border-bottom: 6px solid var(--primary-1);
  color: var(--primary-1);
}

.a-h1-heading {
  color: var(--black);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.1;
}

.a-h1-heading.max-width {
  max-width: 700px;
}

.a-margin-bottom-48 {
  margin-bottom: 24px;
}

.a-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-detail-small.a-text-color-primary {
  color: var(--black);
}

.a-detail-small.color-white {
  color: var(--white);
}

.a-text-color-primary {
  color: var(--alley-component-library-blue--900);
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-title-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-title-wrap-center.a-max-width-large {
  max-width: 50rem;
}

.a-title-wrap-center.a-max-width-large.a-margin-bottom-60 {
  margin-bottom: 60px;
}

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

.a-container-regular.no-max {
  max-width: none;
}

.a-container-regular.padding-section-depoimentos {
  padding-left: 40px;
  padding-right: 40px;
}

.a-section-header {
  padding-top: 100px;
  position: relative;
}

.a-section-header.header-small {
  justify-content: center;
  align-items: center;
  padding-bottom: 120px;
  display: block;
}

.a-section-header.small-header-partners {
  margin-bottom: 60px;
  padding-top: 60px;
}

.a-section-header.custom-paddings {
  justify-content: center;
  align-items: center;
  padding-top: 44px;
  padding-bottom: 60px;
  display: block;
}

.uui-text-size-medium-2 {
  color: #131316cc;
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.fn-features-card {
  color: #ecf0ef;
  background-color: #0f1213;
  border: 1px solid #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
}

.fn-features-card:hover {
  color: #ecf0ef;
  border-color: #df0;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-heading-detail-small {
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.a-h2-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.a-h2-heading.color-white {
  color: var(--white);
}

.a-h2-heading.color-white.space-bottom-24, .a-h2-heading.space-bottom-heading {
  margin-bottom: 24px;
}

.a-h2-heading.left-mobile {
  text-align: center;
}

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

.a-cta-text-wrapper-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-section-regular {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
}

.a-section-regular.custom-bg {
  background-color: var(--primary-1);
  border-radius: 10px;
  margin-top: 72px;
  margin-bottom: 72px;
}

.a-section-regular.custom-bg.custom-color {
  background-color: var(--blue-violet);
}

.a-section-regular.custom-bg.custom-color.no-margin-botton {
  margin-bottom: 0;
}

.a-section-regular.custom-bg.padding-40 {
  padding: 40px;
}

.a-section-regular.custom-bg-gray {
  background-color: #1313160a;
  border-radius: 10px;
  margin-top: 28px;
  margin-bottom: 28px;
}

.a-section-regular.custom-bg-black {
  background-color: var(--black);
  border-radius: 10px;
  margin-top: 72px;
  margin-bottom: 72px;
}

.a-section-regular.bg-white.border-radius {
  margin-left: auto;
  margin-right: auto;
}

.a-section-regular.custom-bg-black {
  background-color: var(--black);
  color: var(--white);
  border-radius: 10px;
  margin-top: 28px;
  margin-bottom: 28px;
}

.a-section-regular.custom-bg-black.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.a-section-regular.padding-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.a-section-regular.white-lines {
  border: 1px solid #ffffff1a;
  border-radius: 10px;
}

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

.a-content-image-wrapper-large {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: 500px;
  overflow: hidden;
}

.a-content-image-wrapper-large.no-height {
  height: auto;
}

.a-content-image-wrapper-large.shadow-small.border {
  border: 2px solid #000;
  height: auto;
}

.a-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.a-button-wrapper.space-small-top {
  margin-top: 24px;
}

.a-text-regular {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.a-content-list-item {
  grid-column-gap: 16px;
  color: var(--flowui-component-library-gray-900);
  align-items: center;
  display: flex;
}

.a-content-list-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
}

.a-margin-bottom-12 {
  margin-bottom: 12px;
}

.a-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.a-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.icon-small {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-small.color-green {
  color: var(--primary-1);
}

.icon-small.ifood {
  width: auto;
}

.icon-small.custom-color-defit {
  color: var(--untitled-ui-primary900);
}

.icon-small.custom-color-escola-acai {
  color: #b262ab;
}

.icon-small.custom-color-wagner-barreto {
  color: var(--success);
}

.icon-small.color-white {
  color: var(--white);
}

.icon-featured-outline-large {
  color: var(--black);
  background-color: #0000;
  border: 1px #0000001a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-featured-outline-large.with-bg {
  background-color: #1fb76c1a;
  border-radius: 6px;
}

.icon-featured-outline-large.with-bg.space-bottom-icon {
  margin-bottom: 16px;
}

.icon-featured-outline-large.with-bg.space-bottom-icon.circle-bg {
  border-radius: 100px;
}

.icon-featured-outline-large.with-bg.space-bottom-icon.custom-color {
  background-color: #963eff33;
}

.icon-featured-outline-large.with-bg.space-bottom-icon.bg-white {
  background-color: #ffffff1a;
}

.icon-featured-outline-large.with-bg.space-bottom-icon.bg-white.no-auto-spacing {
  margin-left: 0;
}

.icon-featured-outline-large.with-bg.space-bottom-icon.bg-font-white {
  color: var(--white);
  background-color: #ffffff1a;
  flex: 0 auto;
  margin-left: 0;
}

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

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

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

.item.vertical {
  padding-left: 20px;
  padding-right: 20px;
}

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

.item.sizing-grow {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-item-feature {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 60px;
  display: grid;
}

.list-item-feature.three-column.padding-top-20 {
  margin-top: 20px;
}

.list-item-feature.five-column {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.list-item-feature.four-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.list-item-feature.six-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1000px;
}

.list-item-feature._6-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.uui-faq01_answer {
  overflow: hidden;
}

.accordion-icon_vertical-line {
  background-color: var(--black);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--black);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon_component {
  border: 2px solid var(--black);
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-faq01_icon-wrapper {
  color: var(--untitled-ui-primary600);
}

.uui-faq01_heading {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-faq01_question {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_accordion {
  border-bottom: 1px solid #1313161a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.faq_component {
  margin-top: 4rem;
}

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

.a-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.a-image.border-6 {
  border-radius: 6px;
}

.a-image-wrapper {
  background-color: var(--untitled-ui-gray50);
  border-radius: 10px;
  width: 265px;
  height: 174px;
  margin-bottom: 1.5rem;
  transition: all .2s;
  position: relative;
}

.a-image-wrapper.border {
  border: 2px solid #000;
  box-shadow: 0 4px 6px #0000001a;
}

.a-image-wrapper.border:hover {
  transform: translate(0, -4px);
}

.a-image-wrapper.border.custom-width {
  width: 200px;
  height: auto;
}

.a-list-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.a-list-item.justify-space-between {
  justify-content: space-between;
}

.a-list-four {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

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

.text-block-419 {
  margin-top: 10px;
  font-size: 14px;
}

.text-block-420 {
  color: var(--primary-1);
  font-weight: 700;
}

.testimonial-quick {
  margin-top: 24px;
}

.subtitle-icon {
  color: #13131699;
}

.a-margin-bottom-32 {
  margin-bottom: 32px;
}

.small-heading-feature {
  text-align: center;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.small-heading-feature.a-margin-bottom-12 {
  margin-bottom: 12px;
}

.small-heading-feature.center-font-16-mobile {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.space-top {
  padding-top: 40px;
}

.space-bottom {
  padding-bottom: 60px;
}

.div-block-7049 {
  margin-top: 20px;
  display: inline-block;
}

.a-image-center {
  object-fit: cover;
  width: 40%;
  height: 100%;
}

.a-image-center.space-top-image {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.icon-image.space-bottom-image {
  margin-bottom: 20px;
}

.uui-text-size-small-3 {
  color: #131316b3;
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-icon-1x1-xsmall {
  color: var(--primary-1);
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-large {
  background-color: #1fb76c33;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  color: var(--primary-1);
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #1fb76c1a;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: Roboto, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.logo {
  flex-wrap: nowrap;
  width: auto;
  display: flex;
}

.uui-navbar05_menu-button {
  padding: 0;
}

.uui-navbar05_button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.uui-navbar05_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar05_link {
  color: var(--black);
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding: 20px 16px 10px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: all .3s;
}

.uui-navbar05_link:hover {
  color: #131316cc;
}

.uui-navbar05_link.w--current {
  color: var(--primary-1);
  border-bottom-style: none;
  text-decoration: underline;
}

.uui-navbar05_item-heading {
  color: var(--black);
  margin-bottom: .25rem;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.uui-navbar05_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-navbar05_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.uui-navbar05_icon-holder {
  flex: none;
}

.uui-navbar05_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-bottom-style: none;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar05_dropdown-link:hover {
  background-color: #1313160a;
}

.uui-navbar05_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar05_dropdown-link-list.hide-link {
  display: none;
}

.uui-navbar05_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.uui-navbar05_dropdown-content-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 20px;
  display: grid;
}

.uui-navbar05_dropdown-content {
  width: 100%;
  display: flex;
}

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

.uui-navbar05_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar05_dropdown-list.w--open {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin-top: 10px;
  position: absolute;
  inset: 64px 0% auto;
  overflow: hidden;
  box-shadow: 0 12px 16px -4px #00000014;
}

.uui-navbar05_dropdown-toggle {
  color: var(--black);
  align-items: center;
  height: 64px;
  padding: 20px 44px 20px 16px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.uui-navbar05_dropdown-toggle:hover {
  color: #131316cc;
}

.uui-navbar05_menu-dropdown {
  position: static;
}

.uui-navbar05_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar-logo {
  border: 1px #000;
  padding-left: 0;
}

.a-navbar {
  background-color: #fff;
  align-items: center;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 6px #0000001a;
}

.a-navbar.custom-black-friday {
  position: static;
}

.uui-button-icon-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: var(--black);
  white-space: nowrap;
  background-color: #0000;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: #131316cc;
  background-color: #0000000f;
  border-radius: 100px;
}

.uui-navbar03_bottom-bar-right-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
  position: relative;
}

.uui-navbar03_bottom-bar-left-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content minmax(max-content, 1fr);
  grid-auto-columns: 1fr;
  font-weight: 500;
  display: flex;
  position: relative;
}

.uui-navbar03_container-2 {
  background-color: #0000000a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 24px;
  display: flex;
}

.banner-rodape-fixo {
  z-index: 1000;
  background-color: var(--white);
  border-top: 1px solid #0000001a;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

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

.a-button-icon.margin-left-10 {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-left: 10px;
}

.a-button-link {
  grid-column-gap: .5rem;
  color: var(--primary-1);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.a-button-link:hover {
  color: #1fb76ccc;
}

.a-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.a-button-row.button-row-center {
  justify-content: center;
}

.a-button-row.button-row-center.a-margin-top-20 {
  margin-top: 20px;
}

.a-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.a-paragraph-large.color-white {
  color: var(--white);
}

.a-margin-bottom-8 {
  margin-bottom: 8px;
}

.f-header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.body-lp {
  background-color: #0000;
}

.nav-lp {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.header-lp {
  align-items: flex-start;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: none;
}

.header-left-lp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65%;
  height: 100%;
  padding: 60px 40px 40px;
  display: flex;
}

.header-right-lp {
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.card-form-lp {
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 6px #0000001a;
}

.content-form-lp {
  padding-top: 0;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-line {
  background-color: var(--black);
  width: 1px;
  height: 24px;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-logo-xs {
  width: 100px;
}

.f-footer-logo-mark {
  border-bottom-style: none;
}

.f-footer-basic {
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.a-section-header-lp {
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
}

.link-2 {
  color: #131316cc;
  border-bottom: 3px dotted #0009;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

.div-block-7050 {
  padding-top: 20px;
  position: sticky;
  top: 20px;
}

.badge-off-pricing {
  grid-column-gap: .375rem;
  color: var(--primary-1);
  white-space: nowrap;
  background-color: #1fb76c33;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: Roboto, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.badge-off-pricing.custom-color {
  background-color: #963eff33;
}

.pricing-tabs-content {
  overflow: visible;
}

.pricing-tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #13131699;
  background-color: #0000;
  border-bottom-style: none;
  border-radius: 100px;
  align-items: center;
  padding: .5rem 1rem;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: flex;
}

.pricing-tab-link.w--current {
  color: var(--black);
  background-color: #fff;
  border: 1px #000;
  margin-right: 10px;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.pricing-tab-link.padding-small {
  border: 1px #000;
  padding-left: .5rem;
  padding-right: .5rem;
}

.pricing-tab-link.padding-small.w--current {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pricing-tabs-menu {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px none var(--untitled-ui-gray100);
  background-color: #1313160f;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 3rem;
  padding: .375rem;
  display: grid;
}

.pricing-tabs-menu._2-columns {
  grid-template-columns: 1fr max-content;
}

.tab-pricing {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 2.5rem;
  display: flex;
}

.tab-pricing.hide {
  display: none;
}

.div-block-7051 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-7052 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

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

.div-block-7054 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.a-section-title {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.subtitle-plataform {
  color: #13131699;
}

.empty-state-hide {
  display: none;
}

.icon-depo {
  color: var(--black);
  width: 32px;
  height: 32px;
}

.div-button-wpp {
  z-index: 1000;
  border: 3px solid var(--white);
  border-radius: 100px;
  position: fixed;
  inset: auto 16px 84px auto;
  box-shadow: 0 4px 6px #0000001a;
}

.collection-list-cards {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: block;
}

.collection-list-cards.no-margin-top {
  margin-top: 0;
}

.collection-list-cards.no-margin-top.center-content {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.collection-item-cards {
  justify-content: center;
  align-items: flex-start;
  height: 374px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.collection-item-cards.height-auto {
  height: auto;
  margin-bottom: 40px;
}

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

.text-block-421 {
  font-size: 14px;
  line-height: 18px;
}

.collection-list-features {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  flex-direction: column;
  display: flex;
}

.f-dropdown-2 {
  width: 100%;
  max-width: 180px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-7057 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px #0000001a;
  flex-direction: column;
  padding-top: 40px;
  font-weight: 500;
  display: flex;
}

.heading-integrations {
  text-align: left;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.a-header-button-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
}

.a-margin-bottom-header {
  margin-bottom: 10px;
}

.a-header-content {
  color: var(--black);
  flex: 0 auto;
  width: 450px;
}

.a-header-section {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 700px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.a-header-section.no-top-margin {
  margin-top: -20px;
}

.a-header-section.hide {
  display: none;
}

.quote {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .8;
  background-color: #0000000a;
  border-radius: 8px;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 32px;
  padding: 8px;
  font-size: 14px;
  line-height: 18px;
  display: flex;
}

.quote.custom-bg {
  text-align: left;
  background-color: #ffffff1a;
  justify-content: flex-start;
}

.quote.no-margin {
  margin-top: 0;
}

.quote.no-margin.max-width {
  text-align: left;
  max-width: 500px;
}

.div-block-7061 {
  background-color: var(--white);
  outline-color: var(--black);
  outline-offset: 1px;
  color: var(--black);
  text-align: center;
  border: 2px #000;
  border-top-style: solid;
  border-radius: 0;
  outline-width: 3px;
  outline-style: none;
  justify-content: center;
  align-items: center;
  max-width: 1248px;
  margin: 0 auto;
  padding: 80px 60px;
  display: flex;
  position: relative;
}

.images-list-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  width: 640px;
  min-width: 640px;
  height: 90vh;
  display: flex;
  overflow: hidden;
}

.images-list-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
  overflow: visible;
}

.images-list-container.list-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -40px;
  margin-bottom: -40px;
  display: grid;
}

.images-list-container.list-right.hide {
  display: none;
}

.images-list-container.list-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.images-list-container.list-left.hide {
  display: none;
}

.images-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100%;
  display: grid;
  overflow: visible;
}

.image-wrapper {
  box-shadow: none;
  outline-offset: 2px;
  border: 2px #0000001a;
  border-radius: 10px;
  outline: 2px solid #131316;
  width: 300px;
  height: 300px;
  min-height: 300px;
  position: relative;
}

.marquee-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.div-block-7066 {
  border: 2px dashed #000;
  border-radius: 12px;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.heading-12 {
  margin-bottom: 0;
}

.div-block-7067 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.div-block-7068 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  display: flex;
}

.div-block-7070 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.tag-image-hero {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border: 2px solid #000;
  border-radius: 0 0 10px 10px;
  padding: 2px 4px;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-7071 {
  background-color: var(--white);
  border-radius: 6px;
  width: 340px;
  padding: 20px;
  position: relative;
}

.modal-whatsapp {
  z-index: 1001;
  opacity: 0;
  background-color: #000c;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.div-block-7073 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding-bottom: 20px;
  padding-right: 10px;
  display: flex;
}

.text-block-423 {
  font-size: 14px;
  line-height: 18px;
}

.text-block-424 {
  font-weight: 500;
}

.div-block-7074 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

.image-77 {
  border-radius: 8px;
  width: 100px;
  height: 100px;
  box-shadow: 0 2px 5px #0003;
}

.image-78 {
  height: 100px;
}

.div-block-7075 {
  background-color: var(--white);
  border-radius: 10px;
  width: 100px;
  height: 100px;
}

.div-block-7076 {
  margin-left: 10px;
}

.div-block-8000 {
  margin-top: 20px;
  display: inline-block;
}

.div-block-8001 {
  margin-top: 20px;
  display: flex;
}

.navbar-buttons-blog-categories {
  z-index: 100;
  background-color: var(--white);
  border-top: 1px #0000001a;
  border-bottom: 1px solid #0000001a;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: auto;
}

.a-categories-blog-link {
  color: var(--black);
  text-align: center;
  letter-spacing: -.02em;
  border-bottom-style: none;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.a-categories-blog-link:hover {
  color: #000000b3;
}

.a-categories-blog-link.w--current {
  color: var(--success);
}

.collection-list-blog-categories {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-blog-categories {
  flex: 1;
  align-items: center;
  display: block;
  overflow: visible;
}

.collection-item-blog-categories {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

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

.div-block-8002 {
  margin-left: 20px;
}

.logo-footer {
  opacity: .5;
  border-bottom-style: none;
}

.image-logo-footer {
  filter: grayscale();
  object-fit: cover;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
}

.logos-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #0000001a;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-8003 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.div-block-8004 {
  width: 180px;
}

.html-embed-5 {
  height: auto;
  padding-top: 4px;
  display: inline-block;
}

.div-block-8006 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-8006.hide {
  display: none;
}

.text-block-427 {
  color: #131316cc;
  line-height: 22px;
}

.a-h3-heading {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.a-h3-heading.color-white {
  color: var(--white);
}

.heading-14 {
  margin-bottom: 10px;
}

.cell-share {
  align-items: center;
}

.link-block-share-buttons {
  border: 1px solid #0000001a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  display: flex;
}

.link-block-share-buttons:hover {
  background-color: #0000000a;
}

.stack-share {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.text-block-428 {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.tag-categorie-blog {
  color: #131316cc;
  border: 1px solid #0000001a;
  border-radius: 100px;
  align-items: center;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.div-block-8007 {
  position: relative;
}

.heading-15 {
  margin-bottom: 30px;
}

.div-block-8008 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.div-block-8009 {
  margin-bottom: 10px;
  display: flex;
}

.image-feature-article-blog {
  border-radius: 10px;
}

.div-block-8010 {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-16 {
  text-align: center;
  margin-bottom: 16px;
}

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

.link-block-2 {
  border-bottom-style: none;
  border-radius: 10px;
}

.text-block-430 {
  margin-bottom: 10px;
  font-size: 14px;
}

.heading-17 {
  color: #131316cc;
  margin-bottom: 6px;
}

.new---paragraph-regular {
  font-size: 16px;
  line-height: 130%;
}

.new-tag-bar {
  background-color: var(--waves-library-white);
  color: var(--waves-library-black);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.new-content-bar {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.new-bar {
  z-index: 1;
  background-color: var(--waves-library-black);
  color: var(--waves-library-white);
  justify-content: center;
  align-items: center;
  height: 64px;
  min-height: 64px;
  margin: -20px -20px 20px;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.new-bar.no-margin-top {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.new-bar.no-margin-top.hide {
  display: none;
}

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

.html-embed-6 {
  width: 18px;
  height: 18px;
}

.testimonial_component {
  background-color: #0000;
  height: auto;
  margin-top: 20px;
  padding-bottom: 5rem;
  padding-right: 20px;
  position: relative;
}

.info-tooltip {
  color: var(--black);
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  padding-top: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.info-tooltip.color-green {
  border-color: var(--success);
  color: var(--success);
}

.div-block-8014 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--success);
  background-color: #1fb76c1a;
  border-radius: 10px;
  align-items: center;
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.div-block-8014.custom-color-defit {
  color: var(--untitled-ui-primary900);
  background-color: #53389e1a;
}

.div-block-8014.custom-color-escola-acai {
  color: #b262ab;
  background-color: #b262ab1a;
}

.div-block-8014.hide {
  display: none;
}

.a-list-five {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.text-block-431 {
  font-weight: 500;
}

.div-block-8016 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  margin-top: 4px;
  display: flex;
}

.div-block-8017 {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-2.button-row-center {
  justify-content: center;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-text-size-xlarge.text-color-primary700 {
  color: #131316cc;
  font-family: Roboto, sans-serif;
}

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

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

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xlarge.text-color-primary-defit {
  color: var(--untitled-ui-primary900);
  font-family: Gilroy, Arial, sans-serif;
}

.uui-heading-xlarge.text-color-primary-escola-acai {
  color: #622f59;
  font-family: Gilroy, Arial, sans-serif;
}

.uui-heading-xlarge.text-color-primary-wagner-barreto {
  color: var(--black);
  font-family: Gilroy, Arial, sans-serif;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary-defit {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-primary700);
  font-family: Roboto, sans-serif;
}

.uui-badge-group_badge.is-primary-escola-acai {
  background-color: var(--untitled-ui-white);
  color: #622f59;
  font-family: Roboto, sans-serif;
}

.uui-badge-group_badge.is-primary-wagner-barreto {
  background-color: var(--untitled-ui-white);
  color: var(--black);
  font-family: Roboto, sans-serif;
}

.uui-badge-group {
  background-color: var(--untitled-ui-gray100);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary-defit {
  background-color: var(--untitled-ui-primary50-501);
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.uui-badge-group.is-primary-escola-acai {
  background-color: var(--untitled-ui-primary50-501);
  color: #622f59;
  white-space: nowrap;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.uui-badge-group.is-primary-wagner-barreto {
  background-color: var(--gray-4);
  color: var(--black);
  white-space: nowrap;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.uui-badge-group.color-promo {
  color: #9d34da;
  white-space: nowrap;
  background-color: #f0e1f9;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

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

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

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

.uui-space-xhuge {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 7rem;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.topo-parceiros {
  background-color: #0000;
  overflow: hidden;
}

.div-block-8018 {
  max-width: 1280px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 60px 20px;
}

.div-block-8019 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100px;
  display: flex;
}

.div-promo-defit {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.tag-promo-defit {
  background-color: var(--untitled-ui-primary900);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}

.image-79 {
  opacity: 1;
  height: 90px;
}

.image-80 {
  outline-color: var(--black);
  outline-offset: 1px;
  object-fit: cover;
  border-radius: 100px;
  outline-width: 2px;
  outline-style: solid;
  width: 90px;
  height: 90px;
}

.tag-promo-escola-acai {
  color: #fff;
  background-color: #622f59;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}

.logo-partner {
  object-fit: cover;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  max-height: 100px;
}

.div-block-8020 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.box-icon-2 {
  color: #1fb76c;
  background-color: #1fb76c1a;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
  padding: 6px;
  display: flex;
}

.icon-small-3 {
  width: 1.5rem;
  height: 1.5rem;
}

.h6-small-15 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-8021 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-8022 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag-promo {
  background-color: var(--success);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}

.rodape-parceiros {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.promo {
  outline-offset: 2px;
  color: #8322dc;
  text-align: center;
  background-color: #8322dc1a;
  border-radius: 10px;
  outline: 2px solid #8322dc;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.promo.width-full {
  text-align: center;
  width: 100%;
  display: block;
}

.js-clock {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.js-clock.hide-mobile {
  display: none;
}

.box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.clock-number {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.clock-label {
  text-transform: uppercase;
}

.div-block-8024 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bar-promo {
  z-index: 1;
  background-color: var(--waves-library-black);
  color: var(--waves-library-white);
  justify-content: center;
  align-items: center;
  height: 64px;
  min-height: 64px;
  margin: -20px -20px 20px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.bar-promo.fecha-ano {
  background-image: linear-gradient(103deg, var(--medium-spring-green), var(--medium-spring-green-2));
  color: var(--black);
  border-bottom: 2px solid #000;
  display: flex;
}

.bar-promo.purple {
  color: #8322dc;
  background-color: #8322dc1a;
  border-bottom: 1px solid #8322dc;
  display: flex;
}

.bar-promo.black-friday {
  background-color: var(--white);
  box-shadow: 0 2px 5px 0 var(--success);
  color: var(--black);
  border-bottom: 2px solid #000;
  margin-bottom: 24px;
  display: none;
}

.planos-promo {
  max-width: 1248px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.div-block-8025 {
  margin-bottom: 10px;
  display: none;
}

.text-span-27 {
  color: var(--medium-spring-green-2);
  font-weight: 500;
}

.div-block-8026 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.bar-promo-licenciado {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--waves-library-black);
  color: var(--waves-library-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.image-81 {
  filter: grayscale();
  width: 170px;
  min-width: 170px;
  height: auto;
  min-height: auto;
}

.promo-black-23 {
  color: #fff;
  background-color: #050505;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  display: none;
}

.uui-testimonial10_logo-2 {
  border-radius: 100px;
  width: 100px;
  height: 100px;
}

.uui-testimonial10_divider-2 {
  background-color: var(--untitled-ui-gray200);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.uui-text-size-medium-4 {
  color: var(--black);
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-tiny {
  color: var(--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-testimonial10_client-2 {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-testimonial10_rating-icon {
  color: var(--untitled-ui-warning300);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial10_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial10_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
}

.uui-testimonial10_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 35rem;
  position: static;
}

.uui-lightbox_play-icon-2 {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: relative;
}

.lightbox_video-overlay-layer-2 {
  z-index: 1;
  background-color: #1d29391a;
  background-image: linear-gradient(#0003, #0003);
  border-right: 2px solid #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-testimonial10_lightbox {
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.uui-testimonial10_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 2px solid #000;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.bold-text-4 {
  color: var(--black);
}

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

.lightbox_video-overlay-layer-3 {
  z-index: 1;
  outline-offset: 1px;
  background-image: linear-gradient(#0000001a, #00000080);
  border-radius: 10px;
  outline: 2px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.promo-fechaano-23 {
  border: 2px none var(--black);
  background-image: linear-gradient(to bottom, var(--medium-spring-green), var(--medium-spring-green-2));
  outline-offset: 2px;
  color: var(--black);
  border-radius: 10px;
  outline: 2px solid #131316;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: block;
}

.text-span-29 {
  color: var(--black);
  font-weight: 700;
}

.text-block-432 {
  font-weight: 700;
}

.div-promos {
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.div-promos.a-margin-bottom-40 {
  margin-bottom: 40px;
}

.div-block-8032 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.bold-text-5 {
  text-decoration: underline;
}

.text-block-433 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.promo-carnaval {
  border: 2px none var(--black);
  outline-offset: 2px;
  color: #8322dc;
  background-color: #8322dc1a;
  border-radius: 10px;
  outline: 2px solid #8322dc;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: block;
}

.promo-carnaval.hide {
  display: none;
}

.menu-login {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  opacity: 0;
  border-radius: 8px;
  flex-direction: column;
  padding: 20px;
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  box-shadow: 0 2px 5px #0003;
}

.buttons-navbar-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
  position: relative;
}

.link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12, .link-block-13, .link-block-14, .link-block-15 {
  border-bottom-style: none;
}

.list {
  margin-bottom: 0;
}

.link-block-16, .link-block-17 {
  border-bottom-style: none;
}

.heading-article-suggestion {
  font-size: 18px;
}

.autor-blogpost {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #13131699;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.text-block-434 {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  margin-top: 10px;
  font-size: 20px;
}

.div-block-8033 {
  color: var(--success);
  background-color: #1fb76c1a;
  border-radius: 100px;
  padding: 6px 10px;
  display: inline-block;
}

.div-block-8034, .collection-list-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.collection-item-3 {
  flex: none;
}

.card-plan {
  border: 1px solid var(--gray-10);
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.card-plan:hover {
  text-decoration: none;
}

.card-plan.style-guide-color-card {
  min-width: 150px;
}

.card-plan.form-input-card {
  border-radius: 5px;
  flex-direction: row;
  flex: 1;
  align-items: center;
  transition: border-color .2s;
}

.card-plan.form-input-card:focus {
  border-color: #068466;
}

.card-plan.form-input-card.search-card {
  padding-right: 6px;
}

.card-plan.shadow-small.border-color {
  border-color: #0000000a;
}

.card-plan.no-border {
  background-color: var(--white);
  position: relative;
}

.card-plan.no-border.image-caption-overlay {
  max-width: 265px;
  font-weight: 500;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.card-plan.no-border.shadow-small {
  box-shadow: 0 2px 6px #0000001a;
}

.card-plan.no-border.blog-card {
  max-width: none;
  height: 100%;
  transition: box-shadow .2s, transform .2s;
  box-shadow: 0 4px 8px #0000001a;
}

.card-plan.no-border.blog-card:hover {
  transform: translate(0, -12px);
  box-shadow: 0 4px 8px #0000001a;
}

.card-plan.no-border.box-shadows {
  z-index: 1;
  box-shadow: 0 1px 6px #00000026;
}

.card-plan.no-border.box-shadows.na-loja {
  display: none;
}

.card-plan.no-border.box-shadows.plano-one-card {
  width: 350px;
}

.card-plan.no-border.box-shadows.plano-one-card.card-small {
  width: 100%;
}

.card-plan.no-border.box-shadows.plano-one-card.card-small.min-width.width-400 {
  width: 400px;
}

.card-plan.case-study-card {
  height: 100%;
}

.card-plan.password-card {
  width: 100%;
  max-width: 400px;
  margin-top: 36px;
}

.card-plan.na-loja {
  display: none;
}

.link-3 {
  border-bottom-style: none;
}

.div-block-8035 {
  margin-top: -40px;
  padding-bottom: 40px;
}

.promo-consumidor {
  border: 2px none var(--black);
  outline-offset: 2px;
  color: #8322dc;
  text-align: center;
  background-color: #8322dc1a;
  border-radius: 10px;
  outline: 2px solid #8322dc;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: block;
}

.promo-consumidor.hide {
  display: none;
}

.pricing-table_price-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navigation_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 15rem;
  display: flex;
  position: sticky;
  top: 0;
}

.pricing-table_header_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--black);
  flex-direction: column;
  display: flex;
}

.pricing-table_header {
  font-weight: 400;
}

.pricing-table_icon-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-table_heading {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.pricing-table_component {
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pricing-table_plan-icon {
  width: 1.5rem;
}

.pricing-table_celll {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  min-width: 14rem;
  padding: 1rem 1.5rem;
  font-weight: 400;
  display: flex;
}

.pricing-table_celll.is-price.is-center {
  text-align: center;
}

.pricing-table_celll.is-category {
  color: var(--black);
  text-align: left;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 20px;
  font-weight: 500;
}

.pricing-table_celll.is-right {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
}

.pricing-table_celll.is-bold {
  font-weight: 700;
}

.pricing-table_head {
  border: 1px solid #1313161a;
  border-radius: 1rem;
  width: 100%;
  padding: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

.pricing-table_head.background-color-lighter {
  border: 1px solid #0000001a;
}

.pricing-table_head.no-border {
  background-color: #0000000a;
  border-style: none;
}

.pricing-table_head.is-heading-cell {
  align-items: stretch;
  height: 100%;
  padding-left: 0;
}

.pricing-table_head.no-border {
  background-color: #0000000a;
}

.pricing-table_head.is-popular {
  border-width: 2px;
  border-color: var(--success);
}

.navigation_image {
  width: 100%;
}

.heading-style-h4 {
  color: var(--black);
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  display: block;
}

.heading-style-h4.color-green {
  color: var(--success);
}

.pricing-table_row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-table_row.background-color-lightest {
  background-color: #0000000a;
}

.pricing-table_row.background-color-lightest.last-row {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.pricing-table_row.background-color-lightest.first-row {
  border-radius: 1rem 1rem 0 0;
}

.pricing-table_row.is-category {
  color: var(--black);
  text-align: left;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  width: 100%;
}

.pricing-table_row.block-prices-direction {
  border-bottom-style: none;
}

.pricing-table_icon {
  color: #00000080;
  width: 1.75rem;
  line-height: 0;
  display: inline-block;
}

.pricing-table_button {
  color: #fff;
  text-align: center;
  background-color: #2d62ff;
  border-radius: 50vw;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: .75rem 1.5rem;
  display: flex;
}

.text-size-small {
  color: #131316b3;
  border-bottom: 2px #0003;
  font-size: .8rem;
  font-weight: 400;
  line-height: 18px;
}

.text-size-small.color-green {
  color: var(--success);
}

.heading-style-h1 {
  color: var(--black);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.1;
}

.heading-style-h1.color-green {
  color: var(--success);
}

.pricing-table_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 21.5rem;
  font-weight: 400;
  line-height: 1.8;
  display: flex;
}

.table-prices-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  overflow: auto;
}

.table-prices-container.is-relative-element {
  padding-top: 3.5rem;
}

.pricing-table_body1 {
  color: #000;
  background-color: #fff;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  width: 100%;
  margin-top: 40px;
}

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

.text-size-regular.text-weight-medium {
  color: #131316b3;
  font-size: .8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.text-size-regular.text-weight-medium.color-green {
  color: var(--success);
}

.pricing-table_header_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-table_most-popular {
  border: 1px solid var(--success);
  color: var(--success);
  background-color: #1fb76c1a;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 2px;
  margin-right: 1px;
  padding: .125rem 1rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  position: absolute;
  inset: 4px 4px auto auto;
}

.pricing-table_most-popular.custom-color {
  color: var(--blue-violet);
  background-color: #f0e1f9;
}

.div-block-8036 {
  border: 1px solid #0000001a;
  border-radius: 10px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.tag-promotion {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #9d34da;
  background-color: #f0e1f9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.tag-promotion.custom-black-friday {
  padding: 4px 20px 4px 10px;
}

.tag-promotion.radius-square {
  border-radius: 10px;
}

.tag-promotion.color-blue {
  color: #0073e6;
  background-color: #0073e61a;
}

.tag-promotion.color-blue.big-tag {
  padding: 12px 16px;
  font-size: 16px;
}

.div-block-8037 {
  background-color: var(--gray-10);
  color: var(--black);
  width: 100%;
  padding: 20px;
}

.heading-18 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.block-promo {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.block-promo.hide {
  display: none;
}

.block-promo.show {
  display: flex;
}

.div-block-8039 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #131316b3;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.block-price {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.small-price {
  color: #131316cc;
  margin-top: 6px;
  margin-left: 2px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.small-price.color-green {
  color: var(--success);
}

.tag-bot {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--success);
  background-color: #1fb76c1a;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.tag-bot.custom-color-defit {
  color: var(--untitled-ui-primary900);
  background-color: #53389e1a;
}

.tag-bot.custom-color-escola-acai {
  color: #b262ab;
  background-color: #b262ab1a;
}

.tag-bot.hide {
  display: none;
}

.block-tag-bot {
  width: 100%;
}

.html-embed-7 {
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.text-block-435 {
  margin-top: 1px;
  line-height: 18px;
}

.block-button {
  width: 100%;
  display: flex;
}

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

.pricing-table_header_content-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #3b52ff;
  flex-direction: column;
  display: flex;
}

.imdb-table_rate_text-span {
  color: #a1a1a1;
  font-size: 2rem;
  font-weight: 400;
}

.imdb-table_rate_icon {
  height: 1.25rem;
}

.fs_table-examples_content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.soccer-table_team_image {
  border-radius: 50vw;
  width: 2rem;
  height: 2rem;
}

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

.crypto-table_body {
  color: #fff;
  background-color: #111;
}

.fs_button_arrow {
  width: 1em;
  height: 1em;
  line-height: 0;
  transform: rotate(-90deg);
}

.imdb-table_description_category_item {
  border: 1px solid #a1a1a1;
  border-radius: 50vw;
  padding: .5rem .75rem;
  font-size: .75rem;
}

.imdb-table_description_category_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.imdb-table_rate_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.soccer-table_head {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}

.crypto-table_header {
  background-color: #363636;
}

.crypto-table_head_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.crypto-table_head_content.is-text-center {
  align-items: center;
}

.fs_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  background-color: #03f;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.fs_button:hover {
  background-color: #222dd7;
}

.fs_button.is-white {
  color: #03f;
  background-color: #fff;
}

.fs_button.is-secondary {
  color: #3b52ff;
  background-color: #0000;
  border: 1px solid #3b52ff;
  transition: color .2s, background-color .2s;
}

.fs_button.is-secondary:hover, .fs_button.is-secondary.w--current {
  color: #fff;
  background-color: #3b52ff;
  border-color: #3b52ff;
}

.fs_button.is-large {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  padding: 1rem 2rem;
  font-size: 1.5rem;
}

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

.crypto-table_cell_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 2rem;
  display: flex;
}

.crypto-table_text-small {
  color: #a1a1a1;
  font-size: 1rem;
}

.section_fs_table-examples {
  color: #111;
}

.fs_button_icon {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  line-height: 0;
  display: block;
}

.soccer-table_head_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.soccer-table_head_content.is-align-left {
  align-items: flex-start;
}

.soccer-table_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 4rem 14rem;
  grid-auto-columns: minmax(11.75rem, 1fr);
  grid-auto-flow: column;
  align-items: center;
  font-weight: 400;
}

.fs_navbar_link-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.crypto-table_head {
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  font-size: .75rem;
  font-weight: 400;
}

.crypto-table_head.is-position {
  width: 4rem;
}

.crypto-table_head.is-name {
  width: 24rem;
}

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

.soccer-table_table {
  color: #000;
  background-color: #fff;
  width: 100%;
}

.imdb-table_rate_text {
  font-size: 3rem;
  font-weight: 500;
}

.pricing-table_cell {
  text-align: left;
  min-width: 14rem;
  padding: 1rem 1.5rem;
  font-weight: 400;
}

.pricing-table_cell.is-category {
  color: #fff;
  text-align: left;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 600;
}

.pricing-table_cell.is-center {
  text-align: center;
}

.fs_table-cta_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fs_table-examples_button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.fs_navbar_logo {
  height: 1.75rem;
  line-height: 0;
}

.pricing-table_head-2 {
  padding: 2rem 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

.pricing-table_head-2.is-basic-plan {
  background-color: #f5f8ff;
  border-radius: 1rem 0 0;
}

.pricing-table_head-2.is-heading-cell {
  align-items: stretch;
  height: 100%;
  padding-left: 0;
}

.pricing-table_head-2.is-enterprise-plan {
  background-color: #f5f8ff;
  border-top-right-radius: 1rem;
}

.imdb-table_head_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.imdb-table_head_content.is-rate {
  align-items: center;
}

.fs_table-header_heading-wrapper {
  max-width: 46.5625rem;
}

.imdb-table_header {
  color: #fff;
  background-color: #2d62ff;
}

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

.fs_table-examples_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  display: flex;
}

.pricing-table.is-category {
  color: #fff;
  text-align: left;
  background-color: #3b52ff;
}

.section_fs_table-cta {
  color: #fff;
  background-color: #111;
  background-image: radial-gradient(circle at 100% 100%, #0033ff24, #1110), radial-gradient(circle at 0 100%, #742eff1f, #1110), url('../images/hero_mesh_1hero_mesh.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, contain;
}

.fs_table-examples_heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.crypto-table_component {
  color: #fff;
  width: 100%;
}

.imdb-table_cell {
  text-align: center;
  padding: 1.5rem;
  font-size: .875rem;
  font-weight: 600;
}

.imdb-table_cell.is-position {
  color: #a1a1a1;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 7rem;
  min-height: 16.5rem;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
}

.imdb-table_cell.is-name {
  min-width: 24rem;
}

.imdb-table_cell.is-rate {
  padding: 2.5rem;
}

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

.fs_navbar {
  background-color: #111;
  border-bottom: 1px solid #242424;
}

.soccer-table_player_image {
  border-radius: 50vw;
  width: 2rem;
  height: 2rem;
}

.imdb-table_component {
  width: 100%;
}

.fs_label {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  letter-spacing: .1em;
  align-items: center;
  margin-left: -.5em;
  padding: .25rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.fs_label.is-light-blue {
  color: #111;
  background-color: #dfeaff;
  margin-left: 0;
}

.fs_label.is-large {
  font-size: 1rem;
}

.imdb-table_film_image {
  outline-offset: 0px;
  outline: 1px solid #fff;
  width: 6.2rem;
}

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

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

.imdb-table_description_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #a1a1a1;
  text-align: left;
  flex-direction: column;
  font-weight: 400;
  display: flex;
}

.label_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.125em;
  line-height: 0;
  display: flex;
}

.imdb-table_film_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: left;
  align-items: flex-start;
  display: flex;
}

.imdb-table_body {
  color: #fff;
  background-color: #111;
}

.fs_table-examples_item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #fff;
  border: 1px solid #0000001a;
  flex-direction: column;
  padding: 4rem 2rem 2rem;
  display: flex;
}

.fs_table-examples_table-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.fs_table-examples_table-container.is-relative-element {
  padding-top: 3.5rem;
}

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

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

.imdb-table_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #363636;
  grid-template-rows: auto;
  grid-template-columns: 6.875rem 23rem 1fr 14.875rem;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.imdb-table_row.is-last-row {
  border-bottom-style: none;
}

.crypto-table_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #222;
  grid-template-rows: auto;
  grid-template-columns: 4rem;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
}

.pricing-table_body {
  color: #000;
  background-color: #fff;
}

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

.pricing-table_header_wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.soccer-table_player_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: left;
  align-items: center;
  display: flex;
}

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

.fs_table-examples_top-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.crypto-table_cell {
  padding: 2rem 1.5rem;
  font-weight: 500;
}

.crypto-table_cell.is-price {
  text-align: center;
}

.crypto-table_cell.is-label {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 7.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.pricing-table_most-popular-2 {
  color: #fff;
  background-color: #3b52ff;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: -3.5rem 0% auto;
}

.soccer-table_team_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.imdb-table_head {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
}

.imdb-table_head.is-position {
  width: 7rem;
}

.imdb-table_head.is-rate-field {
  justify-content: center;
}

.imdb-table_head.is-name {
  width: 23rem;
}

.soccer-table_cell {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 6.125rem;
  padding: 1rem 1.5rem;
  font-weight: 400;
}

.soccer-table_cell.is-position {
  color: #0b173a;
  text-align: left;
  flex-direction: column;
  height: 100%;
  font-weight: 500;
  display: flex;
}

.soccer-table_cell.is-position.background-color-blue {
  color: #fff;
}

.soccer-table_cell.is-align-left {
  align-items: flex-start;
}

.div-block-8041 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.html-embed-8 {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.badge-group_badge {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.badge-group_badge.is-primary-defit {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-primary700);
  font-family: Roboto, sans-serif;
}

.badge-group_badge.is-primary-escola-acai {
  background-color: var(--untitled-ui-white);
  color: #622f59;
  font-family: Roboto, sans-serif;
}

.badge-group_badge.is-primary-wagner-barreto {
  background-color: var(--untitled-ui-white);
  color: var(--black);
  font-family: Roboto, sans-serif;
}

.badge-group_badge.custom-color-promo {
  color: #f0e1f9;
  background-color: #a23edc;
}

.pricing-table-list-features {
  text-align: left;
  width: 100%;
  max-width: 800px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-30 {
  text-decoration: underline;
}

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

.section-plans {
  color: var(--black);
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  position: relative;
}

.section-plans.bg-gray-4 {
  border-radius: 10px;
  max-width: 1248px;
  margin-top: 20px;
}

.section-plans.bg-gray-4._1248-max-w {
  max-width: 1248px;
}

.section-plans.bg-gray-4.margin-bottom-44 {
  margin-top: 0;
  margin-bottom: 44px;
}

.section-plans.bg-gray-4.space-small-box {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-plans.bg-gray-4.space-small-box.margin-top-44 {
  margin-top: 44px;
}

.section-plans.bg-gray-4.margin-top-negative {
  margin-top: -200px;
  margin-bottom: 44px;
  padding-top: 200px;
}

.section-plans.bg-primary-1 {
  background-color: var(--primary-1);
  border-radius: 10px;
  margin-top: 20px;
}

.section-plans.bg-primary-1.with-image {
  margin-bottom: 150px;
  padding-bottom: 0;
}

.section-plans.bg-primary-1.with-image.small-space {
  margin-bottom: 80px;
}

.section-plans.bg-primary-1._1248-max-w {
  max-width: 1248px;
}

.section-plans.bg-primary-1.padding-top-500 {
  padding-top: 500px;
}

.section-plans.bg-primary-1.padding-top-500._1248 {
  max-width: 1248px;
}

.section-plans.bg-primary-1.padding-top-500._1248.custom-color {
  background-color: var(--blue-violet);
}

.section-plans.bg-primary-1.padding-top-500._1248.custom-height {
  margin-top: 100px;
  padding-top: 400px;
}

.section-plans.bg-primary-1.padding-top-500._1248.bg-black {
  background-color: #0000000a;
  margin-top: 50px;
  padding-bottom: 0;
}

.section-plans.bg-primary-1.padding-side.no-border-radius.margin-negative {
  margin-bottom: -90px;
}

.section-plans.bg-primary-1.padding-side.no-border-radius.margin-negative._w-1248 {
  max-width: 1248px;
}

.section-plans.bg-primary-1.padding-side.no-border-radius.margin-negative._w-1248.black-friday {
  background-color: var(--black);
}

.section-plans.section-small {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-plans.image-bg-section {
  background-color: var(--black);
  color: var(--white);
  border-radius: 10px;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.section-plans.no-bottom-space {
  padding-bottom: 0;
}

.section-plans.bg-primary-2 {
  background-color: var(--primary-3);
  border-radius: 10px;
}

.section-plans.bottom-space-small {
  padding-bottom: 48px;
}

.section-plans.hide {
  display: none;
}

.section-plans.no-space-top {
  padding-top: 0;
}

.section-plans.no-space-top.hide-section {
  display: none;
}

.section-plans.no-space-top-and-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.section-plans.perguntas.small-botton {
  padding-bottom: 48px;
}

.section-plans.top-space-small-blog-post {
  padding-top: 20px;
}

.section-plans.top-space-small-sections {
  padding-top: 48px;
}

.section-plans.top-space-small-sections.novos-planos {
  display: block;
}

.section-plans.top-space-small-sections.novos-planos.small-botton {
  padding-bottom: 48px;
}

.section-plans.top-space-small-new {
  padding-top: 40px;
  padding-bottom: 30px;
}

.section-plans._1248-w {
  max-width: 1248px;
}

.section-plans._1248-w.bg-primary-2 {
  background-color: var(--success);
}

.section-plans.space-small-top-and-bottom {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section-plans.space-small-top-and-bottom.banner-top-blog {
  padding-top: 24px;
  padding-bottom: 0;
  display: block;
}

.section-plans.space-small-top-and-bottom.banner-top-blog.hide {
  display: none;
}

.section-plans.cta-integrations-orders {
  padding-top: 64px;
  padding-bottom: 24px;
  display: block;
}

.section-plans.video-section {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 1248px;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.section-plans.video-section.margins-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-plans.padding-mobile {
  padding-top: 48px;
}

.section-plans.no-padding-bottom {
  padding-bottom: 0;
}

.section-plans.bg-green {
  background-color: var(--success);
  color: var(--white);
  border-radius: 10px;
  max-width: 1248px;
}

.section-plans.space-top-48 {
  padding-top: 48px;
}

.section-plans.section-integrations {
  padding-top: 96px;
  padding-bottom: 0;
}

.section-plans.spaces-cards-blog-categories {
  padding-top: 0;
  padding-bottom: 48px;
}

.section-plans.section-blog-home {
  padding-top: 40px;
  padding-bottom: 0;
}

.section-plans.bottom-space-small-copy {
  padding-bottom: 48px;
}

.container-plans {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

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

.container-plans.compare {
  background-color: var(--white);
  color: var(--black);
  border-radius: 6px;
  max-width: 800px;
  margin-top: 60px;
  display: none;
  box-shadow: 0 2px 6px #0000001a;
}

.container-plans.full-width {
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.container-plans.full-width.no-padding-mobile, .container-plans.no-padding-mobile {
  padding-left: 0;
  padding-right: 0;
}

.container-plans.no-padding-mobile.end-footer {
  text-align: center;
  border-top: 1px solid #0000001a;
  margin-top: 40px;
  padding-top: 40px;
}

.container-plans.width-blog-post {
  max-width: 900px;
}

.container-plans.center-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-plans.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.container-plans.padding-48 {
  padding-left: 48px;
  padding-right: 48px;
}

.container-plans.padding-64 {
  padding-left: 64px;
  padding-right: 64px;
}

.container-plans.space-bottom-40 {
  margin-bottom: 40px;
}

.container-plans.width-post-partner {
  border-top: 1px solid #0000001a;
  max-width: 900px;
  padding-top: 40px;
}

.tag-link {
  color: #131316cc;
  border: 1px solid #0000001a;
  border-radius: 100px;
  align-items: center;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.article-tags-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.tags-list-article {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.tags-horizontal-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-436 {
  font-weight: 500;
}

.empty-state-3 {
  background-color: #ddd0;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-modal-detail-wrapper {
  text-align: center;
}

.f-success-message {
  background-color: var(--flowui-component-library-success-lighter);
  color: var(--flowui-component-library-success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-primary {
  background-color: var(--flowui-component-library-gray-900);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-primary:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-field-input {
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-modal-form {
  grid-column-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.f-modal-form-block-horizontal {
  margin-bottom: 24px;
}

.f-modal-line {
  background-color: var(--flowui-component-library-grey-300);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

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

.f-modal-image {
  border-radius: 10px;
  height: 280px;
  margin-bottom: 24px;
  overflow: hidden;
}

.f-icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-modal-close-link {
  color: var(--flowui-component-library-gray-500);
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-modal-close-link:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-sub-heading-regular {
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.f-modal-header {
  color: var(--flowui-component-library-gray-900);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.f-modal-base-small {
  color: var(--flowui-component-library-gray-900);
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  padding: 24px;
  box-shadow: 105px 105px 144px -32px #1b09430a;
}

.f-margin-bottom {
  margin-bottom: 0;
}

.f-icon-large {
  color: var(--success);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.f-modal-icon-large {
  color: var(--success);
  background-color: #1fb76c1a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  display: flex;
}

.f-modal-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-modal-base-primary {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.div-block-8042 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.banner-cta {
  z-index: 1000;
  opacity: 1;
  color: var(--white);
  background-color: #000;
  border-radius: 20px;
  margin-top: 20px;
  display: block;
}

.div-block-8044 {
  margin-top: 20px;
}

.div-block-9076 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8270 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  flex: none;
  display: flex;
}

.bar-promo-alert {
  color: #8322dc;
  text-align: center;
  background-color: #8322dc33;
  border-radius: 6px;
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  position: relative;
  inset: 0% 0% auto;
}

.bar-promo-alert.margin-bottom-20 {
  margin-top: 20px;
}

.content-bar-promo-alert {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  display: flex;
}

.button-new-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1fb76c;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  height: 44px;
  padding-top: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.button-new-2:hover {
  color: #fff;
  background-image: linear-gradient(#00000014, #00000014);
}

.button-new-2:active {
  opacity: .8;
  background-image: linear-gradient(#00000052, #00000052);
}

.button-new-2:focus {
  background-image: linear-gradient(#0000003d, #0000003d);
}

.button-new-2.color-promo {
  background-color: #9022dc;
}

.div-block-9077 {
  flex: none;
}

.code-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves---check-icon {
  width: 24px;
  height: 24px;
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---master-checks-horizontal {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

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

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

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

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

.waves---paragraph-big {
  text-align: center;
  font-size: 20px;
  line-height: 130%;
  display: block;
}

.waves---heading-2-no-margins {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
}

.waves-content-cta-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-master-cta-2 {
  background-color: var(--waves-library-black);
  color: var(--waves-library-white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 40px;
  display: flex;
}

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

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

.material-gratis {
  text-align: left;
  border: 1px solid #0000001a;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  display: flex;
}

.div-block-9079 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-block-9080 {
  text-align: center;
  border-bottom-style: none;
  width: 365px;
  min-width: 365px;
  max-width: 365px;
  padding: 20px;
  text-decoration: none;
}

.text-block-437 {
  font-size: 18px;
  font-weight: 500;
}

.lista-materiais-gratis {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.image-82 {
  border-radius: 10px;
  width: 325px;
  min-width: 325px;
  max-width: 325px;
  height: 100%;
}

.div-block-9081 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.a-margin-bottom-10 {
  margin-bottom: 10px;
}

.div-block-9082 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.button-3-1 {
  z-index: 3;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1fb76c;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  height: 44px;
  padding-top: 2px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: absolute;
}

.button-3-1:hover {
  background-image: linear-gradient(#00000014, #00000014);
}

.button-3-1:active {
  opacity: .8;
  background-image: linear-gradient(#00000052, #00000052);
}

.button-3-1:focus {
  background-image: linear-gradient(#0000003d, #0000003d);
}

.button-3-1.outlined {
  color: #000;
  background-color: #fff;
  border: 1px solid #0000001a;
}

.button-3-1.outlined:hover {
  background-image: linear-gradient(#0000000a, #0000000a);
}

.button-3-1.outlined:active {
  background-image: linear-gradient(#00000029, #00000029);
}

.button-3-1.outlined.border-radius-100 {
  border-radius: 100px;
}

.button-3-2 {
  z-index: 2;
  background-color: var(--white);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  height: 44px;
  padding-top: 2px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: absolute;
}

.button-3-2:hover {
  background-image: linear-gradient(#00000014, #00000014);
}

.button-3-2:active {
  opacity: .8;
  background-image: linear-gradient(#00000052, #00000052);
}

.button-3-2:focus {
  background-image: linear-gradient(#0000003d, #0000003d);
}

.button-3-2.outlined {
  color: #000;
  background-color: #fff;
  border: 1px solid #0000001a;
}

.button-3-2.outlined:hover {
  background-image: linear-gradient(#0000000a, #0000000a);
}

.button-3-2.outlined:active {
  background-image: linear-gradient(#00000029, #00000029);
}

.button-3-2.outlined.border-radius-100 {
  border-radius: 100px;
}

.asdasd {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1fb76c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  height: 44px;
  padding-top: 2px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.asdasd:hover {
  background-image: linear-gradient(#00000014, #00000014);
}

.asdasd:active {
  opacity: .8;
  background-image: linear-gradient(#00000052, #00000052);
}

.asdasd:focus {
  background-image: linear-gradient(#0000003d, #0000003d);
}

.asdasd.outlined {
  color: #000;
  background-color: #fff;
  border: 1px solid #0000001a;
}

.asdasd.outlined:hover {
  background-image: linear-gradient(#0000000a, #0000000a);
}

.asdasd.outlined:active {
  background-image: linear-gradient(#00000029, #00000029);
}

.asdasd.outlined.border-radius-100 {
  border-radius: 100px;
}

.button-3-3 {
  z-index: 1;
  background-color: var(--white);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  height: 44px;
  padding-top: 2px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: absolute;
}

.button-3-3:hover {
  background-image: linear-gradient(#00000014, #00000014);
}

.button-3-3:active {
  opacity: .8;
  background-image: linear-gradient(#00000052, #00000052);
}

.button-3-3:focus {
  background-image: linear-gradient(#0000003d, #0000003d);
}

.button-3-3.outlined {
  color: #000;
  background-color: #fff;
  border: 1px solid #0000001a;
}

.button-3-3.outlined:hover {
  background-image: linear-gradient(#0000000a, #0000000a);
}

.button-3-3.outlined:active {
  background-image: linear-gradient(#00000029, #00000029);
}

.button-3-3.outlined.border-radius-100 {
  border-radius: 100px;
}

.section-5 {
  padding: 220px;
}

.div-block-9083 {
  width: auto;
  height: 44px;
}

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

.a-social-wrapper {
  color: var(--black);
  border: 1px solid #0000001a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.a-social-wrapper:hover {
  background-color: #0000000f;
}

.a-social-wrapper.hide {
  display: none;
}

.a-social {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  margin-top: 0;
  display: flex;
}

.a-social.align-center {
  justify-content: center;
  align-items: center;
}

.a-social.align-center.margin-top-20 {
  margin-top: 20px;
}

.a-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-h6-heading {
  color: var(--alley-component-library-gray--900);
  text-align: left;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.a-embaixador-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  display: block;
}

.a-embaixador-image-wrapper {
  width: 100%;
  min-width: 100%;
  height: 300px;
  min-height: 300px;
  max-height: 300px;
  margin: 0;
  padding: 20px;
  overflow: hidden;
}

.a-team-grid {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 80px;
}

.a-caption-2 {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

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

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

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

.a-margin-bottom-49 {
  margin-bottom: 16px;
}

.a-h3-heading-2 {
  color: var(--alley-component-library-gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-margin-bottom-50 {
  margin-bottom: 32px;
}

.a-detail-small-2 {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-title-wrap-center-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.a-section-regular-2 {
  padding: 0 0%;
  position: relative;
}

.a-subtitle-embaixador {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.a-subtitle-embaixador.color-white {
  color: #ffffffe6;
}

.a-subtitle-embaixador.left-mobile {
  text-align: center;
}

.a-paragraph-regular-embaixador {
  opacity: .8;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
}

.a-paragraph-regular-embaixador.color-white {
  color: #ffffffe6;
}

.a-paragraph-regular-embaixador.left-mobile {
  text-align: center;
}

.a-list-embaixadores {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.a-list-embaixadores.flex {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
}

.a-embaixador {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  border: 2px solid #000;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 370px;
  max-width: 370px;
  padding: 0;
  display: flex;
}

.a-name-embaixador {
  font-size: 22px;
  font-weight: 700;
}

.div-block-9084 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-9085 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.a-section-embaixadores {
  box-sizing: content-box;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  position: relative;
  overflow: auto;
}

.a-section-embaixadores.no-max {
  max-width: none;
}

.a-section-embaixadores.padding-section-depoimentos {
  padding-left: 40px;
  padding-right: 40px;
}

.a-section-embaixadores.overflow-visible-desktop {
  box-sizing: border-box;
  overflow: visible;
}

.a-embaixador-social-wrapper-2 {
  color: #131316;
  border: 1px solid #0000001a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.a-embaixador-social-wrapper-2:hover {
  background-color: #0000000f;
}

.block-tag-embaixador {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  border: 1px solid #0000001a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.content-bio-embaixador {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.buttons-bio-embaixador {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.div-block-9087 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.rodape-embaixador {
  z-index: 1;
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.topo-bio-embaixador {
  grid-row-gap: 10px;
  text-align: center;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 380px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-9088 {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.block-paragrapf-embaixadores {
  width: 500px;
}

.div-block-9089 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.logo-afiliado {
  box-sizing: border-box;
  outline-color: var(--blue-violet);
  outline-offset: 1px;
  object-fit: contain;
  border-radius: 10px;
  outline-width: 2px;
  outline-style: solid;
  width: 90px;
  height: 90px;
  margin-left: 2px;
  margin-right: 6px;
  padding: 4px;
}

.logo-afiliado.custom-logo {
  outline-color: var(--blue-violet);
  outline-offset: 1px;
  outline-width: 2px;
  outline-style: none;
  width: auto;
  height: auto;
  margin-left: -10px;
  padding: 0;
}

.logo-afiliado.custom-logo.no-width {
  width: auto;
}

.tag-embaixador {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--white);
  background-color: var(--success);
  outline-color: var(--white);
  outline-offset: 0px;
  color: var(--white);
  text-transform: uppercase;
  border-radius: 100px;
  outline-width: 2px;
  outline-style: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 10px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: -2px auto auto -2px;
}

.div-block-9090 {
  position: relative;
}

.custom-color {
  border-bottom-color: var(--blue-violet);
  color: var(--blue-violet);
}

.div-block-9091 {
  display: none;
}

.rl-error-text {
  color: #e23939;
}

.rl-error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-success-text {
  font-weight: 600;
}

.rl-success-message-2 {
  background-color: #0000;
  padding: 1.5rem;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_contact6_spacing-block-7 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

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

.rl-form-checkbox-icon {
  border: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  background-size: 16px 16px;
}

.rl-form-checkbox-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
}

.rl-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.rl-form-text-area {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  height: auto;
  min-height: 11.25rem;
  margin-bottom: 0;
  padding: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-text-area::placeholder {
  color: var(--relume-library-lite--rl-black);
}

.rl-field-label {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.rl_contact6_form-field-wrapper {
  margin-bottom: 10px;
  position: relative;
}

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

.rl-form-radio-label {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.rl-form-radio-icon {
  cursor: pointer;
  border: 1px solid #00000029;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.rl-form-radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  background-image: none;
}

.rl-form-radio-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  margin-top: 0;
}

.rl-form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.rl-form-radio-2col {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.rl_contact6_spacing-block-6 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-form-select-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  background-image: none;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-select-input::placeholder {
  color: #0009;
}

.rl-form-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

.rl_contact6_form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.rl_contact6_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

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

.rl_contact6_icon-wrapper {
  color: var(--relume-library-lite--rl-black);
  flex: none;
  align-self: flex-start;
}

.rl_contact6_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.rl_contact6_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

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

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

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

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

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

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_content6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

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

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

.rl_section_contact6 {
  background-color: var(--relume-library-lite--rl-white);
}

.div-block-9092 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-9093, .div-block-9094 {
  margin-top: 20px;
}

.icon-banner {
  justify-content: center;
  align-items: center;
  width: 24px;
  display: flex;
}

.div-block-9095 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.modal-agendas {
  z-index: 1002;
  opacity: 0;
  background-color: #000c;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  transition: all .2s;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.container-modal-agendas {
  background-color: var(--white);
  border-radius: 8px;
  width: 400px;
  position: relative;
}

.div-block-9096 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-438 {
  font-size: 20px;
}

.text-block-439 {
  color: #13131699;
}

.div-block-9097 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-9098 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-9099 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rl_layout141_image {
  width: 800px;
}

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

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

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

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

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

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

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

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

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

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

.rl-text-style-subheading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

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

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

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

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

.rl_section_layout141 {
  background-color: var(--relume-library-lite--rl-white);
}

.logo-parceiro {
  box-sizing: border-box;
  outline-color: var(--blue-violet);
  outline-offset: 1px;
  object-fit: contain;
  border-radius: 10px;
  outline-width: 2px;
  outline-style: none;
  width: 90px;
  height: 90px;
  padding: 4px;
}

.image-83 {
  height: 30px;
}

.div-block-9100 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-84 {
  height: 45px;
}

.div-block-9101 {
  width: 800px;
}

.block-promo-especial {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: block;
}

.block-promo-especial.hide {
  display: none;
}

.block-promo-afiliado {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.block-promo-afiliado.hide {
  display: none;
}

.razao-social-alloy {
  font-size: 14px;
}

.sectiion-lp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.sectiion-lp.content-lp {
  background-color: var(--white);
  width: 100%;
  padding: 80px 60px;
}

.sectiion-lp.content-lp.padding-40.radius-20 {
  border-radius: 20px;
}

.sectiion-lp.header-materiais {
  border-bottom: 1px solid var(--white);
  padding-bottom: 0;
}

.sectiion-lp.footer-lp {
  background-color: var(--white);
  color: var(--black);
  width: 100%;
}

.sectiion-lp.footer-lp.radius-20 {
  border-radius: 20px;
}

.sectiion-lp.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sectiion-lp.padding-80.corner-botton {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.sectiion-lp.padding-80.bg-green {
  background-color: var(--success);
}

.sectiion-lp.padding-80.bg-green.radius-20 {
  border-radius: 20px;
}

.sectiion-lp.custom-padding-lps {
  padding-bottom: 40px;
}

.sectiion-lp.custom-padding-lps.bg-green {
  background-color: var(--success);
}

.sectiion-lp.custom-padding-lps.bg-green.radius-20 {
  border-radius: 20px;
}

.div-block-9103 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.custom-black-friday {
  color: var(--white);
  background-color: #000;
  padding: 0;
}

.logo-lp {
  height: 44px;
}

.logo-lp.custom-size {
  height: 36px;
}

.div-block-9104 {
  flex-flow: column;
  display: flex;
}

.navbar-lp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.navbar-lp.bg-green {
  background-color: var(--success);
}

.navbar-lp.bg-green.padding-20 {
  padding: 40px 40px 20px;
}

.navbar-lp.bg-green.padding-20.radius-20-top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.block-content-lp {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--black);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1024px;
  display: flex;
}

.block-image-lp {
  border-radius: 12px;
  order: 0;
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  height: 500px;
  overflow: hidden;
}

.block-image-lp.no-height {
  height: auto;
}

.block-image-lp.shadow-small.border {
  border: 2px solid #000;
  height: auto;
}

.image-lp {
  object-fit: none;
  width: 500px;
  min-width: 500px;
  height: 100%;
}

.div-block-9105 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-9106 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.logo-topo-afiliado {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 4px;
  display: flex;
}

.image-85 {
  width: auto;
  height: 56px;
}

.paragraph-4, .heading-19 {
  color: var(--white);
}

.content-left-lp {
  direction: ltr;
  width: 100%;
  max-width: 506px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-left-lp.content-quote-bg {
  max-width: 800px;
}

.content-left-lp.width-blog-post {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 80%;
  padding-top: 20px;
  display: flex;
}

.content-left-lp.sticky-top {
  top: 100px;
}

.content-left-lp.sticky-top.min-506 {
  min-width: 506px;
}

.content-left-lp.width-300 {
  width: 350px;
}

.news-ticker-wrapper {
  background-color: var(--white);
  color: var(--black);
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  display: flex;
  overflow: hidden;
}

.news-ticker-wrapper.relative {
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 64px;
  margin: -20px -20px 20px;
  padding: 0 20px;
  position: relative;
}

.news-ticker {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-radius: 8px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  padding-right: 32px;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-ticker.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.ticker-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-block-440 {
  color: var(--black);
}

.ticker-link {
  color: #2e278b;
  text-decoration: none;
  transition: color .2s;
}

.ticker-link:hover {
  color: #000;
}

.image-86 {
  height: 44px;
}

.content-right-lp {
  direction: ltr;
  width: 100%;
  max-width: 450px;
}

.content-right-lp.content-quote-bg {
  max-width: 800px;
}

.content-right-lp.width-blog-post {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 80%;
  padding-top: 20px;
  display: flex;
}

.content-right-lp.sticky-top {
  top: 100px;
}

.content-right-lp.sticky-top.min-506 {
  min-width: 506px;
}

.content-right-lp.width-300 {
  width: 350px;
}

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

.logo-topo-parceiro {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 4px;
  display: flex;
}

.logo-parceiro-alloy {
  box-sizing: border-box;
  outline-color: var(--success);
  outline-offset: 1px;
  object-fit: contain;
  border-radius: 10px;
  outline-width: 2px;
  outline-style: solid;
  width: 90px;
  height: 90px;
  margin-left: 2px;
  margin-right: 6px;
  padding: 4px;
}

.logo-topo-parceiro-alloy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 4px;
  display: flex;
}

.bar-green {
  background-color: var(--success);
  color: #fffc;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  margin-top: -20px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.tag-promotion-green {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--success);
  background-color: #1fb76c33;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.logos-rodape-parceiro {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.code-embed-calendar {
  outline-offset: 3px;
  border-radius: 10px;
  outline: 1px solid #0000001a;
  width: 900px;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px 20px 20px;
}

.body-calendar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}

.div-block-9107 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-9108 {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-9109 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-9110 {
  background-color: #00000014;
  border: 1px solid #0000001a;
  border-right-style: none;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 4px 6px;
  display: flex;
}

.info-promo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #131316b3;
  background-color: #0000000f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.div-block-9111 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #1fb76c;
  background-color: #1fb76c1a;
  border-radius: 10px;
  align-items: center;
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.div-block-9111.custom-color-afilado {
  color: #963eff;
  background-color: #f0e1f9;
}

.icon-small-4 {
  color: #131316;
  width: 1.5rem;
  height: 1.5rem;
}

.icon-small-4.color-green {
  color: #1fb76c;
}

.icon-small-4.color-afiliado {
  color: #963eff;
}

.text-block-441 {
  font-weight: 700;
  line-height: 16px;
}

.link-block-banner-plataform-top {
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.div-block-9112 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-1000 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 20px;
  display: flex;
}

.div-block-9113 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-midia {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

.logo-midia {
  opacity: .6;
  filter: grayscale();
  width: 140px;
  margin: 0;
}

.logo-midia.opacity-50 {
  opacity: .5;
  filter: grayscale();
}

.logo-midia.opacity-50.radius-100 {
  filter: grayscale();
  border-radius: 100%;
  max-width: 100px;
  transition: opacity .2s;
  box-shadow: 0 2px 6px #0000004d;
}

.logo-midia.opacity-50.radius-100:hover, .logo-midia.opacity-50.radius-100.opcacity-100 {
  opacity: 1;
  filter: none;
}

.div-block-9114 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-87 {
  border-radius: 10px;
}

.div-block-9115 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.custom-green {
  background-color: var(--success);
  color: var(--white);
  padding: 0;
}

.list-item-highlights {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  color: var(--white);
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start center;
  margin-top: 60px;
  display: flex;
}

.list-item-highlights.five-column {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.list-item-highlights.four-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.list-item-highlights.six-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1000px;
}

.list-item-highlights._6-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.image-88 {
  border-radius: 20px;
  width: 1140px;
}

.heading-section-lp {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

.left-top-lp {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.right-top-lp {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 570px;
  max-width: 570px;
  display: flex;
}

.lp {
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logos-lp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-top-lp, .heading-top-lp {
  color: var(--white);
  margin-bottom: 0;
}

.div-block-9116 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body-lp-2 {
  background-color: var(--primary-1);
}

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

.mais-perguntas {
  opacity: 0;
  flex-flow: column;
  transition: all .2s;
  display: none;
}

.div-block-9118 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

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

.text-block-442 {
  padding: 10px;
}

.div-block-9120 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #9d34da;
  background-color: #9d34da33;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 6px 8px;
  display: flex;
}

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

.div-block-9122 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.code-form {
  display: block;
}

.div-block-9123 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.no-margins {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.div-block-9124 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-9125 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-21 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 24px;
}

.div-block-9126 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.materiais-pag-obrigado {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.custom-bg {
  background-color: var(--primary-1);
  color: var(--white);
  padding: 0;
}

.custom-bg.black {
  background-color: var(--black);
}

.item-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.item-feature.vertical {
  padding-left: 20px;
  padding-right: 20px;
}

.item-feature.text-left {
  text-align: center;
}

.item-feature.sizing-grow {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-featured {
  color: var(--black);
  background-color: #ffffff1a;
  border: 1px #0000001a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-featured.with-bg {
  background-color: #1fb76c1a;
  border-radius: 6px;
}

.icon-featured.with-bg.space-bottom-icon {
  margin-bottom: 16px;
}

.icon-featured.with-bg.space-bottom-icon.circle-bg {
  border-radius: 100px;
}

.icon-featured.with-bg.space-bottom-icon.custom-color {
  background-color: #963eff33;
}

.icon-featured.with-bg.space-bottom-icon.bg-white {
  background-color: #ffffff1a;
}

.icon-featured.with-bg.space-bottom-icon.bg-white.no-auto-spacing {
  margin-left: 0;
}

.icon-featured.with-bg.space-bottom-icon.bg-font-white {
  color: var(--white);
  background-color: #ffffff1a;
  flex: 0 auto;
  margin-left: 0;
}

.text-block-443 {
  opacity: .7;
  padding-right: 4px;
}

.image-89 {
  width: 107.094px;
  height: 54px;
}

.image-90 {
  width: 32px;
  height: 32px;
}

.image-91 {
  width: 100px;
  height: 38.9688px;
}

.numbers {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border: 2px #000;
  border-top: 3px solid #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1248px;
  margin: 0 auto;
  padding: 80px 60px;
  display: flex;
  position: relative;
}

.heading-22 {
  font-size: 28px;
  font-weight: 500;
}

.div-block-9127 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.image-92 {
  max-width: 1115px;
}

.tag-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #131316b3;
  background-color: #0000000f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.tag-info.custom-black-friday {
  padding: 4px 20px 4px 10px;
}

.tag-info.radius-square {
  border-radius: 10px;
}

.div-block-9128 {
  display: none;
}

.mais-perguntas, .mais-perguntas.faq-sicredi {
  opacity: 0;
  display: none;
}

.div-bloco-9118 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-button-outline {
  background-color: var(--white);
  border: 2px solid #000;
  border-radius: 100px;
  width: 500px;
}

.div-block-9129 {
  margin-bottom: 16px;
}

.switch-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.switch {
  cursor: pointer;
  background-color: #0000001a;
  background-image: url('../images/black-circle.svg');
  background-position: 3px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #0000001a;
  border-radius: 20px;
  width: 48px;
  height: 26px;
  margin-top: 0;
  margin-right: 20px;
  transition: all .2s;
}

.switch.w--redirected-checked {
  background-color: #1fb76c;
  background-image: url('../images/black-circle.svg');
  background-position: 24px;
  background-size: 20px;
  border-color: #1fb76c;
}

.switch.w--redirected-focus {
  box-shadow: none;
}

.switch-label {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 16px;
}

.div-block-9130 {
  padding-top: 10px;
  padding-bottom: 20px;
}

.modal-nao-sicredi {
  z-index: 1000;
  opacity: 0;
  background-color: #000c;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  transition: all .2s;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.div-block-9131 {
  padding-bottom: 20px;
}

.div-block-9132 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-9133 {
  background-color: var(--black);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.div-block-9134 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.mais-perguntas-sicredi, .mais-perguntas-sicredi.faq-sicredi {
  opacity: 0;
  display: none;
}

.logos-parceiros {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.img-parceiro {
  height: 60px;
}

.text-span-31 {
  background-color: var(--black);
  color: var(--white);
}

.youtube-2 {
  outline-offset: 0px;
  border-radius: 20px;
  outline: 2px solid #131316;
  overflow: hidden;
}

.div-block-9135 {
  margin-top: 20px;
}

.div-block-9136 {
  justify-content: center;
  align-items: center;
  padding: 20px 0 0;
  display: flex;
}

.div-block-9137 {
  display: flex;
}

@media screen and (min-width: 1920px) {
  .banner-cookies {
    width: 32%;
  }

  .content-width-small-paragraph-hero {
    width: 600px;
  }

  .a-header-section {
    max-width: 1500px;
  }

  .uui-badge-group.color-promo {
    color: #9d34da;
    background-color: #f0e1f9;
  }

  .badge-group_badge {
    color: #fff;
    background-color: #9d34da;
  }
}

@media screen and (max-width: 991px) {
  blockquote {
    font-size: 28px;
    line-height: 32px;
  }

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

  .section.bg-gray-4.termos {
    padding-top: 44px;
  }

  .section.bg-gray-4.margin-bottom-44 {
    margin-bottom: 20px;
  }

  .section.bg-primary-1.padding-top-500._1248 {
    margin-top: -250px;
    padding-top: 240px;
  }

  .section.bg-primary-1.padding-top-500._1248.custom-height {
    margin-top: -150px;
    padding-top: 150px;
  }

  .section.cta-email {
    padding-top: 0;
  }

  .section.section-integrations {
    padding-top: 144px;
  }

  .container.no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .container.padding-48 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.no-border.box-shadows.plano-one-card.card-small.min-width.width-400 {
    width: 100%;
  }

  .row.style-guide-row {
    flex-direction: column;
  }

  .row.row-split-content {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .row.row-justify-center.grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: stretch;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    overflow: auto;
  }

  .style-guide-title {
    width: 100%;
    margin-bottom: 36px;
    margin-right: 0;
    padding: 24px;
  }

  .style-guide-content {
    max-width: 100%;
  }

  .style-guide-content.row {
    flex: 0 auto;
  }

  .button.fixed-mobile {
    z-index: 10;
    display: inline-block;
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 3px 0 6px 4px #0000001a;
  }

  .card-body.card-body-large, .card-body.case-study-card-body {
    padding: 24px;
  }

  .card-image-head {
    min-height: 218.656px;
    max-height: 218.656px;
  }

  .content-width-large {
    margin-left: 0;
    margin-right: 0;
  }

  .section-title {
    margin-bottom: 60px;
  }

  .section-title.no-bottom-space, .section-title.feature.no-padding-mobile {
    margin-bottom: 0;
  }

  .section-title.topo-materiais {
    margin-bottom: 0;
    padding-top: 0;
  }

  .section-title.align-left-mobile.a-margin-bottom-32 {
    margin-bottom: 32px;
  }

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

  .grid-thirds.grid-align-bottom {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .grid-thirds.blog-grid-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .text-white {
    color: var(--white);
    flex: 0 auto;
    align-self: auto;
  }

  .text-white.text-black {
    color: var(--black);
  }

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

  .content-width-medium.width-blog-post {
    max-width: none;
  }

  .form-input {
    box-shadow: 1px 1px 3px #0000;
  }

  .form-feedback {
    margin-top: 12px;
  }

  .dropdown-icon.icon-white {
    display: none;
  }

  .dropdown-icon.icon-black {
    display: block;
  }

  .avatar {
    width: 72px;
    height: 72px;
  }

  .avatar.avatar-large {
    width: 180px;
    height: 180px;
  }

  .avatar.avatar-large.team-member-avatar {
    margin-bottom: 12px;
  }

  .navbar {
    justify-content: space-around;
  }

  .navbar.left {
    justify-content: flex-start;
  }

  .nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
  }

  .nav-menu-wrapper {
    border: 1px solid var(--gray-10);
    background-color: var(--white);
    border-radius: 0 0 6px 6px;
    padding: 16px;
    box-shadow: 0 4px 6px #0000000d;
  }

  .nav-menu-wrapper.navbar-transparente {
    border-style: none;
    border-radius: 6px;
  }

  .nav-menu-wrapper.margin-left {
    border-style: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-left: 0;
    box-shadow: 0 2px 6px #0000001a;
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links.nav-links-1 {
    margin-left: 0;
  }

  .nav-functions {
    display: none;
  }

  .nav-menu-button-wrapper {
    flex: 1;
    justify-content: flex-end;
  }

  .menu-button {
    background-color: #0000;
    margin-left: 12px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .menu-cross-icon {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .comparison-row {
    grid-template-columns: 2.5fr 1fr 1fr;
  }

  .footer {
    padding-top: 72px;
  }

  .footer.no-padding-mobile.space-top-small {
    padding-bottom: 140px;
  }

  .row-cta {
    text-align: center;
    flex-direction: column;
  }

  .cta-row-heading {
    margin-bottom: 24px;
  }

  .horizontal-rule {
    background-color: #0000001a;
  }

  .footer-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
    padding-right: 0;
    display: flex;
  }

  .footer-row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 72px;
  }

  .footer-menu-column {
    margin-left: 24px;
    margin-right: 24px;
  }

  .footer-lower-row {
    text-align: center;
  }

  .large-heading.text-primary-2.size-font {
    font-size: 30px;
  }

  .navbar-centered {
    display: flex;
  }

  .nav-search-form {
    margin-bottom: 12px;
    margin-left: 0;
  }

  .section-title-wide {
    margin-bottom: 60px;
  }

  .restricted-grid-item.border-sides-white {
    padding-left: 24px;
    padding-right: 24px;
  }

  .restricted-grid-item.padding-numbers {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-2-right {
    align-items: center;
  }

  .footer-2-left {
    margin-bottom: 24px;
  }

  .footer-2-grid {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .search-result-item {
    margin-bottom: 36px;
  }

  .search-form {
    margin-top: 12px;
  }

  .padded-grid-item {
    padding: 24px;
  }

  .icon-extra-large {
    width: 96px;
    height: 96px;
  }

  .slider.desktop {
    display: none;
  }

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

  .captioned-image-wrapper {
    width: 100%;
  }

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

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

  .section-halves._1248-max-w.bg-primary-1.padding-40 {
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .section-halves.spaces-48 {
    padding-top: 48px;
  }

  .section-halves-content {
    text-align: center;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-halves-content.sticky-top-page-comparative {
    position: static;
  }

  .cta-contained {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
  }

  .cta-contained.bg-black {
    flex-direction: column;
    align-items: center;
  }

  .tooltip-container.text-space-left {
    z-index: 0;
  }

  .pricing-row.pricing-header {
    background-color: var(--white);
    top: 70px;
  }

  .pricing-row.featured {
    z-index: 1;
    position: sticky;
  }

  .article {
    font-size: 16px;
    line-height: 24px;
  }

  .back-to-top-button-wrapper {
    bottom: 120px;
  }

  .featured-blog-post-grid {
    grid-template-columns: 1fr;
    max-width: 506px;
    margin-left: auto;
    margin-right: auto;
  }

  .sidebar-layout {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .sidebar-layout.case-study-layout {
    grid-column-gap: 36px;
  }

  .footer-3-row {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
  }

  .footer-3-row-lower {
    flex-direction: column;
  }

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

  .footer-columns-wrapper.footer-4-columns-wrapper.padding-top-24.grid-footer {
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .case-study-cards-grid {
    grid-template-columns: 1fr;
  }

  .overlap-section-below {
    margin-bottom: -120px;
  }

  .ipad-hero-image {
    max-width: 65vw;
  }

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

  .dropdown {
    z-index: 0;
    background-color: #0000000a;
    border-style: none;
  }

  .drop-toggle {
    background-color: #0000;
  }

  .image-plataform {
    min-width: 100%;
    max-width: none;
    display: none;
  }

  .image-plataform.mobile {
    width: 100%;
    min-width: auto;
    max-width: 428px;
    display: block;
  }

  .link-block-banner-plataform {
    justify-content: center;
    width: 100%;
  }

  .paragraph-cookies {
    font-size: 14px;
    line-height: 20px;
  }

  .container-grid-produtos {
    width: auto;
    display: block;
  }

  .coluna-produtos {
    width: 100%;
  }

  .card-produto:hover {
    box-shadow: none;
  }

  .coluna-carrinho {
    z-index: 200;
    background-color: var(--white);
    box-shadow: none;
    border-style: none;
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    padding: 40px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .overlay-product {
    display: none;
  }

  .comparison-prices {
    grid-template-columns: 2.5fr 1fr 1fr;
  }

  .comparison-prices.topo {
    grid-template-columns: 2.5fr 1fr;
  }

  .close-modal-cart {
    display: flex;
  }

  .bar-cart-mobile {
    z-index: 100;
    background-color: var(--primary-1);
    color: var(--white);
    text-transform: uppercase;
    cursor: pointer;
    justify-content: space-between;
    padding: 20px;
    font-size: 15px;
    font-weight: 500;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 0 -2px 8px #0003;
  }

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

  .input {
    font-size: 1rem;
  }

  .success-message-2 {
    border-radius: 6px;
  }

  .resumo-carrinho {
    z-index: 200;
    background-color: var(--white);
    margin-left: 0;
  }

  .margin-top-20 {
    margin-top: 24px;
  }

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

  .embed-form-active-cta-blog {
    display: block;
  }

  .heading-hero.text-white {
    width: 100%;
  }

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

  .grid.cards-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin: 0 -20px 0 0;
    padding: 0;
    display: grid;
  }

  .grid.cards-mobile.hide {
    display: none;
  }

  .obs-planos {
    margin-top: 24px;
  }

  .div-block-1162 {
    grid-template-columns: 1fr;
  }

  .div-block-1164 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .div-block-1164.col-4 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-1164.col-4.alloyfriday2022 {
    flex-direction: column;
    align-items: center;
  }

  .html-embed-template-canva.page-modelo {
    width: 100%;
  }

  .tiles-hero {
    grid-template-columns: 1fr;
  }

  .div-block-1272 {
    width: 100%;
  }

  .imagem-section {
    margin-top: -250px;
  }

  .div-block-1288 {
    justify-content: center;
  }

  .auto-height-slider-holder {
    max-width: 565px;
  }

  .slider-button-right:hover, .slider-button-left:hover {
    background-position: 50%;
  }

  .container-3.grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-1304 {
    grid-template-columns: 1fr;
  }

  .div-block-1307 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    display: grid;
  }

  .mask-2 {
    width: auto;
  }

  .div-block-1315 {
    width: 100px;
    height: 100px;
  }

  .image-69 {
    width: 100%;
  }

  .slide-3 {
    width: 100%;
    height: auto;
  }

  .div-block-1324 {
    width: auto;
  }

  .overlay-conta-existente {
    z-index: 3000;
  }

  .text-block-397 {
    width: 100%;
  }

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

  .image-75 {
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
  }

  .f-logo-carousel-wrap {
    width: 95%;
  }

  .a-section-large.segmentos {
    margin-top: -30px;
    padding-top: 0;
  }

  .uui-testimonial15_arrow {
    right: 40px;
  }

  .uui-testimonial15_arrow.left {
    right: 100px;
  }

  .uui-testimonial15_mask {
    width: 50%;
  }

  .section-depoimentos {
    margin-left: -32px;
    margin-right: -34px;
  }

  .uui-testimonial15_component {
    padding-left: 0;
    padding-right: 0;
  }

  .topo-materiais.small-bottom {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    position: relative;
  }

  .collection-item-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

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

  .a-header-button-wrapper {
    justify-content: center;
  }

  .a-header-button-wrapper.justify-left {
    justify-content: flex-start;
  }

  .a-section-header.header-small.integrations, .a-section-header.custom-paddings.integrations {
    padding-top: 20px;
  }

  .fn-features-card:hover {
    border-color: #0f1213;
  }

  .a-section-regular.custom-bg-black.margins-mobile {
    padding: 40px 20px;
  }

  .a-image-cover {
    object-fit: cover;
  }

  .a-content-image-wrapper-large {
    max-width: 100%;
    height: auto;
  }

  .a-grid-two-column {
    grid-template-columns: 1fr;
  }

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

  .list-item-feature {
    margin-top: 0;
  }

  .list-item-feature.four-column {
    grid-template-columns: 1fr 1fr;
  }

  .list-item-feature.six-column, .list-item-feature._6-column {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .a-image-wrapper.border.custom-width {
    width: 265px;
  }

  .a-list-four {
    grid-template-columns: 1fr 1fr;
  }

  .a-image-center.space-top-image {
    width: 80%;
  }

  .menu-icon_line-bottom {
    background-color: var(--black);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .menu-icon_line-middle {
    background-color: var(--black);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--black);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .uui-dropdown-icon {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar05_menu-button.w--open {
    background-color: #0000;
  }

  .uui-navbar05_button-wrapper {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar05_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar05_link {
    color: var(--untitled-ui-gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar05_link:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar05_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar05_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar05_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar05_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar05_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar05_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-navbar05_dropdown-toggle {
    color: var(--untitled-ui-gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar05_dropdown-toggle:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar05_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar05_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui-gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar05_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .banner-rodape-fixo {
    z-index: 999;
    display: none;
  }

  .f-header-grid {
    grid-template-columns: 1fr;
  }

  .a-section-header-lp {
    padding-bottom: 80px;
  }

  .div-block-7050 {
    padding-top: 0;
    position: static;
  }

  .div-block-7051 {
    flex-wrap: wrap;
  }

  .div-block-7051.slider-horizontal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    margin-top: -40px;
    margin-right: -20px;
    padding: 40px 20px 20px 10px;
    overflow: auto;
  }

  .div-block-7051.slider-horizontal.padding-20 {
    margin-right: 0;
    padding-left: 20px;
  }

  .collection-list-cards {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .collection-list-cards.no-margin-top.center-content {
    align-items: center;
  }

  .div-block-7057 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .a-header-button-wrapper-2 {
    justify-content: center;
  }

  .a-header-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 40px 0% 0;
  }

  .quote {
    text-align: left;
  }

  .div-block-7061 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .images-list-wrapper {
    flex: none;
    height: 50vh;
  }

  .div-block-7068 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-7070 {
    margin-bottom: 40px;
  }

  .div-block-7074 {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .navbar-buttons-blog-categories {
    top: 74px;
  }

  .collection-list-blog-categories {
    width: 100vw;
  }

  .text-block-426 {
    align-items: center;
    width: 100%;
    display: block;
  }

  .div-block-8002 {
    flex: none;
  }

  .heading-14 {
    margin-bottom: 10px;
  }

  .new-bar {
    justify-content: flex-start;
    padding-left: 24px;
  }

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

  .a-list-five {
    grid-template-columns: 1fr 1fr;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-space-xhuge {
    min-height: 6rem;
  }

  .div-block-8018 {
    padding-left: 0;
    padding-right: 0;
  }

  .bar-promo {
    justify-content: flex-start;
    height: auto;
    padding: 20px;
  }

  .bar-promo-licenciado {
    justify-content: flex-start;
  }

  .uui-testimonial10_content {
    padding: 3rem;
  }

  .uui-testimonial10_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 35rem;
  }

  .uui-testimonial10_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .menu-login {
    left: 170px;
  }

  .buttons-navbar-right {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .card-plan.no-border.box-shadows.plano-one-card.card-small.min-width.width-400 {
    width: 100%;
  }

  .navigation_wrapper {
    display: none;
  }

  .pricing-table_component {
    max-width: 100%;
  }

  .pricing-table_row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
  }

  .pricing-table_row.block-prices-direction {
    flex-flow: column;
  }

  .table-prices-container {
    max-width: 100%;
  }

  .soccer-table_head {
    min-width: 13rem;
  }

  .soccer-table_head.is-position {
    min-width: 5rem;
  }

  .crypto-table_head.is-position {
    min-width: 4rem;
  }

  .pricing-table_head-2 {
    min-width: 18rem;
  }

  .imdb-table_cell.is-name {
    min-width: 24rem;
  }

  .fs_table-examples_table-container {
    max-width: 100%;
    padding-top: 5rem;
    overflow: auto;
  }

  .fs_navbar_component {
    justify-content: center;
  }

  .imdb-table_row {
    grid-template-columns: 6.875rem 23rem minmax(31.25rem, 1fr) 14.875rem;
  }

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

  .crypto-table_cell {
    min-width: 17.5rem;
  }

  .crypto-table_cell.is-label {
    min-width: 4rem;
  }

  .imdb-table_head {
    min-width: 24rem;
  }

  .imdb-table_head.is-position {
    min-width: 7rem;
  }

  .imdb-table_head.is-name {
    width: 32rem;
    min-width: 24rem;
  }

  .soccer-table_cell.is-position {
    min-height: 5rem;
  }

  .pricing-table-list-features {
    max-width: 100%;
  }

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

  .section-plans.bg-gray-4.termos {
    padding-top: 44px;
  }

  .section-plans.bg-gray-4.margin-bottom-44 {
    margin-bottom: 20px;
  }

  .section-plans.bg-primary-1.padding-top-500._1248 {
    margin-top: -250px;
    padding-top: 240px;
  }

  .section-plans.bg-primary-1.padding-top-500._1248.custom-height {
    margin-top: -150px;
    padding-top: 150px;
  }

  .section-plans.section-integrations {
    padding-top: 144px;
  }

  .container-plans.no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .container-plans.padding-48 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bar-promo-alert {
    text-align: left;
    margin-top: 0;
  }

  .waves-master-cta-2 {
    text-align: center;
  }

  .lista-materiais-gratis {
    flex-flow: column;
  }

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

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

  .a-list-embaixadores.flex {
    flex-flow: row;
  }

  .a-section-embaixadores.overflow-visible-desktop {
    box-sizing: content-box;
    overflow: auto;
  }

  .div-block-9089 {
    justify-content: center;
    align-items: center;
  }

  .logo-afiliado.custom-logo {
    margin-left: 0;
  }

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

  .rl_content6_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

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

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

  .div-block-9101 {
    width: auto;
  }

  .block-content-lp {
    flex-flow: column;
  }

  .block-image-lp {
    order: 1;
    width: auto;
    min-width: auto;
  }

  .image-lp {
    object-fit: cover;
    width: auto;
    min-width: auto;
  }

  .div-block-9105 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .logo-topo-afiliado {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .content-left-lp {
    max-width: none;
    padding-top: 0;
  }

  .content-left-lp.width-blog-post, .content-right-lp, .content-right-lp.width-blog-post {
    max-width: none;
  }

  .heading-20 {
    margin-bottom: 20px;
  }

  .logo-topo-parceiro, .logo-topo-parceiro-alloy {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .logos-rodape-parceiro {
    justify-content: center;
    align-items: center;
  }

  .code-embed-calendar {
    width: auto;
  }

  .body-calendar {
    padding: 20px;
  }

  .div-block-9108 {
    width: auto;
  }

  .link-block-banner-plataform-top {
    justify-content: center;
    width: 100%;
  }

  .div-block-9115 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .list-item-highlights {
    grid-row-gap: 2rem;
    flex-flow: wrap;
  }

  .list-item-highlights.four-column {
    grid-template-columns: 1fr 1fr;
  }

  .list-item-highlights.six-column, .list-item-highlights._6-column {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-88 {
    width: 100%;
  }

  .heading-section-lp {
    text-align: left;
    width: auto;
  }

  .left-top-lp {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .right-top-lp {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-9117 {
    padding-top: 0;
  }

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

  .numbers {
    padding-left: 40px;
    padding-right: 40px;
  }

  .modal-nao-sicredi {
    z-index: 3000;
  }

  .div-block-9137 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 42px;
  }

  h2 {
    margin-bottom: 16px;
  }

  h5 {
    font-size: 20px;
  }

  .section.bg-gray-4.termos {
    padding-top: 20px;
  }

  .section.bg-primary-1.with-image {
    margin-bottom: 100px;
    padding-top: 44px;
    padding-bottom: 100px;
  }

  .section.bg-primary-1.padding-top-500._1248 {
    margin-top: -200px;
    padding-top: 160px;
  }

  .section.bg-primary-1.padding-top-500._1248.custom-height {
    padding-top: 125px;
  }

  .section.no-space-top.hide-section {
    display: none;
  }

  .section.space-small-top-and-bottom, .section.spaces-cards-blog-categories {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container.space-bottom-40 {
    margin-bottom: 0;
  }

  .card.no-border.box-shadows.plano-one-card.card-small {
    width: 350px;
  }

  .row.row-align-center.mobile-no-align {
    justify-content: flex-start;
  }

  .row.row-split-content {
    grid-row-gap: 36px;
  }

  .row.row-split-content.margins-hero {
    margin-left: 0;
    margin-right: 0;
  }

  .row.row-justify-center.grid {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .card-head {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-body.card-body-large {
    padding: 24px;
  }

  .card-body.blog-card-body {
    padding-bottom: 0;
  }

  .card-image-head {
    min-height: 156px;
    max-height: 156px;
  }

  .content-width-small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
  }

  .content-width-large {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .section-title {
    margin-bottom: 0;
  }

  .section-title.align-left-mobile {
    text-align: left;
  }

  .section-title.width-custom {
    width: 450px;
  }

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

  .grid-thirds.blog-grid-thirds {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .circle {
    margin-right: 0;
    padding-right: 0;
  }

  .centered-grid-item {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .icon-list-item {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .icon-list-item.icon-list-item-last {
    padding-bottom: 0;
  }

  .handwriting {
    font-size: 28px;
    line-height: 32px;
  }

  .hidden-on-mobile {
    display: none;
  }

  .content-width-medium {
    width: 100%;
  }

  .content-width-medium.center {
    text-align: center;
  }

  .icon-grid-list-item {
    padding-bottom: 16px;
  }

  .style-guide-content-group {
    margin-bottom: 36px;
  }

  .grid-quarters {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

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

  .avatar {
    width: 60px;
    height: 60px;
  }

  .avatar.avatar-large {
    width: 120px;
    height: 120px;
  }

  .avatar.avatar-group-item {
    margin-right: -12px;
  }

  .nav-functions {
    display: none;
  }

  .modal-search-form {
    padding: 12px;
  }

  .comparison-row {
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .circle-small.margin-right {
    margin-right: 12px;
  }

  .medium-heading {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }

  .medium-heading.blog-post-heading {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 34px;
  }

  .medium-heading.align-left {
    font-size: 32px;
  }

  .medium-heading.partners {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 34px;
  }

  .footer-row {
    margin-bottom: 48px;
  }

  .footer-right {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-menu-column {
    width: 100%;
    margin-bottom: 36px;
    margin-left: 0;
    margin-right: 0;
  }

  .large-heading {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 42px;
  }

  .section-title-wide {
    margin-bottom: 48px;
  }

  .icon-large {
    width: 82px;
  }

  .restricted-grid-item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .restricted-grid-item.border-sides-white {
    border-left-style: none;
    border-right-style: none;
  }

  .search-result-item {
    margin-bottom: 24px;
  }

  .slider {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-arrow.slider-arrow-right.move {
    right: -15%;
  }

  .slider-arrow.move {
    left: -15%;
  }

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

  .cta-contained.bg-black {
    justify-content: center;
    padding-bottom: 0;
  }

  .video-lightbox-wrapper.small-box {
    width: 100%;
  }

  .card-label {
    position: relative;
    top: 0;
  }

  .price-description {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tooltip-container.text-space-left {
    flex: 0 auto;
  }

  .pricing-row {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-row.featured {
    grid-template-rows: auto;
    top: 210px;
  }

  .pricing-row.border-gray {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-label {
    border-bottom: 1px solid var(--gray-10);
    justify-content: center;
    width: 100%;
    margin-bottom: 6px;
    padding-bottom: 16px;
  }

  .tabs-underline-menu {
    margin-bottom: 36px;
  }

  .tabs-underline-menu.text-large {
    width: 100%;
  }

  .tab-underline {
    text-align: center;
    margin-left: 12px;
    margin-right: 12px;
  }

  .card-blog-category-head {
    padding: 24px;
  }

  .blog-post-category-placeholder {
    min-height: 240px;
  }

  .featured-blog-post-content {
    padding: 24px;
  }

  .sidebar-layout.case-study-layout {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
  }

  .widget.footer-menu-column {
    text-align: left;
    width: 100%;
  }

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

  .footer-columns-wrapper.footer-4-columns-wrapper.padding-top-24.grid-footer {
    grid-template-columns: 1fr;
  }

  .case-study-cards-grid {
    grid-row-gap: 16px;
  }

  .overlap-section-below {
    margin-bottom: -96px;
  }

  .ipad-hero-image {
    margin-top: 0;
  }

  .ipad-hero-image.margin-100 {
    margin-top: -60px;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .brand {
    padding-left: 0;
  }

  .link-block-banner-plataform {
    padding-top: 0;
    padding-bottom: 0;
  }

  .background-scrim-full {
    width: 100%;
  }

  .banner-cookies {
    flex-direction: row;
    align-items: flex-start;
  }

  .paragraph-cookies {
    margin-bottom: 0;
  }

  .bt-plus {
    inset: auto 10px 13px auto;
  }

  .overlay-product {
    padding-top: 0;
    padding-bottom: 0;
  }

  .overlay-product.pacote-d-e-f, .overlay-product.pacote-d-e-c, .overlay-product.pacote-c-e-f, .overlay-product.pacote-d-f-c {
    background-color: var(--white);
  }

  .container-option-cart {
    border-radius: 0;
    height: 100vh;
  }

  .comparison-prices {
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .container-cadastro.learning {
    width: 100%;
  }

  .lottie-animation-5 {
    max-width: 40px;
    max-height: 40px;
  }

  .success-message-2 {
    padding: 45px;
  }

  .overlay-reset-password {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-hero {
    font-size: 30px;
    line-height: 1;
  }

  .heading-hero.text-white {
    width: 80%;
  }

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

  .content-left {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
  }

  .content-width-small-paragraph-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
  }

  .overlay-wpp {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-1164.col-4 {
    grid-template-columns: 1fr;
  }

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

  .tiles-hero {
    grid-template-columns: 1fr;
  }

  .tile-business {
    background-image: linear-gradient(to bottom, null, null), url('../images/Header_p195161gina_principal_-_Alloy.webp');
    background-position: 0 0, 50%;
  }

  .h1-hero.text-white {
    font-size: 30px;
    line-height: 1.2;
  }

  .imagem-section {
    top: 220px;
  }

  .image-square {
    object-position: 70% 50%;
  }

  .image-square.fit-center.custom-size {
    width: 100%;
    height: 100%;
  }

  .div-block-1288 {
    justify-content: center;
  }

  .auto-height-swiper {
    margin-bottom: 16px;
  }

  .slider-button-right {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .slider-button-right.auto-height-button-right {
    margin-left: 0;
    position: relative;
    left: 0%;
  }

  .auto-height-buttons-wrapper {
    display: flex;
  }

  .slider-button-left {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

  .slider-button-left.auto-height-button-left {
    position: relative;
    right: 0%;
  }

  .container-3 {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .div-block-1299 {
    margin-right: 0;
  }

  .div-block-1307 {
    grid-template-columns: 1fr;
  }

  .container-modal-wpp {
    border-radius: 0;
    height: 100vh;
  }

  .image-69 {
    height: auto;
  }

  .overlay-planos, .overlay-planos-com-suporte, .overlay-plano-gratis-com-suporte, .overlay-plano-liberdade-com-suporte {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-card-overlay-conta-existente {
    width: 100%;
  }

  .nav_container, .container-4.cc-link-list, .nav_container-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-7029, .div-block-7039 {
    width: 100%;
    height: 100%;
  }

  .f-logo-cell {
    margin-left: 10px;
    margin-right: 10px;
  }

  .f-logo-cell.segments {
    padding-left: 20px;
    padding-right: 20px;
  }

  .a-section-large.segmentos {
    margin-top: 0;
    padding-top: 20px;
  }

  .uui-testimonial15_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial15_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-testimonial15_arrow {
    right: 20px;
  }

  .uui-testimonial15_arrow:hover {
    background-color: #fff;
  }

  .uui-testimonial15_arrow.left {
    right: 80px;
  }

  .a-section-testimonial {
    padding-left: 20px;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-testimonial15_mask {
    width: 80%;
  }

  .uui-testimonial15_content {
    padding: 1.5rem;
  }

  .section-depoimentos {
    margin-left: -20px;
    margin-right: -20px;
  }

  .uui-testimonial15_slide {
    padding-right: 1.5rem;
  }

  .uui-testimonial15_component {
    margin-top: 3rem;
  }

  .banner-content-free {
    width: 480px;
    height: 176.344px;
  }

  .f-navigation-socials-wrapper {
    display: none;
  }

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

  .a-header-button-wrapper.space-top-buttons.align-left-mobile {
    justify-content: flex-start;
  }

  .a-paragraph-regular {
    font-size: 16px;
    line-height: 22px;
  }

  .a-paragraph-regular.left-mobile {
    text-align: left;
  }

  .a-h1-heading {
    font-size: 48px;
  }

  .a-section-header {
    padding-top: 64px;
  }

  .a-section-header.custom-paddings {
    padding-bottom: 44px;
  }

  .fn-features-card {
    padding: 12px;
  }

  .a-h2-heading {
    font-size: 32px;
    line-height: 38px;
  }

  .a-h2-heading.left-mobile {
    text-align: left;
  }

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

  .a-section-regular.custom-bg, .a-section-regular.custom-bg-black {
    padding-left: 5%;
    padding-right: 5%;
  }

  .a-image-cover {
    object-fit: scale-down;
  }

  .a-text-regular {
    font-size: 14px;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .a-space-xsmall {
    min-height: .75rem;
  }

  .item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .item.vertical {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: center;
  }

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

  .item.text-left.align-left-center {
    justify-content: flex-start;
    align-items: center;
  }

  .item.sizing-grow {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 1;
  }

  .list-item-feature {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    justify-items: start;
    margin-top: 40px;
  }

  .list-item-feature.five-column {
    grid-template-columns: 1fr;
  }

  .list-item-feature.six-column, .list-item-feature._6-column {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .faq_component {
    margin-top: 3rem;
  }

  .a-list-four {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .a-component {
    align-items: stretch;
  }

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

  .small-heading-feature {
    text-align: center;
    margin-bottom: 6px;
    font-size: 18px;
  }

  .small-heading-feature.a-margin-bottom-12.center-text, .small-heading-feature.center-font-16-mobile {
    text-align: center;
  }

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

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-navbar05_link {
    font-size: 1rem;
  }

  .uui-navbar05_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar05_dropdown-content-left {
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .uui-navbar05_dropdown-toggle, .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-navbar03_container-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    place-content: space-around flex-start;
  }

  .a-button-link {
    font-size: 1rem;
  }

  .a-button-row {
    align-self: stretch;
  }

  .nav-lp {
    padding-bottom: 0;
  }

  .a-section-header-lp {
    padding-top: 64px;
  }

  .badge-off-pricing {
    padding: .125rem .5rem;
  }

  .pricing-tabs-menu {
    margin-bottom: 2rem;
  }

  .tab-pricing {
    margin-top: 2rem;
  }

  .div-block-7051 {
    flex-wrap: wrap;
    align-content: space-around;
  }

  .div-block-7051.slider-horizontal {
    flex-wrap: nowrap;
    margin-top: -20px;
  }

  .a-section-title {
    margin-bottom: 0;
  }

  .a-header-button-wrapper-2 {
    flex-wrap: wrap;
  }

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

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

  .images-list-wrapper {
    justify-content: center;
    width: 100%;
    min-width: 100%;
    height: 30vh;
  }

  .image-wrapper {
    width: 150px;
    height: 150px;
    min-height: 150px;
  }

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

  .heading-12 {
    font-size: 28px;
    line-height: 32px;
  }

  .div-block-7070 {
    margin-bottom: 0;
  }

  .div-block-8000 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .collection-list-blog-categories {
    width: 100vh;
    padding-top: 6px;
    padding-bottom: 4px;
  }

  .text-block-426 {
    margin-top: 2px;
  }

  .a-h3-heading {
    font-size: 40px;
  }

  .new-content-bar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    width: 100%;
  }

  .new-bar {
    text-align: center;
    height: auto;
    padding: 20px 20px 10px;
  }

  .div-block-8012 {
    margin-top: -10px;
  }

  .a-list-five {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.button-row-center.is-reverse-mobile-landscape, .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-space-xhuge {
    min-height: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-8018 {
    margin-top: 0;
  }

  .bar-promo {
    text-align: center;
    height: auto;
    padding: 20px;
  }

  .bar-promo-licenciado {
    text-align: center;
    height: auto;
  }

  .uui-testimonial10_logo-wrapper-2 {
    margin-top: 1rem;
  }

  .uui-testimonial10_divider-2 {
    display: none;
  }

  .uui-testimonial10_client-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-testimonial10_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 2.5rem 1.5rem;
  }

  .uui-testimonial10_lightbox-image {
    height: 22rem;
  }

  .uui-lightbox_play-icon-2 {
    width: 4rem;
    height: 4rem;
  }

  .uui-testimonial10_component {
    border-radius: 1rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .card-plan.no-border.box-shadows.plano-one-card.card-small {
    width: 350px;
  }

  .div-block-8035 {
    margin-top: 0;
  }

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

  .fs_button.is-large {
    font-size: 1rem;
  }

  .crypto-table_head.is-position {
    max-width: 4rem;
  }

  .fs_table-examples_button-group {
    flex-wrap: wrap;
    justify-content: center;
  }

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

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

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

  .fs_table-examples_table-container {
    padding-bottom: 0;
  }

  .crypto-table_row {
    grid-template-columns: minmax(4rem, 4rem);
  }

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

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

  .crypto-table_cell {
    min-width: 16rem;
  }

  .badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .section-plans.bg-gray-4.termos {
    padding-top: 20px;
  }

  .section-plans.bg-primary-1.with-image {
    margin-bottom: 100px;
    padding-top: 44px;
    padding-bottom: 100px;
  }

  .section-plans.bg-primary-1.padding-top-500._1248 {
    margin-top: -200px;
    padding-top: 160px;
  }

  .section-plans.bg-primary-1.padding-top-500._1248.custom-height {
    padding-top: 125px;
  }

  .section-plans.no-space-top.hide-section {
    display: none;
  }

  .section-plans.space-small-top-and-bottom, .section-plans.spaces-cards-blog-categories {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container-plans.space-bottom-40 {
    margin-bottom: 0;
  }

  .tags-horizontal-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-9076 {
    align-items: flex-start;
  }

  .bar-promo-alert {
    margin-top: 20px;
  }

  .waves---master-checks-horizontal {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .waves-master-cta-2 {
    padding: 80px 32px;
  }

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

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

  .material-gratis {
    width: 100%;
  }

  .div-block-9080 {
    width: 100%;
    min-width: 300px;
    max-width: 300px;
  }

  .image-82 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .a-h3-heading-2 {
    font-size: 40px;
  }

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

  .a-subtitle-embaixador {
    font-size: 16px;
    line-height: 22px;
  }

  .a-subtitle-embaixador.left-mobile, .a-paragraph-regular-embaixador.left-mobile {
    text-align: left;
  }

  .a-embaixador {
    min-width: 300px;
    max-width: 300px;
  }

  .rodape-embaixador {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-paragrapf-embaixadores {
    width: auto;
  }

  .rl_contact6_spacing-block-5, .rl_contact6_spacing-block-6 {
    padding-bottom: .75rem;
  }

  .rl_contact6_form-field-2col {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

  .rl_layout141_image {
    width: auto;
  }

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

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

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

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

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

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

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

  .div-block-9101 {
    width: auto;
  }

  .div-block-9103 {
    text-align: left;
    width: auto;
  }

  .block-content-lp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .block-image-lp {
    height: auto;
  }

  .image-lp {
    object-fit: scale-down;
  }

  .div-block-9105 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-9106 {
    width: auto;
  }

  .content-left-lp {
    width: 100%;
    padding-bottom: 0;
  }

  .content-left-lp.center {
    text-align: center;
  }

  .content-right-lp {
    width: 100%;
  }

  .content-right-lp.center {
    text-align: center;
  }

  .heading-20 {
    margin-bottom: 0;
  }

  .link-block-banner-plataform-top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-9115 {
    flex-flow: column;
  }

  .list-item-highlights {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-items: start;
    margin-top: 40px;
  }

  .list-item-highlights.five-column {
    grid-template-columns: 1fr;
  }

  .list-item-highlights.six-column, .list-item-highlights._6-column {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .heading-section-lp {
    text-align: left;
    width: auto;
  }

  .left-top-lp {
    width: auto;
  }

  .right-top-lp {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .div-block-9117 {
    padding-top: 20px;
  }

  .item-feature {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .item-feature.vertical {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: center;
  }

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

  .item-feature.text-left.align-left-center {
    justify-content: flex-start;
    align-items: center;
  }

  .item-feature.sizing-grow {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 1;
  }

  .numbers {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-9136 {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 34px;
  }

  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  h5 {
    line-height: 26px;
  }

  blockquote {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 30px;
  }

  .section.bg-gray-4.space-small-box {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section.bg-gray-4.margin-top-negative {
    margin-top: -150px;
    padding-top: 150px;
  }

  .section.bg-primary-1.with-image {
    margin-bottom: 60px;
    padding-bottom: 140px;
  }

  .section.bg-primary-1.padding-top-500 {
    padding-top: 140px;
  }

  .section.bg-primary-1.padding-top-500._1248 {
    margin-top: -30px;
    padding-top: 100px;
  }

  .section.bg-primary-1.padding-top-500._1248.custom-height {
    margin-top: 10px;
    padding-top: 50px;
  }

  .section.bg-primary-1.padding-side {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.bg-primary-1.padding-side.no-border-radius {
    border-radius: 0;
  }

  .section.section-small {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.image-bg-section {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section.top-space-small-blog-post {
    padding-top: 24px;
    padding-bottom: 56px;
  }

  .section.top-space-small-sections.novos-planos {
    padding-top: 0;
  }

  .section.space-small-top-and-bottom {
    padding-bottom: 0;
  }

  .section.padding-mobile {
    padding-top: 36px;
  }

  .section.padding-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .section.space-section-lp-isca {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.section-integrations {
    padding-top: 96px;
  }

  .section.spaces-cards-blog-categories {
    padding-bottom: 0;
  }

  .container.width-blog-post {
    padding-left: 0;
    padding-right: 0;
  }

  .container.padding-64 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.margin-bottom-plans {
    margin-bottom: 24px;
  }

  .container.width-post-partner {
    padding-left: 0;
    padding-right: 0;
  }

  .text-large, .text-large.section-subtitle.text-white {
    font-size: 16px;
    line-height: 24px;
  }

  .text-large.text-white.max-650 {
    font-size: 16px;
    line-height: 20px;
  }

  .card.shadow-small.no-border.max-width-card {
    width: 100%;
    max-width: 280px;
  }

  .card.no-border.image-caption-overlay {
    text-align: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .card.no-border.box-shadows.plano-one-card, .card.no-border.box-shadows.plano-one-card.card-small {
    width: 100%;
  }

  .card.border-color-green.no-border-mobile {
    box-shadow: none;
    border-style: none;
  }

  .text-caps {
    letter-spacing: 0;
    margin-right: 0;
    line-height: 18px;
  }

  .row.row-align-center {
    flex-wrap: nowrap;
  }

  .row.row-split-content {
    grid-template-columns: minmax(0, 1fr);
  }

  .row.row-justify-center.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .row.text-small.banner-like-post {
    padding-left: 24px;
  }

  .style-guide-title {
    border-radius: 5px;
    margin-bottom: 24px;
  }

  .button.button-outline.display-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.button-outline.margin-left {
    margin-left: 0;
  }

  .button.form-search-button, .button.button-row-last {
    margin-top: 12px;
    margin-left: 0;
  }

  .button.text {
    justify-content: center;
    display: flex;
  }

  .button.text.block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.pay {
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
  }

  .button.login {
    width: 100%;
    display: block;
  }

  .card-body.card-body-small.no-shadow-mobile {
    box-shadow: none;
  }

  .card-body.blog-card-body {
    flex: 0 auto;
    padding: 16px 16px 0;
  }

  .card-body.no-padding {
    padding: 0;
  }

  .card-foot {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-foot.no-border.text-small {
    margin-bottom: 10px;
  }

  .card-image-head {
    min-height: 220px;
    max-height: 220px;
  }

  .card-image-head.icon-extra-large {
    margin-bottom: 48px;
  }

  .content-width-small {
    width: 100%;
  }

  .subheading {
    margin-bottom: 12px;
  }

  .content-width-large {
    grid-template-columns: 1fr;
  }

  .section-title {
    margin-bottom: 36px;
  }

  .section-title.align-left-mobile {
    margin-bottom: 0;
  }

  .section-title.width-custom {
    width: 90%;
  }

  .grid-thirds {
    grid-row-gap: 36px;
  }

  .grid-thirds.gapless-columns {
    grid-row-gap: 24px;
  }

  .grid-thirds.blog-grid-thirds {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .circle {
    margin-right: 12px;
  }

  .circle.bg-custom {
    margin-right: 0;
  }

  .centered-grid-item {
    flex-direction: column;
  }

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

  .style-guide-icons {
    justify-content: space-around;
  }

  .handwriting-contents.handwriting-below {
    right: 0;
  }

  .content-width-medium.width-blog-post {
    text-align: left;
    align-items: flex-start;
    padding-top: 0;
  }

  .content-width-medium.sticky-top.min-506 {
    min-width: auto;
  }

  .content-width-medium.width-300 {
    width: 100%;
  }

  .no-bottom-space.font-size-24 {
    font-size: 18px;
    line-height: 22px;
  }

  .list-grid.margin-top, .list-grid.margin-top-list {
    grid-template-columns: 1fr;
  }

  .icon-grid-list-item {
    border-bottom-style: none;
    padding-bottom: 8px;
  }

  .style-guide-content-group {
    margin-bottom: 24px;
  }

  .form-input {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-input.form-input-large {
    height: 48px;
    font-size: 16px;
  }

  .grid-quarters {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-quarters.logos-conquistas {
    grid-template-columns: 1fr 1fr;
  }

  .grid-quarters.space-grid-24 {
    grid-row-gap: 24px;
  }

  .dropdown-grid {
    grid-row-gap: 16px;
    grid-template-columns: minmax(0, 1fr);
    padding: 16px;
  }

  .grid-halves {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .grid-halves.margin-top-44 {
    margin-top: 44px;
  }

  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link.text-white.text-black.only-mobile {
    display: block;
  }

  .nav-menu-wrapper {
    padding: 12px;
  }

  .nav-functions {
    display: none;
  }

  .menu-button {
    overflow: hidden;
  }

  .modal-search-form {
    flex-direction: column;
    margin-left: 12px;
    margin-right: 12px;
  }

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

  .medium-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .medium-heading.blog-post-heading {
    text-align: left;
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 36px;
  }

  .medium-heading.align-left {
    font-size: 22px;
  }

  .medium-heading.partners {
    font-size: 30px;
    line-height: 36px;
  }

  .footer {
    padding-top: 48px;
  }

  .footer.bg-primary-1 {
    padding: 24px;
  }

  .footer.no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-row {
    margin-bottom: 24px;
  }

  .footer-right {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer-menu-column {
    text-align: center;
    width: 100%;
    margin-bottom: 24px;
  }

  .button-circle.button-circle-large.bg-primary-1 {
    text-align: center;
    font-size: 14px;
  }

  .button-row {
    flex-direction: column;
  }

  .large-heading, .large-heading.color-white {
    font-size: 30px;
    line-height: 32px;
  }

  .logo-row-image.opacity-50.radius-100 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .section-title-wide {
    margin-bottom: 36px;
  }

  .icon-large {
    width: 72px;
  }

  .restricted-grid-item {
    padding-left: 0;
    padding-right: 0;
  }

  .subscribe-form {
    flex-direction: column;
  }

  .footer-2-header {
    margin-bottom: 24px;
  }

  .footer-2-left {
    flex-direction: column;
    margin-bottom: 12px;
  }

  .menu-column-left {
    width: auto;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .search-form {
    flex-direction: column;
  }

  .padded-grid-item {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .text-space-left-large {
    margin-left: 12px;
  }

  .icon-extra-large {
    width: 72px;
    height: 72px;
  }

  .slider.slider-large {
    width: 100%;
  }

  .quotes-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .image-background.bg-image {
    background-image: linear-gradient(#0003, #0003), url('../images/bg-1-pages.webp');
    background-position: 0 0, 70%;
  }

  .slider-arrow {
    left: 6px;
  }

  .slider-arrow.slider-arrow-right {
    right: 6px;
  }

  .slider-arrow.slider-arrow-right.move {
    right: -25%;
  }

  .slider-arrow.move {
    left: -25%;
  }

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

  .section-small {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-small.padding-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-halves._1248-max-w.bg-primary-1.padding-40 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-halves-content {
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .cta-contained {
    padding-bottom: 0;
  }

  .price-description {
    font-size: 14px;
    line-height: 20px;
  }

  .pricing-row.featured {
    top: 206px;
  }

  .pricing-table-section, .tabs-underline-menu {
    margin-bottom: 24px;
  }

  .tab-underline {
    margin-left: 6px;
    margin-right: 6px;
  }

  .expandable-text.expandable-accordion-text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .expandable-heading {
    line-height: 22px;
  }

  .article h4 {
    line-height: 26px;
  }

  .article blockquote {
    font-size: 16px;
    line-height: 20px;
  }

  .article p {
    font-size: 16px;
    line-height: 26px;
  }

  .avatar-with-name {
    align-items: flex-start;
  }

  .blog-post-category-placeholder {
    min-height: 180px;
  }

  .featured-blog-post-content {
    padding: 16px;
  }

  .sidebar.max-width-sidebar {
    width: 100%;
  }

  .widget {
    margin-bottom: 36px;
  }

  .footer-3-row, .case-study-logo {
    margin-bottom: 24px;
  }

  .overlap-section-below {
    margin-bottom: -200px;
  }

  .ipad-hero-image {
    max-width: 80vw;
  }

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

  .post-resume {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-small {
    font-size: 16px;
    line-height: 20px;
  }

  .bg-green-text {
    font-size: 32px;
    line-height: 32px;
  }

  .border-radius.min-506 {
    min-width: auto;
  }

  .dropdown {
    z-index: 500;
    float: none;
    position: relative;
    right: 0;
  }

  .drop-toggle {
    width: 100%;
  }

  .dropdown-list-2.w--open, .dropdown-link-2 {
    z-index: 1;
  }

  .image-hero {
    object-position: 80% 50%;
  }

  .image-hero.page-licenciamento {
    object-position: 60% 50%;
  }

  .image-plataform {
    display: none;
  }

  .image-plataform.mobile {
    object-fit: cover;
    flex: none;
    width: 100%;
    min-width: auto;
    max-width: none;
    display: block;
  }

  .banner-cookies {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    display: none;
  }

  .paragraph-cookies {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .card-produto.delivery, .card-produto.fidelidade {
    flex-direction: column;
  }

  .descri-o-produto {
    margin-left: 0;
    padding-top: 20px;
  }

  .coluna-carrinho {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-option-cart.padding-top {
    padding-top: 40px;
  }

  .container-option-cart.width-300 {
    width: 100%;
  }

  .table-prices {
    padding-left: 24px;
    padding-right: 24px;
  }

  .comparison-prices {
    grid-template-columns: 1fr 1fr 1fr;
    font-size: 14px;
    line-height: 18px;
  }

  .comparison-prices.topo {
    grid-template-columns: 2.5fr 2fr;
  }

  .list-item-prices {
    font-size: 14px;
  }

  .close-modal {
    border-radius: 100%;
    width: 44px;
  }

  .heading-product {
    font-size: 24px;
    line-height: 30px;
  }

  .close-modal-cart {
    border-radius: 100%;
    width: 44px;
  }

  .text-block-product {
    width: 150px;
  }

  .bar-cart-mobile {
    font-size: 14px;
    font-weight: 400;
  }

  .section-cadastro {
    padding-top: 24px;
  }

  .container-cadastro {
    width: 100%;
  }

  .input-wrap.direction-vertical {
    flex-direction: column;
  }

  .heading-cadastro.ola {
    font-size: 22px;
  }

  .buttons-form.pay {
    flex-direction: column;
    display: flex;
  }

  .buttons-form.login {
    flex-direction: column;
    align-items: center;
  }

  .dropdown-list-form-cadastro.w--open, .drop-link-cadastro {
    width: 100%;
  }

  .button-back-pay {
    order: 1;
  }

  .resumo-carrinho {
    display: block;
  }

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

  .heading-empty-cart {
    width: 150px;
  }

  .container-login {
    width: 100%;
  }

  .section-login {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .div-block-buttom {
    align-self: stretch;
    width: 100%;
  }

  .buttom-pontuador {
    align-self: stretch;
  }

  .buttom-pontuador.margin-top {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
  }

  .overlay-reset-password {
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-top-20 {
    margin-top: 16px;
  }

  .div-block-41 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .form-active {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
  }

  .form-active.desktop {
    display: none;
  }

  .form-active.mobile {
    display: flex;
  }

  .block-form-active {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image-top-lp-left {
    width: 300px;
  }

  .form-mobile-html-embed {
    margin-top: -30px;
    margin-bottom: 0;
    display: block;
  }

  .form-desktop-html-embed {
    display: none;
  }

  .heading-hero {
    font-size: 30px;
    line-height: 33px;
  }

  .heading-hero.text-white {
    width: 90%;
  }

  .text-card-small {
    line-height: 20px;
  }

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

  .content-left {
    width: 100%;
  }

  .bg-overlay-70-e-linear {
    background-image: linear-gradient(#000000b3, #000000b3);
  }

  .content-width-small-paragraph-hero {
    width: 100%;
  }

  .obs-planos {
    margin-top: 16px;
  }

  .div-block-1164 {
    grid-row-gap: 44px;
  }

  .div-block-1164.col-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-1167 {
    justify-items: start;
  }

  .html-embed-template-canva, .html-embed-template-canva.page-modelo {
    width: 280px;
  }

  .div-block-template-canva {
    width: auto;
  }

  .block-qr-code-exemple {
    grid-template-columns: 1fr;
  }

  .start-overlay {
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-aviso {
    margin-bottom: 16px;
  }

  .heading-3.custom-size {
    font-size: 26px;
  }

  .tiles-hero {
    min-height: 70vh;
  }

  .tile-business {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Header-página-principal-2---Alloy.webp');
    background-position: 0 0, 50%;
    padding: 20px 24px;
  }

  .div-block-1272 {
    width: 100%;
  }

  .imagem-section {
    margin-top: -200px;
  }

  .div-block-1288 {
    flex-direction: column;
  }

  .div-block-1289 {
    margin-top: 10px;
  }

  .testimonial-section {
    overflow: hidden;
  }

  .heading-5 {
    font-size: 32px;
    line-height: 38px;
  }

  .div-block-1290 {
    padding-top: 10px;
    display: none;
  }

  .div-block-1291 {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-1292 {
    justify-content: center;
  }

  .div-block-1294 {
    align-items: center;
    display: flex;
  }

  .slider-button-left.auto-height-button-left {
    margin-right: 14px;
  }

  .auto-height-slider-paragraph {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .auto-height-author-image {
    width: 50px;
    height: 50px;
  }

  .div-block-1299 {
    height: auto;
    margin: 0 10px 10px;
  }

  .div-block-1300 {
    flex-direction: column;
  }

  .div-block-1315 {
    width: 70px;
    height: 70px;
  }

  .div-block-1317 {
    width: 100%;
  }

  .div-block-1319 {
    height: auto;
    padding: 10px 16px;
  }

  .text-block-389 {
    text-align: right;
    flex: 0 auto;
    width: 100px;
  }

  .text-block-394 {
    width: 90px;
  }

  .card-top-overlay {
    padding-top: 10px;
  }

  .div-block-1567 {
    grid-template-columns: 1fr;
  }

  .overlay-conta-existente {
    z-index: 3000;
  }

  .heading-choose-order {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
  }

  .close-modal-2 {
    border-radius: 100%;
    width: 44px;
    top: 20px;
  }

  .link-block {
    display: none;
  }

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

  .section-4.cc-links {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-4 {
    width: 85%;
  }

  .text-block-399 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-7027 {
    top: 10%;
    left: -2%;
  }

  .text-block-400 {
    font-size: 13px;
    line-height: 16px;
  }

  .div-block-7028 {
    flex-direction: column;
    margin-top: -30px;
  }

  .bold-text-3 {
    font-size: 16px;
  }

  .text-block-404 {
    width: 90%;
  }

  .div-block-7029 {
    margin-bottom: -10px;
  }

  .radio-button-field-2 {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .radio-button-2 {
    cursor: pointer;
  }

  .text-block-406 {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-7035 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-7036 {
    margin-bottom: -72px;
    margin-left: -24px;
    margin-right: -24px;
  }

  .div-block-7040 {
    width: 100%;
  }

  .heading-10 {
    font-size: 22px;
    line-height: 26px;
  }

  .div-block-7042 {
    flex-direction: column;
  }

  .div-block-7043 {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .f-logo-carousel-wrap {
    width: 100%;
  }

  .f-logo-cell {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
  }

  .f-logo-gradient-r {
    width: 40px;
  }

  .a-section-large.segmentos {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .f-logo-gradient-l {
    width: 40px;
  }

  .uui-testimonial15_arrow {
    right: 20px;
  }

  .uui-testimonial15_arrow.left {
    right: 80px;
  }

  .a-width-100 {
    margin-left: 0;
    padding-right: 0;
  }

  .uui-testimonial15_mask {
    width: 95%;
  }

  .section-depoimentos {
    margin-left: -20px;
    margin-right: -20px;
  }

  .image-76 {
    width: 112.859px;
    height: 44px;
  }

  .banner-content-free {
    width: 280px;
    height: 102.859px;
  }

  .empty-state-2 {
    width: auto;
  }

  .a-header-image.no-margin-top {
    margin-top: 20px;
  }

  .a-header-button-wrapper {
    flex-flow: wrap;
  }

  .a-header-button-wrapper.justify-left {
    justify-content: flex-start;
  }

  .a-h1-heading {
    font-size: 30px;
  }

  .a-container-regular.padding-section-depoimentos {
    padding-left: 20px;
    padding-right: 20px;
  }

  .a-section-header {
    padding-top: 56px;
  }

  .a-section-header.header-small {
    padding-top: 44px;
  }

  .a-section-header.custom-paddings {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .a-h2-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .a-image-cover {
    object-fit: cover;
  }

  .a-content-image-wrapper-large {
    height: auto;
  }

  .a-content-image-wrapper-large.custom-height {
    height: 140px;
  }

  .item.vertical {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .list-item-feature.four-column {
    grid-template-columns: 1fr;
  }

  .list-item-feature._6-column {
    flex-direction: column;
    display: flex;
  }

  .small-heading-feature.center-font-16-mobile {
    text-align: center;
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .small-heading-feature.align-left-mobile {
    text-align: left;
  }

  .a-image-center.space-top-image {
    width: 100%;
    margin-top: 0;
  }

  .uui-navbar05_button-wrapper {
    flex-flow: row-reverse wrap;
    align-content: space-around;
  }

  .uui-navbar05_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar03_bottom-bar-right-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-navbar03_bottom-bar-left-2 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: max-content;
    align-items: flex-start;
  }

  .uui-navbar03_container-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: flex-start;
  }

  .a-section-header-lp {
    padding-top: 56px;
  }

  .badge-off-pricing {
    justify-content: center;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: -35px 0% auto;
  }

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

  .pricing-tab-link {
    font-size: 14px;
    line-height: 20px;
  }

  .pricing-tabs-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .tab-pricing {
    margin-top: 4rem;
  }

  .div-block-7051 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .a-header-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .a-header-section {
    height: auto;
    padding-top: 20px;
  }

  .quote {
    margin-top: 20px;
    font-size: 13px;
    line-height: 16px;
  }

  .div-block-7061 {
    padding: 40px 20px;
  }

  .images-list-wrapper {
    border-top: 1px solid #000;
    height: 30vh;
  }

  .image-wrapper {
    width: 150px;
    min-width: 150px;
    height: 150px;
    min-height: 150px;
  }

  .heading-12 {
    font-size: 24px;
    line-height: 28px;
  }

  .div-block-7068 {
    flex-direction: column;
  }

  .div-block-7069 {
    padding-top: 10px;
  }

  .tag-image-hero {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
  }

  .modal-whatsapp {
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-7074 {
    justify-content: center;
  }

  .image-77 {
    width: 80px;
    height: 80px;
  }

  .image-78 {
    height: 80px;
  }

  .div-block-7075 {
    width: 80px;
    height: 80px;
  }

  .div-block-8000 {
    justify-content: flex-start;
  }

  .logos-footer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text-block-427 {
    font-size: 14px;
    line-height: 14px;
  }

  .a-h3-heading {
    font-size: 36px;
  }

  .div-block-8016 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-8017 {
    width: 100%;
  }

  .div-block-8018 {
    padding-bottom: 0;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .js-clock.hide-mobile {
    display: none;
  }

  .box {
    flex-direction: column;
  }

  .div-block-8024 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    flex-wrap: nowrap;
  }

  .bar-promo {
    padding-top: 20px;
  }

  .uui-testimonial10_divider-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .uui-testimonial10_lightbox-image {
    height: 15rem;
  }

  .uui-testimonial10_component {
    grid-template-columns: 1fr;
  }

  .lightbox_video-overlay-layer-3.no-margin-top {
    margin-top: 20px;
  }

  .menu-login {
    top: 116px;
    left: 0;
  }

  .buttons-navbar-right {
    flex-flow: column-reverse wrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .autor-blogpost {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .card-plan.shadow-small.no-border.max-width-card {
    width: 100%;
    max-width: 280px;
  }

  .card-plan.no-border.image-caption-overlay {
    text-align: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .card-plan.no-border.box-shadows.plano-one-card, .card-plan.no-border.box-shadows.plano-one-card.card-small {
    width: 100%;
  }

  .pricing-table_celll {
    min-width: auto;
  }

  .table-prices-container.is-relative-element {
    padding-top: 3rem;
  }

  .block-button {
    display: block;
  }

  .pricing-table_header_content-2 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .fs_button {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .fs_button.is-secondary {
    justify-content: center;
  }

  .fs_table-cta_component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .fs_table-examples_button-group {
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
  }

  .fs_navbar_logo {
    height: 2rem;
  }

  .crypto-table_text-large {
    font-size: 1.25rem;
  }

  .fs_label.is-large {
    font-size: .875rem;
  }

  .fs_table-examples_item {
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fs_table-examples_table-container {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .fs_table-examples_table-container.is-relative-element {
    padding-top: 3rem;
  }

  .pricing-table_header_wrapper-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .fs_table-examples_top-content {
    text-align: center;
  }

  .pricing-table_most-popular-2 {
    padding-top: .7rem;
    padding-bottom: .75rem;
    top: -3rem;
  }

  .section-plans {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .section-plans.bg-gray-4.space-small-box {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-plans.bg-gray-4.margin-top-negative {
    margin-top: -150px;
    padding-top: 150px;
  }

  .section-plans.bg-primary-1.with-image {
    margin-bottom: 60px;
    padding-bottom: 140px;
  }

  .section-plans.bg-primary-1.padding-top-500 {
    padding-top: 140px;
  }

  .section-plans.bg-primary-1.padding-top-500._1248 {
    margin-top: -30px;
    padding-top: 100px;
  }

  .section-plans.bg-primary-1.padding-top-500._1248.custom-height {
    margin-top: 10px;
    padding-top: 50px;
  }

  .section-plans.bg-primary-1.padding-side {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-plans.bg-primary-1.padding-side.no-border-radius {
    border-radius: 0;
  }

  .section-plans.section-small {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-plans.image-bg-section {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section-plans.top-space-small-blog-post {
    padding-top: 24px;
    padding-bottom: 56px;
  }

  .section-plans.top-space-small-sections.novos-planos {
    padding-top: 0;
  }

  .section-plans.space-small-top-and-bottom {
    padding-bottom: 0;
  }

  .section-plans.padding-mobile {
    padding-top: 36px;
  }

  .section-plans.padding-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .section-plans.space-section-lp-isca {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section-plans.section-integrations {
    padding-top: 96px;
  }

  .section-plans.spaces-cards-blog-categories {
    padding-bottom: 0;
  }

  .container-plans.width-blog-post {
    padding-left: 0;
    padding-right: 0;
  }

  .container-plans.padding-64 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-plans.margin-bottom-plans {
    margin-bottom: 24px;
  }

  .container-plans.width-post-partner {
    padding-left: 0;
    padding-right: 0;
  }

  .f-modal-form {
    flex-wrap: wrap;
  }

  .bar-promo-alert {
    text-align: left;
    margin-top: 0;
  }

  .waves---heading-2-no-margins {
    font-size: 30px;
  }

  .waves-master-cta-2 {
    padding: 64px 16px;
  }

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

  .material-gratis {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-9080 {
    min-width: auto;
    max-width: none;
  }

  .a-embaixador-image-wrapper {
    width: auto;
    min-width: auto;
    height: 260px;
    min-height: 260px;
    max-height: 260px;
  }

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

  .a-button-primary {
    width: 100%;
  }

  .a-embaixador {
    width: 100%;
    min-width: 260px;
    max-width: 260px;
  }

  .a-section-embaixadores.padding-section-depoimentos {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-bio-embaixador {
    width: auto;
  }

  .topo-bio-embaixador {
    width: 100%;
  }

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

  .modal-agendas {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-9100 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .sectiion-lp.content-lp {
    padding: 20px;
  }

  .sectiion-lp.content-lp.padding-40 {
    padding: 40px 0;
  }

  .sectiion-lp.content-lp.padding-40.radius-20.mobile-margins {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sectiion-lp.header-materiais {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sectiion-lp.padding-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sectiion-lp.padding-80.bg-green.radius-20.padding-mobile-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sectiion-lp.custom-padding-lps {
    padding: 20px;
  }

  .block-image-lp {
    width: auto;
    height: auto;
  }

  .block-image-lp.custom-height {
    height: 140px;
  }

  .content-left-lp.width-blog-post {
    text-align: left;
    align-items: flex-start;
    padding-top: 0;
  }

  .content-left-lp.sticky-top.min-506 {
    min-width: auto;
  }

  .content-left-lp.width-300 {
    width: 100%;
  }

  .news-ticker-wrapper.relative {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .content-right-lp.width-blog-post {
    text-align: left;
    align-items: flex-start;
    padding-top: 0;
  }

  .content-right-lp.sticky-top.min-506 {
    min-width: auto;
  }

  .content-right-lp.width-300 {
    width: 100%;
  }

  .code-embed-calendar {
    outline-offset: 3px;
    outline: 1px #0000001a;
    width: 100%;
    padding: 0;
  }

  .body-calendar {
    padding: 0;
  }

  .div-block-9107 {
    width: 100%;
  }

  .div-block-9108 {
    padding-top: 20px;
  }

  .link-block-banner-plataform-top {
    padding-bottom: 20px;
  }

  .div-block-9112 {
    flex-flow: wrap;
  }

  .div-block-1000 {
    flex-direction: column;
  }

  .logo-midia.opacity-50.radius-100 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .list-item-highlights.four-column {
    grid-template-columns: 1fr;
  }

  .list-item-highlights._6-column {
    flex-direction: column;
    display: flex;
  }

  .image-88 {
    border-radius: 10px;
  }

  .div-block-9117 {
    padding-top: 0;
  }

  .div-block-9120 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .item-feature.vertical {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .numbers {
    padding: 40px 20px;
  }

  .modal-nao-sicredi {
    z-index: 3000;
  }
}

#w-node-_0a9867ce-b564-0e78-7186-fef205ed2ce1-05ed2cde {
  place-self: start center;
}

#w-node-_35172439-9a4b-eb59-7deb-d2559b390278-9013a2cc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_35172439-9a4b-eb59-7deb-d2559b390279-9013a2cc, #w-node-_35172439-9a4b-eb59-7deb-d2559b39027c-9013a2cc, #w-node-_35172439-9a4b-eb59-7deb-d2559b39027f-9013a2cc, #w-node-_35172439-9a4b-eb59-7deb-d2559b390282-9013a2cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0ad250a-d60a-9887-f226-a445d45165e7-9013a2cc {
  order: 9999;
}

#w-node-_584380b6-1b6e-ca3f-9c79-42395da3f226-9113a2e2, #w-node-_6b87b9f7-a20b-7fa5-dcb1-8901a83bdb4e-9113a2e2, #w-node-d3749c23-dbe1-36a8-df3c-9434ead65b2a-f294dcf2 {
  justify-self: center;
}

#w-node-d3749c23-dbe1-36a8-df3c-9434ead65b73-f294dcf2 {
  order: 9999;
  place-self: start center;
}

#w-node-_8955e4b8-1197-a13c-8b36-084b1da93ec1-f294dcf2 {
  order: -9999;
  place-self: start center;
}

#w-node-_661978ce-740e-dc6b-4de2-4943a624d74b-a624d748 {
  justify-self: center;
}

#w-node-be4a11be-05a8-dda1-8843-950764eb2706-baa83834 {
  place-self: center;
}

#w-node-be4a11be-05a8-dda1-8843-950764eb272d-baa83834 {
  justify-self: center;
}

#w-node-c5287af8-cd4f-3c51-60da-313bd93e3154-baa83834 {
  order: -9999;
  justify-self: center;
}

#w-node-cd406520-b27a-780d-728a-1c1673aeb924-adecb1b9, #w-node-cd406520-b27a-780d-728a-1c1673aeb94a-adecb1b9 {
  justify-self: center;
}

#w-node-_910cebcd-5dc0-c1fb-14b0-041200ddd475-cd350a5b {
  place-self: center;
}

#w-node-_910cebcd-5dc0-c1fb-14b0-041200ddd4ac-cd350a5b {
  justify-self: center;
}

#w-node-_910cebcd-5dc0-c1fb-14b0-041200ddd4eb-cd350a5b {
  order: -9999;
  justify-self: center;
}

#w-node-e85ffa1c-d937-1048-49c4-2eacbe9547d0-cebb1598 {
  order: -9999;
  place-self: start center;
}

#w-node-b6927646-ba6c-b6cb-931b-e5d6baee1c14-cebb1598 {
  justify-self: center;
}

#w-node-b6927646-ba6c-b6cb-931b-e5d6baee1c36-cebb1598 {
  place-self: start center;
}

#w-node-c6c5dae5-9dad-fe15-e757-3501b85ec5ad-f212be41 {
  justify-self: center;
}

#w-node-_0b09bb96-56b5-b4f4-eb63-5689f76cd040-f212be41, #w-node-_2d70ef07-f1a2-a472-4a39-c0dc3f9004f4-f212be41, #w-node-e6e25e6e-421e-72bb-7046-5a5406f268a2-f212be41, #w-node-_207e32fe-2199-79d0-e5cd-53b5a9c330a3-f212be41, #w-node-e88b5557-dbc0-ede8-09bb-49a511e1e93e-f212be41 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85ff8a7d-a2c5-f14d-af8e-5b1762ffd14e-0f9e4deb {
  order: -9999;
}

#w-node-_0955e484-a05d-16a8-7ea2-1c82c23f1255-0f9e4deb {
  justify-self: end;
}

#w-node-_0955e484-a05d-16a8-7ea2-1c82c23f129e-0f9e4deb {
  justify-self: start;
}

#w-node-f1e761d2-e04e-01ab-798d-f322fb21a096-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a099-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a09f-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a0a1-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a0a7-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a0a9-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a0ae-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a0b1-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a0b6-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a0b8-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a0da-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a0dd-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a0e3-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a0e5-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a0eb-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a0ed-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a0f2-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a0f5-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a0fa-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a0fc-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a11e-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a121-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a127-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a12a-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a130-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a132-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a137-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a139-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a13e-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a140-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a16a-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a16d-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a177-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a17a-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a184-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a186-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a18f-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a191-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a19a-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a19c-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a1b0-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a1b3-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a1bd-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a1c0-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a1ca-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a1cc-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a1d5-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a1d7-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a1e0-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a1e2-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a210-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a213-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a21d-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a220-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a22a-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a22c-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a235-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a237-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a240-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a242-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a256-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a259-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a263-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a266-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a270-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a272-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a27b-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a27d-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a286-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a288-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a2b6-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a2b9-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a2c3-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a2c6-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a2d0-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a2d2-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a2db-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a2dd-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a2e6-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a2e8-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a2fc-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a2ff-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a309-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a30c-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a316-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a318-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a321-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a323-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a32c-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a32e-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a35b-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a35e-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a368-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a36b-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a375-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a377-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a380-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a382-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a38b-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a38d-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a3a1-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a3a4-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a3ae-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a3b1-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a3bb-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a3bd-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a3c6-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a3c8-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a3d1-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a3d3-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a3e7-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a3ea-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a3f4-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a3f7-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a401-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a403-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a40c-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a40e-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a417-0f9e4deb, #w-node-f1e761d2-e04e-01ab-798d-f322fb21a419-0f9e4deb {
  justify-self: end;
}

#w-node-_97ee5f6d-e055-3723-a2fd-d12811aaadd3-b6370f1b, #w-node-_97ee5f6d-e055-3723-a2fd-d12811aaae01-b6370f1b, #w-node-_0f263ac9-9f20-acb3-ca91-c93436dfe8bd-65d07206, #w-node-_0f263ac9-9f20-acb3-ca91-c93436dfe8c2-65d07206 {
  justify-self: center;
}

#w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec1a-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec1b-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec1f-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec21-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec26-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec2b-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec30-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec35-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec3a-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec3f-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec45-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec46-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec4a-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec4c-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec51-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec56-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec5b-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec60-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec65-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec6a-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec71-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec76-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec7b-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec80-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec82-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec87-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec8c-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec91-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec96-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7bec9c-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7beca1-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7beca6-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7becab-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7becad-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7becb2-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7becb7-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7becbc-d6f59c71, #w-node-f37cb2dc-d21c-4c12-f3eb-1d8bda7becc1-d6f59c71, #w-node-_7847daa7-f002-e457-f9a9-060e242ff198-d6f59c71, #w-node-_7847daa7-f002-e457-f9a9-060e242ff1a0-d6f59c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#topo.w-node-_62b2fadf-7ccb-5e0f-2f9f-be9423afa993-ea14ba2e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bd2efd5b-4356-9e4f-838e-6c859abdb78b-ea14ba2e {
  place-self: center;
}

#w-node-bd2efd5b-4356-9e4f-838e-6c859abdb79d-ea14ba2e {
  justify-self: end;
}

#w-node-_14378280-b62b-5fc4-ec27-c380f57a3558-ea14ba2e {
  order: 9999;
  place-self: center;
}

#w-node-_14378280-b62b-5fc4-ec27-c380f57a356b-ea14ba2e {
  justify-self: start;
}

#w-node-c889e9c5-7104-b7c0-2e43-5906560f5bc1-ea14ba2e {
  place-self: center;
}

#w-node-c889e9c5-7104-b7c0-2e43-5906560f5bd3-ea14ba2e {
  justify-self: end;
}

#w-node-_6c6b3064-b79d-40a8-d908-2f83c4852fcc-ea14ba2e {
  order: -9999;
}

#w-node-_4bb5a533-e59f-b793-d059-de89030e74c5-ea14ba2e {
  justify-self: end;
}

#w-node-_4bb5a533-e59f-b793-d059-de89030e7512-ea14ba2e {
  justify-self: start;
}

#w-node-f7e9b97f-4e59-5421-7c48-504ec47cc9fe-2ecbede9 {
  place-self: start center;
}

#w-node-_9d9a6365-4e38-cdb0-67f7-dc0afd8744bf-2ecbede9 {
  justify-self: end;
}

#w-node-ea4aff42-663c-0189-17b1-ddb4d84116df-2ecbede9 {
  order: -9999;
  align-self: start;
}

#w-node-f7e9b97f-4e59-5421-7c48-504ec47cc9fe-d24e9a50 {
  place-self: start center;
}

#w-node-eb5774f9-ed7b-e966-4492-f6ecd9fb9cd6-d24e9a50 {
  justify-self: end;
}

#w-node-ea4aff42-663c-0189-17b1-ddb4d84116df-d24e9a50 {
  order: -9999;
  align-self: start;
}

#w-node-f7e9b97f-4e59-5421-7c48-504ec47cc9fe-59c4d583 {
  place-self: start center;
}

#w-node-f7e9b97f-4e59-5421-7c48-504ec47cca25-59c4d583 {
  justify-self: end;
}

#w-node-ea4aff42-663c-0189-17b1-ddb4d84116df-59c4d583 {
  order: -9999;
  align-self: start;
}

#w-node-f7e9b97f-4e59-5421-7c48-504ec47cc9fe-34b1406b {
  place-self: start center;
}

#w-node-eb5774f9-ed7b-e966-4492-f6ecd9fb9cd6-34b1406b {
  justify-self: end;
}

#w-node-ea4aff42-663c-0189-17b1-ddb4d84116df-34b1406b {
  order: -9999;
  align-self: start;
}

#w-node-be4a11be-05a8-dda1-8843-950764eb2706-d9615f64 {
  place-self: center;
}

#w-node-be4a11be-05a8-dda1-8843-950764eb272d-d9615f64 {
  justify-self: center;
}

#w-node-ea4aff42-663c-0189-17b1-ddb4d84116df-d9615f64 {
  order: -9999;
  justify-self: center;
}

#w-node-f7e9b97f-4e59-5421-7c48-504ec47cc9fe-203c73d0 {
  place-self: start center;
}

#w-node-eb5774f9-ed7b-e966-4492-f6ecd9fb9cd6-203c73d0 {
  justify-self: end;
}

#w-node-ea4aff42-663c-0189-17b1-ddb4d84116df-203c73d0 {
  order: -9999;
  align-self: start;
}

#w-node-ea4aff42-663c-0189-17b1-ddb4d84116df-3a58b7cd {
  order: -9999;
  justify-self: center;
}

#w-node-_6cff235c-22b9-048c-3761-11f6582d8c8b-3a58b7cd {
  order: -9999;
  place-self: center;
}

#w-node-_6cff235c-22b9-048c-3761-11f6582d8c9e-3a58b7cd {
  order: 9999;
  justify-self: end;
}

#w-node-f7734afc-7ad3-c230-b64e-4e087db2bc83-3a58b7cd {
  justify-self: end;
}

#w-node-f7734afc-7ad3-c230-b64e-4e087db2bcdf-3a58b7cd, #w-node-f7734afc-7ad3-c230-b64e-4e087db2bce4-3a58b7cd, #w-node-f7734afc-7ad3-c230-b64e-4e087db2bce9-3a58b7cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7734afc-7ad3-c230-b64e-4e087db2bcf7-3a58b7cd, #w-node-f7734afc-7ad3-c230-b64e-4e087db2bd2a-3a58b7cd {
  justify-self: start;
}

#w-node-d13f4680-7829-9c37-845f-3d3e4b030301-e71942ad {
  justify-self: center;
}

#w-node-d13f4680-7829-9c37-845f-3d3e4b03033b-e71942ad {
  order: 9999;
  place-self: start center;
}

#w-node-f5344e4e-4e89-7975-923f-c04485501555-e71942ad {
  order: -9999;
  place-self: start center;
}

#w-node-ea4aff42-663c-0189-17b1-ddb4d84116df-7e4aa015 {
  order: -9999;
  justify-self: center;
}

#w-node-cd406520-b27a-780d-728a-1c1673aeb924-e6eeec4a, #w-node-cd406520-b27a-780d-728a-1c1673aeb94a-e6eeec4a {
  justify-self: center;
}

#w-node-_1853a249-a08a-939d-28e0-daaeb23484c6-53d6b1be, #w-node-_22ff551d-4ced-d4f8-1be9-6c8b41007e97-58fb9b5f, #w-node-_941aac46-31b7-c56e-5926-f97fd99cb029-d7b6efcf {
  justify-self: end;
}

#w-node-a9fb9d0b-288b-0cab-d4b5-09aacdb4755e-b1dbd9a8 {
  align-self: start;
}

#w-node-_959e9e46-6fd9-b275-75c9-42032062228f-b1dbd9a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_589f9703-4686-5d83-321a-5b4bc8c6b24a-b1dbd9a8 {
  order: 9999;
  place-self: start end;
}

#w-node-_589f9703-4686-5d83-321a-5b4bc8c6b24c-b1dbd9a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f154f983-a53d-b6ac-a9f2-788f9282be40-6fad7b08 {
  justify-self: end;
}

#w-node-_61d006d0-d12e-f45f-680a-00513a27d62a-32a12dd8, #w-node-_61d006d0-d12e-f45f-680a-00513a27d62b-32a12dd8, #w-node-_61d006d0-d12e-f45f-680a-00513a27d631-32a12dd8, #w-node-_61d006d0-d12e-f45f-680a-00513a27d636-32a12dd8, #w-node-_61d006d0-d12e-f45f-680a-00513a27d63b-32a12dd8, #w-node-_61d006d0-d12e-f45f-680a-00513a27d640-32a12dd8, #w-node-_61d006d0-d12e-f45f-680a-00513a27d645-32a12dd8, #w-node-_61d006d0-d12e-f45f-680a-00513a27d64a-32a12dd8, #w-node-_61d006d0-d12e-f45f-680a-00513a27d64f-32a12dd8, #w-node-fb490556-6f2c-6596-beea-649a94548513-32a12dd8, #w-node-fb490556-6f2c-6596-beea-649a94548514-32a12dd8, #w-node-fb490556-6f2c-6596-beea-649a9454851a-32a12dd8, #w-node-fb490556-6f2c-6596-beea-649a9454851f-32a12dd8, #w-node-fb490556-6f2c-6596-beea-649a94548524-32a12dd8, #w-node-fb490556-6f2c-6596-beea-649a94548529-32a12dd8, #w-node-fb490556-6f2c-6596-beea-649a9454852e-32a12dd8, #w-node-fb490556-6f2c-6596-beea-649a94548533-32a12dd8, #w-node-fb490556-6f2c-6596-beea-649a94548538-32a12dd8, #w-node-_61d006d0-d12e-f45f-680a-00513a27d681-32a12dd8, #w-node-_61d006d0-d12e-f45f-680a-00513a27d686-32a12dd8, #w-node-_61d006d0-d12e-f45f-680a-00513a27d68b-32a12dd8, #w-node-_61d006d0-d12e-f45f-680a-00513a27d692-32a12dd8, #w-node-_61d006d0-d12e-f45f-680a-00513a27d697-32a12dd8, #w-node-_61d006d0-d12e-f45f-680a-00513a27d69c-32a12dd8, #w-node-_61d006d0-d12e-f45f-680a-00513a27d6a1-32a12dd8, #w-node-_61d006d0-d12e-f45f-680a-00513a27d6a6-32a12dd8, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa44-32a12dd8, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa49-32a12dd8, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa4e-32a12dd8, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa55-32a12dd8, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa5a-32a12dd8, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa5f-32a12dd8, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa64-32a12dd8, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa69-32a12dd8, #w-node-b56ba52d-c540-ace5-2823-b6aea970697b-32a12dd8, #w-node-b56ba52d-c540-ace5-2823-b6aea9706997-32a12dd8, #w-node-a1c7c1a3-b2ef-e250-4620-348a2b1c5190-32a12dd8, #w-node-_2571073e-38f0-5c43-89de-5c3fddee3782-32a12dd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_585cbba1-a733-5f0c-d5f7-83e65748665f-a0626a42 {
  justify-self: end;
}

#w-node-b50ca60d-f50f-0368-49b7-3505bd7c89a4-9929e0e5, #w-node-a427dfe9-d37d-da0f-081a-5432e0e67253-9929e0e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8153fd00-f65a-9044-14bc-fe63d6338224-961cdcad {
  justify-self: end;
}

#w-node-_98ec781d-3c3a-f547-7eeb-72e1f975ac94-961cdcad {
  order: 9999;
}

#w-node-_98ec781d-3c3a-f547-7eeb-72e1f975acac-961cdcad {
  justify-self: start;
}

#w-node-_0ededcee-7a3a-2d5c-a117-733b1846fbe5-961cdcad {
  order: -9999;
}

#w-node-_0ededcee-7a3a-2d5c-a117-733b1846fbf5-961cdcad {
  justify-self: end;
}

#w-node-_419f1ca3-a28b-1c72-5908-3c16e493994a-ebf4f765 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc013-ebf4f765 {
  justify-self: end;
}

#w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc0cd-ebf4f765, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc131-ebf4f765 {
  justify-self: start;
}

#w-node-_419f1ca3-a28b-1c72-5908-3c16e493994a-7f19e64e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc013-7f19e64e {
  justify-self: end;
}

#w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc0cd-7f19e64e, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc131-7f19e64e {
  justify-self: start;
}

#w-node-_419f1ca3-a28b-1c72-5908-3c16e493994a-d1132a47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc013-d1132a47 {
  justify-self: end;
}

#w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc0cd-d1132a47, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc131-d1132a47 {
  justify-self: start;
}

#w-node-_40ec145f-57e0-c417-d95a-aa48408442ce-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa48408442cf-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa48408442d3-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa48408442d5-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa48408442da-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa48408442df-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa48408442e4-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa48408442e9-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa48408442ee-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa48408442f3-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa48408442f9-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa48408442fa-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa48408442fe-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa4840844300-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa4840844305-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa484084430a-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa484084430f-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa4840844314-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa4840844319-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa484084431e-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa4840844325-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa484084432a-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa484084432f-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa4840844334-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa4840844336-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa484084433b-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa4840844340-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa4840844345-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa484084434a-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa4840844350-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa4840844355-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa484084435a-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa484084435f-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa4840844361-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa4840844366-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa484084436b-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa4840844370-b5601657, #w-node-_40ec145f-57e0-c417-d95a-aa4840844375-b5601657 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b5c43e2-c6ee-e12b-ec1a-0f5f927c7e32-b5601657 {
  justify-self: end;
}

#w-node-_9b5c43e2-c6ee-e12b-ec1a-0f5f927c7f0b-b5601657, #w-node-_9b5c43e2-c6ee-e12b-ec1a-0f5f927c7f80-b5601657, #w-node-_9b5c43e2-c6ee-e12b-ec1a-0f5f927c8244-b5601657 {
  justify-self: start;
}

#w-node-_419f1ca3-a28b-1c72-5908-3c16e493994a-5b179584 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc013-5b179584 {
  justify-self: end;
}

#w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc0cd-5b179584, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc131-5b179584 {
  justify-self: start;
}

#w-node-e85ffa1c-d937-1048-49c4-2eacbe9547d0-86be9c95 {
  order: -9999;
  place-self: start center;
}

#w-node-b6927646-ba6c-b6cb-931b-e5d6baee1c14-86be9c95, #w-node-b6927646-ba6c-b6cb-931b-e5d6baee1c36-86be9c95 {
  justify-self: center;
}

#w-node-_419f1ca3-a28b-1c72-5908-3c16e493994a-06af3ea1, #w-node-_61d006d0-d12e-f45f-680a-00513a27d62a-44facc80, #w-node-_61d006d0-d12e-f45f-680a-00513a27d62b-44facc80, #w-node-_61d006d0-d12e-f45f-680a-00513a27d62f-44facc80, #w-node-_61d006d0-d12e-f45f-680a-00513a27d631-44facc80, #w-node-_61d006d0-d12e-f45f-680a-00513a27d636-44facc80, #w-node-_61d006d0-d12e-f45f-680a-00513a27d63b-44facc80, #w-node-_61d006d0-d12e-f45f-680a-00513a27d640-44facc80, #w-node-_61d006d0-d12e-f45f-680a-00513a27d645-44facc80, #w-node-_61d006d0-d12e-f45f-680a-00513a27d64a-44facc80, #w-node-_61d006d0-d12e-f45f-680a-00513a27d64f-44facc80, #w-node-fb490556-6f2c-6596-beea-649a94548513-44facc80, #w-node-fb490556-6f2c-6596-beea-649a94548514-44facc80, #w-node-fb490556-6f2c-6596-beea-649a94548518-44facc80, #w-node-fb490556-6f2c-6596-beea-649a9454851a-44facc80, #w-node-fb490556-6f2c-6596-beea-649a9454851f-44facc80, #w-node-fb490556-6f2c-6596-beea-649a94548524-44facc80, #w-node-fb490556-6f2c-6596-beea-649a94548529-44facc80, #w-node-fb490556-6f2c-6596-beea-649a9454852e-44facc80, #w-node-fb490556-6f2c-6596-beea-649a94548533-44facc80, #w-node-fb490556-6f2c-6596-beea-649a94548538-44facc80, #w-node-_61d006d0-d12e-f45f-680a-00513a27d681-44facc80, #w-node-_61d006d0-d12e-f45f-680a-00513a27d686-44facc80, #w-node-_61d006d0-d12e-f45f-680a-00513a27d68b-44facc80, #w-node-_61d006d0-d12e-f45f-680a-00513a27d690-44facc80, #w-node-_61d006d0-d12e-f45f-680a-00513a27d692-44facc80, #w-node-_61d006d0-d12e-f45f-680a-00513a27d697-44facc80, #w-node-_61d006d0-d12e-f45f-680a-00513a27d69c-44facc80, #w-node-_61d006d0-d12e-f45f-680a-00513a27d6a1-44facc80, #w-node-_61d006d0-d12e-f45f-680a-00513a27d6a6-44facc80, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa44-44facc80, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa49-44facc80, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa4e-44facc80, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa53-44facc80, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa55-44facc80, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa5a-44facc80, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa5f-44facc80, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa64-44facc80, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa69-44facc80, #w-node-b50ca60d-f50f-0368-49b7-3505bd7c89a4-334c5a9f, #w-node-a427dfe9-d37d-da0f-081a-5432e0e67253-334c5a9f, #w-node-_42c0607e-9b53-2e3f-50ab-a6fd7f59e9db-d1702aa4, #w-node-_2ae39d7c-846b-3a91-dc81-8f35f4e74ab4-d1702aa4, #w-node-dee26f26-70a1-a93b-93a5-fcd8c6609545-d1702aa4, #w-node-_60c1385a-0ad8-a83e-5f0a-be66159cbef0-d1702aa4, #w-node-_61d006d0-d12e-f45f-680a-00513a27d62a-aeb5b6c1, #w-node-_61d006d0-d12e-f45f-680a-00513a27d62b-aeb5b6c1, #w-node-_61d006d0-d12e-f45f-680a-00513a27d62f-aeb5b6c1, #w-node-_61d006d0-d12e-f45f-680a-00513a27d631-aeb5b6c1, #w-node-_61d006d0-d12e-f45f-680a-00513a27d636-aeb5b6c1, #w-node-_61d006d0-d12e-f45f-680a-00513a27d63b-aeb5b6c1, #w-node-_61d006d0-d12e-f45f-680a-00513a27d640-aeb5b6c1, #w-node-_61d006d0-d12e-f45f-680a-00513a27d645-aeb5b6c1, #w-node-_61d006d0-d12e-f45f-680a-00513a27d64a-aeb5b6c1, #w-node-_61d006d0-d12e-f45f-680a-00513a27d64f-aeb5b6c1, #w-node-fb490556-6f2c-6596-beea-649a94548513-aeb5b6c1, #w-node-fb490556-6f2c-6596-beea-649a94548514-aeb5b6c1, #w-node-fb490556-6f2c-6596-beea-649a94548518-aeb5b6c1, #w-node-fb490556-6f2c-6596-beea-649a9454851a-aeb5b6c1, #w-node-fb490556-6f2c-6596-beea-649a9454851f-aeb5b6c1, #w-node-fb490556-6f2c-6596-beea-649a94548524-aeb5b6c1, #w-node-fb490556-6f2c-6596-beea-649a94548529-aeb5b6c1, #w-node-fb490556-6f2c-6596-beea-649a9454852e-aeb5b6c1, #w-node-fb490556-6f2c-6596-beea-649a94548533-aeb5b6c1, #w-node-fb490556-6f2c-6596-beea-649a94548538-aeb5b6c1, #w-node-_61d006d0-d12e-f45f-680a-00513a27d681-aeb5b6c1, #w-node-_61d006d0-d12e-f45f-680a-00513a27d686-aeb5b6c1, #w-node-_61d006d0-d12e-f45f-680a-00513a27d68b-aeb5b6c1, #w-node-_61d006d0-d12e-f45f-680a-00513a27d690-aeb5b6c1, #w-node-_61d006d0-d12e-f45f-680a-00513a27d692-aeb5b6c1, #w-node-_61d006d0-d12e-f45f-680a-00513a27d697-aeb5b6c1, #w-node-_61d006d0-d12e-f45f-680a-00513a27d69c-aeb5b6c1, #w-node-_61d006d0-d12e-f45f-680a-00513a27d6a1-aeb5b6c1, #w-node-_61d006d0-d12e-f45f-680a-00513a27d6a6-aeb5b6c1, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa44-aeb5b6c1, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa49-aeb5b6c1, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa4e-aeb5b6c1, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa53-aeb5b6c1, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa55-aeb5b6c1, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa5a-aeb5b6c1, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa5f-aeb5b6c1, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa64-aeb5b6c1, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa69-aeb5b6c1, #w-node-_61d006d0-d12e-f45f-680a-00513a27d62a-5f39cd50, #w-node-_61d006d0-d12e-f45f-680a-00513a27d62b-5f39cd50, #w-node-_61d006d0-d12e-f45f-680a-00513a27d62f-5f39cd50, #w-node-_61d006d0-d12e-f45f-680a-00513a27d631-5f39cd50, #w-node-_61d006d0-d12e-f45f-680a-00513a27d636-5f39cd50, #w-node-_61d006d0-d12e-f45f-680a-00513a27d63b-5f39cd50, #w-node-_61d006d0-d12e-f45f-680a-00513a27d640-5f39cd50, #w-node-_61d006d0-d12e-f45f-680a-00513a27d645-5f39cd50, #w-node-_61d006d0-d12e-f45f-680a-00513a27d64a-5f39cd50, #w-node-_61d006d0-d12e-f45f-680a-00513a27d64f-5f39cd50, #w-node-fb490556-6f2c-6596-beea-649a94548513-5f39cd50, #w-node-fb490556-6f2c-6596-beea-649a94548514-5f39cd50, #w-node-fb490556-6f2c-6596-beea-649a94548518-5f39cd50, #w-node-fb490556-6f2c-6596-beea-649a9454851a-5f39cd50, #w-node-fb490556-6f2c-6596-beea-649a9454851f-5f39cd50, #w-node-fb490556-6f2c-6596-beea-649a94548524-5f39cd50, #w-node-fb490556-6f2c-6596-beea-649a94548529-5f39cd50, #w-node-fb490556-6f2c-6596-beea-649a9454852e-5f39cd50, #w-node-fb490556-6f2c-6596-beea-649a94548533-5f39cd50, #w-node-fb490556-6f2c-6596-beea-649a94548538-5f39cd50, #w-node-_61d006d0-d12e-f45f-680a-00513a27d681-5f39cd50, #w-node-_61d006d0-d12e-f45f-680a-00513a27d686-5f39cd50, #w-node-_61d006d0-d12e-f45f-680a-00513a27d68b-5f39cd50, #w-node-_61d006d0-d12e-f45f-680a-00513a27d690-5f39cd50, #w-node-_61d006d0-d12e-f45f-680a-00513a27d692-5f39cd50, #w-node-_61d006d0-d12e-f45f-680a-00513a27d697-5f39cd50, #w-node-_61d006d0-d12e-f45f-680a-00513a27d69c-5f39cd50, #w-node-_61d006d0-d12e-f45f-680a-00513a27d6a1-5f39cd50, #w-node-_61d006d0-d12e-f45f-680a-00513a27d6a6-5f39cd50, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa44-5f39cd50, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa49-5f39cd50, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa4e-5f39cd50, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa53-5f39cd50, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa55-5f39cd50, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa5a-5f39cd50, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa5f-5f39cd50, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa64-5f39cd50, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa69-5f39cd50, #w-node-_61d006d0-d12e-f45f-680a-00513a27d62a-d2e6149c, #w-node-_61d006d0-d12e-f45f-680a-00513a27d62b-d2e6149c, #w-node-_61d006d0-d12e-f45f-680a-00513a27d62f-d2e6149c, #w-node-_61d006d0-d12e-f45f-680a-00513a27d631-d2e6149c, #w-node-_61d006d0-d12e-f45f-680a-00513a27d636-d2e6149c, #w-node-_61d006d0-d12e-f45f-680a-00513a27d63b-d2e6149c, #w-node-_61d006d0-d12e-f45f-680a-00513a27d640-d2e6149c, #w-node-_61d006d0-d12e-f45f-680a-00513a27d645-d2e6149c, #w-node-_61d006d0-d12e-f45f-680a-00513a27d64a-d2e6149c, #w-node-_61d006d0-d12e-f45f-680a-00513a27d64f-d2e6149c, #w-node-fb490556-6f2c-6596-beea-649a94548513-d2e6149c, #w-node-fb490556-6f2c-6596-beea-649a94548514-d2e6149c, #w-node-fb490556-6f2c-6596-beea-649a94548518-d2e6149c, #w-node-fb490556-6f2c-6596-beea-649a9454851a-d2e6149c, #w-node-fb490556-6f2c-6596-beea-649a9454851f-d2e6149c, #w-node-fb490556-6f2c-6596-beea-649a94548524-d2e6149c, #w-node-fb490556-6f2c-6596-beea-649a94548529-d2e6149c, #w-node-fb490556-6f2c-6596-beea-649a9454852e-d2e6149c, #w-node-fb490556-6f2c-6596-beea-649a94548533-d2e6149c, #w-node-fb490556-6f2c-6596-beea-649a94548538-d2e6149c, #w-node-_61d006d0-d12e-f45f-680a-00513a27d681-d2e6149c, #w-node-_61d006d0-d12e-f45f-680a-00513a27d686-d2e6149c, #w-node-_61d006d0-d12e-f45f-680a-00513a27d68b-d2e6149c, #w-node-_61d006d0-d12e-f45f-680a-00513a27d690-d2e6149c, #w-node-_61d006d0-d12e-f45f-680a-00513a27d692-d2e6149c, #w-node-_61d006d0-d12e-f45f-680a-00513a27d697-d2e6149c, #w-node-_61d006d0-d12e-f45f-680a-00513a27d69c-d2e6149c, #w-node-_61d006d0-d12e-f45f-680a-00513a27d6a1-d2e6149c, #w-node-_61d006d0-d12e-f45f-680a-00513a27d6a6-d2e6149c, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa44-d2e6149c, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa49-d2e6149c, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa4e-d2e6149c, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa53-d2e6149c, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa55-d2e6149c, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa5a-d2e6149c, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa5f-d2e6149c, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa64-d2e6149c, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa69-d2e6149c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2028d5e9-f251-f814-d0f1-11ec94f79f4b-af86ccd9 {
  justify-self: start;
}

#w-node-cd406520-b27a-780d-728a-1c1673aeb924-af86ccd9, #w-node-cd406520-b27a-780d-728a-1c1673aeb94a-af86ccd9 {
  justify-self: center;
}

#w-node-_61d006d0-d12e-f45f-680a-00513a27d62a-489c8286, #w-node-_61d006d0-d12e-f45f-680a-00513a27d62b-489c8286, #w-node-_61d006d0-d12e-f45f-680a-00513a27d62f-489c8286, #w-node-_61d006d0-d12e-f45f-680a-00513a27d631-489c8286, #w-node-_61d006d0-d12e-f45f-680a-00513a27d636-489c8286, #w-node-_61d006d0-d12e-f45f-680a-00513a27d63b-489c8286, #w-node-_61d006d0-d12e-f45f-680a-00513a27d640-489c8286, #w-node-_61d006d0-d12e-f45f-680a-00513a27d645-489c8286, #w-node-_61d006d0-d12e-f45f-680a-00513a27d64a-489c8286, #w-node-_61d006d0-d12e-f45f-680a-00513a27d64f-489c8286, #w-node-fb490556-6f2c-6596-beea-649a94548513-489c8286, #w-node-fb490556-6f2c-6596-beea-649a94548514-489c8286, #w-node-fb490556-6f2c-6596-beea-649a94548518-489c8286, #w-node-fb490556-6f2c-6596-beea-649a9454851a-489c8286, #w-node-fb490556-6f2c-6596-beea-649a9454851f-489c8286, #w-node-fb490556-6f2c-6596-beea-649a94548524-489c8286, #w-node-fb490556-6f2c-6596-beea-649a94548529-489c8286, #w-node-fb490556-6f2c-6596-beea-649a9454852e-489c8286, #w-node-fb490556-6f2c-6596-beea-649a94548533-489c8286, #w-node-fb490556-6f2c-6596-beea-649a94548538-489c8286, #w-node-_61d006d0-d12e-f45f-680a-00513a27d681-489c8286, #w-node-_61d006d0-d12e-f45f-680a-00513a27d686-489c8286, #w-node-_61d006d0-d12e-f45f-680a-00513a27d68b-489c8286, #w-node-_61d006d0-d12e-f45f-680a-00513a27d690-489c8286, #w-node-_61d006d0-d12e-f45f-680a-00513a27d692-489c8286, #w-node-_61d006d0-d12e-f45f-680a-00513a27d697-489c8286, #w-node-_61d006d0-d12e-f45f-680a-00513a27d69c-489c8286, #w-node-_61d006d0-d12e-f45f-680a-00513a27d6a1-489c8286, #w-node-_61d006d0-d12e-f45f-680a-00513a27d6a6-489c8286, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa44-489c8286, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa49-489c8286, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa4e-489c8286, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa53-489c8286, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa55-489c8286, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa5a-489c8286, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa5f-489c8286, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa64-489c8286, #w-node-_4f32708f-4b28-db76-f94a-2a7a5786aa69-489c8286 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2028d5e9-f251-f814-d0f1-11ec94f79f4b-21e219c4 {
  justify-self: start;
}

#w-node-cd406520-b27a-780d-728a-1c1673aeb924-21e219c4, #w-node-cd406520-b27a-780d-728a-1c1673aeb94a-21e219c4, #w-node-cd406520-b27a-780d-728a-1c1673aeb924-afcdcdd9, #w-node-cd406520-b27a-780d-728a-1c1673aeb924-08c9f0bd {
  justify-self: center;
}

#w-node-_2028d5e9-f251-f814-d0f1-11ec94f79f4b-abaeb54a {
  justify-self: start;
}

#w-node-cd406520-b27a-780d-728a-1c1673aeb924-abaeb54a, #w-node-cd406520-b27a-780d-728a-1c1673aeb94a-abaeb54a, #w-node-cd406520-b27a-780d-728a-1c1673aeb924-49ca09e5 {
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_6cff235c-22b9-048c-3761-11f6582d8c8b-3a58b7cd {
    order: 9999;
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d3749c23-dbe1-36a8-df3c-9434ead65b73-f294dcf2, #w-node-_8955e4b8-1197-a13c-8b36-084b1da93ec1-f294dcf2, #w-node-c5287af8-cd4f-3c51-60da-313bd93e3154-baa83834 {
    order: 9999;
  }

  #w-node-_959d6018-20f8-45bb-f93c-1a8ceacae555-cd350a5b {
    order: -9999;
  }

  #w-node-_910cebcd-5dc0-c1fb-14b0-041200ddd4eb-cd350a5b, #w-node-e85ffa1c-d937-1048-49c4-2eacbe9547d0-cebb1598, #w-node-_85ff8a7d-a2c5-f14d-af8e-5b1762ffd14e-0f9e4deb {
    order: 9999;
  }

  #w-node-_0955e484-a05d-16a8-7ea2-1c82c23f1255-0f9e4deb, #w-node-_0955e484-a05d-16a8-7ea2-1c82c23f1278-0f9e4deb, #w-node-_0955e484-a05d-16a8-7ea2-1c82c23f129e-0f9e4deb, #w-node-bd2efd5b-4356-9e4f-838e-6c859abdb79d-ea14ba2e {
    justify-self: center;
  }

  #w-node-_14378280-b62b-5fc4-ec27-c380f57a3558-ea14ba2e {
    order: -9999;
  }

  #w-node-_14378280-b62b-5fc4-ec27-c380f57a356b-ea14ba2e, #w-node-c889e9c5-7104-b7c0-2e43-5906560f5bd3-ea14ba2e {
    justify-self: center;
  }

  #w-node-_6c6b3064-b79d-40a8-d908-2f83c4852fcc-ea14ba2e {
    order: 9999;
  }

  #w-node-_4bb5a533-e59f-b793-d059-de89030e74c5-ea14ba2e, #w-node-_4bb5a533-e59f-b793-d059-de89030e74ea-ea14ba2e, #w-node-_4bb5a533-e59f-b793-d059-de89030e7512-ea14ba2e, #w-node-_9d9a6365-4e38-cdb0-67f7-dc0afd8744bf-2ecbede9 {
    justify-self: center;
  }

  #w-node-ea4aff42-663c-0189-17b1-ddb4d84116df-2ecbede9 {
    order: 9999;
  }

  #w-node-eb5774f9-ed7b-e966-4492-f6ecd9fb9cd6-d24e9a50 {
    justify-self: center;
  }

  #w-node-ea4aff42-663c-0189-17b1-ddb4d84116df-d24e9a50 {
    order: 9999;
  }

  #w-node-f7e9b97f-4e59-5421-7c48-504ec47cca25-59c4d583 {
    justify-self: center;
  }

  #w-node-ea4aff42-663c-0189-17b1-ddb4d84116df-59c4d583 {
    order: 9999;
  }

  #w-node-eb5774f9-ed7b-e966-4492-f6ecd9fb9cd6-34b1406b {
    justify-self: center;
  }

  #w-node-ea4aff42-663c-0189-17b1-ddb4d84116df-34b1406b, #w-node-ea4aff42-663c-0189-17b1-ddb4d84116df-d9615f64 {
    order: 9999;
  }

  #w-node-eb5774f9-ed7b-e966-4492-f6ecd9fb9cd6-203c73d0 {
    justify-self: center;
  }

  #w-node-ea4aff42-663c-0189-17b1-ddb4d84116df-203c73d0, #w-node-ea4aff42-663c-0189-17b1-ddb4d84116df-3a58b7cd {
    order: 9999;
  }

  #w-node-_6cff235c-22b9-048c-3761-11f6582d8c8b-3a58b7cd {
    order: -9999;
  }

  #w-node-_6cff235c-22b9-048c-3761-11f6582d8c9e-3a58b7cd, #w-node-f7734afc-7ad3-c230-b64e-4e087db2bc83-3a58b7cd, #w-node-f7734afc-7ad3-c230-b64e-4e087db2bcb3-3a58b7cd, #w-node-f7734afc-7ad3-c230-b64e-4e087db2bcf7-3a58b7cd, #w-node-f7734afc-7ad3-c230-b64e-4e087db2bd2a-3a58b7cd {
    justify-self: center;
  }

  #w-node-d13f4680-7829-9c37-845f-3d3e4b03033b-e71942ad, #w-node-f5344e4e-4e89-7975-923f-c04485501555-e71942ad, #w-node-ea4aff42-663c-0189-17b1-ddb4d84116df-7e4aa015 {
    order: 9999;
  }

  #w-node-_22ff551d-4ced-d4f8-1be9-6c8b41007e86-58fb9b5f, #w-node-_941aac46-31b7-c56e-5926-f97fd99cb00d-d7b6efcf {
    order: -9999;
  }

  #w-node-a9fb9d0b-288b-0cab-d4b5-09aacdb4755e-b1dbd9a8 {
    order: 9999;
  }

  #w-node-_959e9e46-6fd9-b275-75c9-42032062228f-b1dbd9a8 {
    order: -9999;
  }

  #w-node-f154f983-a53d-b6ac-a9f2-788f9282be1e-6fad7b08 {
    order: 9999;
  }

  #w-node-f154f983-a53d-b6ac-a9f2-788f9282be40-6fad7b08, #w-node-_545cd0b1-4b6a-425a-ff13-cb3d89742c19-32a12dd8 {
    order: -9999;
  }

  #w-node-_98ec781d-3c3a-f547-7eeb-72e1f975acac-961cdcad, #w-node-_0ededcee-7a3a-2d5c-a117-733b1846fbf5-961cdcad {
    order: 9999;
  }

  #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc013-ebf4f765, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc064-ebf4f765, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc0cd-ebf4f765, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc131-ebf4f765, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc013-7f19e64e, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc064-7f19e64e, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc0cd-7f19e64e, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc131-7f19e64e {
    justify-self: center;
  }

  #w-node-ef9c4871-e84a-af87-2d7d-84cd6c5739cb-3fbaa162 {
    order: 9999;
  }

  #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc013-d1132a47, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc064-d1132a47, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc0cd-d1132a47, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc131-d1132a47, #w-node-_9b5c43e2-c6ee-e12b-ec1a-0f5f927c7e32-b5601657, #w-node-_9b5c43e2-c6ee-e12b-ec1a-0f5f927c7e91-b5601657, #w-node-_9b5c43e2-c6ee-e12b-ec1a-0f5f927c7f0b-b5601657, #w-node-_9b5c43e2-c6ee-e12b-ec1a-0f5f927c7f80-b5601657, #w-node-_9b5c43e2-c6ee-e12b-ec1a-0f5f927c8244-b5601657, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc013-5b179584, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc064-5b179584, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc0cd-5b179584, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc131-5b179584 {
    justify-self: center;
  }

  #w-node-e85ffa1c-d937-1048-49c4-2eacbe9547d0-86be9c95 {
    order: 9999;
  }

  #w-node-_545cd0b1-4b6a-425a-ff13-cb3d89742c19-aeb5b6c1, #w-node-_545cd0b1-4b6a-425a-ff13-cb3d89742c19-5f39cd50, #w-node-_545cd0b1-4b6a-425a-ff13-cb3d89742c19-d2e6149c {
    order: -9999;
  }

  #w-node-_2028d5e9-f251-f814-d0f1-11ec94f79f4b-af86ccd9 {
    order: 9999;
  }

  #w-node-_545cd0b1-4b6a-425a-ff13-cb3d89742c19-489c8286 {
    order: -9999;
  }

  #w-node-_2028d5e9-f251-f814-d0f1-11ec94f79f4b-21e219c4, #w-node-_2028d5e9-f251-f814-d0f1-11ec94f79f4b-abaeb54a {
    order: 9999;
  }

  #w-node-_545cd0b1-4b6a-425a-ff13-cb3d89742c19-2858081e {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_959d6018-20f8-45bb-f93c-1a8ceacae555-cd350a5b, #w-node-_0955e484-a05d-16a8-7ea2-1c82c23f1255-0f9e4deb, #w-node-_0955e484-a05d-16a8-7ea2-1c82c23f1278-0f9e4deb, #w-node-_0955e484-a05d-16a8-7ea2-1c82c23f129e-0f9e4deb, #w-node-_4bb5a533-e59f-b793-d059-de89030e74c5-ea14ba2e, #w-node-_4bb5a533-e59f-b793-d059-de89030e74ea-ea14ba2e, #w-node-_4bb5a533-e59f-b793-d059-de89030e7512-ea14ba2e, #w-node-f7734afc-7ad3-c230-b64e-4e087db2bc83-3a58b7cd, #w-node-f7734afc-7ad3-c230-b64e-4e087db2bcb3-3a58b7cd, #w-node-f7734afc-7ad3-c230-b64e-4e087db2bcf7-3a58b7cd, #w-node-f7734afc-7ad3-c230-b64e-4e087db2bd2a-3a58b7cd, #w-node-_545cd0b1-4b6a-425a-ff13-cb3d89742c19-32a12dd8, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc013-ebf4f765, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc064-ebf4f765, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc0cd-ebf4f765, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc131-ebf4f765, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc013-7f19e64e, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc064-7f19e64e, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc0cd-7f19e64e, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc131-7f19e64e, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc013-d1132a47, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc064-d1132a47, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc0cd-d1132a47, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc131-d1132a47, #w-node-_9b5c43e2-c6ee-e12b-ec1a-0f5f927c7e32-b5601657, #w-node-_9b5c43e2-c6ee-e12b-ec1a-0f5f927c7e91-b5601657, #w-node-_9b5c43e2-c6ee-e12b-ec1a-0f5f927c7f0b-b5601657, #w-node-_9b5c43e2-c6ee-e12b-ec1a-0f5f927c7f80-b5601657, #w-node-_9b5c43e2-c6ee-e12b-ec1a-0f5f927c8244-b5601657, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc013-5b179584, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc064-5b179584, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc0cd-5b179584, #w-node-da4f23a9-b33f-b0b5-51cc-31304bbdc131-5b179584, #w-node-_545cd0b1-4b6a-425a-ff13-cb3d89742c19-aeb5b6c1, #w-node-_545cd0b1-4b6a-425a-ff13-cb3d89742c19-5f39cd50, #w-node-_545cd0b1-4b6a-425a-ff13-cb3d89742c19-d2e6149c, #w-node-_545cd0b1-4b6a-425a-ff13-cb3d89742c19-489c8286, #w-node-_545cd0b1-4b6a-425a-ff13-cb3d89742c19-2858081e {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f154f983-a53d-b6ac-a9f2-788f9282be1e-6fad7b08 {
    order: 9999;
  }

  #w-node-f154f983-a53d-b6ac-a9f2-788f9282be40-6fad7b08 {
    order: -9999;
  }

  #w-node-ef9c4871-e84a-af87-2d7d-84cd6c5739cb-3fbaa162 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}