:root {
  --white-smoke: #eee;
  --gold: #ffc000;
  --black: black;
  --tango-orange: #dd4124;
  --combine-library--white: white;
  --cinza: #1e1e1e;
  --vermelho-so-fast: #cc2c44;
  --azul-so-fast: #0b224d;
  --cinza-claro-so-fast: #edecec;
  --cinza-so-fast: #8a8a8a;
  --combine-library--grey-600: #5f6570;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--grey-050: #f2f3f7;
  --combine-library--warning-400: #f8b34b;
  --combine-library--secondary-600: #00a1c1;
  --combine-library--primary-600: #6157f8;
  --combine-library--error-800: #e2004f;
  --combine-library--error-100: #ffecec;
  --combine-library--success-800: #6d9400;
  --combine-library--success-100: #ebf7de;
  --combine-library--grey-400: #8c94a5;
  --combine-library--grey-100: #d9dce2;
  --combine-library--grey-200: #bfc4ce;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--coral: #ff8a56;
  --accessible-components--dark-grey: #9b9b9b;
  --verde: #62ed07;
  --vermelho-so-fast-2: #ed2843;
  --cornflower-blue: #879bff;
  --accessible-components--white-smoke: whitesmoke;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Italiana;
  font-size: 150px;
  font-weight: 400;
  line-height: 130px;
}

p {
  margin-bottom: 0;
  font-family: Arimo;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.ths13-hero-section {
  background-image: url('/assets/images/degrade-elevemedia.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.ths13-header {
  z-index: 9;
  pointer-events: auto;
  object-fit: fill;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.ths13-menu-link-wrapper {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ths13-menu-icon-wrapper {
  border: 1px solid var(--white-smoke);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: flex;
}

.ths13-menu-icon-bar-top {
  background-color: var(--white-smoke);
  width: 18px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.ths13-menu-link-text-wrapper {
  color: var(--white-smoke);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arimo;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  overflow: hidden;
}

.ths13-nav-link {
  color: var(--white-smoke);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arimo;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.ths13-logo {
  width: 130px;
}

.ths13-overlay {
  opacity: .5;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  mix-blend-mode: multiply;
  background-image: linear-gradient(323deg, #cc2c448c, #0000 56%), linear-gradient(#0b224dc9, #0b224dc9);
  background-clip: border-box;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.ths13-heading-h1 {
  color: #eee;
  text-align: center;
  font-family: Egosta Regular;
  font-size: 90px;
  line-height: 100px;
}

.ths13-hero-section-footer {
  z-index: 7;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 90px;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.ths13-social-links-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
  overflow: hidden;
}

.ths13-social-link {
  opacity: .65;
  margin-right: 45px;
  transition: opacity .2s ease-in-out;
}

.ths13-social-link:hover {
  opacity: 1;
}

.ths13-social-icon {
  width: 22px;
}

.ths13-social-links-divider {
  color: var(--gold);
  font-family: Arimo;
  font-size: 20px;
  font-weight: 700;
  transform: rotate(20deg);
}

.ths13-hero-footer-scroll-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.ths13-scroll-line-wrapper {
  opacity: .8;
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.ths13-hero-footer-scroll-text-wrapper {
  opacity: 1;
  color: var(--white-smoke);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arimo;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
}

.ths13-hero-slider {
  background-color: #0000;
  width: 100%;
  min-height: 100vh;
}

.ths13-hero-slider-arrow {
  display: none;
}

.ths13-hero-slider-nav {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: auto;
  display: flex;
  inset: 0% 0% 0% auto;
}

.ths13-hero-slide-content {
  justify-content: center;
  align-items: center;
  max-width: 1234px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ths13-heading-h1-wrapper {
  overflow: hidden;
}

.ths13-slide-number-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90px;
  height: 90px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ths13-hero-slide-number {
  color: var(--white-smoke);
  font-family: Italiana;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.ths13-hero-slide-number-divider {
  color: var(--gold);
  margin-top: 7px;
  font-family: Arimo;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  transform: rotate(20deg);
}

.ths13-silde-number-inner-wrapper {
  overflow: hidden;
}

.ths13-scroll-line {
  background-color: var(--white-smoke);
  width: 2px;
  height: 50px;
}

.ths13-nav-link-hover-text, .ths13-menu-link-hover-text {
  position: absolute;
}

.ths13-menu {
  z-index: 8;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: -100% 0% 0%;
}

.ths13-menu-nav-link-1, .ths13-menu-nav-link-2, .ths13-menu-nav-link-3, .ths13-menu-nav-link-4 {
  color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Italiana;
  font-size: 100px;
  font-weight: 400;
  line-height: 125px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ths13-menu-icon-bar-bottom {
  background-color: var(--white-smoke);
  width: 18px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.ths13-hero-slide-total-number {
  color: var(--white-smoke);
  font-family: Italiana;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.ths13-menu-footer {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.ths13-menu-contact-info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  overflow: hidden;
}

.ths13-contact-address {
  color: var(--white-smoke);
  text-align: right;
  margin-bottom: 10px;
  font-family: Arimo;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.ths13-menu-contact-link {
  color: #f2f2f2a6;
  margin-bottom: 10px;
  font-family: Arimo;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.ths13-menu-contact-link:hover {
  color: var(--white-smoke);
}

.ths13-menu-contact-link.ths13-no-margin-bottom {
  margin-bottom: 0;
}

.ths13-menu-contact-info-inner-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.navigation-wrapper {
  width: 100%;
}

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

.integration-icon-wrap {
  align-items: center;
  display: flex;
}

.dropdown-card-xl {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  -webkit-text-stroke-color: #eee;
  background-color: #eee;
  background-image: none;
  border-radius: 16px;
  flex-direction: column;
  min-width: 686px;
  padding: 8px;
  display: flex;
  overflow: hidden;
}

.paragraph-small {
  color: #fff;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.paragraph-small.text-color-gray-500 {
  color: #ababab;
}

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

.integration-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.badge-purple-s {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #dacff7;
  background-color: #36178ca3;
  border: 1px solid #ffffff1f;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

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

.navigation {
  z-index: 999;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 10px 5%;
  display: flex;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.nav-link {
  color: #f0f0f0;
  letter-spacing: -.25px;
  border-radius: 8px;
  padding: 8px 16px;
  font-family: Mabry Pro Regular;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
}

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

.nav-link.w--current {
  color: #642eff;
}

.navigation-grid-b {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 50% 100%, #ffffff12, #fff0 30%), linear-gradient(#ffffff14, #ffffff14);
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 10px 32px;
  display: flex;
  position: relative;
}

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

.integration-primary {
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  background-color: #3d3d3da3;
  border: 1px solid #ffffff14;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.integration-primary.integration-secondary {
  margin-left: -8px;
}

.navigation-grid-a {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
}

.dropdown-list {
  background-color: #0000;
  padding-top: 32px;
}

.nav-wrapper {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.nav-button-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.navigation-grid-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.button-secondary-s {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: #3d3d3da3;
  border: 1px solid #ffffff14;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-secondary-s.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.dropdown-block-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: radial-gradient(circle closest-corner at 50% 100%, #5e5e5e0a, #5e5e5e00);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.dropdown-block-link:hover {
  background-image: radial-gradient(circle closest-corner at 50% 100%, #5e5e5e24, #5e5e5e00);
}

.logo-image {
  width: 150px;
  padding-bottom: 10px;
}

.caption {
  letter-spacing: .04px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.caption.text-color-gray-500 {
  color: #ababab;
}

.caption.text-color-gray-300 {
  color: #d1d1d1;
}

.dropdown-title-wrap {
  color: #858585;
  padding: 8px;
  font-weight: 500;
  line-height: 18px;
}

.navigation-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #f0f0f0;
  letter-spacing: -.25px;
  border-radius: 8px;
  align-items: center;
  padding: 8px 12px 8px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-toggle:hover {
  color: #fff;
  background-color: #ffffff73;
}

.navigation-toggle.w--current {
  color: #642eff;
}

.navigation-toggle.w--open {
  color: #eee;
  background-color: #fff;
}

.button-secondary-l {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: #eee;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 105px;
  height: 48px;
  padding: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-secondary-l.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.dropdown-block-small {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  background-color: #ffffff14;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.wrap-h-x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.wrap-h-x-small.align-center {
  align-items: center;
}

.paragraph-regular {
  color: #fff;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.dropdown-icon {
  color: var(--tango-orange);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.text-block {
  color: var(--tango-orange);
  font-family: Mabry Pro Regular;
}

.text-block-2 {
  color: #dd4124;
  font-family: Mabry Pro Regular;
  font-weight: 400;
}

.text-block-3 {
  opacity: 1;
  color: var(--white-smoke);
  overflow-wrap: normal;
  mix-blend-mode: normal;
  font-family: Egosta Regular;
  font-size: 19px;
  font-weight: 400;
}

.text-block-4 {
  font-family: Mabry Pro Regular;
  font-weight: 400;
}

.html-embed-2 {
  clear: right;
  opacity: 1;
  -webkit-text-stroke-color: transparent;
  object-fit: fill;
  flex: 0 auto;
  order: 1;
  align-self: flex-end;
  margin-top: auto;
  margin-left: auto;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: absolute;
  inset: 18% 18% 0% auto;
  overflow: visible;
}

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

.nav-menu-2.interno {
  justify-content: space-between;
}

.banner-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.banner-2 {
  color: #fff;
  text-align: center;
  background-color: #080808;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.nav-icon-l {
  padding: 5px;
}

.nav-dropdown {
  color: var(--white-smoke);
  height: 100%;
  position: static;
}

.nav-block {
  width: 100%;
}

.icon-small-2 {
  color: var(--tango-orange);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  display: flex;
  transform: rotate(-90deg);
}

.nav-link-text {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Mabry Pro Light;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.nav-link-text:hover {
  color: var(--tango-orange);
}

.button-secondary-s-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5167f6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #cbd0f6;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-secondary-s-2:hover {
  background-color: #eceefe;
}

.button-secondary-s-2:active {
  background-color: #d8ddfd;
}

.button-primary-s {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white-smoke);
  color: var(--vermelho-so-fast);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  font-family: Gotham Medium, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
}

.button-primary-s:hover {
  background-color: var(--vermelho-so-fast);
  color: var(--combine-library--white);
  font-family: Gotham Book, Tahoma, sans-serif;
  font-weight: 400;
}

.button-primary-s:active {
  background-color: #8b99f9;
}

.button-primary-s.interno {
  background-color: var(--vermelho-so-fast);
  color: var(--white-smoke);
}

.button-primary-s.interno:hover {
  background-color: var(--azul-so-fast);
}

.button-primary-s.interno.contato {
  margin-top: 25px;
}

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

.nav-link-2 {
  color: #eee;
  letter-spacing: 0;
  white-space: nowrap;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  background-color: #0000;
  border-radius: 32px;
  padding: 8px 16px;
  font-family: Gotham Book, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  text-decoration-thickness: 2px;
  transition: all .35s;
}

.nav-link-2:hover {
  color: var(--vermelho-so-fast);
  text-underline-offset: 15px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--combine-library--white);
  text-decoration-color: var(--combine-library--white);
  background-color: #0000;
  font-family: Gotham Book, Tahoma, sans-serif;
  font-weight: 400;
  text-decoration-thickness: 2px;
}

.nav-link-2:active {
  text-align: center;
}

.nav-link-2.w--current {
  color: var(--combine-library--white);
  font-family: Gotham Book, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-2.w--current:hover {
  color: var(--vermelho-so-fast);
  letter-spacing: 0;
  text-underline-offset: 11px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--combine-library--white);
  text-decoration-color: var(--combine-library--white);
  text-underline-position: under;
  background-color: #0000;
  font-family: Gotham Book, Tahoma, sans-serif;
  font-weight: 400;
  text-decoration-thickness: 2px;
}

.nav-link-2.interno {
  color: var(--azul-so-fast);
  font-family: Gotham Medium, Tahoma, sans-serif;
  font-weight: 500;
}

.nav-link-2.interno:hover {
  color: var(--vermelho-so-fast);
  -webkit-text-decoration-color: var(--azul-so-fast);
  text-decoration-color: var(--azul-so-fast);
}

.nav-link-2.interno.w--current {
  color: var(--azul-so-fast);
}

.nav-link-2.interno.w--current:hover {
  color: var(--vermelho-so-fast);
  font-family: Gotham Medium, Tahoma, sans-serif;
}

.nav-link-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

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

.navigation-2.internos {
  border-bottom: 1px solid #d0d0d0;
  padding-left: 7%;
  padding-right: 7%;
}

.nav-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #080808;
  letter-spacing: -.02em;
  background-color: #0000;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 8px 12px 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.nav-toggle:hover {
  color: var(--tango-orange);
  background-color: #eeeffc;
}

.nav-toggle.w--open {
  color: var(--tango-orange);
  background-color: #eee;
}

.span-yellow {
  color: #e5cb61;
}

.nav-link-arrow-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.caption-2 {
  letter-spacing: -.02em;
  font-size: 14px;
  line-height: 1.8;
}

.nav-feature-icon {
  background-color: #f8f9fa;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.nav-list-dropdown {
  z-index: 99;
}

.nav-list-dropdown.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  position: absolute;
  top: auto;
  bottom: auto;
  overflow: visible;
}

.icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.nav-dropdown-base-a {
  z-index: 99;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.nav-dropdown-base-a.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  padding: 24px 5%;
  position: absolute;
  inset: 90px auto auto 0;
  overflow: hidden;
}

.nav-link-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-link-s {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--cinza);
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.nav-link-s:hover {
  color: var(--tango-orange);
}

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

.nav-line-break {
  background-color: #eaedf0;
  width: 100%;
  height: 1px;
}

.paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.paragraph-regular-2.text-weight-bold {
  font-weight: 700;
}

.paragraph-small-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.image {
  width: 150px;
}

.text-block-5 {
  color: var(--white-smoke);
  font-family: Mabry Pro Regular;
  font-size: 17px;
  font-weight: 400;
}

.text-block-5:hover, .text-block-5:focus {
  color: var(--tango-orange);
}

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

.banner-3 {
  color: #fff;
  text-align: center;
  background-color: #080808;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.nav-dropdown-2 {
  height: 100%;
  position: static;
}

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

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

.nav-link-3:hover {
  color: #6173e5;
  background-color: #eeeffc;
}

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

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

.nav-toggle-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--white-smoke);
  letter-spacing: -.02em;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.nav-toggle-2:hover {
  color: var(--tango-orange);
  -webkit-text-stroke-color: var(--tango-orange);
  background-color: #0000;
  font-family: Mabry Pro Regular;
  font-size: 17px;
  font-weight: 400;
}

.nav-toggle-2.w--open {
  color: var(--tango-orange);
  background-color: #1e1e1e;
}

.nav-toggle-2.interno {
  color: var(--cinza);
  background-color: #eee;
}

.nav-toggle-2.interno:hover {
  color: var(--tango-orange);
  background-color: #eee;
}

.caption-3 {
  letter-spacing: -.02em;
  font-size: 14px;
  line-height: 1.8;
}

.icon-regular-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.nav-wrapper-3 {
  grid-column-gap: 62px;
  align-items: center;
  display: flex;
}

.paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.paragraph-regular-3.text-weight-bold {
  font-weight: 700;
}

.paragraph-small-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.text-block-6 {
  font-family: Mabry Pro Regular;
  font-size: 19px;
}

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

.text-block-7 {
  letter-spacing: 2px;
  font-size: 14px;
}

.button {
  float: none;
  clear: none;
  background-color: var(--white-smoke);
  color: var(--tango-orange);
  text-align: center;
  border-radius: 20px;
  width: 150px;
  font-family: Egosta Regular;
  font-size: 19px;
  display: inline-block;
  position: static;
}

.div-block {
  float: none;
  clear: none;
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  padding-top: 10px;
  padding-bottom: 0;
  display: block;
}

.heading {
  outline-offset: 0px;
  pointer-events: auto;
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  overflow-wrap: normal;
  outline: 3px #eee;
  font-family: Mabry Pro Light;
  font-size: 15px;
  font-weight: 300;
}

.section-header {
  background-color: var(--combine-library--white);
  border-top: .2px solid #1e1e1e1f;
  align-items: center;
  padding: 20px 5% 50px;
  display: flex;
  position: relative;
}

.navigation-secondary {
  color: #080808;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.navigation-secondary:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.header-image {
  object-fit: fill;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

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

.header-block.cases {
  padding-bottom: 0;
}

.navigation-wrapper-2 {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.button-primary {
  background-color: var(--vermelho-so-fast);
  color: var(--combine-library--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 9px 20px;
  font-family: Gotham Medium, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary:hover {
  background-color: var(--combine-library--white);
  color: var(--vermelho-so-fast);
}

.button-primary.inicial {
  background-color: var(--white-smoke);
  color: var(--tango-orange);
}

.button-primary.inicial:hover {
  color: var(--white-smoke);
  background-color: #dd4124d6;
}

.button-primary.missao {
  margin-top: 0;
}

.button-primary.passo {
  margin-top: 26px;
}

.button-primary.azul {
  aspect-ratio: auto;
  margin-top: 20px;
  display: block;
}

.button-primary.azul:hover {
  background-color: var(--azul-so-fast);
  color: var(--combine-library--white);
}

.button-primary.branco {
  background-color: var(--combine-library--white);
  color: var(--vermelho-so-fast);
}

.button-primary.branco:hover {
  background-color: var(--azul-so-fast);
  color: var(--combine-library--white);
}

.header-logo-card {
  color: #acb4c3;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  transition: color .2s;
  display: flex;
}

.header-logo-card:hover {
  color: #07090d;
}

.paragraph-regular-4 {
  color: var(--combine-library--white);
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Gotham Light, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  display: block;
}

.paragraph-regular-4.claro {
  color: var(--white-smoke);
  max-width: 100%;
}

.paragraph-regular-4.texto-claro {
  color: var(--white-smoke);
  text-align: center;
}

.paragraph-regular-4.home {
  color: var(--white-smoke);
}

.paragraph-regular-4.cases {
  margin-top: 20px;
  font-family: Mabry Pro Regular;
  font-size: 17px;
  font-weight: 400;
}

.paragraph-regular-4.cases.claro {
  text-align: left;
}

.paragraph-regular-4.cases.feedback {
  max-width: none;
}

.paragraph-regular-4.cases.citacao {
  margin-bottom: 0;
  font-size: 16px;
  font-style: italic;
}

.paragraph-regular-4.nossa-missao {
  text-align: center;
  width: 100%;
  margin-top: 0;
  font-size: 17px;
}

.paragraph-regular-4.escuro {
  color: var(--black);
  font-family: Gotham Book, Tahoma, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-regular-4.escuro.central {
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}

.header-card-title {
  color: #07090d;
  justify-content: space-between;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.navigation-menu {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
  position: relative;
}

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

.header-grid.interno {
  grid-row-gap: 0px;
  grid-template-columns: 1fr .85fr;
  align-content: stretch;
  align-items: start;
}

.header-grid.interno.performance {
  grid-column-gap: 41px;
  grid-template-columns: .75fr 1fr;
  margin-top: 0;
}

.header-grid.interno.web {
  grid-template-columns: .75fr .85fr;
}

.header-grid.interno.cases {
  grid-column-gap: 30px;
  grid-template-columns: 1fr .5fr .5fr;
}

.header-grid.interno.cases.novo {
  grid-column-gap: 70px;
  grid-template-columns: 1fr .5fr;
  place-items: start stretch;
}

.header-grid.interno.cases.novo.inverso {
  grid-template-columns: 1fr 1.75fr;
  align-self: auto;
}

.navigation-button {
  grid-column-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-button:hover {
  background-color: #c74e38;
}

.header-icon-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #07090d;
  flex-wrap: wrap;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.menu-button {
  border-radius: 4px;
  padding: 8px;
  transition: color .3s;
}

.menu-button:hover {
  color: #1457ff;
}

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

.button-wrapper.inicial {
  justify-content: center;
  margin-top: 20px;
}

.header-image-graphic {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  width: 150%;
  max-width: none;
  margin-right: -153px;
}

.header-image-graphic.social-media {
  width: 100%;
  margin-right: 0;
}

.header-image-graphic.home {
  align-self: center;
  width: 100%;
  margin-right: 0;
}

.navigation-link {
  color: #586174;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 6px;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: #080808;
  border: 1px solid #e6e6e6;
}

.navigation-link.w--current {
  color: #642eff;
}

.header-card {
  background-color: #0000;
  border: 4px #edeff2;
  border-radius: 8px;
  width: 100%;
  max-width: 304px;
  padding: 0;
  position: absolute;
  inset: auto auto 32px -10%;
  overflow: hidden;
}

.header-card.estrategias {
  margin-bottom: 200px;
  margin-left: 233px;
}

.header-card.cases {
  margin-bottom: -36px;
  margin-left: 308px;
}

.button-arrow-small {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-icon {
  color: #acb4c3;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-logo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #edeff2;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 84px;
}

.hero-heading {
  color: var(--vermelho-so-fast);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Gotham Medium, Tahoma, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
}

.hero-heading.claro {
  color: var(--white-smoke);
  font-family: Egosta Regular;
  font-weight: 400;
}

.hero-heading.escuro {
  font-family: Egosta Regular;
  font-weight: 400;
}

.hero-heading.solucoes {
  text-align: center;
  font-weight: 400;
  line-height: 50px;
}

.hero-heading.solucoes.cases {
  margin-bottom: 47px;
}

.hero-heading.solucoes-servicos {
  color: var(--cinza);
  font-size: 50px;
  font-weight: 400;
}

.hero-heading.interno {
  color: var(--cinza);
}

.hero-heading.home {
  color: var(--azul-so-fast);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 1.2em;
  display: block;
}

.button-secondary-arrow {
  grid-column-gap: 8px;
  color: #07090d;
  border: 1px solid #edeff2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.button-secondary-arrow:hover {
  color: #fff;
  background-color: #07090d;
}

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

.container {
  z-index: 5;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-card-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-wrapper {
  background-image: linear-gradient(#0b224d87, #0b224d87);
  background-position: 0 0;
  height: 100vh;
}

.header-wrapper.interno {
  background-color: var(--white-smoke);
  background-image: none;
  height: auto;
}

.navigation-4 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 5%;
  display: flex;
}

.header-icon-block {
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.logo {
  width: 124px;
}

.span-primary {
  color: #1457ff;
}

.text-span {
  color: var(--tango-orange);
  font-family: Egosta Regular;
  font-weight: 400;
}

.texto-menor-escuro {
  color: var(--cinza-so-fast);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Gotham Book, Tahoma, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4em;
}

.texto-menor-escuro.titulo {
  font-family: Egosta Regular;
  font-size: 35px;
}

.texto-menor-escuro._2 {
  margin-top: -10px;
  display: block;
}

.texto-menor-escuro.feedback {
  vertical-align: baseline;
  max-width: none;
  font-size: 15px;
  line-height: 100%;
  display: block;
}

.div-block-2 {
  float: none;
  clear: none;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.div-block-2.solucoes {
  justify-content: center;
  line-height: 20px;
}

.image-3 {
  width: auto;
  max-width: 25px;
  max-height: 25px;
}

.m-h3-heading {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.m-margin-bottom-08 {
  margin-bottom: 8px;
}

.m-text-color-blue {
  color: #7e8ef1;
}

.m-section-large {
  background-color: var(--combine-library--white);
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: linear-gradient(#ffffff7d, #ffffff7d), url('/assets/images/onda-vermelha-so-fast.png');
  background-position: 0 0, -20% 600%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 800px;
  background-attachment: scroll, scroll;
  background-clip: border-box;
  padding: 120px 15%;
}

.m-shape-wrapper {
  position: absolute;
  inset: 0% 0% auto auto;
}

.m-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.m-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.m-feature-header-block {
  max-width: 620px;
}

.m-feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 20px;
}

.m-feature-shape {
  justify-content: center;
  display: flex;
}

.m-subheading-large {
  font-family: Egosta Regular;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.m-feature-icon-wrapper {
  background-color: #22242f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 32px;
  display: flex;
}

.m-feature-card {
  color: #fff;
  background-color: #131313;
  border: 4px solid #0000;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.m-feature-card.social-media-card {
  mix-blend-mode: normal;
  background-image: linear-gradient(#131313eb, #131313eb), url('/assets/images/background-elevemedia-social-media-1.png');
  background-position: 0 0, 50%;
  background-size: auto, 120%;
  box-shadow: 0 3px 5px #0003;
}

.m-feature-card.performance-card {
  background-image: linear-gradient(#131313eb, #131313eb), url('/assets/images/background-elevemedia-performance.png');
  background-position: 0 0, 40% 30%;
  background-size: auto, auto 250px;
  box-shadow: 0 3px 5px #0003;
}

.m-feature-card.producao-card {
  background-image: linear-gradient(#131313eb, #131313eb), url('/assets/images/background-elevemedia-producao.png');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, repeat;
  background-size: auto, 120%;
  background-attachment: scroll, scroll;
  box-shadow: 0 3px 5px #0003;
}

.m-feature-card.design-card {
  background-image: linear-gradient(#131313eb, #131313eb), url('/assets/images/background-elevemedia-design.png');
  background-position: 0 0, 50%;
  background-size: auto, 120%;
  box-shadow: 0 3px 5px #0003;
}

.m-feature-card.branding-card {
  background-image: linear-gradient(#131313eb, #131313eb), url('/assets/images/background-elevemedia-identidade-visual-branding.png');
  background-position: 0 0, 50% 80%;
  background-size: auto, 120%;
  box-shadow: 0 3px 5px #0003;
}

.m-feature-card.web-card {
  background-image: linear-gradient(#131313eb, #131313eb), url('/assets/images/background-elevemedia-desenvolvimento-web.png');
  background-position: 0 0, 50% 0;
  background-size: auto, 100%;
  box-shadow: 0 3px 5px #0003;
}

.m-feature-card.marketing-influencia-card {
  background-image: linear-gradient(#131313eb, #131313eb), url('/assets/images/background-elevemedia-identidade-marketing-influencia.png');
  background-position: 0 0, 50% 45%;
  background-size: auto, 120%;
  box-shadow: 0 3px 5px #0003;
}

.m-paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.m-paragraph-small.m-text-color-gray-400 {
  color: var(--tango-orange);
  font-family: Mabry Pro Light;
  font-size: 18px;
  font-weight: 300;
}

.m-button-outline {
  color: #7e8ef1;
  text-align: center;
  background-color: #0000;
  border: 2px solid #333647;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-outline:hover {
  color: #c8cef9;
  border-color: #7e8ef1;
}

.m-feature-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3 {
  clear: none;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.bold-text-2 {
  color: var(--azul-so-fast);
  font-weight: 500;
}

.image-4 {
  float: none;
  width: 100px;
  height: 100px;
  margin-right: 0;
  padding-left: 0;
  display: inline-block;
}

.div-block-4 {
  justify-content: space-around;
  display: flex;
}

.image-5 {
  width: 24px;
  height: 24px;
}

.bold-text-3 {
  font-family: Egosta Regular;
  font-size: 22px;
  font-weight: 400;
}

.m-feature-grid-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 20px;
}

.background-video {
  padding: 0 0%;
  position: relative;
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-title {
  color: var(--tango-orange);
  text-align: center;
  margin-bottom: 20px;
  font-family: Egosta Regular;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-logo-group {
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

.f-logo-gradient-r {
  z-index: 5;
  background-image: linear-gradient(267deg, #fff, #fff 21%, #ffffffa3 41%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.f-logo-css {
  display: none;
}

.f-logo-cell {
  mix-blend-mode: luminosity;
  background-color: #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 96px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 24px 0;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell:hover {
  mix-blend-mode: normal;
  background-color: #0000;
}

.f-logo-carousel-wrap {
  pointer-events: auto;
  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-gradient-l {
  z-index: 5;
  background-image: linear-gradient(to right, #fff, #fff 25%, #ffffffba 41%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f-section-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding: 70px 3%;
  display: grid;
  position: relative;
}

.f-logo-carousel {
  pointer-events: auto;
  cursor: auto;
  flex: none;
  display: flex;
}

.section-logo-dark {
  background-color: #07090d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 120px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-detail {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 24px;
}

.logo-header-white {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 72px;
}

.logo-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo-block-dark {
  color: #acb4c3;
  border: 1px solid #3c4353;
  justify-content: center;
  align-items: center;
  padding: 32px;
  transition: background-color .3s, color .3s, border-color .3s;
  display: flex;
}

.logo-block-dark:hover {
  color: #fff;
  background-color: #232a39;
  border-color: #0000;
}

.fn-faq-link {
  color: #df0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  transition: opacity .25s;
}

.fn-faq-link:hover {
  opacity: .7;
}

.form-label-no-margin {
  color: #939b9b;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

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

.fn-paragraph-no-margin {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Mabry Pro Regular;
  font-size: 17px;
  line-height: 1.6em;
  overflow: hidden;
}

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

.fn-faq-arrow-down {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.fn-heading-5-no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-faq-intro {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fn-faq-item-toggle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #0f1213;
  border-radius: 16px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.fn-faq-classic-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fn-container-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;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

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

.bold-text-4 {
  font-family: Egosta Regular;
  font-weight: 400;
}

.cf-bottom-line-2 {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

.cf-faq-content-2 {
  color: var(--white-smoke);
  margin-bottom: 0;
  padding-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 178%;
}

.cf-faq-answer-wrap-2 {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 7%;
}

.cf-faq-line-vertical {
  background-color: var(--white-smoke);
  border-radius: 100px;
  width: 2px;
  height: 10px;
  position: absolute;
}

.cf-faq-line {
  background-color: var(--tango-orange);
  border-radius: 100px;
  width: 10px;
  height: 2px;
}

.cf-faq-icon-contain {
  border: 2px solid var(--white-smoke);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.cf-faq-questions-2 {
  color: var(--tango-orange);
  width: 90%;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}

.cf-faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-faq-question-container-3 {
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
}

.cf-faq-question-container-3.first {
  border-top: 1px solid #e5e5e5;
}

.cf-faq-plus-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-faqs-container {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.cf-faq-main-heading {
  color: #000;
  text-align: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-faq-container {
  background-color: var(--cinza);
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
  padding-top: 100px;
  display: flex;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-text-size-regular {
  color: var(--cinza);
  margin-bottom: 0;
  font-family: Mabry Pro Light;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
}

.combine-faq2_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.combine-icon_small {
  color: var(--tango-orange);
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-icon_color4 {
  color: var(--combine-library--grey-600);
}

.combine-faq2_title {
  color: var(--cinza);
  font-family: Egosta Regular;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.combine-faq2_question {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.combine-faq2_accordion {
  background-color: var(--combine-library--white);
  border-radius: 1.25rem;
}

.combine-faq2_accordion:hover {
  background-color: #eee;
}

.combine-faq2_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.combine-space-large {
  height: 4rem;
}

.combine-heading-style-h2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

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

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

.combine-padding-global {
  background-color: var(--cinza);
  background-image: linear-gradient(#1e1e1ec9, #1e1e1ec9), url('/assets/images/F85D7E88-50BB-4F69-AC8E-DFEEA8458F30.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 20px 1.25rem 60px;
}

.combine-section_faq2 {
  background-color: var(--combine-library--grey-050);
}

.bold-text-5 {
  color: var(--tango-orange);
  font-weight: 400;
}

.bold-text-6 {
  font-family: Egosta Regular;
  font-weight: 300;
}

.bold-text-7 {
  font-family: Egosta Regular;
  font-weight: 400;
}

.texto-menor-claro {
  color: var(--combine-library--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Gotham Book, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.cf-logo-image {
  opacity: .8;
  object-fit: contain;
}

.cf-logos-2---image-contain {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 178px;
  height: auto;
  display: flex;
}

.cf-logos-2--wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.cf-logo-2-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 70px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.cf-logo-2---wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-logo-section-2 {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.f-logo-gradient-r-2 {
  z-index: 5;
  background-image: linear-gradient(267deg, #fff, #fff 21%, #ffffffa3 51%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.f-logo-cell-2 {
  background-color: #f3f5fb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 96px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell-2:hover {
  background-color: #e4e6f1;
}

.f-logo-carousel-wrap-2 {
  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-gradient-l-2 {
  z-index: 5;
  background-image: linear-gradient(to right, #fff, #fff 25%, #ffffffba 60%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.f-logo-carousel-2 {
  flex: none;
  display: flex;
}

.heading-2 {
  position: static;
}

.div-block-5 {
  position: relative;
}

.section-header-2 {
  align-items: center;
  padding: 80px 5% 100px;
  display: flex;
  position: relative;
}

.header-image-2 {
  border-radius: 16px;
  justify-content: center;
  align-items: stretch;
  width: 200%;
  height: 90%;
  margin-left: -5%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.button-primary-2 {
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary-2:hover {
  background-color: #1237a5;
}

.paragraph-regular-5 {
  color: #818a9c;
  max-width: 460px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

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

.hero-heading-2 {
  color: #07090d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  line-height: 72px;
}

.container-3 {
  z-index: 5;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navigation-5 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 5%;
  display: flex;
}

.cf-logo-images-2 {
  filter: none;
  mix-blend-mode: normal;
  background-color: #0000;
  max-width: 30%;
  margin-bottom: 0;
  margin-left: 0%;
  margin-right: 0%;
}

.cf-logos-contain-2 {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  opacity: 1;
  mix-blend-mode: normal;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.cf-logo-22px-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.cf-logos-wrapper {
  mix-blend-mode: luminosity;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.f-footer-link {
  grid-column-gap: 20px;
  color: var(--white-smoke);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Mabry Pro Light;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.f-footer-link:hover {
  color: var(--tango-orange);
}

.f-footer-link.contato {
  color: var(--cinza);
}

.f-footer-link.contato:hover {
  color: var(--tango-orange);
}

.f-footer-divider {
  background-color: var(--combine-library--white);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.f-footer-regular {
  background-color: #1e1e1e;
  background-image: url('/assets/images/footer.png'), linear-gradient(90deg, #143470, #0b224d);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding: 64px 5% 40px;
  position: relative;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-margin-bottom-24 {
  text-align: center;
  margin-bottom: 24px;
}

.f-paragraph-small {
  color: var(--white-smoke);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Mabry Pro Light;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.f-footer-logo {
  flex: none;
}

.f-footer-title {
  color: var(--white-smoke);
  letter-spacing: 0;
  margin-bottom: 24px;
  font-family: Gotham Medium, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.f-footer-social {
  color: var(--cinza);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  background-color: var(--vermelho-so-fast);
  color: var(--vermelho-so-fast);
}

.f-footer-detail {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Gotham Book, Tahoma, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 16px;
  display: flex;
}

.f-footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr .75fr;
}

.f-footer-block {
  flex-direction: column;
  line-height: 15px;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-icon-regular:hover {
  color: var(--white-smoke);
}

.f-footer-bottom {
  text-align: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icones-social-media {
  filter: contrast(200%) invert();
  color: var(--combine-library--white);
}

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

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

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

.fn-legal-links-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  text-align: center;
  flex-wrap: wrap;
  place-content: center;
  display: flex;
}

.fn-standard-white-link {
  color: #ecf0ef5e;
  font-family: Gotham Book, Tahoma, sans-serif;
  font-size: 13px;
  line-height: 1.4em;
  transition: color .25s;
  display: block;
}

.fn-standard-white-link:hover {
  color: var(--vermelho-so-fast);
}

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

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

.fn-brand-box {
  object-fit: contain;
  object-position: 0% 50%;
  width: 106px;
  height: 21.55px;
  margin-right: 0;
  transition: opacity .25s;
}

.fn-brand-box:hover {
  opacity: .7;
}

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

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

.fn-footer-second {
  background-color: var(--cinza);
  color: #ecf0ef;
  text-align: center;
  border-top: 1px solid #313233;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 5%;
  font-family: Open Sans, sans-serif;
  display: block;
}

.fn-banner-image-three {
  object-fit: contain;
  width: 200px;
  height: auto;
  position: absolute;
  inset: auto -55px -61px auto;
}

.fn-banner-image-two {
  object-fit: contain;
  width: 150px;
  height: auto;
  position: absolute;
  inset: -67px 186px auto auto;
}

.fn-banner-image-one {
  object-fit: contain;
  width: 250px;
  height: 180px;
  position: absolute;
  inset: auto auto -62px -44px;
}

.fn-banner-image-one.missao {
  width: 150px;
  max-width: 100%;
  height: auto;
}

.fn-button-dark {
  color: #df0;
  background-color: #1d1f1e;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s;
}

.fn-button-dark:hover {
  color: #0f1213;
  background-color: #df0;
  border-color: #0f1213;
}

.fn-button-dark.w--current {
  background-color: #1d1f1e;
}

.fn-button-dark.w--current:hover {
  background-color: #0000;
}

.fn-paragraph-dark {
  color: #1d1f1e;
  text-align: center;
  margin-bottom: 32px;
  padding-left: 25%;
  padding-right: 25%;
  font-family: Gotham Book, Tahoma, sans-serif;
  font-size: 15px;
  line-height: 1.4em;
}

.fn-paragraph-dark.solucoes {
  padding-left: 10%;
  padding-right: 10%;
}

.fn-heading-3 {
  color: var(--cinza);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Egosta Regular;
  font-size: 80px;
  line-height: 1.2em;
}

.fn-cta-banner-column {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 90%;
  display: flex;
}

.fn-cta-banner {
  background-color: var(--white-smoke);
  color: #1d1f1e;
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.fn-cta-banner.missao {
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0;
  padding-right: 0;
}

.fn-container {
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.fn-section-2.overflow-none {
  background-color: var(--cinza);
  padding: 100px 5% 150px;
  overflow: hidden;
}

.fn-section-2.overflow-none.missao {
  background-image: linear-gradient(#1e1e1ee0, #1e1e1ee0), url('/assets/images/background-elevemedia-escada_03.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: 7%;
  padding-right: 7%;
}

.text-block-8 {
  color: var(--white-smoke);
  margin-bottom: 24px;
  font-family: Gotham Book, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 17px;
}

.preloader {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--cinza);
  background-image: linear-gradient(90deg, var(--azul-so-fast), #2156b9);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.bold-text-8, .bold-text-9 {
  font-weight: 400;
}

.bold-text-9.claro {
  color: var(--white-smoke);
}

.bold-text-10 {
  font-family: Egosta Regular;
  font-weight: 400;
}

.bold-text-11 {
  color: var(--vermelho-so-fast);
  font-family: Gotham Medium, Tahoma, sans-serif;
  font-weight: 400;
}

.body {
  background-color: var(--combine-library--white);
}

.section {
  padding-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.combine-feature2_image {
  object-fit: cover;
}

.combine-feature2_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.combine-text-size-regular-2 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-icon_medium {
  width: 2.25rem;
  height: 2.25rem;
}

.combine-icon_color3 {
  color: var(--combine-library--warning-400);
}

.combine-feature2_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-icon_color2 {
  color: var(--combine-library--secondary-600);
}

.combine-icon_color1 {
  color: var(--combine-library--primary-600);
}

.combine-feature2_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-heading-style-h2-2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-feature2_content {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-feature2_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: row;
  align-items: center;
  display: block;
}

.combine-padding-section-medium-2 {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
  position: static;
}

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

.combine-padding-global-2 {
  background-color: var(--cinza);
  background-image: linear-gradient(#1e1e1ef0, #1e1e1ef0), url('/assets/images/background-elevemedia-escada_03.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-left: 5%;
  padding-right: 5%;
}

.combine-section_feature2 {
  background-color: var(--combine-library--grey-050);
}

.html-embed-4 {
  text-align: center;
}

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

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

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

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

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

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

.fn-heading-jambo {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 88px;
  font-weight: 400;
  line-height: 1.1em;
}

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

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

.fn-container-grid-3.relative {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.fn-section-404 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0%;
  font-family: Open Sans, sans-serif;
  display: flex;
  overflow: hidden;
}

.section-2 {
  align-items: center;
  padding: 100px 7% 0%;
  display: flex;
}

.section-2.solucoes {
  background-image: linear-gradient(90deg, #0b224df0 23%, #0b224d61), url('/assets/images/solucoes-fundo-so-fast.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: block;
}

.section-2.cases {
  padding-top: 150px;
}

.section-2.cases.off {
  display: none;
}

.section-2.cases.novo {
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-2.cases.novo.colorido {
  background-color: var(--cinza);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-2.cases.novo.primeiro {
  padding-top: 0;
}

.section-3 {
  z-index: 9;
  clear: none;
  background-color: var(--combine-library--white);
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 7%;
  padding-bottom: 5%;
  display: block;
}

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

.fn-link-with-arrow {
  color: var(--tango-orange);
  align-items: center;
  margin-top: auto;
  font-family: Egosta Light;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
  text-decoration: none;
  display: flex;
}

.fn-link-with-arrow:hover {
  color: var(--white-smoke);
}

.fn-paragraph-2 {
  color: var(--white-smoke);
  margin-bottom: 32px;
  font-family: Mabry Pro Light;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.fn-heading-4 {
  color: var(--tango-orange);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Egosta Regular;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.fn-features-card-column {
  background-color: var(--cinza);
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.fn-features-card-image {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 225px;
}

.fn-features-card-image:hover {
  filter: none;
  background-image: linear-gradient(#00000080, #00000080);
}

.fn-features-card-with-image {
  color: #ecf0ef;
  background-color: #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.fn-features-card-with-image:hover {
  color: #ecf0ef;
}

.fn-features-card-with-image.slider-cards {
  height: 100%;
}

.fn-solutions-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.fn-paragraph-no-margin-2 {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

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

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

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

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

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

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

.quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.image-7 {
  max-width: 30%;
}

.image-8 {
  flex: 0 auto;
  max-width: 80%;
  position: static;
  top: -346px;
  bottom: auto;
  left: 53%;
}

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

.combine-form_error-message {
  border: 1px solid var(--combine-library--error-800);
  background-color: var(--combine-library--error-100);
  color: var(--combine-library--error-800);
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_success-message {
  border: 1px solid var(--combine-library--success-800);
  background-color: var(--combine-library--success-100);
  color: var(--combine-library--success-800);
  text-align: left;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_text-link {
  color: var(--combine-library--primary-600);
  text-decoration: underline;
}

.combine-form_text-link:hover {
  color: var(--combine-library--grey-800);
}

.combine-form_text {
  color: var(--combine-library--grey-400);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-button {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: #28364ae6;
}

.combine-form_input-grey {
  border: 1px solid var(--combine-library--grey-050);
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--grey-800);
  border-radius: .5rem;
  min-width: 16rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input-grey:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_input-grey:focus {
  border-color: var(--combine-library--primary-600);
}

.combine-form_input-grey::placeholder {
  color: var(--combine-library--grey-200);
}

.combine-form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-form_wrapper {
  margin-bottom: 0;
}

.combine-cta2_max-width {
  width: 100%;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-medium-2 {
  width: 100%;
  height: 1.5rem;
}

.combine-text-size-regular-3 {
  color: var(--white-smoke);
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: Mabry Pro Light;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.combine-cta2_span {
  background-image: url('/assets/images/gradient-underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin-bottom: -1rem;
  padding-bottom: 1rem;
  display: inline-block;
}

.combine-heading-style-h2-3 {
  color: var(--tango-orange);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Egosta Regular;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.35;
}

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

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

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

.combine-padding-global-3 {
  background-color: var(--tango-orange);
  padding-left: 7%;
  padding-right: 7%;
}

.combine-section_cta2 {
  background-color: var(--combine-library--white);
}

.cf-cta-top-image {
  object-fit: contain;
  border-radius: 16px;
  width: 45%;
  max-width: 552px;
  position: absolute;
  inset: 30% auto auto -26%;
  transform: rotate(-25deg);
  box-shadow: 0 1px 120px #00000012;
}

.cf-cta-bottom-image {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 298px;
  position: absolute;
  inset: auto -4% -15% auto;
}

.cf-pink-button {
  background-color: var(--conversion-flow-library--light-coral);
  color: #0b0b0b;
  border-radius: 8px;
  padding: 16px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: background-color .2s;
}

.cf-pink-button:hover {
  background-color: var(--conversion-flow-library--sandy-brown);
}

.cf-purple-button {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #000;
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: all .2s;
}

.cf-purple-button:hover {
  background-color: var(--conversion-flow-library--coral);
  color: #0b0b0b;
}

.cf-cta-buttons-container {
  grid-column-gap: 20px;
  display: flex;
}

.cf-cta-paragraph {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 178%;
}

.cf-cta-h2-heading {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.cf-tag-texts {
  background-color: var(--conversion-flow-library--sandy-brown);
  color: #000;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 8px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 170%;
}

.cf-center-wrapper-cta {
  flex-direction: column;
  align-items: center;
  max-width: 724px;
  display: flex;
}

.cf-cta-wrapper-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-section-2 {
  background-color: var(--cinza);
  color: #fff;
  position: relative;
}

.link-block {
  color: var(--cinza);
  align-items: center;
  padding: 8px 12px 8px 16px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  color: var(--tango-orange);
}

.link-block.w--current {
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px 8px 16px;
  display: flex;
}

.link-block-2 {
  color: var(--white-smoke);
  object-fit: fill;
  background-color: #0000;
  border-radius: 32px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 12px 8px 16px;
  text-decoration: none;
  display: flex;
  position: static;
}

.link-block-2:hover {
  background-color: var(--cinza);
  color: var(--tango-orange);
}

.bold-text-12 {
  font-size: 18px;
}

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

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

.cf-pricing-plan-pointer-text-18px {
  color: var(--cinza);
  font-family: Mabry Pro Light;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
}

.cf-pricing-plan-check-icon {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}

.cf-pricing-plan-pointers {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers.no-margin {
  margin-bottom: 0;
}

.cf-pricing-plan-pointer-container {
  margin-top: 0;
}

.cf-body---18px {
  color: var(--cinza);
  font-family: Mabry Pro Light;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
}

.cf-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px.margin-bottom-32px {
  color: var(--cinza);
  margin-bottom: 25px;
  font-family: Egosta Regular;
  font-size: 30px;
  font-weight: 400;
}

.cf-different-tab-pane-wrapper {
  padding-left: 0;
}

.cf-different-tab-pane-wrapper.cases {
  margin-top: 40px;
}

.cf-different-tabs-content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}

.cf-different-tab-image {
  width: 25px;
  height: auto;
  margin-right: 16px;
}

.cf-different-tab-link {
  opacity: 1;
  filter: grayscale();
  color: var(--cinza);
  letter-spacing: -.01em;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Egosta Regular;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
}

.cf-different-tab-link.w--current {
  background-color: var(--cinza);
  opacity: 1;
  filter: none;
  color: var(--white-smoke);
  border-radius: 32px;
  padding: 5px 20px;
  font-family: Egosta Regular;
  font-weight: 400;
}

.cf-different-menu {
  flex-direction: column;
  width: 70%;
  max-width: 540px;
  margin-right: 5%;
  display: flex;
}

.cf-different-tabs {
  width: 100%;
  height: 100%;
  display: flex;
}

.cf-different-bottom-container {
  width: 100%;
}

.cf-italic-text {
  font-style: italic;
  font-weight: 700;
}

.cf-h2-heading-56px {
  color: var(--cinza);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Egosta Regular;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

.cf-h2-heading-56px.claro {
  color: var(--white-smoke);
  text-align: left;
}

.cf-different-upper-container {
  margin-bottom: 40px;
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.different-flex {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.cf-different-section {
  background-color: var(--white-smoke);
  padding-left: 7%;
  padding-right: 7%;
}

.cf-different-section.performance {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.waves-image-gallery-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves-image-wrap-gallery-2 {
  border-radius: 8px;
  max-height: 400px;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}

.waves-small-image-wrap-gallery-2 {
  border-radius: 4px;
  max-height: 400px;
  padding-top: 64%;
  position: relative;
}

.waves-grid-gallery-2 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  width: 130vw;
  margin-bottom: 24px;
}

.waves-grid-gallery-2.bottom-grid {
  margin-bottom: 0;
}

.waves-wrap-gallery-2 {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.waves---section-medium {
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding: 80px 0%;
  display: flex;
  overflow: hidden;
}

.waves-small-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-top: 10px;
  margin-bottom: 16px;
}

.waves-master-gallery-3 {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.fn-error-message {
  text-align: center;
  background-color: #000;
  border-radius: 8px;
  margin-top: 24px;
}

.fn-success-message-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  display: flex;
}

.fn-success-message {
  color: #0f1213;
  background-color: #e4e4e4;
  border-radius: 8px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-button-form {
  border: 2px solid var(--tango-orange);
  background-color: var(--tango-orange);
  color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 12px 20px;
  font-family: Egosta Regular;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-form:hover {
  background-color: var(--cinza);
}

.fn-checkbox {
  border: 1px solid #687373;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.fn-checkbox.w--redirected-checked {
  background-color: var(--tango-orange);
  background-image: url('/assets/images/Vector-1-Stroke.svg');
  background-size: 8px 8px;
}

.fn-checkbox.w--redirected-focus {
  box-shadow: none;
}

.fn-checkbox-wrapper {
  color: var(--cinza);
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.fn-form-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fn-field-message {
  color: var(--cinza);
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 160px;
  max-height: 160px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1em;
}

.fn-field-message:hover, .fn-field-message:active, .fn-field-message:focus {
  border-color: var(--tango-orange);
}

.fn-field-message::placeholder {
  color: var(--cinza);
  font-family: Mabry Pro Light;
  font-weight: 300;
}

.fn-field-message.form-home, .fn-field-message.form-home::placeholder {
  color: var(--white-smoke);
}

.fn-radio-button {
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.fn-radio-button.w--redirected-checked {
  background-color: #df0;
  background-image: url('/assets/images/Vector-1-Stroke.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-color: #0000;
}

.fn-radio-button.w--redirected-focus {
  box-shadow: none;
}

.fn-radio-wrapper {
  align-items: center;
  display: flex;
}

.fn-radio-buttons-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  display: flex;
}

.form-label {
  color: #939b9b;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

.form-label.no-margin {
  margin-bottom: 0;
}

.fn-select-field {
  color: var(--cinza);
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Mabry Pro Light;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
}

.fn-select-field:hover, .fn-select-field:focus {
  border-color: var(--tango-orange);
}

.fn-select-field.form-home {
  color: var(--white-smoke);
}

.fn-field {
  border: 1px solid var(--cinza);
  color: var(--white-smoke);
  background-color: #0000;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1em;
  transition: border-color .25s;
}

.fn-field:hover, .fn-field:active, .fn-field:focus {
  border-color: var(--tango-orange);
  font-family: Mabry Pro Light;
  font-weight: 300;
}

.fn-field::placeholder {
  color: var(--cinza);
  font-family: Mabry Pro Light;
  font-size: 16px;
  font-weight: 300;
}

.fn-field.form-home {
  color: var(--white-smoke);
  border-color: #3e4545;
}

.fn-field.form-home::placeholder {
  color: var(--white-smoke);
}

.fn-form-advance {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  color: var(--cinza);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-form {
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.fn-form.form-home {
  margin-left: 20px;
  padding-left: 0;
}

.fn-paragraph-no-margin-3 {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

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

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

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

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

.fn-column-3.forms {
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.fn-section-406 {
  background-color: var(--cinza);
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px 7%;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.icones-social-media {
  display: flex;
}

.fn-section-407 {
  background-color: var(--white-smoke);
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px 7%;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-section-407.forms-home {
  background-color: var(--cinza);
  background-image: url('/assets/images/forma-logo-elevemedia.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  border: 1px #000;
  padding-top: 110px;
  padding-left: 5%;
  padding-right: 5%;
}

.fn-section-407.contato {
  padding-top: 150px;
}

.checkbox-label {
  color: var(--cinza);
  padding-left: 20px;
  font-family: Mabry Pro Light;
  font-weight: 300;
  line-height: 17px;
}

.checkbox-label.form-home {
  color: var(--white-smoke);
}

.text-block-11 {
  color: var(--cinza);
  margin-top: 7px;
  font-family: Mabry Pro Light;
  font-size: 20px;
  font-weight: 300;
}

.text-block-12 {
  color: var(--tango-orange);
  font-family: Egosta Regular;
  font-size: 35px;
}

.text-block-13 {
  font-family: Mabry Pro Light;
  font-size: 16px;
  font-weight: 300;
}

.combine-button-2 {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-2:hover {
  background-color: #28364ae6;
}

.combine-button-white {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white:hover {
  color: var(--combine-library--primary-600);
}

.combine-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-space-medium-3 {
  width: 100%;
  height: 1.5rem;
}

.combine-text-size-regular-4 {
  color: var(--white-smoke);
  margin-bottom: 0;
  font-family: Mabry Pro Light;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
}

.combine-text-color-gradient {
  background-image: linear-gradient(to right, var(--combine-library--warning-400), #ec80b4 14%, var(--combine-library--primary-600) 45%, var(--combine-library--secondary-600));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-cta1_subtitle-wrapper {
  justify-content: center;
  display: flex;
}

.combine-space-small {
  width: 100%;
  height: 1rem;
}

.combine-heading-style-h2-4 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-padding-section-large-2 {
  background-color: var(--tango-orange);
  border-radius: 14px;
  padding: 30px 60px;
}

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

.combine-padding-global-4 {
  background-color: var(--white-smoke);
  padding: 40px 7%;
}

.combine-section_cta1 {
  background-color: var(--combine-library--grey-050);
}

.combine-gallery1_image {
  object-fit: cover;
  object-position: 35% 50%;
  width: 100%;
  height: 100%;
}

.combine-gallery1_image-wrapper {
  border-radius: .75rem;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.combine-gallery1_component {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-gallery1_component.midia-off {
  grid-template-columns: 1fr 1fr;
}

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

.combine-space-large-2 {
  height: 4rem;
}

.combine-text-size-regular-5 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-padding-section-medium-3 {
  background-color: #0000;
  padding-top: 40px;
  padding-bottom: 0;
}

.combine-padding-global-5 {
  padding-left: 0;
  padding-right: 0;
}

.combine-section_gallery1 {
  background-color: #0000;
}

.bold-text-13 {
  font-weight: 300;
}

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

.div-block-7 {
  width: auto;
  height: 30px;
}

.slide-wrap {
  align-items: center;
  width: 100%;
  margin-left: -20px;
  margin-right: -20px;
  padding: 25px 40px;
  display: none;
}

.slide-wrap.novo {
  padding-top: 0;
  padding-bottom: 0;
}

.logo-img._50-r-m {
  width: 150px;
  max-width: none;
  margin-left: 0;
  margin-right: 30px;
  padding-right: 0;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.slide-wrap-2 {
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px;
  display: flex;
}

.combine-text-size-regular-6 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-pricing5_tooltip {
  background-color: var(--combine-library--grey-800);
  color: var(--combine-library--white);
  border-radius: .5rem;
  width: 12rem;
  padding: .5rem .75rem;
  font-size: .75rem;
}

.combine-pricing5_tooltip-triangle {
  color: var(--combine-library--grey-800);
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.combine-pricing5_tooltip-wrapper {
  z-index: 3;
  display: none;
  position: absolute;
  left: 0;
}

.combine-icon_small-2 {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.combine-pricing5_help {
  color: var(--combine-library--grey-400);
  padding: .25rem;
  position: relative;
}

.combine-pricing5_table-item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--white-smoke);
  align-items: center;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.combine-pricing5_table-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: .75rem;
  display: grid;
}

.combine-background-color-grey {
  background-color: #272727;
}

.combine-icon_color5 {
  color: var(--combine-library--success-800);
}

.combine-text-weight-semibold {
  color: var(--white-smoke);
  text-align: left;
  margin-bottom: 0;
  font-family: Mabry Pro Regular;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.combine-pricing5_table-title {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.combine-pricing5_table-feature {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: .75rem;
  padding: .75rem .75rem 1.85rem;
  display: grid;
}

.combine-button-small {
  background-color: var(--combine-library--grey-800);
  color: var(--combine-library--white);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small:hover {
  background-color: #28364ae6;
}

.combine-pricing5_span {
  color: var(--combine-library--grey-800);
  font-size: 1.25rem;
}

.combine-pricing5_cost-tertiary {
  color: var(--combine-library--warning-400);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-pricing5_details {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  padding: .75rem;
  display: flex;
}

.combine-pricing5_cost-primary {
  color: var(--combine-library--primary-600);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-pricing5_cost-secondary {
  color: var(--combine-library--secondary-600);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-pricing5_table-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-pricing5_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
}

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

.combine-space-large-3 {
  height: 4rem;
}

.combine-space-medium-4 {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-5 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

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

.combine-padding-section-medium-4 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

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

.combine-section_pricing5 {
  background-color: var(--combine-library--white);
  padding: 60px 5% 100px;
}

.combine-section_pricing5.vermelho {
  background-image: linear-gradient(to bottom, #cc2c44c7, #cc2c44c7), url('/assets/images/pattern-so-fast-opacidade.png'), linear-gradient(90deg, #ae273c, var(--vermelho-so-fast));
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, scroll, scroll;
  justify-content: center;
  align-items: center;
  padding-top: 7%;
  padding-bottom: 15%;
  display: block;
}

.image-9 {
  text-align: center;
  max-width: 60%;
  display: inline-block;
}

.combine-feature3_image {
  object-fit: cover;
}

.combine-feature3_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.combine-feature3_number2 {
  color: var(--combine-library--warning-400);
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-feature3_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-feature3_number1 {
  color: var(--combine-library--primary-600);
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-feature3_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.combine-feature3_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

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

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

.combine-section_feature3 {
  background-color: var(--combine-library--grey-050);
}

.fs_numbercount-1_message {
  color: var(--accessible-components--dark-grey);
}

.fs_numbercount-1_text {
  color: var(--combine-library--white);
  text-align: center;
  flex: 0 auto;
  font-family: Gotham Book, Tahoma, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.fs_numbercount-1_number {
  color: var(--combine-library--white);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-family: Gotham Medium, Tahoma, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.fs_numbercount-1_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.fs_numbercount-1_card.experiencia {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center;
  width: 100%;
  display: grid;
}

.fs_numbercount-1_card.empresas {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  width: 100%;
  display: grid;
}

.fs_numbercount-1_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  padding: 0;
  display: grid;
  position: relative;
}

.fs_numbercount-1_wrapper.mobile {
  display: none;
}

.fs_numbercount-1_embed {
  margin-bottom: 0;
}

.fs_numbercount-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  margin-top: -20px;
  display: flex;
}

.fs_numbercount-1_component.mobile {
  display: none;
}

.text-block-15 {
  font-family: Egosta Bold;
}

.text-block-16 {
  color: var(--combine-library--white);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-family: Gotham Medium, Tahoma, sans-serif;
  font-size: 35px;
  font-weight: 700;
  display: flex;
}

.section-header-3 {
  align-items: center;
  padding: 100px 5%;
  display: none;
  position: relative;
}

.header-image-3 {
  border-radius: 16px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 464px;
  display: flex;
  position: relative;
}

.header-block-3 {
  width: 40%;
}

.button-primary-3 {
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary-3:hover {
  background-color: #1237a5;
}

.paragraph-regular-6 {
  color: #818a9c;
  max-width: 460px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.header-grid-2 {
  grid-column-gap: 72px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  place-items: center start;
  display: block;
}

.button-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.button-wrapper-3.meio {
  justify-content: center;
  align-items: center;
}

.button-wrapper-3.centro {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 20px;
}

.header-image-graphic-2 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.hero-heading-3 {
  color: var(--combine-library--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Gotham Medium, Tahoma, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.container-5 {
  z-index: 5;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.navigation-6 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 5%;
  display: flex;
}

.image-10 {
  display: none;
}

.slide {
  height: auto;
}

.slider {
  object-fit: fill;
  background-color: #0000;
  height: 580px;
}

.slider.mobile {
  height: 400px;
  display: none;
}

.slider.desktop {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 34%;
  display: flex;
}

.icon-2 {
  color: var(--verde);
}

.left-arrow {
  justify-content: center;
  align-items: center;
  margin-left: -82px;
  display: flex;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  margin-right: -82px;
  display: flex;
}

.icon-3 {
  color: #62ed07;
}

.slider-2 {
  background-color: #0000;
  height: 70%;
  max-height: none;
  margin-left: 20px;
  padding-left: 0;
}

.cf-pricing-plan-pointers-copy {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers-copy.no-margin {
  margin-bottom: 0;
}

.image-12 {
  max-width: 130%;
  margin-top: 0;
  margin-left: -49px;
  padding-right: 20px;
}

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

.column, .column-2 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-17 {
  line-height: 30px;
}

.div-block-8 {
  height: 20px;
}

.div-block-9, .div-block-10 {
  margin-top: 20px;
}

.text-span-4 {
  color: var(--tango-orange);
}

.portfolio {
  padding-top: 60px;
  padding-bottom: 60px;
}

.background-video-2 {
  align-self: center;
  width: 300px;
  height: 553px;
}

.html-embed-5 {
  display: block;
  overflow: visible;
}

.html-embed-5.mobile {
  display: none;
}

.html-embed-6 {
  display: none;
  overflow: visible;
}

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

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

.fn-paragraph-4 {
  color: var(--white-smoke);
  margin-bottom: 32px;
  font-family: Mabry Pro Light;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
}

.fn-heading-7 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Egosta Regular;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.3em;
}

.fn-heading-7._2 {
  font-size: 27px;
}

.fn-features-icon {
  color: #df0;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  margin-bottom: 24px;
  display: flex;
}

.fn-features-card {
  border: 1px solid var(--tango-orange);
  color: #ecf0ef;
  text-align: center;
  background-color: #151515;
  border-radius: 12px;
  flex-direction: column;
  order: 0;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 20%;
  padding: 26px;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
}

.fn-features-card:hover {
  border-color: var(--tango-orange);
  color: #ecf0ef;
  background-color: #0f0f0f;
}

.fn-features-card._2 {
  background-color: #1515158a;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
}

.fn-paragraph-no-margin-4 {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

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

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

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

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

.fn-section-408._2 {
  background-color: #0000;
}

.div-block-11 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-11._2 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 15px;
}

.numero-metodo {
  font-family: Egosta Bold;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.image-19 {
  max-width: none;
  max-height: 70px;
  margin-bottom: 30px;
}

.bold-text-20 {
  color: var(--tango-orange);
  font-family: Mabry Pro Regular;
  font-weight: 400;
}

.youtube {
  aspect-ratio: 9 / 16;
  object-fit: fill;
  width: auto;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 20px;
  display: flex;
}

.image-20 {
  align-self: center;
  max-width: 80%;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-5 {
  margin-top: 0;
  font-size: 20px;
  line-height: 1em;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-9 {
  font-size: 18px;
}

.heading-10, .heading-11 {
  margin-top: 0;
  margin-bottom: 0;
}

.carrossel-container {
  outline-offset: 0px;
  outline: 1px solid #dedede;
  display: flex;
  overflow: hidden;
}

.logo-container {
  justify-content: space-around;
  align-items: stretch;
  width: auto;
  min-width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  left: auto;
}

.image-21 {
  width: 150px;
  max-width: none;
}

.logo-image {
  width: auto;
  max-width: 100%;
  height: 90px;
  overflow: visible;
}

.play-pause-button {
  display: none;
  overflow: visible;
}

.background-video-3 {
  height: 100vh;
  padding-left: 10%;
  padding-right: 10%;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.bold-text-21 {
  font-family: Egosta Regular;
  font-size: 25px;
  font-weight: 400;
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  font-family: Mabry Pro Regular;
  font-weight: 400;
}

.waves-image-gallery-1 {
  border-radius: 24px;
  width: 100%;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves-text-wrap-gallery-1 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.waves-column-gallery-1 {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.waves-grid-gallery-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.waves-master-gallery-1 {
  width: 100%;
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

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

.waves---section-medium-2 {
  padding: 80px 7% 100px;
}

.image-22, .image-23, .image-24 {
  max-width: 300px;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.apricot {
  object-fit: cover;
  max-width: 100%;
}

.image-25, .image-26 {
  aspect-ratio: 1;
}

.image-27 {
  max-width: 150px;
}

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

.image-29 {
  max-width: 150px;
}

.image-29._2 {
  mix-blend-mode: screen;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 11px;
  display: flex;
}

.feedback {
  max-width: 50px;
}

.div-block-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: block;
}

.heading-12 {
  font-family: Egosta Regular;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
}

.heading-12.feedback {
  max-width: none;
  margin-top: 0;
}

.heading-13 {
  line-height: 50%;
}

.div-block-19 {
  border: 1px solid var(--tango-orange);
  border-radius: 20px;
  max-width: 80%;
  margin-left: 0;
  padding: 15px 30px 25px;
}

.code-embed {
  border-radius: 10px;
  align-self: auto;
  width: auto;
  padding: 10px;
  display: block;
}

.code-embed.mobile {
  display: none;
}

.paragraph {
  font-family: Gotham Light, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16 {
  font-family: Gotham Medium, Tahoma, sans-serif;
  font-weight: 500;
}

.text-span-17 {
  color: var(--vermelho-so-fast-2);
}

.fs_numbercount-1_text-copy {
  color: var(--combine-library--white);
  text-align: center;
  flex: 0 auto;
  font-family: Gotham Book, Tahoma, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.fs_numbercount-1_card-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.fs_numbercount-1_card-copy.empresas {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center;
  width: 100%;
  display: grid;
}

.section-5 {
  text-align: left;
  object-fit: fill;
  background-color: #fff;
  background-image: url('/assets/images/fundo-form3.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 7% 5%;
  display: flex;
  overflow: visible;
  box-shadow: 0 -7px 11px 1px #0003;
}

.heading-14 {
  color: var(--vermelho-so-fast);
  text-align: center;
  margin-bottom: 20px;
  padding-left: 25%;
  padding-right: 25%;
  font-family: Gotham Medium, Tahoma, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2em;
}

.div-block-21 {
  background-image: linear-gradient(to bottom, var(--combine-library--white), var(--combine-library--white));
  text-align: left;
  object-fit: fill;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  box-shadow: 0 5px 8px #0003;
}

.text-block-18 {
  font-family: Gotham Book, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-block-18:hover {
  color: var(--vermelho-so-fast);
}

.heading-15 {
  margin-bottom: 10px;
  font-family: Gotham Medium, Tahoma, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-16 {
  color: var(--azul-so-fast);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham Medium, Tahoma, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1em;
}

.heading-16.branco {
  color: var(--combine-library--white);
  align-self: flex-start;
  margin-bottom: 0;
  line-height: 1em;
}

.heading-16.solucoes {
  margin-bottom: 20px;
  font-size: 22px;
}

.paragraph-2 {
  color: var(--black);
  vertical-align: text-bottom;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Gotham Book, Tahoma, sans-serif;
  font-size: 15px;
  line-height: 1.4em;
  display: flex;
}

.paragraph-2.branco {
  color: var(--combine-library--white);
}

.image-30 {
  max-width: 40px;
}

.div-block-23 {
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-31 {
  padding-left: 10px;
  display: block;
}

.section-6 {
  background-image: url('/assets/images/fundo-icone-claro.png'), linear-gradient(90deg, var(--azul-so-fast), #2156b9);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding: 7%;
}

.section-6.solucoes {
  margin-bottom: 15px;
  padding-top: 5%;
  padding-bottom: 5%;
}

.text-span-18 {
  color: var(--combine-library--white);
}

.text-span-19 {
  font-family: Gotham Medium, Tahoma, sans-serif;
  font-weight: 500;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 40px;
  padding-top: 0;
  display: grid;
}

.container-6.lista {
  justify-content: center;
  justify-items: center;
  margin-left: 5%;
  margin-right: 5%;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--combine-library--white);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.div-block-24.avulso {
  place-content: center;
  width: 430px;
}

.heading-17 {
  color: var(--vermelho-so-fast);
  margin-bottom: 10px;
  font-family: Gotham Bold, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-span-20 {
  color: var(--vermelho-so-fast-2);
  font-family: Gotham Bold, Tahoma, sans-serif;
  font-weight: 700;
  line-height: 1.4em;
}

.text-span-21 {
  color: var(--vermelho-so-fast-2);
  font-family: Gotham Bold, Tahoma, sans-serif;
  font-weight: 700;
}

.container-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  place-items: center stretch;
  margin-bottom: 20px;
  display: grid;
}

.div-block-26 {
  background-color: var(--combine-library--white);
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 1px;
  max-height: 1px;
  display: flex;
}

.heading-18 {
  color: var(--combine-library--white);
  margin-bottom: 10px;
  font-family: Gotham Medium, Tahoma, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-18.centro {
  text-align: center;
}

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

.text-span-22 {
  font-family: Gotham Medium, Tahoma, sans-serif;
}

.text-span-23 {
  font-family: Gotham Medium, Tahoma, sans-serif;
  font-weight: 500;
}

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

.paragraph-3 {
  color: var(--combine-library--white);
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
  font-family: Gotham Book, Tahoma, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.column-4 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.column-4.azul {
  background-image: linear-gradient(90deg, var(--azul-so-fast) 14%, #2156b9);
}

.column-4.vermelho {
  background-image: linear-gradient(90deg, #a90921, #d4152f);
}

.slide-2 {
  vertical-align: baseline;
}

.slider-3 {
  height: auto;
}

.columns {
  border-top: 1px solid #dedede;
  border-bottom: 1px #000;
  display: flex;
}

.columns.azul {
  border-top-style: none;
}

.columns.branco {
  border-top-style: none;
  border-top-width: 0;
  border-bottom-style: none;
  border-bottom-width: 0;
}

.columns.vermelho {
  border-top-style: none;
  border-top-width: 0;
  border-bottom-width: 0;
}

.image-32 {
  max-height: 100%;
  display: inline-block;
}

.text-span-24 {
  font-family: Gotham Medium, Tahoma, sans-serif;
  font-weight: 500;
}

.text-span-25 {
  font-family: Gotham Medium, Tahoma, sans-serif;
}

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

.f-footer-link-2:hover {
  color: #dd4124;
}

.f-footer-link-2.lista {
  font-family: Gotham Book, Tahoma, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.f-footer-link-2.lista:hover {
  color: var(--combine-library--white);
}

.list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slide-nav-2, .slide-nav-3, .slide-nav-4, .slide-nav-5, .slide-nav-6, .slide-nav-7, .slide-nav-8, .slide-nav-9 {
  display: none;
}

.fs_numbercount-1_component-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  margin-top: -20px;
  display: block;
}

.fs_numbercount-1_component-2.mobile {
  display: none;
}

.fs_numbercount-1_wrapper-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  background-color: #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding: 0 2rem 0 0;
  display: grid;
  position: relative;
}

.text-block-19 {
  color: #1e1e1e;
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-size: 35px;
  font-weight: 700;
  display: flex;
}

.fs_numbercount-1_text-2 {
  color: #1e1e1e;
  text-align: center;
  flex: 0 auto;
  font-size: 17px;
  font-weight: 400;
}

.fs_numbercount-1_number-2 {
  color: #1e1e1e;
  flex-wrap: nowrap;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.fs_numbercount-1_component-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  margin-top: -20px;
  display: block;
}

.fs_numbercount-1_component-3.mobile {
  display: none;
}

.fs_numbercount-1_wrapper-3 {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  background-color: #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding: 0 2rem 0 0;
  display: grid;
  position: relative;
}

.text-block-20 {
  color: #1e1e1e;
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-size: 35px;
  font-weight: 700;
  display: flex;
}

.fs_numbercount-1_text-3 {
  color: #1e1e1e;
  text-align: center;
  flex: 0 auto;
  font-size: 17px;
  font-weight: 400;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

html.w-mod-js [data-ix="ths13-scroll-line-move"] {
  opacity: 1;
  transform: translate(0, -100%);
}

@media screen and (min-width: 1280px) {
  .ths13-header {
    padding-top: 0;
  }

  .ths13-overlay {
    background-image: linear-gradient(323deg, #cc2c448c, #0000 56%), linear-gradient(#0b224dfa, #0b224dfa);
  }

  .nav-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
  }

  .button-primary-s {
    font-size: 16px;
  }

  .nav-link-2, .nav-link-2.w--current, .nav-link-2.interno {
    font-size: 18px;
  }

  .nav-wrapper-2 {
    max-width: none;
  }

  .text-block-6 {
    font-size: 20px;
  }

  .text-block-6.w--current {
    font-size: 20px;
    font-weight: 400;
  }

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

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

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

  .header-block.performance {
    padding-bottom: 0;
  }

  .button-primary {
    font-size: 16px;
  }

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

  .paragraph-regular-4.texto-claro {
    color: var(--white-smoke);
    margin-bottom: 52px;
    font-size: 22px;
  }

  .paragraph-regular-4.escuro {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
  }

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

  .header-grid.interno.performance {
    grid-column-gap: 41px;
  }

  .header-grid.interno.cases {
    grid-template-columns: 1fr .5fr .5fr;
  }

  .header-image-graphic {
    width: 120%;
  }

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

  .header-wrapper {
    background-image: linear-gradient(323deg, #cc2c448c, #0000 59%), linear-gradient(#0b224d87, #0b224d87);
    background-position: 0 0, 0 0;
  }

  .m-section-large {
    background-image: linear-gradient(#ffffff7d, #ffffff7d), url('/assets/images/onda-vermelha-so-fast.png');
    background-position: 0 0, -20% 300%;
    padding-left: 15%;
    padding-right: 15%;
  }

  .m-feature-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .fn-paragraph-dark, .fn-paragraph-dark.solucoes {
    font-size: 18px;
  }

  .bold-text-8 {
    color: var(--cinza);
  }

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

  .section-2.performance {
    padding-top: 0%;
  }

  .cf-cta-top-image {
    left: -24%;
  }

  .cf-cta-bottom-image {
    width: 25%;
  }

  .cf-cta-wrapper-2 {
    background-color: var(--cinza);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cf-pricing-plan-pointers.no-margin {
    margin-bottom: 16px;
  }

  .cf-different-tab-pane-wrapper {
    padding-left: 0;
  }

  .cf-different-tab-pane {
    padding-left: 30px;
  }

  .cf-different-tab-link.w--current {
    background-color: var(--cinza);
    color: var(--white-smoke);
    border-radius: 32px;
    padding: 5px 20px;
  }

  .cf-different-menu {
    align-items: stretch;
    margin-right: 5%;
  }

  .cf-different-tabs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
  }

  .cf-different-upper-container {
    margin-bottom: 39px;
  }

  .slide-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
  }

  .logo-img._50-r-m {
    margin-right: 100px;
  }

  .combine-padding-section-medium-4 {
    margin-bottom: 60px;
  }

  .combine-section_pricing5 {
    padding: 80px 10%;
  }

  .combine-section_pricing5.vermelho {
    padding-top: 5%;
    padding-bottom: 12%;
  }

  .text-span-2 {
    color: var(--tango-orange);
  }

  .section-header-3 {
    padding-left: 7%;
    padding-right: 4%;
  }

  .hero-heading-3 {
    color: var(--white-smoke);
    font-family: Egosta Regular;
    font-size: 50px;
    line-height: 55px;
  }

  .container-5 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .text-span-3 {
    color: var(--tango-orange);
  }

  .slider.desktop {
    width: 100%;
    height: 100%;
    display: block;
  }

  .cf-pricing-plan-pointers-copy.no-margin {
    margin-bottom: 16px;
  }

  .div-block-12 {
    object-fit: fill;
    display: block;
    position: absolute;
    inset: auto auto 0%;
  }

  .logo-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-16 {
    font-size: 22px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .section-6.solucoes {
    margin-bottom: 12px;
  }

  .container-6.lista {
    justify-items: center;
  }

  .div-block-25 {
    grid-template-columns: 1fr 1fr;
  }

  .section-7 {
    margin-bottom: 0;
  }

  .column-4 {
    padding-top: 50px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .f-footer-link-2.lista {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link-2.interno {
    font-size: 20px;
  }

  .nav-link-2.interno.w--current, .nav-link-2.interno.mobile {
    font-size: 18px;
  }

  .text-block-6 {
    font-size: 20px;
  }

  .section-header {
    border: 0 solid #000;
    border-top: .2px solid #1e1e1e1f;
  }

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

  .paragraph-regular-4.escuro {
    margin-top: 20px;
  }

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

  .header-grid.interno {
    grid-column-gap: 50px;
  }

  .header-grid.interno.cases {
    grid-template-columns: 1.25fr .5fr .5fr;
  }

  .header-wrapper {
    height: 100vh;
  }

  .m-section-large {
    text-align: left;
    display: block;
    position: static;
  }

  .fn-paragraph-dark {
    padding-left: 30%;
    padding-right: 30%;
  }

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

  .cf-cta-top-image {
    left: -20%;
  }

  .cf-cta-bottom-image {
    right: 0%;
  }

  .cf-pricing-plan-pointer-text-18px, .cf-body---18px {
    font-size: 19px;
    line-height: 25px;
  }

  .cf-h3-heading-40px.margin-bottom-32px {
    font-size: 35px;
  }

  .cf-different-tab-pane {
    padding-left: 0;
  }

  .cf-different-tabs-content {
    max-width: none;
    margin-left: 0;
  }

  .cf-different-tab-link {
    font-size: 27px;
  }

  .fn-section-407.forms-home {
    background-position: 100%;
  }

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

  .combine-gallery1_component {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
  }

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

  .slide-wrap {
    border: 1px #000;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .logo-img {
    max-width: none;
  }

  .logo-img._50-r-m {
    width: 150px;
    margin-right: 30px;
  }

  .section-header-3 {
    height: 100vh;
  }

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

  .slider {
    float: none;
    clear: both;
    text-align: left;
    object-fit: fill;
    width: 1139px;
    height: 620px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .image-13 {
    margin-top: 60px;
  }

  .logo-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-image {
    height: 100px;
  }

  .heading-14 {
    padding-left: 30%;
    padding-right: 30%;
  }

  .paragraph-2 {
    margin-top: 20px;
  }

  .paragraph-2.diferenciais, .paragraph-2.solucoes {
    margin-top: 0;
  }

  .div-block-23 {
    width: 90%;
  }

  .div-block-24.avulso {
    place-items: center stretch;
  }

  .div-block-25 {
    grid-template-columns: .75fr 1fr;
  }

  .column-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link-2.interno {
    font-size: 27px;
  }

  .image {
    width: 200px;
  }

  .text-block-6 {
    font-size: 27px;
  }

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

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

  .header-grid.interno {
    align-content: stretch;
  }

  .hero-heading.solucoes {
    font-size: 70px;
  }

  .container {
    max-width: none;
  }

  .texto-menor-escuro {
    font-size: 22px;
  }

  .m-section-large {
    background-image: linear-gradient(#ffffff7d, #ffffff7d), url('/assets/images/onda-vermelha-so-fast.png');
    background-position: 0 0, -20% 170%;
  }

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

  .f-footer-regular {
    margin-left: auto;
    margin-right: auto;
  }

  .f-footer-title {
    font-size: 30px;
    font-weight: 400;
  }

  .f-footer-detail {
    font-size: 18px;
  }

  .fn-standard-white-link {
    font-size: 18px;
    font-weight: 300;
  }

  .text-block-8 {
    font-size: 22px;
    font-weight: 300;
    line-height: 25px;
  }

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

  .fn-link-with-arrow {
    font-size: 22px;
  }

  .fn-paragraph-2 {
    font-size: 18px;
  }

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

  .combine-text-size-regular-3 {
    font-size: 25px;
    font-weight: 300;
  }

  .combine-heading-style-h2-3 {
    font-size: 90px;
  }

  .cf-cta-top-image {
    left: 1%;
  }

  .cf-cta-bottom-image {
    bottom: 3%;
    right: 9%;
  }

  .link-block {
    font-weight: 400;
  }

  .bold-text-12 {
    font-size: 25px;
  }

  .cf-pricing-plan-pointer-text-18px, .cf-body---18px {
    font-size: 25px;
    line-height: 30px;
  }

  .cf-h3-heading-40px.margin-bottom-32px {
    font-size: 40px;
  }

  .cf-different-tab-pane {
    padding-left: 0;
  }

  .cf-different-tabs-content {
    justify-content: space-between;
    width: 100%;
    max-width: none;
    margin-left: 5%;
    display: block;
  }

  .cf-different-tab-link {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .cf-different-tab-link.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 40px;
  }

  .cf-different-menu {
    align-items: stretch;
    width: 100%;
    max-width: 40%;
    margin-right: 0%;
  }

  .cf-different-tabs {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    height: auto;
    display: flex;
  }

  .cf-h2-heading-56px {
    font-size: 40px;
  }

  .cf-wrapper-1160.different-flex {
    flex-direction: column;
  }

  .cf-different-section {
    justify-content: flex-start;
  }

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

  .combine-gallery1_component.midia-off {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .logo-img._50-r-m {
    width: 200px;
  }

  .combine-section_pricing5.vermelho {
    padding-bottom: 10%;
  }

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

  .fn-paragraph-4 {
    font-size: 22px;
    line-height: 30px;
  }

  .fn-heading-7 {
    font-size: 30px;
  }

  .fn-features-card {
    align-self: stretch;
  }

  .image-19 {
    max-width: none;
    max-height: 100px;
  }

  .waves-master-gallery-1 {
    max-width: none;
  }

  .waves---main-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-25 {
    grid-template-columns: .5fr 1fr;
  }

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

@media screen and (max-width: 991px) {
  .ths13-hero-section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .ths13-overlay {
    height: 60vh;
  }

  .ths13-heading-h1 {
    font-size: 70px;
    line-height: 80px;
  }

  .dropdown-card-xl {
    min-width: auto;
  }

  .nav-menu-button {
    color: #fff;
    background-color: #000000a3;
    background-image: radial-gradient(circle at 50% 220%, #ffffff4a, #fff0);
    border-radius: 12px;
    padding: 12px;
  }

  .nav-menu-button.w--open {
    background-color: #36178c;
  }

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

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

  .nav-menu {
    color: #393b6a;
    background-color: #000;
    border: 1px solid #ffffff14;
    border-radius: 12px;
    padding: 12px;
    position: absolute;
    left: 10px;
    right: 10px;
  }

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

  .nav-link {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .dropdown-list.w--open {
    padding-top: 8px;
    position: relative;
  }

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

  .dropdown {
    width: 100%;
  }

  .navigation-toggle {
    justify-content: space-between;
    width: 100%;
  }

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

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

  .nav-menu-2.interno {
    background-color: var(--combine-library--white);
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-link-text {
    font-weight: 300;
  }

  .button-secondary-s-2, .button-primary-s, .button-primary-s.interno {
    display: none;
  }

  .button-primary-s.interno.contato, .button-primary-s.interno.mobile {
    display: block;
  }

  .nav-link-2 {
    color: var(--cinza);
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .nav-link-2.interno {
    color: var(--white-smoke);
    margin-top: 0;
  }

  .nav-link-2.interno:hover {
    background-color: var(--cinza-claro-so-fast);
    text-decoration: none;
  }

  .nav-link-2.interno.mobile {
    color: var(--azul-so-fast);
    margin-bottom: 10px;
    text-decoration: none;
  }

  .nav-link-2.interno.mobile:hover {
    background-color: var(--cinza-claro-so-fast);
    color: var(--vermelho-so-fast);
  }

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

  .navigation-2.internos {
    padding-left: 10%;
    padding-right: 10%;
  }

  .nav-toggle {
    justify-content: space-between;
    width: 100%;
  }

  .nav-list-dropdown.w--open {
    max-width: none;
    padding: 0;
    position: relative;
    top: 8px;
  }

  .nav-dropdown-base-a {
    box-shadow: none;
  }

  .nav-dropdown-base-a.w--open {
    box-shadow: none;
    height: 500px;
    margin-left: 0;
    margin-right: 0%;
    padding: 16px;
    position: static;
    overflow: auto;
  }

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

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

  .nav-menu-button-2.w--open {
    background-color: var(--azul-so-fast);
    border-color: #fff;
  }

  .nav-menu-3 {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

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

  .nav-dropdown-2 {
    width: 100%;
  }

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

  .navigation-3 {
    position: relative;
  }

  .nav-toggle-2 {
    color: var(--cinza);
    background-color: #0000;
    justify-content: space-between;
    width: 100%;
  }

  .nav-toggle-2:hover, .nav-toggle-2.w--open {
    background-color: #eee;
  }

  .nav-toggle-2.interno {
    color: var(--white-smoke);
    background-color: #0000;
    height: auto;
  }

  .nav-toggle-2.interno:hover {
    background-color: #2d2d2d;
  }

  .nav-wrapper-3 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-menu-button-3 {
    color: #6173e5;
    background-color: #eeeffc;
    border-radius: 100px;
    padding: 12px;
  }

  .nav-menu-button-3.w--open {
    background-color: #6173e5;
    border-color: #fff;
  }

  .icon {
    color: var(--white-smoke);
  }

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

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

  .navigation-wrapper-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .button-primary.passo {
    justify-content: flex-start;
    align-items: center;
  }

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

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

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

  .header-grid {
    grid-column-gap: 56px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .header-grid.interno {
    display: block;
  }

  .header-grid.interno.cases.novo.inverso {
    flex-flow: column-reverse;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #07090d;
    justify-content: center;
    align-items: center;
  }

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

  .header-image-graphic {
    max-width: 100%;
    max-height: 100%;
  }

  .navigation-link {
    width: 100%;
  }

  .header-card {
    left: 32px;
  }

  .header-card.experiencia {
    max-width: 250px;
    margin-bottom: 118px;
  }

  .header-card.estrategias {
    max-width: 250px;
    margin-bottom: 262px;
    margin-left: 90px;
  }

  .header-card.cases {
    max-width: 200px;
    margin-bottom: 8px;
    margin-left: 140px;
  }

  .header-logo-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .hero-heading.solucoes-servicos {
    margin-bottom: 12px;
  }

  .header-wrapper {
    height: 60vh;
  }

  .navigation-4 {
    position: relative;
  }

  .texto-menor-escuro.feedback {
    line-height: 100%;
  }

  .m-section-large {
    background-image: url('/assets/images/onda-vermelha-so-fast-1.png');
    background-position: 0 600%;
    background-repeat: no-repeat;
    background-size: 80%;
    background-attachment: scroll;
    padding-left: 10%;
    padding-right: 10%;
  }

  .m-feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .m-feature-header {
    flex-direction: column;
    align-items: center;
  }

  .m-feature-grid-copy {
    grid-template-columns: 1fr 1fr;
  }

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

  .clients-title {
    margin-bottom: 32px;
  }

  .f-logo-carousel-wrap {
    width: 95%;
  }

  .section-logo-dark {
    background-image: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .fn-faq-link {
    transition: none;
  }

  .fn-faq-link:hover {
    opacity: 1;
  }

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

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

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

  .cf-faq-content-2 {
    padding-bottom: 24px;
  }

  .cf-faq-answer-wrap-2 {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .cf-faqs-container {
    width: 90%;
    padding-top: 0;
  }

  .cf-faq-main-heading {
    text-align: center;
    font-size: 30px;
  }

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

  .combine-padding-global {
    padding-left: 10%;
    padding-right: 10%;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 40px;
  }

  .f-logo-carousel-wrap-2 {
    width: 95%;
  }

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

  .header-image-2 {
    width: 100%;
    height: 100%;
  }

  .navigation-5 {
    position: relative;
  }

  .cf-logo-images-2 {
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .cf-logos-contain-2 {
    grid-column-gap: 20px;
    flex-wrap: wrap;
    align-content: stretch;
    width: 100%;
  }

  .cf-logos-wrapper {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .f-footer-regular {
    padding-left: 10%;
    padding-right: 10%;
  }

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

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

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-flow: row-reverse;
  }

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

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

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

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

  .fn-brand-box {
    z-index: 2;
    transition: none;
  }

  .fn-brand-box:hover {
    opacity: 1;
  }

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

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

  .fn-banner-image-three {
    width: 200px;
    height: 160px;
    display: block;
  }

  .fn-banner-image-two {
    width: 80px;
    height: 130px;
    display: block;
  }

  .fn-banner-image-one {
    object-fit: contain;
    width: 180px;
    height: auto;
    display: block;
    overflow: visible;
  }

  .fn-button-dark:hover {
    color: #df0;
    background-color: #1d1f1e;
  }

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

  .fn-cta-banner-column {
    width: 100%;
    max-width: none;
  }

  .fn-cta-banner {
    padding: 60px;
  }

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

  .fn-section-2.overflow-none {
    padding-left: 10%;
    padding-right: 10%;
  }

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

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

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

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

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

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

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

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

  .fn-features-card-with-image.slider-cards {
    flex: none;
    width: 411px;
  }

  .fn-solutions-card-wrapper {
    width: 100vw;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
  }

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

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

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

  .image-8 {
    max-width: 40%;
    padding-top: 38px;
  }

  .combine-form_input-grey {
    min-width: 12rem;
  }

  .combine-heading-style-h2-3 {
    font-size: 60px;
  }

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

  .cf-cta-top-image {
    width: 40%;
    top: 11%;
    left: -24%;
  }

  .cf-cta-bottom-image {
    width: 28%;
  }

  .cf-cta-h2-heading {
    font-size: 36px;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cell-2, .cell-3, .cell-4, .cell-5, .cell-6, .cell-7, .cell-8 {
    align-items: center;
  }

  .link-block {
    color: var(--white-smoke);
  }

  .link-block-2 {
    color: var(--black);
    width: auto;
    height: auto;
  }

  .cf-pricing-plan-pointer-text-18px, .cf-body---18px {
    line-height: 150%;
  }

  .cf-different-tab-pane-wrapper.cases {
    padding-bottom: 20px;
  }

  .cf-different-tabs-content {
    margin-top: 60px;
    margin-left: 0;
  }

  .cf-different-menu {
    grid-column-gap: 20px;
    flex-flow: wrap;
    justify-content: flex-start;
    width: 100%;
    max-width: 660px;
    margin-right: 0%;
  }

  .cf-different-tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-h2-heading-56px {
    font-size: 30px;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.different-flex {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fn-success-message-wrapper {
    min-height: 100px;
  }

  .fn-success-message {
    width: 100%;
  }

  .fn-form {
    margin-top: 49px;
  }

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

  .fn-column-3 {
    aspect-ratio: auto;
    align-items: flex-start;
    display: block;
    position: static;
    overflow: visible;
  }

  .fn-column-3.img {
    display: none;
  }

  .fn-column-3.forms {
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
    display: flex;
  }

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

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

  .fn-section-407 {
    padding: 60px 10%;
  }

  .fn-section-407.forms-home {
    background-image: linear-gradient(#1e1e1ed1, #1e1e1ed1), url('/assets/images/forma-logo-elevemedia.png');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    background-attachment: scroll, fixed;
    padding-left: 10%;
    padding-right: 10%;
  }

  .combine-heading-style-h2-4 {
    font-size: 2.5rem;
  }

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

  .combine-padding-global-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-img._50-r-m {
    width: 30%;
    margin-right: 40px;
  }

  .combine-heading-style-h2-5 {
    font-size: 2.5rem;
  }

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

  .combine-section_pricing5 {
    padding-bottom: 50px;
  }

  .image-9 {
    max-width: 80%;
    display: inline-block;
  }

  .header-block-3 {
    width: 60%;
  }

  .header-grid-2 {
    grid-column-gap: 26px;
    grid-template-columns: .75fr 1fr;
  }

  .hero-heading-3 {
    font-size: 35px;
    line-height: 40px;
  }

  .container-5 {
    height: 60vh;
    padding-top: 100px;
  }

  .navigation-6 {
    position: relative;
  }

  .image-10 {
    display: inline-block;
  }

  .image-11 {
    display: none;
  }

  .slider {
    height: 360px;
    display: block;
  }

  .slider.mobile {
    display: none;
  }

  .slider.desktop {
    display: block;
  }

  .image-15 {
    max-width: 50%;
    padding-right: 10px;
  }

  .image-16 {
    max-width: 50%;
    padding-left: 10px;
  }

  .image-17 {
    max-width: 50%;
    padding-right: 10px;
  }

  .image-18 {
    max-width: 50%;
    padding-left: 10px;
  }

  .html-embed-5 {
    margin-top: 45px;
    display: block;
  }

  .html-embed-6 {
    display: block;
  }

  .fn-paragraph-4 {
    color: var(--white-smoke);
  }

  .fn-heading-7 {
    font-size: 40px;
  }

  .fn-features-card {
    align-self: stretch;
    width: 100%;
  }

  .fn-features-card:hover {
    border-color: var(--tango-orange);
  }

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

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

  .fn-section-408 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 10px;
    padding-bottom: 60px;
    display: flex;
  }

  .div-block-11 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    flex: 0 auto;
    align-self: auto;
    display: flex;
  }

  .image-20 {
    aspect-ratio: auto;
    object-fit: fill;
    flex: 0 auto;
    position: static;
    overflow: visible;
  }

  .background-video-3 {
    height: 60vh;
  }

  .div-block-19 {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .code-embed {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .ths13-hero-section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .ths13-heading-h1 {
    font-size: 60px;
    line-height: 65px;
  }

  .navigation-grid-b {
    grid-template-columns: 1fr 1fr;
  }

  .banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .banner-2 {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .nav-link-text {
    font-weight: 300;
  }

  .button-primary-s.interno.mobile {
    display: block;
  }

  .nav-link-2.interno.mobile {
    margin-bottom: 10px;
  }

  .banner-3 {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .navigation-secondary {
    display: none;
  }

  .header-image-graphic {
    max-width: 100%;
  }

  .texto-menor-escuro.feedback {
    line-height: 100%;
  }

  .m-h3-heading {
    font-size: 40px;
  }

  .m-section-large {
    background-image: url('/assets/images/onda-vermelha-so-fast-1.png');
    background-position: 0 150%;
    background-size: 80%;
    background-attachment: scroll;
    padding-left: 10%;
    padding-right: 10%;
  }

  .m-feature-header {
    margin-bottom: 0;
  }

  .image-4 {
    width: 60px;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .form-label-no-margin {
    font-size: 20px;
  }

  .fn-heading-5-no-margin {
    font-size: 18px;
  }

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

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

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

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 22px;
  }

  .cf-faq-main-heading {
    font-size: 28px;
  }

  .cf-faq-container {
    margin-bottom: 100px;
  }

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

  .cf-logos-2---image-contain {
    width: 30%;
    height: 70px;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cf-logo-2-heading {
    text-align: center;
    font-size: 22px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cf-logo-22px-heading {
    font-size: 20px;
  }

  .cf-logos-wrapper {
    width: 90%;
  }

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

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

  .f-footer-regular {
    padding-left: 10%;
    padding-right: 10%;
  }

  .f-footer-title {
    margin-bottom: 10px;
  }

  .f-footer-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .f-footer-block {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .f-footer-bottom {
    flex-direction: column-reverse;
  }

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

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

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

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

  .fn-banner-image-two {
    right: 21px;
  }

  .fn-banner-image-one {
    width: 120px;
  }

  .fn-button-dark {
    width: 100%;
  }

  .fn-paragraph-dark {
    padding-left: 15%;
    padding-right: 15%;
    line-height: 27px;
  }

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

  .fn-cta-banner {
    padding: 40px;
  }

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

  .text-block-8 {
    text-align: center;
    margin-bottom: 10px;
  }

  .combine-feature2_component {
    flex-direction: column;
  }

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

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

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

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

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

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

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

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

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

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

  .fn-features-card-image {
    height: 170px;
  }

  .fn-features-card-with-image.slider-cards {
    width: 260px;
  }

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

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

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

  .combine-form_input-grey {
    min-width: 0;
  }

  .combine-heading-style-h2-3 {
    font-size: 50px;
  }

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

  .cf-cta-bottom-image {
    width: 31%;
    bottom: -14%;
  }

  .cf-cta-buttons-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cf-cta-paragraph {
    max-width: 500px;
    font-size: 16px;
  }

  .cf-cta-h2-heading {
    font-size: 32px;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 80px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .cf-body---18px {
    font-size: 16px;
  }

  .cf-h3-heading-40px {
    font-size: 22px;
  }

  .cf-different-tab-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .cf-different-menu {
    grid-row-gap: 10px;
    width: 100%;
  }

  .cf-h2-heading-56px {
    font-size: 28px;
  }

  .cf-wrapper-1160.different-flex {
    padding-top: 0;
  }

  .cf-different-section.performance {
    display: block;
  }

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

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

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

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

  .fn-label-small {
    margin-bottom: 12px;
  }

  .fn-column-3 {
    justify-content: center;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
  }

  .fn-column-3.forms {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    display: flex;
  }

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

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

  .fn-section-407.forms-home, .fn-section-407.contato {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .combine-gallery1_component {
    grid-template-columns: 1fr 1fr;
  }

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

  .combine-pricing5_table-item {
    border-bottom: 1px solid var(--combine-library--grey-100);
    padding-bottom: .5rem;
  }

  .combine-pricing5_table-content {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .combine-pricing5_table-header {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .combine-feature3_component {
    flex-direction: column;
  }

  .header-block-3 {
    width: 70%;
  }

  .slide {
    height: auto;
  }

  .slider.mobile {
    height: 100%;
    margin-left: 5%;
    margin-right: 5%;
    display: block;
  }

  .slider.desktop {
    display: block;
  }

  .left-arrow {
    margin-left: -60px;
  }

  .right-arrow {
    margin-right: -60px;
  }

  .image-14 {
    max-width: 100%;
  }

  .html-embed-5 {
    display: none;
  }

  .html-embed-5.mobile, .html-embed-6 {
    display: block;
  }

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

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

  .fn-features-card {
    padding: 12px;
  }

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

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

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

  .waves-grid-gallery-1 {
    grid-template-columns: 1fr;
  }

  .waves-master-gallery-1 {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .code-embed {
    text-align: left;
    width: auto;
    display: none;
  }

  .code-embed.mobile {
    display: block;
  }

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

  .heading-14 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .heading-15 {
    font-size: 35px;
    line-height: 1.5em;
  }

  .container-6.lista {
    justify-content: space-between;
    justify-items: stretch;
    margin-left: 0%;
    margin-right: 0%;
  }

  .f-footer-link-2.lista {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .ths13-hero-section, .ths13-header {
    padding-left: 10%;
    padding-right: 10%;
  }

  .ths13-overlay {
    opacity: .59;
    background-image: linear-gradient(323deg, #cc2c448c, #0000 53%), linear-gradient(#0b224dc9, #0b224dc9);
    height: 90vh;
  }

  .ths13-heading-h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .navigation-grid-b {
    grid-template-columns: 1fr;
  }

  .banner {
    display: none;
  }

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

  .nav-button-wrap {
    display: none;
  }

  .dropdown-block-link, .dropdown-block-small {
    flex-direction: column;
    align-items: flex-start;
  }

  .html-embed-2 {
    width: auto;
  }

  .nav-menu-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .nav-menu-2.interno {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 1%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .nav-link-text {
    color: var(--cinza);
    font-weight: 300;
  }

  .nav-link-text.interno {
    color: var(--white-smoke);
  }

  .button-primary-s {
    width: 100%;
  }

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

  .nav-link-2 {
    color: var(--azul-so-fast);
    padding-top: 15px;
    font-family: Gotham Medium, Tahoma, sans-serif;
  }

  .nav-link-2:hover {
    background-color: var(--cinza-claro-so-fast);
    font-family: Gotham Medium, Tahoma, sans-serif;
    font-weight: 500;
    text-decoration: none;
  }

  .nav-link-2:active {
    text-align: left;
  }

  .nav-link-2.w--current {
    background-color: var(--cinza-claro-so-fast);
    color: var(--azul-so-fast);
    font-family: Gotham Medium, Tahoma, sans-serif;
    font-weight: 500;
  }

  .nav-link-2.w--current:hover {
    font-family: Gotham Medium, Tahoma, sans-serif;
    font-weight: 500;
  }

  .nav-link-2.interno {
    margin-bottom: 10px;
  }

  .nav-link-2.interno.fale-conosco {
    color: var(--tango-orange);
    background-color: #eee;
    margin-top: 0;
  }

  .nav-link-2.interno.fale-conosco.mobile {
    color: var(--azul-so-fast);
    background-color: #0000;
  }

  .nav-link-2.interno.fale-conosco.mobile:hover {
    background-color: var(--cinza-claro-so-fast);
    color: var(--vermelho-so-fast);
  }

  .nav-link-2.contato {
    color: var(--white-smoke);
    background-color: #dd4124;
    margin-top: 40px;
  }

  .nav-dropdown-base-a.w--open {
    padding: 14px;
  }

  .nav-dropdown-base-a.interno {
    background-color: #2d2d2d;
    border-color: #2d2d2d;
  }

  .nav-link-s.interno {
    color: var(--tango-orange);
  }

  .nav-dropdown-2 {
    height: auto;
  }

  .nav-toggle-2.interno {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-bottom: 10px;
  }

  .section-header {
    padding: 10%;
  }

  .navigation-secondary {
    display: none;
  }

  .header-block {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .button-primary {
    text-align: center;
    border-radius: 40px;
    flex: 0 auto;
    order: 0;
    justify-content: space-around;
    align-items: center;
    width: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
  }

  .paragraph-regular-4 {
    text-align: left;
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.4em;
  }

  .paragraph-regular-4.cases.claro {
    text-align: center;
  }

  .paragraph-regular-4.escuro.central {
    text-align: left;
  }

  .paragraph-regular-4.escuro.central.mobile {
    padding-left: 0%;
    padding-right: 0%;
  }

  .header-card-title {
    font-size: 16px;
  }

  .header-grid {
    grid-row-gap: 5px;
    flex-flow: column-reverse;
    grid-template-columns: 1.25fr;
    grid-auto-flow: row;
    display: flex;
  }

  .header-grid.interno.cases.novo {
    order: 0;
    align-self: auto;
  }

  .header-grid.interno.cases.novo.inverso {
    flex-flow: column-reverse;
    flex: 0 auto;
    display: flex;
  }

  .navigation-button {
    display: none;
  }

  .header-icon-wrapper {
    font-size: 28px;
  }

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

  .header-image-graphic {
    max-width: 100%;
    margin-left: 0%;
    padding-left: 0%;
  }

  .header-card {
    max-width: 80%;
    padding: 16px;
    bottom: 16px;
    left: 16px;
  }

  .header-card.experiencia {
    margin-top: 0;
    margin-bottom: 41px;
  }

  .header-card.estrategias {
    margin-bottom: 179px;
    margin-left: 28px;
    left: 49px;
  }

  .header-card.cases {
    margin-bottom: -18px;
    margin-left: 34px;
    left: 54px;
  }

  .header-logo-grid {
    grid-template-columns: 1fr;
  }

  .hero-heading {
    text-align: center;
    margin-top: 20px;
    font-family: Gotham Medium, Tahoma, sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 1em;
  }

  .hero-heading.solucoes {
    line-height: 40px;
  }

  .hero-heading.solucoes-servicos {
    font-size: 35px;
  }

  .hero-heading.home {
    font-family: Gotham Medium, Tahoma, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
  }

  .button-secondary-arrow {
    width: 100%;
  }

  .header-wrapper {
    height: auto;
  }

  .texto-menor-escuro {
    font-size: 16px;
  }

  .texto-menor-escuro.titulo {
    text-align: center;
    font-size: 22px;
  }

  .texto-menor-escuro._2 {
    text-align: center;
  }

  .texto-menor-escuro.feedback {
    line-height: 100%;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .m-section-large {
    object-fit: fill;
    background-image: url('/assets/images/onda-vermelha-so-fast-1.png');
    background-position: 0 150%;
    background-size: 100%;
    background-attachment: scroll;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
  }

  .m-feature-grid {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .m-button-outline {
    width: 100%;
  }

  .m-feature-header {
    margin-bottom: 10px;
  }

  .div-block-3 {
    justify-content: center;
    font-size: 15px;
  }

  .bold-text-2 {
    font-weight: 400;
  }

  .image-4 {
    width: 70px;
  }

  .m-feature-grid-copy {
    grid-template-columns: 1fr;
  }

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

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .f-logo-gradient-r, .f-logo-gradient-l {
    width: 40px;
  }

  .logo-title-wrapper {
    text-align: center;
  }

  .logo-header-white {
    font-size: 44px;
    line-height: 62px;
  }

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

  .cf-faq-content-2 {
    font-size: 16px;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 18px;
    line-height: 140%;
  }

  .cf-faq-main-heading {
    text-align: center;
    margin-bottom: 60px;
    font-size: 24px;
  }

  .cf-faq-container {
    margin-bottom: 100px;
  }

  .combine-faq2_title {
    font-size: 22px;
    line-height: 25px;
  }

  .combine-padding-global {
    padding-bottom: 20px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .bold-text-5 {
    font-family: Egosta Regular;
    font-weight: 400;
  }

  .cf-logos-2---image-contain {
    width: 29%;
    min-width: 100px;
    height: 50px;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cf-logo-2-heading {
    font-size: 20px;
  }

  .f-logo-gradient-r-2, .f-logo-gradient-l-2 {
    width: 40px;
  }

  .heading-2 {
    text-align: center;
    font-size: 15px;
  }

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

  .header-image-2 {
    width: 100%;
    height: 100%;
  }

  .header-block-2 {
    text-align: center;
  }

  .button-primary-2 {
    width: 100%;
  }

  .paragraph-regular-5 {
    font-size: 18px;
    line-height: 30px;
  }

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

  .hero-heading-2 {
    font-size: 44px;
    line-height: 62px;
  }

  .cf-logo-images-2 {
    width: 150px;
    max-width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .cf-logos-contain-2 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: row;
    display: flex;
  }

  .cf-logos-wrapper {
    text-align: center;
  }

  .f-footer-link {
    justify-content: center;
  }

  .f-footer-link.w--current {
    text-align: center;
  }

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

  .f-footer-divider {
    margin-top: 40px;
  }

  .f-footer-regular {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
  }

  .f-footer-social-group {
    justify-content: center;
    align-items: center;
  }

  .f-footer-title {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 400;
  }

  .f-footer-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .f-footer-block {
    text-align: left;
    padding-top: 20px;
  }

  .fn-legal-links-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .fn-banner-image-three {
    width: 100px;
    right: -23px;
  }

  .fn-banner-image-two {
    right: 0;
  }

  .fn-banner-image-one {
    width: 60px;
    bottom: 124px;
  }

  .fn-banner-image-one.missao {
    width: 60px;
  }

  .fn-paragraph-dark {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 16px;
    line-height: 20px;
  }

  .fn-heading-3 {
    font-size: 40px;
    line-height: 42px;
  }

  .fn-cta-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fn-cta-banner.missao {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .fn-section-2.overflow-none {
    padding: 100px 10%;
  }

  .fn-section-2.overflow-none.missao {
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .whatsapp {
    aspect-ratio: auto;
    vertical-align: baseline;
    object-fit: contain;
  }

  .preloader, .image-6, .div-block-6 {
    text-align: center;
  }

  .bold-text-8 {
    text-align: center;
    font-family: Egosta Regular;
    font-weight: 400;
  }

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

  .bold-text-9 {
    font-weight: 400;
  }

  .bold-text-10 {
    font-family: Egosta Regular;
    font-weight: 400;
  }

  .bold-text-11 {
    font-family: Gotham Medium, Tahoma, sans-serif;
    font-weight: 500;
  }

  .body {
    overflow: visible;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fn-404-image-second {
    width: 120px;
    height: 120px;
    top: -76%;
  }

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

  .section-2.cases.novo.colorido {
    flex-flow: row;
  }

  .section-2.cases.novo.primeiro {
    padding-top: 20px;
  }

  .container-4 {
    max-width: 100%;
    padding-top: 15%;
    padding-bottom: 10%;
  }

  .image-8 {
    max-width: 40%;
    padding-top: 10px;
  }

  .combine-form {
    grid-template-columns: 1fr;
  }

  .combine-text-size-regular-3 {
    padding-top: 20px;
    font-weight: 300;
    line-height: 25px;
  }

  .combine-heading-style-h2-3 {
    line-height: 45px;
  }

  .combine-padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cf-cta-top-image {
    border-radius: 10px;
    display: block;
    top: 11%;
  }

  .cf-cta-bottom-image {
    border-radius: 10px;
    width: 30%;
    max-width: 240px;
    padding-bottom: 28px;
    display: block;
    bottom: -12%;
    right: -10%;
  }

  .cf-cta-buttons-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .cf-cta-paragraph {
    font-size: 16px;
    line-height: 150%;
  }

  .cf-cta-h2-heading {
    font-size: 30px;
  }

  .cf-cta-wrapper-2 {
    padding-top: 100px;
  }

  .link-block {
    color: var(--white-smoke);
  }

  .cf-pricing-plan-pointer-text-18px {
    font-size: 17px;
  }

  .cf-pricing-plan-check-icon {
    margin-right: 8px;
  }

  .cf-body---18px {
    font-size: 17px;
  }

  .cf-h3-heading-40px {
    font-size: 20px;
  }

  .cf-h3-heading-40px.margin-bottom-32px {
    font-size: 25px;
  }

  .cf-different-tab-pane-wrapper {
    text-align: center;
    padding-left: 0;
  }

  .cf-different-tab-link.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-different-menu {
    justify-content: flex-start;
  }

  .cf-h2-heading-56px {
    text-align: center;
    font-size: 30px;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.different-flex {
    padding-top: 10px;
  }

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

  .cf-different-section.performance {
    display: block;
  }

  .waves-grid-gallery-2.bottom-grid, .waves-grid-gallery-2.top-grid {
    width: 180vw;
  }

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

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .fn-button-form {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .fn-checkbox-wrapper {
    display: flex;
  }

  .fn-form-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fn-form {
    margin-bottom: 15px;
  }

  .fn-column-3 {
    align-items: center;
  }

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

  .fn-section-407.forms-home {
    background-size: auto, cover;
    padding-left: 10%;
    padding-right: 10%;
  }

  .text-block-11 {
    margin-top: 18px;
    line-height: 25px;
  }

  .text-block-12 {
    font-size: 30px;
  }

  .combine-button-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

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

  .combine-gallery1_component {
    grid-template-columns: 1fr 1fr;
  }

  .combine-padding-global-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bold-text-17, .bold-text-18, .bold-text-19 {
    font-family: Mabry Pro Regular;
    font-weight: 400;
  }

  .text-block-14 {
    line-height: 30px;
  }

  .logo-img._50-r-m {
    width: 50%;
  }

  .combine-pricing5_cost-tertiary {
    font-size: 1.25rem;
  }

  .combine-pricing5_details {
    justify-content: space-between;
    padding: 0;
    font-size: .875rem;
  }

  .combine-pricing5_cost-primary, .combine-pricing5_cost-secondary {
    font-size: 1.25rem;
  }

  .combine-pricing5_table-header {
    grid-column-gap: .5rem;
  }

  .combine-padding-global-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-section_pricing5 {
    padding-bottom: 60px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .combine-section_pricing5.vermelho {
    height: 75vh;
    max-height: none;
    padding-top: 20%;
  }

  .combine-section_pricing5.vermelho.solucoes {
    height: 60vh;
  }

  .image-9 {
    text-align: center;
    width: auto;
    max-width: none;
    max-height: none;
    display: inline-block;
  }

  .combine-feature3_wrapper {
    flex-direction: column;
  }

  .fs_numbercount-1_text {
    margin-top: -25px;
    margin-bottom: 0;
  }

  .fs_numbercount-1_number {
    font-size: 70px;
    line-height: 1.5em;
  }

  .fs_numbercount-1_card {
    grid-template-rows: auto auto;
    align-content: center;
    align-self: auto;
    place-items: center;
  }

  .fs_numbercount-1_card.experiencia {
    grid-template-columns: .25fr 1fr;
    place-content: center;
    place-items: center;
    width: auto;
    margin-top: -20px;
  }

  .fs_numbercount-1_card.experiencia.mobile {
    place-content: center;
    justify-items: center;
    margin-top: 28px;
  }

  .fs_numbercount-1_card.mobile {
    justify-items: center;
  }

  .fs_numbercount-1_card.empresas.mobile {
    place-content: center;
    justify-items: center;
    margin-top: 28px;
  }

  .fs_numbercount-1_wrapper {
    grid-template-columns: 1fr;
    padding-right: 0;
    display: none;
  }

  .fs_numbercount-1_wrapper.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center;
    height: auto;
    display: grid;
  }

  .fs_numbercount-1_component {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: block;
  }

  .fs_numbercount-1_component.mobile {
    margin-top: 20px;
    display: block;
  }

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

  .header-image-3 {
    height: 250px;
  }

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

  .button-primary-3 {
    width: 100%;
  }

  .paragraph-regular-6 {
    font-size: 18px;
    line-height: 30px;
  }

  .header-grid-2 {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .button-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .hero-heading-3 {
    margin-top: 40px;
    font-size: 40px;
    line-height: 45px;
  }

  .container-5 {
    height: 90vh;
    padding-bottom: 60px;
  }

  .slider {
    height: 200px;
  }

  .slider.desktop {
    flex-flow: column;
    height: auto;
    margin-top: 30px;
    display: flex;
  }

  .slide-nav {
    object-fit: fill;
    width: auto;
    height: auto;
    display: none;
  }

  .image-15 {
    max-width: 100%;
    padding-right: 0;
  }

  .image-16 {
    max-width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .image-17 {
    max-width: 100%;
    padding-right: 0;
  }

  .image-18 {
    max-width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .html-embed-5 {
    display: none;
    overflow: visible;
  }

  .html-embed-5.mobile {
    overflow: hidden;
  }

  .html-embed-6 {
    display: block;
  }

  .fn-heading-7 {
    font-size: 30px;
  }

  .fn-features-card {
    align-self: center;
    width: 100%;
    padding: 30px;
  }

  .fn-features-card:hover {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-color: var(--tango-orange);
  }

  .div-block-11 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-13 {
    flex-flow: column;
  }

  .heading-4 {
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1em;
    display: flex;
  }

  .heading-5 {
    text-align: left;
    font-size: 15px;
  }

  .heading-6, .heading-7 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .carrossel-container {
    overflow: hidden;
  }

  .logo-container {
    min-width: 1080px;
  }

  .background-video-3 {
    height: auto;
  }

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

  .image-22, .image-23, .image-24 {
    max-width: 100%;
  }

  .div-block-15._2 {
    margin-top: 40px;
  }

  .image-29 {
    max-width: 250px;
  }

  .div-block-16 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .code-embed {
    width: auto;
    max-width: none;
  }

  .paragraph {
    text-align: left;
    line-height: 1.5em;
  }

  .fs_numbercount-1_text-copy {
    margin-top: -25px;
    margin-bottom: 20px;
  }

  .fs_numbercount-1_card-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-items: center;
    margin-top: 30px;
    display: grid;
  }

  .fs_numbercount-1_card-copy.empresas.mobile {
    place-content: center;
    justify-items: center;
    margin-top: 28px;
  }

  .fs_numbercount-1_card-copy.mobile {
    justify-items: center;
  }

  .section-5 {
    padding: 10% 10% 20%;
  }

  .heading-14 {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 30px;
    line-height: 1.4em;
  }

  .div-block-21 {
    width: 280px;
  }

  .heading-15 {
    text-align: left;
    font-size: 35px;
    line-height: 1.5em;
  }

  .div-block-22 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-16 {
    margin-bottom: 0;
    line-height: 1.5em;
  }

  .heading-16.branco {
    line-height: 1.5em;
  }

  .image-30 {
    max-width: 30px;
  }

  .div-block-23 {
    width: 250px;
  }

  .image-31 {
    max-width: 250px;
  }

  .section-6 {
    padding: 20% 10%;
  }

  .section-6.solucoes {
    padding: 10%;
  }

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

  .container-6.lista {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .div-block-24.avulso {
    width: 100%;
  }

  .container-7 {
    margin-top: 15px;
  }

  .div-block-25 {
    flex-flow: column;
    display: flex;
  }

  .div-block-26 {
    display: none;
  }

  .heading-18 {
    line-height: 1.5em;
  }

  .heading-18.centro {
    text-align: center;
  }

  .section-7 {
    padding: 10%;
  }

  .paragraph-3 {
    text-align: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .columns {
    flex-flow: column;
  }

  .columns.azul, .columns.vermelho {
    flex-flow: column-reverse;
  }

  .f-footer-link-2 {
    justify-content: center;
  }

  .f-footer-link-2.w--current {
    text-align: center;
  }

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

  .div-block-27 {
    align-self: auto;
  }

  .fs_numbercount-1_component-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: none;
  }

  .fs_numbercount-1_component-2.mobile {
    margin-top: 20px;
    display: block;
  }

  .fs_numbercount-1_wrapper-2 {
    grid-template-columns: 1fr;
    padding-right: 0;
    display: block;
  }

  .fs_numbercount-1_component-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: none;
  }

  .fs_numbercount-1_component-3.mobile {
    margin-top: 20px;
    display: block;
  }

  .fs_numbercount-1_wrapper-3 {
    grid-template-columns: 1fr;
    padding-right: 0;
    display: block;
  }
}

#w-node-_148bb2ca-06ad-292b-0cef-503958d6fcce-b1f5824a, #w-node-f24954ca-b992-3723-be85-17c85e21eac8-b1f5824a, #w-node-_8fef53a8-0389-564a-ed44-426049d23a7f-b1f5824a, #w-node-ec398532-a7cb-a02e-ed63-2661a55a72f3-b1f5824a, #w-node-_017495e3-3a03-0c8c-8bf6-3ddc689b82ff-b1f5824a, #w-node-_3b8bd477-17be-d3a8-24d0-b846fc3249ab-b1f5824a, #w-node-_08b39ce2-b480-155e-91a8-37b440b84ff3-b1f5824a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_9d0c0c7a-1210-049e-d48b-a1ca2834a3ee-b1f5824a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#w-node-_4580c020-2eab-b8fe-a795-ca298f7117b2-b1f5824a, #w-node-e3f49722-dc80-958f-272a-7bd5e5163290-b1f5824a, #w-node-_90493000-0e7d-85ab-e981-e9d22880bdf6-b1f5824a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-e573ae1d-1d94-5f18-5e72-eaae60cde791-b1f5824a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5d57242d-c85e-c892-70e5-bdb7fb332f11-b1f5824a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5d57242d-c85e-c892-70e5-bdb7fb332f14-b1f5824a, #w-node-_5d57242d-c85e-c892-70e5-bdb7fb332f15-b1f5824a, #w-node-cd4fe634-99d0-3d8e-1821-5cb5f5cabdcf-b1f5824a, #w-node-cd4fe634-99d0-3d8e-1821-5cb5f5cabdd0-b1f5824a, #w-node-_8db0808b-61c0-e390-cba4-3de1ed506ac5-b1f5824a, #w-node-_8db0808b-61c0-e390-cba4-3de1ed506ac6-b1f5824a, #w-node-_82dc4f8e-69f2-167c-91bc-582c5d2378a2-b1f5824a, #w-node-_82dc4f8e-69f2-167c-91bc-582c5d2378a3-b1f5824a, #w-node-_82dc4f8e-69f2-167c-91bc-582c5d2378a8-b1f5824a, #w-node-_82dc4f8e-69f2-167c-91bc-582c5d2378a9-b1f5824a, #w-node-_82dc4f8e-69f2-167c-91bc-582c5d2378ae-b1f5824a, #w-node-_82dc4f8e-69f2-167c-91bc-582c5d2378af-b1f5824a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf8ae83f-3b5c-ba54-88cb-8b30c513c1b5-c513c1b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cf8ae83f-3b5c-ba54-88cb-8b30c513c1c2-c513c1b2, #w-node-cf8ae83f-3b5c-ba54-88cb-8b30c513c1d4-c513c1b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_858950ec-73e7-3361-e943-4e5791316f5e-b1f5824e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bcd19db0-6bf3-14df-a871-8ac6b4e71253-b1f5824e, #w-node-bf44e010-f8aa-69e0-d401-e7bff856db7b-b1f5824e, #w-node-_0234b42c-30ab-27c4-7740-4d08b617d809-b1f5824e, #w-node-_72f2818a-d682-9d54-d77d-b13ed69a300c-b1f5824e, #w-node-_72f2818a-d682-9d54-d77d-b13ed69a3010-b1f5824e, #w-node-_72f2818a-d682-9d54-d77d-b13ed69a3014-b1f5824e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-e573ae1d-1d94-5f18-5e72-eaae60cde791-b1f5824a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-cf8ae83f-3b5c-ba54-88cb-8b30c513c1b5-c513c1b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5d57242d-c85e-c892-70e5-bdb7fb332f12-b1f5824a {
    place-self: center;
  }

  #w-node-_82dc4f8e-69f2-167c-91bc-582c5d2378a8-b1f5824a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gotham Bold';
  src: url('../fonts/GothamBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Light';
  src: url('../fonts/GothamLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book Italic';
  src: url('../fonts/GothamBookItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Medium';
  src: url('../fonts/GothamMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Black';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Thin';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Ultra Italic';
  src: url('../fonts/Gotham-UltraItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Regular';
  src: url('../fonts/gotham.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}