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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

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

.menu-button-mob {
  display: none;
}

.cf-button {
  padding: 15px 25px;
  border-radius: 12px;
  background-image: linear-gradient(168deg, #00fff0 2%, #05dace 60%, #1cdcd1 74%, #00fff7);
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #101828;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
}

.cf-button:hover {
  background-color: #0d0e10;
}

.cf-button.navigation-button {
  flex: 0 0 auto;
  background-color: #0d0e10;
}

.cf-button.navigation-button:hover {
  background-color: #1ebd53;
}

.cf-button.navigation-button.mobile {
  display: none;
}

.cf-nav-3-link {
  margin-right: 0px;
  margin-left: 0px;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #04121f;
  font-size: 18px;
  font-weight: 500;
}

.cf-nav-3-link:hover {
  color: #ff5e69;
  font-weight: 500;
}

.cf-nav-3-link.w--current {
  color: #2cae76;
  font-weight: 500;
}

.cf-nav-3-link.login {
  flex: 0 0 auto;
  font-weight: 500;
}

.cf-nav-3-link.login.desktop {
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
}

.cf-nav-3-link.login-mob {
  display: none;
}

.cf-navigation-right-2 {
  display: flex;
  width: auto;
  justify-content: flex-end;
  align-items: center;
}

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

.cf-navigation-heading.more {
  margin-bottom: 0px;
  color: #b16cea;
  font-size: 20px;
}

.cf-navigation-heading.more:hover {
  color: #ff5e69;
}

.cf-more-link {
  text-decoration: none;
}

.cf-divider-nav {
  width: 100%;
  height: 2px;
  margin-top: 38px;
  margin-bottom: 28px;
  background-color: #f1f3f6;
}

.cf-visual-features-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cf-visual-features-item.navbar {
  padding: 40px;
  border-radius: 0px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #0d0e10;
  font-size: 18px;
  line-height: 125%;
}

.cf-visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.cf-visual-features-item.navbar.right-link {
  padding: 0px 0px 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 12px;
}

.cf-visual-features-item.navbar.right-link:hover {
  background-color: transparent;
  color: #ff5e69;
}

.cf-visual-features-item.navbar.horizontal {
  padding: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}

.cf-visual-features-item.navbar.blog {
  padding-right: 20px;
  padding-left: 20px;
}

.cf-visual-features-item.navbar {
  padding: 40px;
  border-radius: 0px;
  background-color: #fff;
  color: #0d0e10;
  text-decoration: none;
}

.cf-visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.cf-right-side-links {
  display: flex;
  width: 20%;
  margin-top: 40px;
  margin-bottom: 40px;
  flex-direction: column;
  justify-content: space-between;
}

.cf-nav-link-summary {
  font-family: Montserrat, sans-serif;
}

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

.cf-heading-and-text-contain {
  margin-left: 20px;
}

.cf-logo-image-3 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cf-visual-features-item-image-2 {
  width: 100%;
  margin-bottom: 28px;
}

.cf-visual-features-item-image-2.pages {
  max-width: 56px;
  margin-bottom: 0px;
}

.cf-visual-features-items-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cf-visual-features-items-container.nav {
  grid-column-gap: 0px;
}

.cf-visual-features-items-container.nav.pages {
  width: 80%;
  margin-top: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
  padding: 0px 20px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-right: 2px solid #f1f3f6;
}

.cf-visual-features-items-container.nav.blogs {
  padding-right: 0px;
  padding-left: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cf-visual-features-items-container.nav {
  grid-column-gap: 0px;
}

.cf-navigation-drop-container-2 {
  display: flex;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
}

.cf-navigation-drop-container-2.features {
  overflow: hidden;
  padding: 0px;
  justify-content: flex-start;
  border-radius: 10px;
}

.cf-navigation-drop-container-2.features.pages {
  padding-right: 40px;
}

.cf-dropdown-list-full-wrapper-2 {
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 30px 100px 0 rgba(64, 69, 79, 0.1);
}

.cf-dropdown-list-full-wrapper-2.blog {
  max-width: 1160px;
}

.cf-dropdown-list--nav-3 {
  left: 0px;
  top: 80px;
  right: 0px;
  overflow: hidden;
  border-radius: 8px;
  background-color: transparent;
  box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.08);
}

.cf-dropdown-list--nav-3.w--open {
  top: 70px;
  overflow: visible;
  width: 80%;
  padding-top: 25px;
  box-shadow: none;
}

.cf-dropdown-list--nav-3.blog.w--open {
  width: 80%;
}

.cf-dropdown-arrow---nav-3 {
  position: static;
  margin-right: 0px;
  font-size: 14px;
}

.cf-dropdown-toggle---nav-3 {
  display: flex;
  padding-right: 12px;
  padding-left: 12px;
  grid-column-gap: 6px;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #04121f;
  font-size: 18px;
  font-weight: 500;
}

.cf-dropdown-toggle---nav-3:hover {
  color: #ff5e69;
  font-weight: 500;
}

.cf-dropdown-nav-3 {
  position: static;
  margin-right: 5px;
  margin-left: 5px;
}

.cf-navigation-3-menu {
  position: static;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.cf-navigation-3-center {
  display: flex;
  width: auto;
}

.cf-navigation-logo {
  -o-object-fit: contain;
     object-fit: contain;
}

.cf-navigation-left-2 {
  display: flex;
  width: auto;
  justify-content: space-between;
  align-items: center;
}

.cf-navigation-3-container {
  display: flex;
  width: 90%;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}

.cf-navigation-3 {
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #0d0e10;
}

.cf-floating-white-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
}

.cf-floating-scribble {
  position: static;
  left: auto;
  top: 10%;
  right: 0%;
  bottom: auto;
  z-index: 1;
}

.cf-floating-image-container-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 10%;
}

.cf-floating-black-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #0d0e10;
}

.cf-floating-image-container-1 {
  position: absolute;
  left: auto;
  top: 10%;
  right: 0%;
  bottom: auto;
}

.cf-home-center-image {
  position: relative;
  z-index: 3;
  width: 80%;
  max-width: 1080px;
  border-radius: 16px;
}

.cf-home-image-container {
  position: relative;
  display: flex;
  max-width: 1440px;
  margin: 80px auto 180px;
  justify-content: center;
  align-items: flex-start;
}

.cf-button-gradient {
  position: absolute;
  left: 5%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: block;
  background-color: #ffa84b;
  background-image: linear-gradient(90deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
}

.cf-call-arrow-down {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: -18px;
  margin-left: -18px;
}

.cf-cta-arrow-div {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  border-top-right-radius: 16px;
  background-color: transparent;
}

.cf-button-text {
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
}

.cf-cta-button {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 24px 40px 26px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background-color: #b16cea;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.16px;
  text-decoration: none;
}

.cf-cta-button:hover {
  background-color: #b16cea;
}

.cf-cta-button.rectangle {
  padding-right: 30px;
  border-radius: 16px;
}

.cf-22px-paragraph---white {
  max-width: 800px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 22px;
  line-height: 155%;
  font-weight: 500;
  text-align: center;
}

.cf-gradient-span {
  background-image: linear-gradient(90deg, #00ffea 20%, #10ddcc 60%, #0ed8c7 80%, #00fff7);
  font-family: Montserrat, sans-serif;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cf-82px-heading {
  max-width: 990px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.cf-82px-heading.inial {
  font-size: 56px;
}

.cf-1140px-wrapper---home-vertical {
  position: relative;
  display: flex;
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 53px;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cf-hero-section-3 {
  overflow: hidden;
  background-color: #0d0e10;
  background-image: linear-gradient(180deg, #0d0e10 79%, #2c2c2c 0);
}

.cf-service-paragraph {
  margin-top: 4px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #f9f5ff;
  font-size: 18px;
  line-height: 156%;
  font-weight: 500;
  text-align: center;
}

.cf-service-heading {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #00fff0;
  font-size: 24px;
  line-height: 133%;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.16px;
}

.cf-service-image {
  border-radius: 16px;
}

.cf-service-number {
  color: #101828;
  font-size: 26px;
  line-height: 123%;
  text-align: center;
  letter-spacing: -0.16px;
}

.cf-features-section-2-icon-wrap {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: flex;
  width: 100%;
  height: 56px;
  max-width: 56px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
}

.cf-features-section-2-icon-wrap.cf-absolute {
  position: absolute;
  left: 6%;
  top: -6%;
  right: auto;
  bottom: auto;
  background-color: #00ffea;
  background-image: none;
}

.cf-features-section-2-image-wrapper {
  position: relative;
  margin-bottom: 32px;
}

.cf-features-section-2-grid-cell {
  display: flex;
  width: 100%;
  max-width: 353px;
  flex-direction: column;
  align-items: flex-start;
}

.cf-features-section-2-grid-cell.homepage-3 {
  max-width: 353px;
  align-items: flex-start;
}

.cf-features-section-2-grid {
  width: 100%;
  margin-top: 80px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cf-features-section-2-heading {
  max-width: 700px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 115%;
  font-weight: 700;
  text-align: center;
}

.cf-features-section-2-wrapper {
  display: flex;
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cf-testimonial-position {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 137%;
  font-weight: 400;
}

.cf-testimonial-name {
  margin-top: 0px;
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 156%;
  font-style: normal;
  font-weight: 700;
}

.cf-testimonial-image {
  width: 100%;
  height: 50px;
  max-width: 50px;
  margin-right: 20px;
  border-radius: 100px;
}

.cf-testimonial-block {
  display: flex;
  align-items: flex-start;
}

.cf-testimonial-paragraph {
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  color: #0d0e10;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
}

.cf-hero-6---text-container-3 {
  display: flex;
  width: 100%;
  max-width: 489px;
  margin-right: 40px;
  margin-bottom: 20px;
  padding: 36px 32px;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 auto;
  grid-row-gap: 10px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 12px 100px 0 rgba(0, 0, 0, 0.05);
}

.cf-hero-6---text-container-2 {
  display: flex;
  width: 100%;
  max-width: 489px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 40px;
  padding: 36px 32px;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 auto;
  grid-row-gap: 10px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 12px 100px 0 rgba(0, 0, 0, 0.05);
}

.cf-hero-6---text-container-1 {
  display: flex;
  width: 100%;
  max-width: 489px;
  margin-right: 40px;
  margin-bottom: 20px;
  padding: 36px 32px;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 auto;
  grid-row-gap: 10px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 12px 100px 0 rgba(0, 0, 0, 0.05);
}

.cf-hero-6---right-container {
  width: 50%;
  max-width: 530px;
}

.cf-client-review-white {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.cf-client-image-white {
  display: flex;
  width: 50px;
  height: 50px;
  margin-left: -15px;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 100px;
  background-color: #fff;
  color: #ff5e69;
  font-size: 20px;
  line-height: 150%;
  font-weight: 800;
}

.cf-client-image {
  width: 100%;
  height: 50px;
  max-width: 50px;
  border: 1px solid #000;
  border-radius: 100%;
}

.cf-client-image.margin {
  margin-left: -15px;
}

.cf-clients-images-container {
  display: flex;
  margin-bottom: 28px;
  align-items: flex-start;
}

.cf-home-6---clients-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 22px;
  line-height: 127%;
  font-weight: 500;
}

.cf-home-6---divider {
  width: 1px;
  margin-right: 48px;
  margin-left: 48px;
  background-color: #fff;
  opacity: 0.1;
}

.cf-bio-text {
  font-family: Montserrat, sans-serif;
  color: rgba(13, 14, 16, 0.9);
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
}

.cf-bio-text.white {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.9);
}

.cf-review-stars-image {
  width: 100%;
  max-width: 152px;
  margin-bottom: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cf-review-logo {
  width: 100%;
  max-width: 110px;
  margin-bottom: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cf-bottom-left-contain {
  display: flex;
  max-width: 175px;
  flex-direction: column;
  align-items: flex-start;
}

.cf-home-6---top-contain {
  display: flex;
  width: 100%;
  max-width: 510px;
}

.cf-20px-paragraph---white {
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
}

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

.cf-hero-6---left-container {
  width: 48%;
  max-width: 530px;
  margin-top: 80px;
}

.cf-1140px-wrapper---hero-6 {
  position: relative;
  z-index: 1;
  display: flex;
  width: 90%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  justify-content: space-between;
  align-items: flex-start;
}

.cf-hero-section-6 {
  position: relative;
  overflow: hidden;
  padding-bottom: 140px;
  background-color: #0d0e10;
}

.cf-section-placeholder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: -100px;
}

.cf-section-placeholder.testimonial {
  margin-top: -50px;
}

.hide {
  display: none;
}

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

.cf-image.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.cf-testimonial-slider-arrow-image-wrapper {
  display: flex;
  width: 14px;
  height: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cf-testimonial-slider-right-arrow {
  top: -25%;
  right: 10%;
  display: flex;
  width: 35px;
  height: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #0f072c;
}

.cf-testimonial-slider-left-arrow {
  left: 10%;
  top: -25%;
  display: flex;
  width: 35px;
  height: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #200e32;
}

.cf-testimonial-person-designation-text {
  display: none;
  margin-top: 6px;
  font-family: Montserrat, sans-serif;
  color: #6f6a80;
  font-size: 12px;
  line-height: 18px;
}

.cf-testimonial-person-designation-text.slide-current-author {
  display: block;
  width: 200%;
}

.cf-testimonial-person-designation-text.slide-current-author {
  display: block;
}

.cf-testimonial-person-name-text {
  display: none;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  color: #0f072c;
  font-size: 18px;
  line-height: 28px;
}

.cf-testimonial-person-name-text.slide-current-author {
  display: block;
  width: 150%;
  margin-top: 10px;
  font-weight: 600;
}

.cf-testimonial-person-name-text.slide-current-author {
  display: block;
}

.cf-testimonial-person-image {
  overflow: hidden;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-image: url('../images/autumn-goodman-242825-unsplash-1-min_1autumn-goodman-242825-unsplash-1-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: 50% 50%;
}

.cf-testimonial-person-image.slide-author1 {
  width: 38px;
  height: 38px;
  background-image: url('../images/pexels-photo-2463236-1-min.jpg');
}

.cf-testimonial-person-image.slide-author1.current {
  width: 80px;
  height: 80px;
  background-image: url('../images/julian-wan-WNoLnJo7tS8-unsplash-1.jpg');
}

.cf-testimonial-person-image.slide-author5 {
  background-image: url('../images/imansyah-muhamad-putera-KchIV_GDy6U-unsplash.jpg');
}

.cf-testimonial-person-image.slide-author5.current {
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.cf-slide-author {
  background-image: url('../images/joanna-nix-walkup-h2pnXHMz8YM-unsplash.jpg');
}

.cf-testimonial-person-image.cf-slide-author.current {
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.slide-author3 {
  background-image: url('../images/Image-15.png');
}

.cf-testimonial-person-image.slide-author3.current {
  width: 80px;
  height: 80px;
}

.cf-testimonial-person-image.slide-author2 {
  background-image: url('../images/Image-min-3.png');
}

.cf-testimonial-person-image.slide-author2.current {
  width: 80px;
  height: 80px;
}

.cf-testimonial-person {
  display: flex;
  margin-right: 9px;
  margin-left: 9px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.cf-testimonial-person.slide-current-author {
  max-width: 100px;
  justify-content: center;
}

.testimonial-person-images-container {
  display: flex;
  max-width: 650px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: flex-start;
}

.cf-testimonial-arrow {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 80;
  width: 30px;
  height: 40px;
  margin-right: auto;
  margin-bottom: -18px;
  margin-left: auto;
  background-color: #fff;
  transform: rotate(-45deg);
}

.cf-text-block {
  font-family: Montserrat, sans-serif;
  color: #6f6a80;
}

.cf-text-block._24-px {
  color: #0f072c;
  font-size: 24px;
  line-height: 150%;
}

.cf-testimonial-text-wrapper {
  margin-top: 25px;
}

.cf-quotation-image {
  display: flex;
  width: 42px;
  height: 42px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cf-testimonial-slider-content-wrapper {
  position: relative;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: 650px;
  min-height: 350px;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 10% 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 15px 30px 0 rgba(177, 182, 201, 0.25);
}

.cf-testimonial-slide {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 18px;
  text-align: center;
}

.cf-testimonial-slider-mask {
  height: auto;
  padding-top: 70px;
}

.cf-testimonial-slider {
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
}

.cf-testimonial-container {
  display: flex;
  width: 100%;
  max-width: 850.84375px;
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('../images/g10-min.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cf-testimonial-top-heading {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
}

.cf-testimonial-heading-wrapper {
  max-width: 700px;
}

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

.cf-nav-wrapper.testimonial-wrapper {
  position: relative;
  padding-bottom: 100px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.testimonial-wrapper {
  width: 90%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.cf-services-image {
  border-radius: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cf-services-right-contain {
  width: 50%;
  max-width: 500px;
}

.cf-call-arrow-down-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: -18px;
  margin-left: -18px;
}

.cf-call-arrow-down-2.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.cf-call-arrow-contain {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  border-top-right-radius: 16px;
  background-color: #0d0e10;
}

.cf-call-arrow-contain.cf-gradient {
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
  background-color: #b16cea;
  background-image: linear-gradient(135deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
}

.cf-gradient-span-2 {
  background-image: linear-gradient(90deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  font-family: Montserrat, sans-serif;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cf-call-button {
  display: flex;
  overflow: visible;
  padding-left: 10px;
  align-items: center;
  color: #0d0e10;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.32px;
  text-decoration: none;
}

.cf-call-button._24px-bold {
  padding-left: 0px;
  color: #b16cea;
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: normal;
}

.cf-services-paragraph {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 156%;
  font-weight: 400;
}

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

.cf-services-icon {
  margin-bottom: 32px;
  border-radius: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cf-services-icon._2 {
  margin-bottom: 32px;
  box-shadow: 0 14px 80px 0 rgba(24, 111, 225, 0.25);
}

.cf-services-icon._1 {
  margin-bottom: 32px;
  border-radius: 18px;
  box-shadow: 0 14px 80px 0 rgba(252, 107, 92, 0.25);
}

.cf-services-left-contain {
  display: flex;
  width: 45%;
  max-width: 450px;
  flex-direction: column;
  align-items: flex-start;
}

.cf-services-page-contain {
  display: flex;
  width: 100%;
  margin-bottom: 200px;
  justify-content: space-between;
  align-items: center;
}

.cf-services-page-contain.reverse {
  margin-bottom: 0px;
  flex-direction: row-reverse;
}

.cf-services-main-wrapper {
  display: flex;
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cf-play-button-icon {
  margin-left: 5px;
}

.cf-video-play-button-inside {
  display: flex;
  overflow: hidden;
  width: 97.5px;
  height: 97.5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #b16cea;
  background-image: linear-gradient(127deg, #b16cea, #ff5e69 54%, #ffa84b);
}

.cf-video-play-button {
  position: absolute;
  left: 50%;
  display: flex;
  overflow: hidden;
  width: 108px;
  height: 108px;
  margin-top: 250px;
  margin-left: -54px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.cf-video-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.cf-video-thumbnail.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.cf-video-laptop-bar-image {
  position: absolute;
  left: 0%;
  top: -30px;
  right: 0%;
  bottom: auto;
  height: 40px;
}

.cf-video {
  position: relative;
  display: flex;
  width: 100%;
  height: 600px;
  margin-top: 80px;
  flex-direction: column;
}

.cf-video-checkmark-icon {
  margin-right: 10px;
}

.cf-video-checkmarks-item {
  display: flex;
  margin-right: 16px;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

.cf-video-checkmark {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cf-video-heading {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

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

.cf-wrapper.video-wrapper {
  max-width: 960px;
  padding-top: 120px;
  padding-bottom: 120px;
  flex-direction: column;
  justify-content: center;
}

.cf-video-section {
  background-color: #000;
}

.cf-absolute-tab-image {
  position: absolute;
  left: auto;
  top: 7%;
  right: -8%;
  bottom: auto;
  width: 100%;
  max-width: 315px;
}

.cf-tab-image-2 {
  -o-object-fit: contain;
     object-fit: contain;
}

.cf-flex-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.cf-tabs-content-2 {
  overflow: visible;
  width: 55%;
  max-width: 600px;
  margin-right: 9%;
}

.cf-18px-paragraph-dim-grey {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #646464;
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
}

.cf-18px-paragraph-dim-grey._16px-margin {
  margin-bottom: 16px;
}

.cf-tab-paragraph-contain {
  display: block;
  padding-left: 40px;
}

.cf-tab-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 120%;
}

.cf-tab-heading-contain {
  display: flex;
  align-items: center;
  grid-column-gap: 16px;
}

.cf-tab-content {
  display: flex;
  padding-top: 24px;
  flex-direction: column;
  grid-row-gap: 12px;
}

.cf-tab-link {
  display: flex;
  padding: 0px 0px 24px;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid #e7e7e7;
  background-color: transparent;
}

.cf-tab-link.w--current {
  background-color: transparent;
}

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

.cf-tabs-menu-2 {
  display: flex;
  width: 40%;
  max-width: 448px;
  flex-direction: column;
}

.cf-tabs {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.cf-feature-tabs-wrapper {
  display: flex;
  width: 90%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.cf-feature-tabs-section {
  width: 100%;
}

.container {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 85%;
  right: 0%;
  bottom: auto;
}

.brix---accordion-btn-horizontal-line-v2 {
  position: absolute;
  width: 28px;
  height: 2px;
  border-radius: 20px;
  background-color: #211f54;
}

.brix---accordion-btn-vertical-line-v2 {
  position: absolute;
  width: 2px;
  height: 28px;
  border-radius: 20px;
  background-color: #211f54;
}

.brix---accordion-icon-wrapper {
  display: flex;
  width: 38px;
  height: 38px;
  min-height: 38px;
  min-width: 38px;
  justify-content: center;
  align-items: center;
}

.brix---accordion-right-side {
  margin-right: 0px;
  margin-left: 24px;
}

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

.brix---color-neutral-600 {
  color: #6e7191;
}

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

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---acordion-body {
  overflow: hidden;
  width: 100%;
}

.brix---accordion-title {
  margin-top: 0px;
  margin-bottom: 0px;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---accordion-header {
  display: flex;
  align-items: center;
}

.brix---accordion-content-wrapper-v2 {
  display: flex;
  max-width: 730px;
  flex-direction: column;
  justify-content: center;
}

.brix---accordion-big-number {
  width: 92px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
}

.brix---accordion-big-number-wrapper {
  display: flex;
}

.brix---accordion-item-wrapper-v5-last {
  display: flex;
  width: 100%;
  margin-bottom: -1px;
  padding: 56px 0px 0px;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px 0px 0px;
  border-color: #eff0f6;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
  transition: transform 300ms ease;
  cursor: pointer;
}

.brix---accordion-item-wrapper-v5-last:hover {
  transform: translate(8px, 0px);
}

.brix---accordion-item-wrapper-v5 {
  display: flex;
  width: 100%;
  margin-bottom: -1px;
  padding: 56px 0px;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px 0px;
  border-color: #eff0f6;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
  transition: transform 300ms ease;
  cursor: pointer;
}

.brix---accordion-item-wrapper-v5:hover {
  transform: translate(8px, 0px);
}

.brix---accordion-item-wrapper-v5-first {
  display: flex;
  width: 100%;
  margin-bottom: -1px;
  padding: 0px 0px 56px;
  justify-content: space-between;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #eff0f6;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
  transition: transform 300ms ease;
  cursor: pointer;
}

.brix---accordion-item-wrapper-v5-first:hover {
  transform: translate(8px, 0px);
}

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

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

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

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

.brix---inner-container-547px {
  max-width: 574px;
}

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

.brix---section {
  padding-top: 176px;
  padding-bottom: 176px;
  color: #fff;
}

.cf-review-text---18px---italic {
  font-family: Montserrat, sans-serif;
  color: rgba(13, 14, 16, 0.9);
  font-size: 16px;
  line-height: 167%;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.16px;
}

.cf-reviewer-image-3 {
  max-width: 52px;
  margin-left: -20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
}

.cf-reviewer-image-2 {
  height: 52px;
  max-width: 52px;
  margin-left: -20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
}

.cf-reviewer-image-1 {
  max-width: 52px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
}

.cf-bottom-right-container {
  display: flex;
  max-width: 240px;
  flex-direction: column;
  align-items: flex-start;
  grid-row-gap: 20px;
}

.cf-view-more-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 1px;
  background-color: #0d0e10;
  background-image: linear-gradient(90deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  filter: grayscale(100%);
}

.cf-mail-icon {
  margin-right: 10px;
  margin-left: 0px;
}

.cf-hero-email {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 10px 10px 10px 4px;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #0d0e10;
  font-size: 22px;
  line-height: 140%;
  font-weight: 600;
  letter-spacing: -0.32px;
  text-decoration: none;
}

.cf-bio-text-2 {
  font-family: Montserrat, sans-serif;
  color: rgba(13, 14, 16, 0.9);
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
}

.cf-top-right-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-row-gap: 32px;
}

.cf-right-info-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: flex;
  width: 29%;
  height: 100%;
  max-width: 290px;
  padding-top: 100px;
  padding-bottom: 80px;
  flex-direction: column;
  justify-content: space-between;
}

.cf-hero-main-image {
  width: 45%;
  max-width: 581px;
}

.cf-hero-image-contain {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cf-review-text {
  font-family: Montserrat, sans-serif;
  color: rgba(13, 14, 16, 0.9);
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
}

.cf-review-stars-image-2 {
  width: 100%;
  max-width: 152px;
  margin-bottom: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cf-review-logo-2 {
  width: 100%;
  max-width: 110px;
  margin-bottom: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cf-bottom-left-contain-2 {
  display: flex;
  max-width: 175px;
  flex-direction: column;
  align-items: flex-start;
}

.cf-call-arrow-down-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: -18px;
  margin-left: -18px;
}

.cf-call-arrow-down-3.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.cf-call-arrow-contain-2 {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  border-top-right-radius: 16px;
  background-color: #0d0e10;
}

.cf-call-arrow-contain-2.cf-gradient {
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
  background-color: #b16cea;
  background-image: linear-gradient(135deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
}

.cf-gradient-span-3 {
  background-image: linear-gradient(90deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  font-family: Montserrat, sans-serif;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cf-call-button-2 {
  display: flex;
  overflow: visible;
  padding-left: 10px;
  align-items: center;
  color: #0d0e10;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.32px;
  text-decoration: none;
}

.cf-call-button-2._24px-bold {
  padding-left: 0px;
  color: #b16cea;
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: normal;
}

.cf-58px-heading {
  margin-top: 0px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: -2.5px;
}

.cf-top-left-contain {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cf-left-info-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: flex;
  width: 32%;
  height: 100%;
  max-width: 400px;
  padding-top: 80px;
  padding-bottom: 80px;
  flex-direction: column;
  justify-content: space-between;
  grid-row-gap: 40px;
}

.cf-1140px-wrapper {
  position: relative;
  display: flex;
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 0px;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cf-hero-section-1 {
  overflow: hidden;
  background-color: #f3f3f3;
}

.cf-growth-para-text-18px {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.cf-growth-heading-32px {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.cf-growth-hero-image {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.cf-growth-hero-image.logocts {
  width: 300px;
  height: auto;
}

.cf-growth-wrapper {
  width: 100%;
  max-width: 360px;
  padding: 48px 40px;
  border-radius: 22px;
  background-color: #fff;
  box-shadow: 0 13px 100px 0 hsla(0, 0%, 78%, 0.25);
}

.cf-growth-wrapper.large {
  display: flex;
  max-width: 760px;
  padding-right: 80px;
  padding-left: 56px;
  flex-direction: column;
  align-items: flex-start;
  background-color: #000;
  color: #fff;
}

.cf-growth-para-text-20px {
  margin-top: 26px;
  opacity: 0.7;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.cf-text-opacity-70-italic {
  display: inline-block;
  background-image: linear-gradient(90deg, #00ffea 7%, #74c3f3 60%, #66baec 82%, #00fff7);
  opacity: 1;
  font-size: 46px;
  font-style: italic;
  font-weight: 700;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cf-growth-h2-heading-56px {
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.cf-growth-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.cf-growth-container {
  position: relative;
  z-index: 11;
  width: 100%;
  height: 100%;
}

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

.cf-wrapper-1160.growth-flex {
  padding-top: 60px;
  padding-bottom: 100px;
}

.cf-growth-section {
  position: relative;
}

.div-block {
  display: flex;
  justify-content: center;
}

.section {
  margin-top: 0px;
  padding-top: 64px;
}

.cf-18px-paragraph {
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  line-height: 155%;
  font-weight: 500;
}

.cf-32px-heading {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 120%;
  font-weight: 700;
}

.cf-32px-heading.igor {
  color: #101828;
}

.cf-14px-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 140%;
  font-weight: 600;
}

.cf-flex-1---text-contain {
  display: flex;
  width: 45%;
  flex-direction: column;
  align-items: flex-start;
}

.cf-flex-1---image-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: -10%;
  bottom: 5%;
  width: 80%;
  max-width: 435px;
  border-radius: 16px;
  box-shadow: 0 24px 94px 0 rgba(0, 0, 0, 0.08);
  -o-object-fit: fill;
     object-fit: fill;
}

.cf-flex-1---image-1 {
  width: 100%;
  max-width: 480px;
  border-radius: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cf-flex-1---image-contain {
  position: relative;
  display: flex;
  width: 45%;
  align-items: stretch;
}

.cf-flex-1---container {
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  justify-content: space-between;
  align-items: center;
}

.cf-flex-1---wrapper {
  display: flex;
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cf-flex-section-1 {
  background-color: #fff;
}

.cf-testimonial-black-name {
  font-family: Montserrat, sans-serif;
  line-height: 175%;
}

.cf-testimonial-italic-text {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 156%;
  font-style: italic;
  font-weight: 600;
}

.cf-black-review-stars {
  margin-bottom: 14px;
}

.cf-testimonial-bottom-text {
  margin-top: 160px;
}

.cf-18px-paragraph-2 {
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  line-height: 155%;
  font-weight: 500;
}

.cf-testimonial-right-wrap {
  display: flex;
  width: 50%;
  height: 100%;
  max-width: 517px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.cf-round-testimonial-image {
  position: relative;
  left: 80px;
  width: 100%;
  border-radius: 100%;
}

.cf-testimonial-black-image {
  width: 40%;
  max-width: 380px;
  border-radius: 50%;
  background-color: #0d0e10;
}

.cf-home-testimonial-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 110px;
  justify-content: space-between;
  align-items: center;
}

.cf-82px-heading---black {
  max-width: 990px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.cf-heading-part-3 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cf-heading-part-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cf-call-arrow-down-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: -18px;
  margin-left: -18px;
}

.cf-call-arrow-contain-3 {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  border-top-right-radius: 16px;
  background-color: #0d0e10;
}

.cf-call-arrow-contain-3.transparent {
  margin-left: 5px;
  background-color: transparent;
}

.cf-call-arrow-button {
  display: flex;
  overflow: visible;
  margin-left: 40px;
  padding: 18px 42px;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0d0e10;
  border-radius: 60px;
  transition: filter 200ms ease;
  color: #0d0e10;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.32px;
  text-decoration: none;
}

.cf-call-arrow-button:hover {
  background-color: #fff;
  filter: invert(100%);
}

.cf-call-arrow-button.header-4 {
  font-family: Montserrat, sans-serif;
}

.cf-gradient-span-4 {
  background-image: linear-gradient(90deg, #00ffea 20%, #74c3f3 60%, #66baec 80%, #00fff7);
  font-family: Montserrat, sans-serif;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cf-heading-part-1 {
  display: flex;
  align-items: center;
}

.cf-heading-wrapper {
  width: 100%;
}

.cf-1140px-wrapper---home-vertical-2 {
  position: relative;
  display: flex;
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 106px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cf-hero-section-4 {
  overflow: hidden;
  background-color: #fff;
}

.html-embed-2 {
  width: 390px;
  height: 720px;
}

.cf-parallax-scribble-2 {
  position: absolute;
  left: 15%;
  top: auto;
  right: auto;
  bottom: 10%;
  width: 100%;
  max-width: 329px;
}

.cf-parallax-scribble-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 15%;
  width: 100%;
  max-width: 370px;
}

.cf-parallax-image-4 {
  position: relative;
  z-index: 1;
  width: 40%;
  max-width: 520px;
}

.cf-parallax-image-3 {
  position: absolute;
  left: 51%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2;
  width: 25%;
  max-width: 330px;
}

.cf-parallax-image-2 {
  position: absolute;
  left: auto;
  top: 20%;
  right: -2%;
  bottom: auto;
  z-index: 1;
  width: 24%;
  max-width: 280px;
}

.cf-parallax-image-1 {
  position: absolute;
  left: -10%;
  top: auto;
  right: auto;
  bottom: 5%;
  z-index: 1;
  width: 50%;
  max-width: 400px;
}

.cf-parallax-image-contain {
  position: relative;
  display: flex;
  width: 100%;
  height: 812px;
  max-width: 1440px;
  margin: 0px auto 200px;
  justify-content: center;
  align-items: flex-start;
}

.cf-82px-heading-2 {
  max-width: 990px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 82px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.cf-hero-section-5---heading-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  justify-content: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cf-hero-section-5 {
  position: relative;
  overflow: hidden;
  background-color: #0d0e10;
  background-image: linear-gradient(180deg, #0d0e10 50%, #fff 0);
}

.cf-create-images {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.cf-create-images._3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: -4%;
  bottom: auto;
  margin-top: 100px;
}

.cf-create-images._2 {
  position: absolute;
  left: -4%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: auto;
  margin-top: 100px;
}

.cf-about-images-contain {
  position: relative;
  display: flex;
  height: 730px;
  margin-top: 100px;
  justify-content: center;
  align-items: flex-start;
}

.cf-create-heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: -0.75px;
}

.cf-grey-create-wrapper {
  position: relative;
  display: block;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cf-flex-section-2 {
  overflow: hidden;
  background-color: #fafafa;
}

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

.uui-heroheader13_image-wrapper {
  margin-top: 4rem;
}

.uui-button {
  display: flex;
  padding: 0.625rem 1.125rem;
  justify-content: center;
  align-items: center;
  grid-column-gap: 0.5rem;
  border: 1px solid #7f56d9;
  border-radius: 0.5rem;
  background-color: #7f56d9;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  transition: all 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.uui-button:hover {
  border-color: #6941c6;
  background-color: #6941c6;
}

.uui-button:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px #f4ebff;
}

.uui-button.is-button-large {
  padding: 1rem 1.75rem;
  grid-column-gap: 0.75rem;
  border-style: none;
  background-color: #02d830;
  font-size: 1.125rem;
}

.uui-button.whats {
  background-color: #02d830;
}

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

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
}

.uui-button-secondary-gray {
  display: flex;
  padding: 0.625rem 1.125rem;
  justify-content: center;
  align-items: center;
  grid-column-gap: 0.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d5dd;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  transition: all 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #344054;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.uui-button-secondary-gray:hover {
  background-color: #f9fafb;
  color: #1d2939;
}

.uui-button-secondary-gray:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray.is-button-large {
  padding: 1rem 1.75rem;
  grid-column-gap: 0.75rem;
  font-size: 1.125rem;
}

.uui-button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #a0a0a0;
  font-size: 16px;
  line-height: 1.5;
}

.uui-text-size-xlarge.show-tablet {
  display: none;
}

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

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

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

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #101828;
  font-size: 3.75rem;
  line-height: 1.2;
  font-weight: 600;
}

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

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

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

.uui-padding-vertical-xhuge {
  padding-top: 1.8rem;
  padding-bottom: 4rem;
}

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

.uui-page-padding {
  padding-right: 2rem;
  padding-left: 2rem;
  background-color: #2c2c2c;
}

.uui-section_heroheader13 {
  overflow: hidden;
  background-color: #f9fafb;
}

.uui-heroheader06_image-02 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 15.25rem;
  min-width: 15.25rem;
}

.uui-heroheader06_image-01 {
  position: absolute;
  left: 12%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 48rem;
  min-width: 48rem;
  border: 0.25rem solid #101828;
  border-radius: 0.625rem;
}

.uui-heroheader06_image-wrapper {
  position: relative;
  height: 100%;
  min-height: 36rem;
}

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

.uui-heroheader06_component {
  display: -ms-grid;
  display: grid;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.uui-section_heroheader06 {
  overflow: hidden;
  background-color: #f9fafb;
}

.uui-heroheader04_image {
  position: absolute;
  display: block;
  width: 76rem;
  min-width: 76rem;
}

.uui-heroheader04_image-wrapper {
  position: relative;
  height: 100%;
  min-height: 44.375rem;
}

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

.uui-badge-group_icon {
  display: flex;
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem;
  justify-content: center;
  align-items: center;
}

.uui-badge-group_icon.text-color-primary500 {
  margin-right: -0.25rem;
  color: #9e77ed;
}

.badge-group_text-wrapper {
  display: flex;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  align-items: center;
}

.uui-badge-group_badge {
  display: flex;
  padding: 0.125rem 0.625rem;
  align-items: center;
  border-radius: 1rem;
  background-color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #344054;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  white-space: nowrap;
}

.uui-badge-group_badge.is-primary {
  background-color: #fff;
  color: #6941c6;
}

.uui-badge-group {
  display: flex;
  padding: 0.25rem;
  align-items: center;
  border-radius: 10rem;
  background-color: #f2f4f7;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #344054;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  white-space: nowrap;
  mix-blend-mode: multiply;
}

.uui-badge-group.is-primary {
  background-color: #f9f5ff;
  color: #6941c6;
  text-decoration: none;
  white-space: nowrap;
}

.uui-heroheader04_component {
  display: -ms-grid;
  display: grid;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.uui-page-padding-2 {
  padding-right: 2rem;
  padding-left: 2rem;
  background-color: #0d0e10;
}

.uui-section_heroheader04 {
  overflow: hidden;
}

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

.uui-header05_content-right {
  margin-top: 2.75rem;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.show-tablet {
  display: none;
}

.uui-heading-large {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #101828;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 600;
}

.uui-heading-subheading {
  margin-bottom: 0.75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #00fff7;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

.uui-header05_component {
  display: -ms-grid;
  display: grid;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text-block {
  color: #fff;
}

.section-2 {
  display: flex;
  justify-content: center;
  background-color: #0d0e10;
}

.cf-cta-image-bubbles {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cf-cta-image-bubbles.rounded-image {
  border-radius: 100px;
}

.cf-cta-circle {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cf-cta-circle._5 {
  left: auto;
  top: auto;
  right: 6%;
  bottom: 15%;
  width: 120px;
  height: 120px;
}

.cf-cta-circle._4 {
  left: auto;
  top: 14%;
  right: -2%;
  bottom: auto;
  width: 76px;
  height: 76px;
}

.cf-cta-circle._3 {
  left: 8%;
  top: auto;
  right: auto;
  bottom: 18%;
  width: 76px;
  height: 76px;
}

.cf-cta-circle._1 {
  left: 3%;
  top: 11%;
  right: auto;
  bottom: auto;
  width: 52px;
  height: 52px;
}

.cf-cta-circle._2 {
  left: -1%;
  top: 40%;
  right: auto;
  bottom: auto;
  width: 60px;
  height: 60px;
}

.cf-arrow-button {
  display: inline-block;
  padding: 28px 64px 28px 40px;
  justify-content: space-between;
  align-items: center;
  border-radius: 88px;
  background-color: #101011;
  background-image: url('../images/Group-385.svg');
  background-position: 85% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  transition: background-color 200ms ease, background-position 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-arrow-button:hover {
  background-color: #936ab4;
  background-position: 88% 50%;
}

.cf-cta-text {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 140%;
}

.cf-display-heading {
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  line-height: 82px;
  font-weight: 700;
  letter-spacing: -1.5px;
}

.cf-display-heading.heading-cta {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin-top: 0px;
  margin-bottom: 24px;
  line-height: 110%;
}

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

.cf-wrapper-1161.cta-wrapper {
  padding-top: 100px;
  padding-bottom: 200px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.cf-testimonial-black-name-2 {
  font-family: Montserrat, sans-serif;
  line-height: 175%;
}

.cf-testimonial-italic-text-2 {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 156%;
  font-style: italic;
  font-weight: 600;
}

.cf-black-review-stars-2 {
  margin-bottom: 14px;
}

.cf-testimonial-bottom-text-2 {
  margin-top: 160px;
}

.cf-18px-paragraph-3 {
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  line-height: 155%;
  font-weight: 500;
}

.cf-testimonial-right-wrap-2 {
  display: flex;
  width: 50%;
  height: 100%;
  max-width: 517px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.cf-round-testimonial-image-2 {
  position: relative;
  left: 80px;
  width: 100%;
  border-radius: 100%;
}

.cf-testimonial-black-image-2 {
  width: 40%;
  max-width: 380px;
  border-radius: 50%;
  background-color: #0d0e10;
}

.cf-home-testimonial-wrap-2 {
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 110px;
  justify-content: space-between;
  align-items: center;
}

.cf-82px-heading---black-2 {
  max-width: 990px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 82px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.cf-heading-part-4 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cf-heading-part-5 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cf-call-arrow-down-5 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: -18px;
  margin-left: -18px;
}

.cf-call-arrow-contain-4 {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  border-top-right-radius: 16px;
  background-color: #0d0e10;
}

.cf-call-arrow-contain-4.transparent {
  margin-left: 5px;
  background-color: transparent;
}

.cf-call-arrow-button-2 {
  display: flex;
  overflow: visible;
  margin-left: 40px;
  padding: 18px 42px;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0d0e10;
  border-radius: 60px;
  background-color: #76f1ff;
  transition: filter 200ms ease;
  color: #0d0e10;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.32px;
  text-decoration: none;
}

.cf-call-arrow-button-2:hover {
  background-color: #fff;
  filter: invert(100%);
}

.cf-call-arrow-button-2.header-4 {
  font-family: Montserrat, sans-serif;
}

.cf-gradient-span-5 {
  background-image: linear-gradient(90deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  font-family: Montserrat, sans-serif;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cf-heading-part-6 {
  display: flex;
  align-items: center;
}

.cf-heading-part-6.header-4 {
  justify-content: center;
}

.cf-heading-wrapper-2 {
  width: 100%;
}

.cf-1140px-wrapper---home-vertical-3 {
  position: relative;
  display: flex;
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cf-hero-section-7 {
  overflow: hidden;
  margin-top: 58px;
  background-color: #2c2c2c;
}

.heading {
  font-family: Montserrat, sans-serif;
}

.heading-2 {
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Montserrat, sans-serif;
  color: #fff;
}

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

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

.utility-page-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.container-3 {
  display: flex;
  margin-top: 34px;
  margin-bottom: 38px;
  justify-content: center;
  align-items: center;
}

.button {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  background-color: #0088dc;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.cf-secondary-button {
  padding: 20px 40px;
  border-radius: 12px;
  background-color: #000;
  transition: background-color 230ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
}

.cf-secondary-button:hover {
  background-color: #b16cea;
  color: #fff;
}

.cf-secondary-button.pricing-button {
  margin-top: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.cf-secondary-button.pricing-button:hover {
  background-image: linear-gradient(90deg, #b16cea, #ff5e69 46%, #ffa84b);
}

.cf-pricing-plan-content-text {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 130%;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.cf-pricing-plan-tick-icon {
  margin-top: 2px;
  margin-right: 16px;
}

.cf-pricing-plan-content-item {
  display: flex;
  margin-bottom: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.cf-pricing-plan-content-wrapper {
  display: flex;
  margin-bottom: 0px;
  flex-direction: column;
  align-items: flex-start;
}

.cf-pricing-plan-small-text {
  margin-left: 10px;
  font-size: 22px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 1px;
}

.cf-pricing-plan-price {
  margin-bottom: 48px;
  padding-bottom: 0px;
  background-image: linear-gradient(90deg, #1ed3c4, #0088dc 40%, #00b0f4 73%, #1ed3c4);
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0px;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cf-pricing-plan-price.pre-o {
  display: flex;
  margin-bottom: 0px;
  justify-content: center;
}

.cf-pricing-plan-price._12x {
  margin-bottom: 0px;
  font-size: 24px;
  text-align: center;
}

.cf-pricing-plan-note-text {
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.cf-pricing-plan-text {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 120%;
  font-weight: 600;
}

.cf-pricing-plan-text.desconto {
  margin-top: 33px;
  margin-bottom: 10px;
  font-size: 22px;
  text-align: center;
}

.cf-pricing-plan-text.desconto.vista {
  margin-top: 10px;
  margin-bottom: 28px;
}

.cf-pricing-plan-text.desconto.vista.preto {
  margin-bottom: 10px;
}

.cf-pricing-box-plan-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.cf-pricing-box-plan-wrapper.white-border {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.cf-pricing-box {
  display: flex;
  width: 31%;
  min-height: 640px;
  margin-right: 1%;
  margin-left: 1%;
  padding: 40px;
  flex-direction: column;
  align-items: stretch;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
}

.cf-pricing-box.pricing-1-box {
  height: auto;
  min-height: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.cf-pricing-box.pricing-1-box.iniciante {
  width: 40%;
  height: auto;
}

.cf-pricing-box.pricing-1-box.aspirante {
  height: 900px;
}

.cf-pricing-box.green-pricing-box {
  width: 40%;
  padding-right: 20px;
  padding-left: 20px;
  border-style: none;
  background-color: #1d2939;
  color: #fff;
}

.cf-primary-button {
  display: flex;
  margin-top: 21px;
  padding: 20px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background-color: #00e240;
  transition: background-color 340ms ease;
  font-family: Montserrat, sans-serif;
  color: #1d2939;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.cf-primary-button:hover {
  background-color: #1d4a35;
  color: #f0f9f5;
}

.cf-primary-button.pricing-button {
  margin-top: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  color: #000;
}

.cf-primary-button.pricing-button:hover {
  background-image: linear-gradient(96deg, #b16cea, #ff5e69 50%, #ffa84b);
  color: #fff;
}

.cf-pricing-box-row {
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
  align-items: stretch;
}

.cf-pricing-box-row.pricing-box-1 {
  margin-bottom: 0px;
}

.cf-pricing-box-wrapper {
  margin-top: 50px;
}

.cf-pricing-box-wrapper.pricing-1-box {
  position: relative;
  top: 0px;
  margin-top: 100px;
}

.cf-wrapper-1200px {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
}

.cf-toggle-arrow-icon {
  position: relative;
  left: 12px;
  top: -12px;
}

.cf-toggle-save-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
}

.cf-toggle-save-container {
  position: absolute;
  left: 15%;
  top: auto;
  right: 0%;
  bottom: -141%;
  display: flex;
  align-items: center;
}

.cf-toggle-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
}

.cf-toggle-dot {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-color: #fff;
}

.cf-toggle-dot.green-toggle-dot {
  background-image: linear-gradient(135deg, #b16cea 17%, #ff5e69 55%, #ffa84b);
}

.cf-toggle-contain {
  display: flex;
  width: 70px;
  height: 34px;
  margin-right: 25px;
  margin-left: 25px;
  padding: 5px;
  align-items: center;
  border-radius: 20px;
  background-color: #000;
  cursor: pointer;
}

.cf-toggle-contain.white-toggle {
  background-color: #fff;
}

.cf-toggle-row {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cf-pricing-toggle-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cf-pricing-toggle-header-wrapper.pricing-header-toggle {
  justify-content: center;
}

.cf-pricing-hero-para {
  max-width: 670px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}

.cf-colourful-text {
  display: inline-block;
  margin-right: 3px;
  padding-bottom: 0px;
  background-image: linear-gradient(135deg, #00ffea, #74c3f3 49%, #66baec 75%, #00fff7);
  white-space: normal;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cf-pricing-hero-heading {
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 115%;
  font-weight: 700;
}

.cf-white-top-heading {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.cf-pricing-hero-head-container {
  display: flex;
  max-width: 880px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cf-pricing-hero-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #0d0e10;
}

.text-block-5 {
  margin-top: 33px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.text-block-7 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.text-block-8 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #9bffa5;
  text-align: center;
}

.text-block-9 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #0dc50d;
  text-align: center;
}

.uui-layout39_image-02 {
  position: absolute;
  left: 4%;
  top: 22%;
  width: 19rem;
  min-width: 19rem;
}

.uui-layout39_image-01 {
  position: absolute;
  left: 12%;
  top: 8%;
  width: 84%;
  border: 0.25rem solid #101828;
  border-radius: 0.75rem;
}

.uui-layout39_image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 40rem;
  margin-top: 4rem;
  background-color: #f2f4f7;
}

.uui-button-2 {
  display: flex;
  padding: 0.625rem 1.125rem;
  justify-content: center;
  align-items: center;
  grid-column-gap: 0.5rem;
  border: 1px solid #7f56d9;
  border-radius: 0.5rem;
  background-color: #7f56d9;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  transition: all 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.uui-button-2:hover {
  border-color: #6941c6;
  background-color: #6941c6;
}

.uui-button-2:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px #f4ebff;
}

.uui-button-secondary-gray-2 {
  display: flex;
  padding: 0.625rem 1.125rem;
  justify-content: center;
  align-items: center;
  grid-column-gap: 0.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d5dd;
  border-radius: 0.5rem;
  background-color: #02d830;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  transition: all 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.uui-button-secondary-gray-2:hover {
  background-color: #f9fafb;
  color: #1d2939;
}

.uui-button-secondary-gray-2:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05), 0 0 0 4px #f2f4f7;
}

.uui-button-row-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
}

.uui-button-row-2.button-row-center {
  justify-content: center;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-large {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #d0d5dd;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: normal;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 600;
}

.uui-heading-subheading-2 {
  margin-bottom: 0.75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #00fff7;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

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

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

.uui-padding-vertical-xhuge-3 {
  padding-top: 7rem;
  padding-bottom: 4rem;
}

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

.uui-page-padding-3 {
  padding-right: 2rem;
  padding-bottom: 70px;
  padding-left: 2rem;
  background-color: #0d0e10;
}

.slide {
  background-image: url('../images/efeitos.png');
  background-position: 0px 0px;
  background-size: auto;
}

.slider {
  width: 237px;
  height: 500px;
}

.slide-2 {
  background-image: url('../images/vfx.png');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-3 {
  background-image: url('../images/niciante.png');
  background-position: 0px 0px;
  background-size: auto;
}

.container-5 {
  display: flex;
  justify-content: center;
}

.slide-4 {
  background-image: url('../images/prepara.png');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-5 {
  background-image: url('../images/montagem.png');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-6 {
  background-image: url('../images/composição.png');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-7 {
  background-image: url('../images/finaliza.png');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-8 {
  background-image: url('../images/dynamic.png');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-9 {
  background-image: url('../images/secrets.png');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-1 {
  background-image: url('../images/nomade.png');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-1-2 {
  background-image: url('../images/ouro.png');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-1-3 {
  background-image: url('../images/business.png');
  background-position: 0px 0px;
  background-size: auto;
}

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

.cf-faq-content-2 {
  margin-bottom: 0px;
  padding-bottom: 32px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 178%;
  font-weight: 500;
}

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

.cf-faq-line-vertical {
  position: absolute;
  width: 2px;
  height: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100px;
  background-color: #121212;
}

.cf-faq-line {
  width: 10px;
  height: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100px;
  background-color: #121212;
}

.cf-faq-icon-contain {
  position: relative;
  display: flex;
  width: 24px;
  height: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
}

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

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

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

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

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

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

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

.cf-faq-container {
  display: flex;
  margin-bottom: 0px;
  padding-top: 100px;
  flex-direction: column;
  align-items: center;
  background-color: #0d0e10;
}

.body {
  background-color: #2c2c2c;
}

.text-span-2 {
  color: #00fff0;
}

.text-span-3 {
  color: #00fff0;
}

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

.text-span-5 {
  color: #0d0d0d;
}

.bold-text-4 {
  color: #00fff0;
}

.text-span-6 {
  color: #f9f5ff;
}

.navbar-2 {
  background-color: #0d0e10;
}

.nav-menu {
  display: flex;
  padding-top: 20px;
  align-items: center;
  background-color: #0d0e10;
  color: #f9f5ff;
}

.image-3 {
  max-width: 80%;
  margin-top: 10px;
}

.nav-link {
  font-family: Montserrat, sans-serif;
  color: #00fff0;
}

.nav-link-2 {
  font-family: Montserrat, sans-serif;
  color: #00fff0;
}

.nav-link-3 {
  font-family: Montserrat, sans-serif;
  color: #00fff0;
}

.container-6 {
  display: block;
  justify-content: space-between;
}

.image-4 {
  width: 600px;
}

.column-2 {
  height: auto;
  margin-top: 20px;
  padding-top: 0px;
  border-radius: 15px;
  background-color: #000;
}

.html-embed-5 {
  width: 360px;
  height: auto;
  margin-bottom: 0px;
  margin-left: 102px;
  padding-top: 122px;
  padding-bottom: 0px;
  padding-left: 87px;
}

.section-4 {
  height: 700px;
  background-color: #000;
  background-image: url('../images/EU-V3-2.png');
  background-position: 0px 0px;
  background-size: 572px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.image-5 {
  position: static;
  display: inline-block;
  padding-top: 18px;
}

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

.div-block-4 {
  display: block;
}

.text-span-8 {
  font-family: Montserrat, sans-serif;
  color: #f5d801;
  text-align: center;
}

.heading-3 {
  margin-top: 0px;
  font-size: 18px;
  text-align: center;
}

.text-span-9 {
  padding-top: 21px;
  padding-left: 0px;
  font-family: 'Varela Round', sans-serif;
  color: #0ff;
  font-size: 20px;
  text-align: center;
}

.text-span-9.cadastre-se {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

.text-span-9.text1 {
  color: #fff;
}

.text-block-11 {
  margin-top: 24px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Verdana, Geneva, sans-serif;
  color: #3ff;
  font-size: 20px;
  text-align: center;
}

.html-embed-6 {
  height: 400px;
}

.text-span-10 {
  color: #fffb2d;
}

.section-5 {
  height: auto;
  padding-top: 15px;
  padding-right: 220px;
  padding-left: 220px;
  background-color: #000;
}

.section-6 {
  height: 200px;
  background-color: #000;
}

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

.div-block-5 {
  padding-right: 220px;
  padding-left: 220px;
  font-size: 12px;
}

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

.button-2 {
  background-color: #fef20e;
}

.text-span-11 {
  font-family: Montserrat, sans-serif;
  color: #1d2939;
  font-weight: 700;
}

.list-item {
  padding-top: 15px;
  font-family: 'Varela Round', sans-serif;
  color: #eee;
  font-size: 18px;
}

.list {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 60px;
  list-style-type: decimal;
}

.div-block-6 {
  display: flex;
  margin-top: 18px;
  justify-content: center;
}

.button-3 {
  display: flex;
  width: 250px;
  height: 45px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f4d700;
  font-family: Montserrat, sans-serif;
  color: #101828;
  font-size: 16px;
  font-weight: 700;
}

.cf-review-text---18px---italic-2 {
  font-family: Montserrat, sans-serif;
  color: rgba(13, 14, 16, 0.9);
  font-size: 16px;
  line-height: 167%;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.16px;
}

.cf-reviewer-image-4 {
  max-width: 52px;
  margin-left: -20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
}

.cf-reviewer-image-5 {
  height: 52px;
  max-width: 52px;
  margin-left: -20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
}

.cf-reviewer-image-6 {
  max-width: 52px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
}

.cf-bottom-right-container-2 {
  display: flex;
  max-width: 240px;
  flex-direction: column;
  align-items: flex-start;
  grid-row-gap: 20px;
}

.cf-view-more-line-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 1px;
  background-color: #0d0e10;
  background-image: linear-gradient(90deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  filter: grayscale(100%);
}

.cf-mail-icon-2 {
  margin-right: 10px;
  margin-left: 0px;
}

.cf-hero-email-2 {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 10px 10px 10px 4px;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #0d0e10;
  font-size: 22px;
  line-height: 140%;
  font-weight: 600;
  letter-spacing: -0.32px;
  text-decoration: none;
}

.cf-bio-text-3 {
  font-family: Montserrat, sans-serif;
  color: rgba(13, 14, 16, 0.9);
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
}

.cf-top-right-wrapper-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-row-gap: 32px;
}

.cf-right-info-wrapper-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: flex;
  width: 29%;
  height: 100%;
  max-width: 290px;
  padding-top: 100px;
  padding-bottom: 80px;
  flex-direction: column;
  justify-content: space-between;
}

.cf-hero-main-image-2 {
  width: 45%;
  max-width: 581px;
}

.cf-hero-image-contain-2 {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cf-review-text-2 {
  font-family: Montserrat, sans-serif;
  color: rgba(13, 14, 16, 0.9);
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
}

.cf-review-stars-image-3 {
  width: 100%;
  max-width: 152px;
  margin-bottom: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cf-review-logo-3 {
  width: 100%;
  max-width: 110px;
  margin-bottom: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cf-bottom-left-contain-3 {
  display: flex;
  max-width: 175px;
  flex-direction: column;
  align-items: flex-start;
}

.cf-call-arrow-down-6 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: -18px;
  margin-left: -18px;
}

.cf-call-arrow-down-6.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.cf-call-arrow-contain-5 {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  border-top-right-radius: 16px;
  background-color: #0d0e10;
}

.cf-call-arrow-contain-5.cf-gradient {
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
  background-color: #b16cea;
  background-image: linear-gradient(135deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
}

.cf-gradient-span-6 {
  background-image: linear-gradient(90deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  font-family: Montserrat, sans-serif;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cf-call-button-3 {
  display: flex;
  overflow: visible;
  padding-left: 10px;
  align-items: center;
  color: #0d0e10;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.32px;
  text-decoration: none;
}

.cf-call-button-3._24px-bold {
  padding-left: 0px;
  color: #b16cea;
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: normal;
}

.cf-58px-heading-2 {
  margin-top: 0px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: -2.5px;
}

.cf-top-left-contain-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cf-left-info-wrapper-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: flex;
  width: 32%;
  height: 100%;
  max-width: 400px;
  padding-top: 80px;
  padding-bottom: 80px;
  flex-direction: column;
  justify-content: space-between;
  grid-row-gap: 40px;
}

.cf-1140px-wrapper-2 {
  position: relative;
  display: flex;
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 0px;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cf-hero-section-8 {
  overflow: hidden;
  background-color: #f3f3f3;
}

.cf-testimonial-logos {
  width: 100%;
  max-width: 120px;
}

.cf-testimonial-logos._3 {
  margin-right: 20px;
}

.cf-hero-logos-wrap {
  display: flex;
  align-items: center;
  grid-column-gap: 20px;
}

.cf-logos-text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 133%;
  font-weight: 500;
}

.cf-testimonial-logos-contain {
  display: flex;
  width: 90%;
  max-width: 1130px;
  margin: 70px auto;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 40px;
}

.cf-hero-layer-blur {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -12%;
  width: 100%;
  height: 140px;
  background-color: #f3f3f3;
  filter: blur(25px);
}

.cf-testimonial-name-position {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #0d0e10;
  font-size: 16px;
  line-height: 175%;
  font-style: normal;
  font-weight: 500;
}

.cf-testimonial-text---italic {
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  color: #0d0e10;
  font-size: 18px;
  line-height: 156%;
  font-style: italic;
  font-weight: 600;
}

.cf-black-review-stars-3 {
  margin-bottom: 14px;
}

.cf-hero-testimonial-contain {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  max-width: 360px;
  padding: 24px 32px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 24px 94px 0 rgba(0, 0, 0, 0.08);
}

.cf-image-review-container {
  position: relative;
  width: 50%;
  max-width: 627px;
}

.cf-testimonial-logo-image {
  margin-left: 16px;
}

.cf-extra-bold-span {
  font-weight: 800;
}

.cf-star-image {
  margin-right: 16px;
}

.cf-testmonial-text-wrapper {
  display: flex;
  margin-top: 32px;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: rgba(13, 14, 16, 0.9);
  font-size: 18px;
  line-height: 150%;
}

.cf-button-gradient-2 {
  position: absolute;
  left: 5%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: block;
  background-color: #ffa84b;
  background-image: linear-gradient(90deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
}

.cf-cta-arrow-div-2 {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  border-top-right-radius: 16px;
  background-color: transparent;
}

.cf-button-text-2 {
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
}

.cf-cta-button-2 {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 24px 40px 26px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background-color: #b16cea;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.16px;
  text-decoration: none;
}

.cf-cta-button-2:hover {
  background-color: #b16cea;
}

.cf-cta-button-2.rectangle {
  padding-right: 30px;
  border-radius: 16px;
}

.cf-cta-button-2.rectangle.small {
  padding: 20px 20px 20px 34px;
}

.cf-18px-paragraph-4 {
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  line-height: 155%;
  font-weight: 500;
}

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

.home-left-wrapper {
  display: flex;
  width: 50%;
  max-width: 540px;
  margin-top: 100px;
  flex-direction: column;
  align-items: flex-start;
}

.cf-secondary-button-2 {
  padding: 20px 40px;
  border-radius: 12px;
  background-color: #000;
  transition: background-color 230ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
}

.cf-secondary-button-2:hover {
  background-color: #b16cea;
  color: #fff;
}

.cf-secondary-button-2.middle-price-button {
  background-color: #fff;
  color: #000;
  font-weight: 600;
  letter-spacing: 0px;
}

.cf-secondary-button-2.middle-price-button:hover {
  background-color: #e5e5e5;
}

.cf-pricing-plan-small-text-2 {
  margin-left: 10px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 1px;
}

.cf-pricing-plan-price-2 {
  margin-bottom: 48px;
  padding-bottom: 0px;
  background-image: linear-gradient(90deg, #b16cea, #ff5e69 38%, #ff8a56 73%, #ffa84b);
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0px;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cf-pricing-plan-price-2.pricing-3-price {
  margin-bottom: 0px;
}

.cf-pricing-price-container {
  margin-bottom: 42px;
  padding-top: 24px;
  padding-bottom: 24px;
  flex: 0 0 auto;
  border-top: 1px solid rgba(0, 46, 36, 0.2);
  border-bottom: 1px solid rgba(0, 46, 36, 0.2);
}

.cf-pricing-price-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cf-pricing-plan-content-text-2 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 130%;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.cf-pricing-plan-tick-icon-2 {
  margin-top: 2px;
  margin-right: 16px;
}

.cf-pricing-plan-content-item-2 {
  display: flex;
  margin-bottom: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.cf-pricing-plan-content-wrapper-2 {
  display: flex;
  margin-bottom: 40px;
  flex-direction: column;
  align-items: flex-start;
}

.cf-pricing-plan-content-wrapper-2.pricing-3-content {
  max-width: 228px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.cf-pricing-plan-amount-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cf-pricing-plan-description {
  max-width: 270px;
  font-family: Montserrat, sans-serif;
  color: rgba(11, 20, 31, 0.7);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.cf-pricing-plan-description.middle-para {
  color: rgba(255, 255, 255, 0.7);
}

.cf-pricing-plan-name {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
}

.cf-pricing-plan-name.white {
  color: #fff;
}

.cf-pricing-3-box-plan-block {
  display: flex;
  padding-top: 130px;
  padding-right: 40px;
  padding-bottom: 130px;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid rgba(0, 46, 36, 0.2);
}

.cf-pricing-3-box-plan-block._2 {
  border-right-color: rgba(255, 255, 255, 0.2);
}

.cf-pricing-3-box {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  padding-right: 60px;
  padding-left: 40px;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 10px 100px 0 rgba(0, 0, 0, 0.1);
}

.cf-pricing-3-box.middle-block {
  background-color: #000;
  color: #fff;
}

.cf-pricing-3-blocks-wrapper {
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
  flex-direction: column;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.cf-wrapper-1200px-2 {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
}

.cf-toggle-arrow-icon-2 {
  position: relative;
  left: 12px;
  top: -12px;
}

.cf-toggle-save-text-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
}

.cf-toggle-save-text-2.black {
  color: #000;
}

.cf-toggle-save-container-2 {
  position: absolute;
  left: 15%;
  top: auto;
  right: 0%;
  bottom: -141%;
  display: flex;
  align-items: center;
}

.cf-toggle-text-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
}

.cf-toggle-dot-2 {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-color: #fff;
}

.cf-toggle-contain-2 {
  display: flex;
  width: 70px;
  height: 34px;
  margin-right: 25px;
  margin-left: 25px;
  padding: 5px;
  align-items: center;
  border-radius: 20px;
  background-color: #000;
  cursor: pointer;
}

.cf-toggle-row-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cf-pricing-3-toggle-wrapper {
  display: flex;
  margin-bottom: 100px;
  justify-content: center;
  align-items: center;
}

.cf-cta-top-image {
  position: absolute;
  left: -26%;
  top: 30%;
  right: auto;
  bottom: auto;
  width: 45%;
  max-width: 552px;
  border-radius: 16px;
  box-shadow: 0 1px 120px 0 rgba(0, 0, 0, 0.07);
  transform: rotate(-25deg);
  -o-object-fit: contain;
     object-fit: contain;
}

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

.cf-pink-button {
  padding: 16px 25px;
  border-radius: 8px;
  background-color: #ff5e69;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #0b0b0b;
  font-size: 18px;
  line-height: 178%;
  font-weight: 600;
}

.cf-pink-button:hover {
  background-color: #ffa84b;
}

.cf-purple-button {
  padding: 16px 40px;
  border-radius: 8px;
  background-color: #b16cea;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 178%;
  font-weight: 600;
}

.cf-purple-button:hover {
  background-color: #ff8a56;
  color: #0b0b0b;
}

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

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

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

.cf-tag-texts {
  margin-bottom: 20px;
  padding: 8px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #00fff0;
  border-radius: 100px;
  background-color: rgba(0, 255, 240, 0);
  box-shadow: 0 0 11px 1px #00fff0;
  font-family: Montserrat, sans-serif;
  color: #00fff0;
  font-size: 14px;
  line-height: 170%;
  font-weight: 700;
  letter-spacing: 2.24px;
  text-transform: uppercase;
}

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

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

.cf-cta-section-2 {
  position: relative;
  background-color: #2c2c2c;
  color: #fff;
}

.image-7 {
  width: 300px;
}

.udesly-code-snippet {
  display: none;
}

.udesly-date-block {
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
}

.cf-mission-image {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.cf-image-animation-div {
  width: auto;
}

.cf-mission-special-image {
  position: absolute;
  left: -180px;
  top: auto;
  right: auto;
  bottom: 400px;
  width: 100%;
  max-width: 240px;
}

.cf-mission-hero-image-wrapper {
  width: 100%;
  max-width: 700px;
  margin-left: 95px;
}

.cf-body---18px {
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 160%;
  font-weight: 500;
}

.cf-body---18px.white {
  color: #fff;
}

.mission-grid-text-wrapper {
  width: 100%;
  max-width: 340px;
}

.cf-mission-text-grid {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cf-mission-line-image {
  width: 100%;
  height: auto;
  margin-top: 32px;
  margin-bottom: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.cf-h3-heading-40px.white {
  color: #fff;
}

.cf-heading-animation-div {
  width: auto;
}

.cf-yellow-king-text-span {
  display: inline-block;
  margin-bottom: 16px;
  padding: 10px 20px;
  border-radius: 6px;
  background-color: #b16cea;
  background-image: linear-gradient(90deg, #b16cea, #ff5e69 54%, #ffa84b);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cf-mission-text-container {
  position: relative;
  z-index: 111;
  width: 65%;
  max-width: 750px;
}

.cf-mission-image-wrapper {
  width: 100%;
  height: 100%;
  max-width: 340px;
}

.cf-mission-image-wrapper.small {
  width: 100%;
  max-width: 180px;
  margin-right: 18%;
}

.cf-mission-image-grid {
  width: 100%;
  justify-items: end;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.mission-image-container {
  width: 30%;
  max-width: 340px;
}

.cf-mission-upper-container {
  display: flex;
  width: 100%;
  margin-bottom: 64px;
  justify-content: space-between;
  align-items: flex-end;
}

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

.cf-wrapper-1162.mission-flex {
  max-width: 1190px;
  padding-top: 160px;
  padding-bottom: 160px;
  flex-direction: column;
  align-items: flex-start;
}

.cf-mission-section {
  position: relative;
  background-color: #000;
  color: #fff;
}

.brix---image-wrapper-br-24px {
  overflow: hidden;
  border-radius: 24px;
}

.brix---gallery-v5-col-hidden {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brix---gallery-v5-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.brix---color-neutral-801 {
  color: #6e7191;
}

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

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

.brix---color-neutral-802 {
  color: #211f54;
}

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

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

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

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

.brix---section-2 {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #0d0e10;
  color: #fff;
}

.cf-testimonial-logos-2 {
  width: 100%;
  max-width: 120px;
}

.cf-testimonial-logos-2._3 {
  margin-right: 20px;
}

.cf-hero-logos-wrap-2 {
  display: flex;
  align-items: center;
  grid-column-gap: 20px;
}

.cf-logos-text-2 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 133%;
  font-weight: 500;
}

.cf-testimonial-logos-contain-2 {
  display: flex;
  width: 90%;
  max-width: 1130px;
  margin: 70px auto;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 40px;
}

.cf-hero-layer-blur-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -12%;
  width: 100%;
  height: 140px;
  background-color: #f3f3f3;
  filter: blur(25px);
}

.cf-testimonial-name-position-2 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #0d0e10;
  font-size: 16px;
  line-height: 175%;
  font-style: normal;
  font-weight: 500;
}

.cf-testimonial-text---italic-2 {
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  color: #0d0e10;
  font-size: 18px;
  line-height: 156%;
  font-style: italic;
  font-weight: 600;
}

.cf-black-review-stars-4 {
  margin-bottom: 14px;
}

.cf-hero-testimonial-contain-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  max-width: 360px;
  padding: 24px 32px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 24px 94px 0 rgba(0, 0, 0, 0.08);
}

.cf-image-review-container-2 {
  position: relative;
  width: 50%;
  max-width: 627px;
}

.cf-testimonial-logo-image-2 {
  margin-left: 16px;
}

.cf-extra-bold-span-2 {
  font-weight: 800;
}

.cf-star-image-2 {
  margin-right: 16px;
}

.cf-testmonial-text-wrapper-2 {
  display: flex;
  margin-top: 32px;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: rgba(13, 14, 16, 0.9);
  font-size: 18px;
  line-height: 150%;
}

.cf-button-gradient-3 {
  position: absolute;
  left: 5%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: block;
  background-color: #ffa84b;
  background-image: linear-gradient(90deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
}

.cf-call-arrow-down-7 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: -18px;
  margin-left: -18px;
}

.cf-cta-arrow-div-3 {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  border-top-right-radius: 16px;
  background-color: transparent;
}

.cf-button-text-3 {
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
}

.cf-cta-button-3 {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 24px 40px 26px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background-color: #b16cea;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.16px;
  text-decoration: none;
}

.cf-cta-button-3:hover {
  background-color: #b16cea;
}

.cf-cta-button-3.rectangle {
  padding-right: 30px;
  border-radius: 16px;
}

.cf-cta-button-3.rectangle.small {
  padding: 20px 20px 20px 34px;
}

.cf-18px-paragraph-5 {
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  line-height: 155%;
  font-weight: 500;
}

.cf-18px-paragraph-5.header-2 {
  font-size: 16px;
}

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

.home-left-wrapper-2 {
  display: flex;
  width: 50%;
  max-width: 540px;
  margin-top: 100px;
  flex-direction: column;
  align-items: flex-start;
}

.cf-1140px-wrapper-3 {
  position: relative;
  display: flex;
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 0px;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cf-hero-section-2 {
  overflow: hidden;
  background-color: #f3f3f3;
}

.cf-play-button-icon-2 {
  margin-left: 5px;
}

.cf-video-play-button-inside-2 {
  display: flex;
  overflow: hidden;
  width: 97.5px;
  height: 97.5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #b16cea;
  background-image: linear-gradient(127deg, #00ffea, #04b7a8 54%, #03655d);
}

.cf-video-play-button-2 {
  position: absolute;
  left: 50%;
  display: flex;
  overflow: hidden;
  width: 108px;
  height: 108px;
  margin-top: 250px;
  margin-left: -54px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.cf-video-thumbnail-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.cf-video-thumbnail-2.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.cf-video-laptop-bar-image-2 {
  position: absolute;
  left: 0%;
  top: -30px;
  right: 0%;
  bottom: auto;
  height: 40px;
}

.cf-video-2 {
  position: relative;
  display: flex;
  width: 100%;
  height: 600px;
  margin-top: 80px;
  flex-direction: column;
}

.cf-video-checkmark-icon-2 {
  margin-right: 10px;
}

.cf-video-checkmarks-item-2 {
  display: flex;
  margin-right: 16px;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

.cf-video-checkmark-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cf-video-heading-2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

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

.cf-wrapper-1163.video-wrapper {
  max-width: 960px;
  padding-top: 60px;
  padding-bottom: 120px;
  flex-direction: column;
  justify-content: center;
}

.cf-video-section-2 {
  background-color: #0d0e10;
}

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

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

.brix---heading-h3-size {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

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

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

.brix---card-content-center {
  display: flex;
  padding: 48px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.06);
  text-align: center;
}

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

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

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

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

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

.brix---section-3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0d0e10;
  color: #fff;
}

.brix---text-100-medium {
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.brix---color-accent-1 {
  color: #4a3aff;
}

.brix---text-uppercase {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.brix---content-inside-card-v9 {
  padding: 40px 28px 30px;
}

.brix---image-width-100 {
  width: 100%;
}

.brix---image-wrapper---br-top {
  overflow: hidden;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  transform: translate(0px, 0px);
}

.brix---card {
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.06);
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.brix---link-wrapper {
  display: flex;
  align-items: center;
  transition: color 300ms ease;
  color: #211f54;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.brix---link-wrapper:hover {
  color: #4a3aff;
}

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

.brix---display-4 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
}

.brix---image-wrapper-br-24px-shadow {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 14px 42px 0 rgba(20, 20, 43, 0.14);
}

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

.brix---link-content {
  color: #6e7191;
  text-decoration: none;
}

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

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

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

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

.brix---subtitle {
  margin-bottom: 8px;
  color: #4a3aff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

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

.cf-absolute-tab-image-2 {
  position: absolute;
  left: auto;
  top: 7%;
  right: -8%;
  bottom: auto;
  width: 100%;
  max-width: 315px;
}

.cf-tab-image-3 {
  -o-object-fit: contain;
     object-fit: contain;
}

.cf-flex-image-wrapper-2 {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.cf-tabs-content-3 {
  overflow: visible;
  width: 55%;
  max-width: 600px;
  margin-right: 9%;
}

.cf-18px-paragraph-dim-grey-2 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #646464;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.cf-18px-paragraph-dim-grey-2._16px-margin {
  margin-bottom: 16px;
  font-size: 16px;
}

.cf-tab-paragraph-contain-2 {
  display: block;
  padding-left: 40px;
}

.cf-tab-heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 120%;
}

.cf-tab-heading-contain-2 {
  display: flex;
  align-items: center;
  grid-column-gap: 16px;
}

.cf-tab-content-2 {
  display: flex;
  padding-top: 24px;
  flex-direction: column;
  grid-row-gap: 12px;
}

.cf-tab-link-2 {
  display: flex;
  padding: 0px 0px 24px;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid #e7e7e7;
  background-color: transparent;
}

.cf-tab-link-2.w--current {
  background-color: transparent;
}

.cf-tab-main-heading-2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 110%;
  font-weight: 700;
}

.cf-tabs-menu-3 {
  display: flex;
  width: 40%;
  max-width: 448px;
  flex-direction: column;
}

.cf-tabs-2 {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.cf-feature-tabs-wrapper-2 {
  display: flex;
  width: 90%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.cf-feature-tabs-section-2 {
  width: 100%;
  background-color: #0d0e10;
}

.div-block-7 {
  display: flex;
  padding-top: 60px;
  justify-content: center;
  align-items: center;
}

.image-8 {
  width: 250px;
}

.image-9 {
  width: 250px;
}

.div-block-8 {
  display: flex;
  padding-top: 60px;
  justify-content: center;
  align-items: center;
}

.brix---image-wrapper-br-24px-2 {
  overflow: hidden;
  border-radius: 24px;
}

.brix---gallery-v5-col-hidden-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brix---gallery-v5-col-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.brix---color-neutral-803 {
  color: #6e7191;
}

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

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

.brix---color-neutral-804 {
  color: #211f54;
}

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

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

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

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

.brix---section-4 {
  padding-top: 176px;
  padding-bottom: 176px;
  color: #fff;
}

.cf-testimonial-black-name-3 {
  font-family: Montserrat, sans-serif;
  line-height: 175%;
}

.cf-testimonial-italic-text-3 {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 156%;
  font-style: italic;
  font-weight: 600;
}

.cf-black-review-stars-5 {
  margin-bottom: 14px;
}

.cf-testimonial-bottom-text-3 {
  margin-top: 160px;
}

.cf-18px-paragraph-6 {
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  line-height: 155%;
  font-weight: 500;
}

.cf-testimonial-right-wrap-3 {
  display: flex;
  width: 50%;
  height: 100%;
  max-width: 517px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.cf-round-testimonial-image-3 {
  position: relative;
  left: 80px;
  width: 100%;
  border-radius: 100%;
}

.cf-testimonial-black-image-3 {
  width: 40%;
  max-width: 380px;
  border-radius: 50%;
  background-color: #0d0e10;
}

.cf-home-testimonial-wrap-3 {
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 110px;
  justify-content: space-between;
  align-items: center;
}

.cf-82px-heading---black-3 {
  max-width: 990px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 58px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.cf-heading-part-7 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cf-heading-part-8 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cf-call-arrow-down-8 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: -18px;
  margin-left: -18px;
}

.cf-call-arrow-contain-6 {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  border-top-right-radius: 16px;
  background-color: #0d0e10;
}

.cf-call-arrow-contain-6.transparent {
  margin-left: 5px;
  background-color: transparent;
}

.cf-call-arrow-button-3 {
  display: flex;
  overflow: visible;
  margin-left: 40px;
  padding: 18px 42px;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0d0e10;
  border-radius: 60px;
  transition: filter 200ms ease;
  color: #0d0e10;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.32px;
  text-decoration: none;
}

.cf-call-arrow-button-3:hover {
  background-color: #fff;
  filter: invert(100%);
}

.cf-call-arrow-button-3.header-4 {
  font-family: Montserrat, sans-serif;
}

.cf-gradient-span-7 {
  background-image: linear-gradient(90deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  font-family: Montserrat, sans-serif;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cf-heading-part-9 {
  display: flex;
  align-items: center;
}

.cf-heading-wrapper-3 {
  width: 100%;
}

.cf-1140px-wrapper---home-vertical-4 {
  position: relative;
  display: flex;
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 180px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cf-hero-section-9 {
  overflow: hidden;
  background-color: #fff;
}

.text-block-14 {
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #00ffea;
  border-radius: 20px;
  color: #00ffea;
}

.button-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
  background-color: #fff516;
  font-family: Montserrat, sans-serif;
  color: #0d0d0d;
  font-size: 26px;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .cf-button {
    background-image: linear-gradient(168deg, #00fff7 2%, #74c3f3 55%, #66baec 100%, #00fff7);
    color: #141414;
  }

  .cf-nav-3-link.login.desktop {
    color: #fff;
  }

  .cf-dropdown-toggle---nav-3 {
    color: #fff;
  }

  .cf-navigation-3-menu {
    color: #fff;
  }

  .cf-navigation-3-container {
    display: flex;
    justify-content: space-between;
  }

  .cf-navigation-3 {
    background-color: #0d0e10;
  }

  .cf-home-image-container {
    margin-bottom: 90px;
  }

  .cf-22px-paragraph---white {
    margin-bottom: 0px;
    color: #fff;
  }

  .cf-gradient-span {
    background-image: linear-gradient(90deg, #00ffea 20%, #26f6e5 60%, #2feddd 75%, #00fff7);
  }

  .cf-82px-heading {
    margin-bottom: 65px;
    font-size: 64px;
  }

  .cf-82px-heading.inial {
    font-size: 42px;
    font-weight: 600;
  }

  .cf-1140px-wrapper---home-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .cf-hero-section-3 {
    margin-bottom: 0px;
    padding-bottom: 27px;
    background-image: linear-gradient(180deg, #0d0e10 80%, #2c2c2c 0);
  }

  .cf-hero-section-3.inicio {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .cf-hero-section-3.inicio.fixo {
    background-image: linear-gradient(180deg, #0d0e10 43%, #2c2c2c);
  }

  .cf-service-number {
    color: #003550;
    font-size: 36px;
    font-weight: 700;
  }

  .cf-features-section-2-icon-wrap.cf-absolute {
    top: -14%;
    background-image: none;
  }

  .cf-features-section-2-grid-cell {
    align-items: center;
  }

  .cf-features-section-2-grid-cell.homepage-3 {
    align-items: center;
  }

  .cf-features-section-2-heading {
    font-size: 42px;
    font-weight: 600;
  }

  .cf-features-section-2-wrapper {
    padding-top: 0px;
  }

  .cf-features-section-2 {
    background-color: #2c2c2c;
  }

  .cf-client-image-white {
    border-style: none;
    border-width: 0px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .cf-client-image.margin {
    border-style: none;
  }

  .cf-home-6---clients-container {
    margin-bottom: 40px;
  }

  .cf-bio-text.white {
    padding-top: 20px;
  }

  .cf-review-logo {
    margin-bottom: 0px;
  }

  .cf-home-6---top-contain {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .cf-testimonial-container {
    position: relative;
  }

  .html-embed {
    position: relative;
    z-index: 3;
    overflow: visible;
    width: auto;
    max-width: 1080px;
    float: none;
    border-style: none;
    border-width: 5px;
    border-color: #fff;
  }

  .html-embed.cf-home-center-image {
    display: block;
    width: 80%;
    justify-content: center;
    align-items: center;
  }

  .container {
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    margin-top: 10px;
    border-style: none;
    border-width: 3px;
    border-color: #fff;
  }

  .text-span {
    background-color: #49f3ff;
    color: #211f54;
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .cf-growth-heading-32px {
    color: #101828;
    font-size: 26px;
  }

  .cf-growth-heading-32px.whatsapp {
    color: #fdfdfd;
  }

  .cf-growth-hero-image {
    width: 80px;
    height: auto;
    margin-bottom: 20px;
  }

  .cf-growth-hero-image.logocts {
    width: 300px;
    margin-bottom: 15px;
    padding-bottom: 0px;
  }

  .cf-growth-wrapper.large {
    background-image: none;
  }

  .cf-text-opacity-70-italic {
    background-image: linear-gradient(90deg, #00ffea 24%, #74c3f3 52%, #66baec 78%, #00fff7);
  }

  .cf-growth-h2-heading-56px {
    color: #fff;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 65px;
  }

  .cf-growth-section {
    background-color: #2c2c2c;
  }

  .div-block {
    display: flex;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container-2 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .section {
    background-color: #2c2c2c;
  }

  .cf-18px-paragraph {
    margin-top: 0px;
    padding-top: 22px;
  }

  .cf-32px-heading {
    margin-bottom: 9px;
  }

  .cf-14px-heading {
    font-size: 18px;
  }

  .cf-flex-1---container {
    margin-top: 60px;
  }

  .cf-82px-heading---black {
    font-size: 64px;
  }

  .cf-gradient-span-4 {
    background-image: linear-gradient(90deg, #00ffea 20%, #74c3f3 52%, #4ea8dd 80%, #00fff7);
  }

  .html-embed-2 {
    width: 390px;
    height: 720px;
    margin-left: 143px;
    padding-left: 0px;
  }

  .uui-button.is-button-large {
    background-color: #00ffea;
  }

  .uui-button.whats {
    border-style: none;
    background-color: #00d358;
  }

  .uui-text-size-xlarge {
    color: #f9f5ff;
  }

  .uui-page-padding {
    background-color: #2c2c2c;
  }

  .uui-page-padding-2 {
    background-color: #0d0e10;
  }

  .uui-heading-subheading {
    color: #00ffea;
  }

  .text-block {
    color: #211f54;
  }

  .text-block-2 {
    color: #fff;
  }

  .section-2 {
    background-color: #0d0e10;
  }

  .div-block-2 {
    display: flex;
    justify-content: center;
  }

  .cf-call-arrow-button-2 {
    background-color: #1bd741;
  }

  .cf-heading-part-6.header-4 {
    justify-content: center;
  }

  .cf-hero-section-7 {
    margin-top: 90px;
    margin-bottom: 103px;
  }

  .wpp2 {
    color: #fff;
  }

  .heading {
    font-family: Montserrat, sans-serif;
    color: #1d1d1d;
    font-size: 44px;
  }

  .container-3 {
    margin-bottom: 19px;
  }

  .section-3 {
    height: 200px;
    background-color: #0d0e10;
  }

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

  .container-4 {
    padding-bottom: 30px;
  }

  .cf-pricing-plan-text.desconto.vista.preto {
    padding-top: 4px;
  }

  .cf-pricing-plan-text.desconto.preto {
    margin-top: 0px;
  }

  .cf-pricing-hero-section {
    background-color: #0d0e10;
  }

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

  .text-block-6 {
    font-family: Montserrat, sans-serif;
    font-size: 46px;
    font-weight: 700;
  }

  .text-block-8 {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 500;
  }

  .text-block-9 {
    margin-top: 20px;
  }

  .uui-text-size-large {
    font-family: Montserrat, sans-serif;
  }

  .uui-heading-medium {
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 700;
  }

  .uui-heading-subheading-2 {
    font-family: Montserrat, sans-serif;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 0.5rem;
  }

  .slide {
    width: 237px;
    height: auto;
    background-image: url('../images/cts.png');
    background-position: 0px 0px;
    background-size: 237px;
    background-attachment: scroll;
  }

  .slider {
    width: 237px;
    height: 500px;
  }

  .slide-2 {
    width: 237px;
    background-image: url('../images/vfx.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .slide-3 {
    width: 237px;
    background-image: url('../images/efeitos.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .image-2 {
    width: 350px;
  }

  .body {
    background-color: #0d0e10;
  }

  .text-span-3 {
    display: inline;
    justify-content: center;
    align-items: center;
  }

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

  .navbar-2 {
    display: inline-block;
    margin-left: 0px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-3 {
    max-width: 100%;
    margin-top: 10px;
  }

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

  .container-6 {
    display: inline-block;
  }

  .html-embed-5 {
    width: 450px;
    margin-left: -13px;
    padding-top: 88px;
    padding-left: 111px;
  }

  .cf-testimonial-logos {
    max-width: 130px;
  }

  .cf-cta-top-image {
    left: -24%;
    box-shadow: none;
  }

  .cf-cta-bottom-image {
    width: 25%;
  }

  .cf-cta-paragraph {
    margin-bottom: 20px;
  }

  .cf-cta-h2-heading {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .cf-center-wrapper-cta {
    justify-content: center;
  }

  .cf-cta-wrapper-2 {
    padding-top: 40px;
  }

  .cf-cta-wrapper-2.pagefidex {
    padding-top: 10px;
  }

  .cf-cta-section-2 {
    background-color: #2c2c2c;
  }

  .image-6 {
    width: 200px;
    padding-bottom: 15px;
  }

  .image-7 {
    width: 350px;
  }

  .text-span-12 {
    color: #191;
    font-size: 18px;
    font-weight: 700;
  }

  .brix---image-wrapper-br-24px {
    overflow: hidden;
  }

  .brix---paragraph-default-2 {
    font-family: Montserrat, sans-serif;
    color: #acaeaf;
  }

  .brix---heading-h2-size-2 {
    font-family: Montserrat, sans-serif;
    color: #fff;
  }

  .brix---container-default-2 {
    color: #fff;
  }

  .brix---section-2 {
    padding-top: 20px;
    padding-bottom: 100px;
    background-color: #0d0e10;
  }

  .cf-testimonial-logos-2 {
    max-width: 130px;
  }

  .cf-hero-testimonial-contain-2 {
    background-color: #fff;
  }

  .cf-64px-heading-2 {
    font-size: 48px;
  }

  .cf-video-play-button-inside-2 {
    background-color: #00ffea;
    background-image: linear-gradient(127deg, #00ffea, #05d1c1 54%, #1d8d84);
  }

  .cf-video-section-2 {
    background-color: #0d0e10;
  }

  .brix---heading-h3-size {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
  }

  .brix---grid-3-columns {
    margin-top: 30px;
  }

  .brix---heading-h2-size-3 {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 40px;
  }

  .brix---section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #0d0e10;
  }

  .brix---text-100-medium {
    font-family: Montserrat, sans-serif;
    color: #0d0d0d;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
  }

  .brix---content-inside-card-v9 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .brix---card {
    border-style: none;
  }

  .cf-tab-image-3 {
    border-radius: 20px;
  }

  .cf-flex-image-wrapper-2 {
    border-radius: 0px;
  }

  .cf-18px-paragraph-dim-grey-2 {
    color: #bbb;
  }

  .cf-tab-heading-2 {
    color: #fff;
  }

  .cf-tab-main-heading-2 {
    color: #fff;
  }

  .cf-feature-tabs-wrapper-2 {
    padding-top: 60px;
    color: #00ffea;
  }

  .cf-feature-tabs-section-2 {
    border-radius: 11px;
  }

  .tab-pane-tab-1 {
    border-radius: 0px;
  }

  .div-block-7 {
    display: flex;
    margin-top: 0px;
    padding-top: 60px;
    justify-content: center;
    align-items: center;
  }

  .image-8 {
    width: 350px;
  }

  .image-9 {
    width: 350px;
  }

  .div-block-8 {
    display: flex;
    padding-top: 58px;
    justify-content: center;
    align-items: center;
  }

  .section-7 {
    display: inline-block;
  }

  .section-8 {
    background-color: #0d0e10;
  }

  .div-block-9 {
    display: flex;
    padding-top: 20px;
    padding-bottom: 40px;
    justify-content: center;
    align-items: center;
  }

  .text-span-13 {
    color: #00ffea;
  }

  .cf-82px-heading---black-3 {
    font-size: 64px;
  }

  .cf-gradient-span-7 {
    background-image: linear-gradient(90deg, #04e8da 12%, #14e4d8 60%, #00fff0 80%, #00fff0);
  }

  .div-block-10 {
    width: 450px;
    min-width: 0px;
  }

  .image-11 {
    width: 350px;
  }

  .div-block-11 {
    margin-top: 40px;
    padding: 20px 20px 40px;
    border-style: none;
    border-width: 3px;
    border-color: #f5f104;
    border-radius: 20px;
    box-shadow: 0 -3px 15px -6px #00ffea;
    outline-color: #00ffea;
    outline-offset: 0px;
    outline-style: dashed;
    outline-width: 2px;
  }

  .text-block-14 {
    margin-bottom: 20px;
    padding: 10px 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #00ffea;
    border-radius: 20px;
    color: #00ffea;
  }

  .button-4 {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: center;
    border-radius: 20px;
    background-color: #fff516;
    font-family: Montserrat, sans-serif;
    color: #0d0d0d;
    font-size: 28px;
    font-weight: 700;
  }
}

@media screen and (min-width: 1440px) {
  .cf-gradient-span {
    background-image: linear-gradient(90deg, #00ffea 20%, #0ad7c6 60%, #13d5c5 75%, #00fff7);
  }

  .cf-hero-section-3 {
    padding-top: 12px;
    padding-bottom: 100px;
    background-image: linear-gradient(180deg, #0d0e10 60%, #2c2c2c 0);
  }

  .cf-hero-section-3.inicio {
    background-image: linear-gradient(180deg, #0d0e10 60%, #2c2c2c 0);
  }

  .cf-bio-text.white {
    padding-top: 18px;
  }

  .uui-text-size-xlarge {
    color: #f9f5ff;
  }

  .cf-wrapper-1161.cta-wrapper {
    padding-bottom: 200px;
  }

  .cf-call-arrow-5 {
    width: auto;
    height: auto;
  }

  .cf-call-arrow-button-2 {
    background-color: #1bd741;
  }

  .cf-call-arrow-button-2.header-4 {
    background-color: #00ffea;
  }

  .cf-heading-part-6.header-4 {
    justify-content: center;
  }

  .cf-1140px-wrapper---home-vertical-3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .wwp {
    font-family: Montserrat, sans-serif;
    color: #fff;
  }

  .text-block-3 {
    font-size: 22px;
  }

  .bold-text-3 {
    color: #101828;
  }

  .image-2 {
    width: 340px;
  }

  .cf-testimonial-logos {
    max-width: 140px;
  }

  .cf-cta-top-image {
    left: -20%;
  }

  .cf-cta-bottom-image {
    right: 0%;
  }

  .cf-cta-paragraph {
    margin-bottom: 0px;
  }

  .cf-cta-section-2 {
    background-color: #2c2c2c;
  }

  .cf-testimonial-logos-2 {
    max-width: 140px;
  }
}

@media screen and (min-width: 1920px) {
  .cf-cta-top-image {
    left: 1%;
  }

  .cf-cta-bottom-image {
    right: 9%;
    bottom: 3%;
  }
}

@media screen and (max-width: 991px) {
  .menu-button-mob {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: flex;
    width: 45px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 11px;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    color: #6b6768;
  }

  .menu-button-mob.w--open {
    background-color: transparent;
    color: #6b6768;
  }

  .cf-button.navigation-button {
    display: none;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .cf-button.navigation-button.mobile {
    display: flex;
    max-width: 150px;
    margin-left: 5%;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .cf-nav-3-link {
    display: block;
    margin-right: 5%;
    margin-left: 5%;
    padding-left: 0px;
  }

  .cf-nav-3-link.login {
    padding: 15px 10px;
  }

  .cf-nav-3-link.login.desktop {
    display: none;
  }

  .cf-nav-3-link.login-mob {
    display: block;
  }

  .cf-navigation-right-2 {
    width: 50%;
    margin-right: 0px;
  }

  .cf-divider-nav {
    margin-top: 18px;
  }

  .cf-visual-features-item.navbar.horizontal {
    justify-content: flex-start;
    font-size: 16px;
  }

  .cf-visual-features-item.navbar {
    padding: 25px;
  }

  .cf-right-side-links {
    width: 100%;
  }

  .cf-navigation-item-heading {
    font-size: 20px;
  }

  .cf-visual-features-item-image-2.pages {
    width: 100%;
    max-width: 56px;
  }

  .cf-visual-features-items-container {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cf-visual-features-items-container.nav {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .cf-visual-features-items-container.nav.pages {
    width: 100%;
    max-width: none;
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-right-style: none;
  }

  .cf-visual-features-items-container.nav.blogs {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .cf-visual-features-items-container.nav {
    display: flex;
    width: 100%;
    max-width: none;
    margin-left: 0px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .cf-navigation-drop-container-2 {
    flex-direction: column;
  }

  .cf-navigation-drop-container-2.features.pages {
    padding-right: 0px;
    align-items: flex-start;
  }

  .cf-dropdown-list-full-wrapper-2 {
    padding: 0px;
    box-shadow: none;
  }

  .cf-dropdown-list--nav-3.w--open {
    position: relative;
    top: 0px;
    width: 90%;
    min-width: auto;
    margin-right: 5%;
    margin-left: 5%;
    padding-top: 0px;
  }

  .cf-dropdown-list--nav-3.blog.w--open {
    width: 90%;
  }

  .cf-dropdown-arrow---nav-3 {
    position: relative;
    margin-right: 0px;
    margin-left: 7px;
  }

  .cf-dropdown-toggle---nav-3 {
    display: flex;
    margin-right: 5%;
    margin-left: 5%;
    padding-left: 0px;
    justify-content: flex-start;
  }

  .cf-dropdown-nav-3 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .cf-navigation-3-menu {
    position: absolute;
    display: flex;
    width: 100%;
    padding-bottom: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #fff;
    box-shadow: 0 50px 30px 0 rgba(0, 0, 0, 0.06);
  }

  .cf-navigation-3-center {
    display: block;
  }

  .cf-navbar-3-brand {
    width: auto;
    margin-right: auto;
    padding-left: 0px;
  }

  .cf-navigation-left-2 {
    width: 20%;
  }

  .cf-navigation-3 {
    display: block;
    background-color: #0d0e10;
  }

  .cf-home-center-image {
    width: 90%;
  }

  .cf-gradient-span {
    background-image: linear-gradient(90deg, #00ffea 20%, #23efde 60%, #0fe6d5 80%, #00fff7);
  }

  .cf-82px-heading {
    font-size: 70px;
  }

  .cf-1140px-wrapper---home-vertical {
    flex-direction: column;
  }

  .cf-features-section-2-grid {
    max-width: 700px;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }

  .cf-features-section-2-wrapper {
    padding-top: 140px;
  }

  .cf-testimonial-paragraph {
    font-size: 18px;
  }

  .cf-hero-6---right-container {
    display: flex;
    width: 100%;
    margin-top: 100px;
    flex-direction: column;
    align-items: center;
  }

  .cf-bio-text {
    margin-bottom: 0px;
  }

  .cf-bottom-left-contain {
    margin-top: 40px;
  }

  .cf-hero-6---left-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .cf-1140px-wrapper---hero-6 {
    padding-top: 0px;
    flex-direction: column;
  }

  .cf-section-placeholder {
    margin-top: -60px;
  }

  .cf-testimonial-slider-right-arrow {
    top: 0%;
    right: 3%;
    margin-top: 26%;
  }

  .cf-testimonial-slider-left-arrow {
    left: 3%;
    top: 0%;
    margin-top: 26%;
  }

  .testimonial-person-images-container {
    max-width: 620px;
  }

  .cf-text-block._24-px {
    font-size: 22px;
    line-height: 140%;
  }

  .cf-testimonial-slider-content-wrapper {
    width: 90%;
    max-width: 620px;
  }

  .cf-testimonial-slider {
    max-width: 700px;
  }

  .cf-testimonial-container {
    margin-top: 0px;
  }

  .cf-nav-wrapper {
    flex-direction: column;
  }

  .cf-nav-wrapper.testimonial-wrapper {
    width: 90%;
    padding-bottom: 60px;
  }

  .cf-services-right-contain {
    width: 100%;
  }

  .cf-services-h2-heading {
    font-size: 30px;
  }

  .cf-services-left-contain {
    width: 100%;
    margin-top: 60px;
  }

  .cf-services-page-contain {
    flex-direction: column-reverse;
  }

  .cf-services-page-contain.reverse {
    flex-direction: column-reverse;
  }

  .cf-video-play-button {
    margin-top: 200px;
  }

  .cf-video-laptop-bar-image {
    top: -29px;
  }

  .cf-video {
    height: 500px;
  }

  .cf-video-checkmark-icon {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .cf-video-checkmarks-item {
    margin-right: 0px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .cf-video-checkmark {
    display: -ms-grid;
    display: grid;
    width: 100%;
    justify-content: space-between;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .cf-video-heading {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .cf-tabs-content-2 {
    width: 100%;
    margin-right: 0%;
  }

  .cf-tabs-menu-2 {
    width: 100%;
    max-width: 500px;
  }

  .cf-tabs {
    max-width: 550px;
    flex-direction: column;
    grid-row-gap: 80px;
  }

  .cf-feature-tabs-wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-big-number {
    width: 112px;
    font-size: 44px;
    line-height: 50px;
  }

  .brix---accordion-item-wrapper-v5-last {
    padding-right: 40px;
    padding-left: 40px;
  }

  .brix---accordion-item-wrapper-v5-last:hover {
    transform: translate(6px, 0px);
  }

  .brix---accordion-item-wrapper-v5 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .brix---accordion-item-wrapper-v5:hover {
    transform: translate(6px, 0px);
  }

  .brix---accordion-item-wrapper-v5-first {
    padding-right: 40px;
    padding-left: 40px;
  }

  .brix---accordion-item-wrapper-v5-first:hover {
    transform: translate(6px, 0px);
  }

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

  .brix---mg-bottom-80px {
    margin-bottom: 64px;
  }

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

  .cf-bottom-right-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .cf-bio-text-2 {
    margin-bottom: 0px;
  }

  .cf-top-right-wrapper {
    max-width: 350px;
  }

  .cf-right-info-wrapper {
    position: static;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    flex-direction: row;
    align-items: flex-end;
  }

  .cf-review-text {
    margin-bottom: 0px;
  }

  .cf-bottom-left-contain-2 {
    margin-top: 40px;
  }

  .cf-58px-heading {
    font-size: 50px;
  }

  .cf-top-left-contain {
    max-width: 400px;
  }

  .cf-left-info-wrapper {
    position: static;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 0px;
    flex-direction: row;
    align-items: flex-start;
  }

  .cf-1140px-wrapper {
    padding-top: 0px;
    flex-direction: column;
  }

  .cf-growth-para-text-18px {
    line-height: 150%;
  }

  .cf-growth-heading-32px {
    line-height: 120%;
  }

  .cf-growth-wrapper {
    padding: 40px 30px;
  }

  .cf-growth-para-text-20px {
    font-size: 18px;
    line-height: 150%;
  }

  .cf-growth-h2-heading-56px {
    line-height: 100%;
  }

  .cf-growth-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .cf-18px-paragraph {
    max-width: none;
    margin-bottom: 0px;
  }

  .cf-flex-1---text-contain {
    width: 100%;
    max-width: 560px;
    margin-top: 100px;
  }

  .cf-flex-1---image-contain {
    width: 100%;
    max-width: 500px;
  }

  .cf-flex-1---container {
    flex-direction: column;
  }

  .cf-flex-1---wrapper {
    padding-top: 140px;
  }

  .cf-testimonial-bottom-text {
    margin-top: 60px;
  }

  .cf-18px-paragraph-2 {
    max-width: none;
    margin-bottom: 0px;
  }

  .cf-testimonial-right-wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .cf-round-testimonial-image {
    left: 40px;
  }

  .cf-testimonial-black-image {
    width: 100%;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }

  .cf-home-testimonial-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cf-82px-heading---black {
    font-size: 65px;
  }

  .cf-call-arrow-button {
    flex: 0 0 auto;
  }

  .cf-call-arrow-button.header-4 {
    margin-right: auto;
    margin-left: auto;
  }

  .cf-heading-part-1.header-4 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cf-1140px-wrapper---home-vertical-2 {
    flex-direction: column;
  }

  .cf-parallax-scribble-2 {
    left: 20%;
    bottom: 15%;
  }

  .cf-parallax-scribble-1 {
    right: -16%;
    bottom: 37%;
  }

  .cf-parallax-image-3 {
    bottom: 25%;
  }

  .cf-parallax-image-1 {
    left: -14%;
    bottom: 17%;
    width: 40%;
  }

  .cf-parallax-image-contain {
    margin-bottom: 60px;
  }

  .cf-82px-heading-2 {
    font-size: 70px;
  }

  .cf-create-images {
    width: 50%;
  }

  .cf-create-images._3 {
    width: 40%;
  }

  .cf-create-images._2 {
    width: 40%;
  }

  .cf-create-heading {
    font-size: 50px;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-text-size-xlarge.show-tablet {
    display: block;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heroheader06_image-01 {
    max-width: 32rem;
  }

  .uui-heroheader06_component {
    min-height: auto;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .uui-heroheader04_image {
    position: static;
    width: 100%;
    min-width: auto;
  }

  .uui-heroheader04_image-wrapper {
    height: auto;
    min-height: auto;
  }

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

  .uui-heroheader04_component {
    min-height: auto;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .uui-header05_content-right {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-header05_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .cf-cta-circle._5 {
    width: 90px;
    height: 90px;
  }

  .cf-cta-circle._4 {
    right: -6%;
    width: 50px;
    height: 50px;
  }

  .cf-cta-circle._3 {
    width: 50px;
    height: 50px;
  }

  .cf-cta-circle._1 {
    left: -3%;
    top: 8%;
    width: 40px;
    height: 40px;
  }

  .cf-cta-circle._2 {
    width: 40px;
    height: 40px;
  }

  .cf-cta-text {
    font-size: 22px;
  }

  .cf-display-heading {
    font-size: 66px;
    line-height: 80px;
  }

  .cf-display-heading.heading-cta {
    font-size: 64px;
  }

  .cf-testimonial-bottom-text-2 {
    margin-top: 60px;
  }

  .cf-18px-paragraph-3 {
    max-width: none;
    margin-bottom: 0px;
  }

  .cf-testimonial-right-wrap-2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .cf-round-testimonial-image-2 {
    left: 40px;
  }

  .cf-testimonial-black-image-2 {
    width: 100%;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }

  .cf-home-testimonial-wrap-2 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cf-82px-heading---black-2 {
    font-size: 65px;
  }

  .cf-call-arrow-button-2 {
    flex: 0 0 auto;
  }

  .cf-call-arrow-button-2.header-4 {
    margin-right: auto;
    margin-left: auto;
  }

  .cf-heading-part-6.header-4 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cf-1140px-wrapper---home-vertical-3 {
    flex-direction: column;
  }

  .cf-secondary-button.pricing-button {
    margin-top: 60px;
  }

  .cf-pricing-plan-content-wrapper {
    margin-bottom: 0px;
  }

  .cf-pricing-plan-price {
    margin-bottom: 25px;
  }

  .cf-pricing-plan-text.pricing-1-plan-text {
    font-size: 40px;
  }

  .cf-pricing-box-plan-wrapper {
    align-items: center;
    text-align: center;
  }

  .cf-pricing-box {
    min-height: auto;
  }

  .cf-pricing-box.pricing-1-box {
    width: 80%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .cf-pricing-box.pricing-1-box.iniciante {
    height: 900px;
  }

  .cf-pricing-box.pricing-1-box.aspirante {
    height: 680px;
  }

  .cf-pricing-box.green-pricing-box {
    width: 80%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .cf-primary-button.pricing-button {
    margin-top: 60px;
  }

  .cf-pricing-box-row {
    flex-direction: column;
  }

  .cf-pricing-box-row.pricing-box-2 {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
  }

  .cf-pricing-box-row.pricing-box-2 {
    display: flex;
    flex-direction: row;
    justify-items: center;
    flex-wrap: wrap;
    align-content: space-around;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .cf-pricing-box-row.pricing-box-1 {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    align-items: center;
  }

  .cf-toggle-save-text {
    font-size: 18px;
  }

  .cf-toggle-contain {
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
  }

  .cf-pricing-hero-heading {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .uui-layout39_image-02 {
    width: 28%;
    min-width: auto;
  }

  .uui-layout39_image-wrapper {
    height: 27rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .cf-faq-content-2 {
    padding-bottom: 24px;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
    padding-bottom: 0px;
  }

  .cf-faqs-container {
    width: 90%;
    padding-top: 0px;
  }

  .cf-faq-main-heading {
    font-size: 30px;
    text-align: center;
  }

  .html-embed-5 {
    margin-left: -31px;
    padding-top: 55px;
  }

  .cf-bottom-right-container-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .cf-bio-text-3 {
    margin-bottom: 0px;
  }

  .cf-top-right-wrapper-2 {
    max-width: 350px;
  }

  .cf-right-info-wrapper-2 {
    position: static;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    flex-direction: row;
    align-items: flex-end;
  }

  .cf-review-text-2 {
    margin-bottom: 0px;
  }

  .cf-bottom-left-contain-3 {
    margin-top: 40px;
  }

  .cf-58px-heading-2 {
    font-size: 50px;
  }

  .cf-top-left-contain-2 {
    max-width: 400px;
  }

  .cf-left-info-wrapper-2 {
    position: static;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 0px;
    flex-direction: row;
    align-items: flex-start;
  }

  .cf-1140px-wrapper-2 {
    padding-top: 0px;
    flex-direction: column;
  }

  .cf-testimonial-logos._3 {
    margin-right: 0px;
  }

  .cf-hero-logos-wrap {
    display: flex;
    width: 70%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .cf-hero-logos-wrap.header-2 {
    width: 100%;
  }

  .cf-testimonial-logos-contain {
    margin-top: 20px;
    align-items: flex-start;
  }

  .cf-testimonial-logos-contain.header-2 {
    position: relative;
    z-index: 1;
    margin-top: 70px;
    flex-direction: column;
    align-items: center;
    grid-row-gap: 10px;
  }

  .cf-image-review-container {
    width: 80%;
  }

  .cf-18px-paragraph-4 {
    max-width: none;
    margin-bottom: 0px;
  }

  .cf-18px-paragraph-4.header-2 {
    margin-bottom: 40px;
  }

  .cf-64px-heading {
    font-size: 54px;
  }

  .home-left-wrapper {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cf-pricing-plan-price-2 {
    margin-bottom: 25px;
  }

  .cf-pricing-plan-content-item-2.pricing-3-content-item {
    margin-bottom: 10px;
  }

  .cf-pricing-plan-content-wrapper-2 {
    margin-bottom: 0px;
  }

  .cf-pricing-plan-amount-block {
    padding-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
  }

  .cf-pricing-3-box-plan-block {
    padding-right: 9px;
  }

  .cf-pricing-3-box {
    padding-right: 40px;
    padding-left: 40px;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .cf-pricing-3-blocks-wrapper {
    grid-row-gap: 20px;
  }

  .cf-toggle-save-text-2 {
    font-size: 18px;
  }

  .cf-toggle-contain-2 {
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
  }

  .cf-cta-top-image {
    left: -10%;
    top: 11%;
    width: 40%;
  }

  .cf-cta-bottom-image {
    width: 28%;
  }

  .cf-cta-h2-heading {
    font-size: 36px;
  }

  .cf-tag-texts {
    background-color: rgba(0, 255, 240, 0);
    box-shadow: 0 0 11px 1px #00fff0;
    color: #00fff0;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 200px;
  }

  .cf-mission-special-image {
    position: relative;
    left: 0px;
    bottom: 0px;
  }

  .cf-mission-hero-image-wrapper {
    display: flex;
    margin-top: 64px;
    margin-left: 0px;
    align-items: center;
    grid-column-gap: 40px;
  }

  .cf-body---18px {
    line-height: 150%;
  }

  .cf-mission-text-container {
    width: 100%;
  }

  .cf-mission-image-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .mission-image-container {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
  }

  .cf-mission-upper-container {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
  }

  .cf-wrapper-1162 {
    flex-direction: column;
  }

  .cf-wrapper-1162.mission-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .brix---grid-gallery-v5 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

  .cf-testimonial-logos-2._3 {
    margin-right: 0px;
  }

  .cf-hero-logos-wrap-2 {
    display: flex;
    width: 70%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .cf-hero-logos-wrap-2.header-2 {
    width: 100%;
  }

  .cf-testimonial-logos-contain-2 {
    margin-top: 20px;
    align-items: flex-start;
  }

  .cf-testimonial-logos-contain-2.header-2 {
    position: relative;
    z-index: 1;
    margin-top: 70px;
    flex-direction: column;
    align-items: center;
    grid-row-gap: 10px;
  }

  .cf-image-review-container-2 {
    width: 80%;
  }

  .cf-18px-paragraph-5 {
    max-width: none;
    margin-bottom: 0px;
  }

  .cf-18px-paragraph-5.header-2 {
    margin-bottom: 40px;
  }

  .cf-64px-heading-2 {
    font-size: 54px;
  }

  .home-left-wrapper-2 {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cf-1140px-wrapper-3 {
    padding-top: 0px;
    flex-direction: column;
  }

  .cf-video-play-button-2 {
    margin-top: 200px;
  }

  .cf-video-laptop-bar-image-2 {
    top: -29px;
  }

  .cf-video-2 {
    height: 500px;
  }

  .cf-video-checkmark-icon-2 {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .cf-video-checkmarks-item-2 {
    margin-right: 0px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .cf-video-checkmark-2 {
    display: -ms-grid;
    display: grid;
    width: 100%;
    justify-content: space-between;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .cf-video-heading-2 {
    margin-bottom: 40px;
    font-size: 36px;
  }

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

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

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

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

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

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

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

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

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

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

  .cf-tabs-content-3 {
    width: 100%;
    margin-right: 0%;
  }

  .cf-tabs-menu-3 {
    width: 100%;
    max-width: 500px;
  }

  .cf-tabs-2 {
    max-width: 550px;
    flex-direction: column;
    grid-row-gap: 80px;
  }

  .cf-feature-tabs-wrapper-2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .brix---image-wrapper-br-24px-2 {
    border-radius: 20px;
  }

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

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

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

  .cf-testimonial-bottom-text-3 {
    margin-top: 60px;
  }

  .cf-18px-paragraph-6 {
    max-width: none;
    margin-bottom: 0px;
  }

  .cf-testimonial-right-wrap-3 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .cf-round-testimonial-image-3 {
    left: 40px;
  }

  .cf-testimonial-black-image-3 {
    width: 100%;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }

  .cf-home-testimonial-wrap-3 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cf-82px-heading---black-3 {
    font-size: 65px;
  }

  .cf-call-arrow-button-3 {
    flex: 0 0 auto;
  }

  .cf-call-arrow-button-3.header-4 {
    margin-right: auto;
    margin-left: auto;
  }

  .cf-heading-part-9.header-4 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cf-1140px-wrapper---home-vertical-4 {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .menu-button-mob {
    width: 40px;
    padding-right: 10px;
  }

  .cf-button.navigation-button {
    margin-left: 0%;
  }

  .cf-button.navigation-button.mobile {
    justify-content: center;
  }

  .cf-navigation-right-2 {
    width: 60%;
  }

  .cf-divider-nav {
    margin-top: 18px;
  }

  .cf-visual-features-item.navbar.horizontal {
    align-items: center;
  }

  .cf-visual-features-item.navbar.w--current {
    padding: 14px;
  }

  .cf-navigation-item-heading {
    font-size: 18px;
  }

  .cf-visual-features-items-container {
    width: 100%;
    grid-row-gap: 70px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cf-visual-features-items-container.nav {
    max-width: 400px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cf-visual-features-items-container.nav.pages {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cf-visual-features-items-container.nav.blogs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cf-dropdown-list--nav-3.w--open {
    width: 90%;
  }

  .cf-navbar-3-brand {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-navigation-left-2 {
    width: 26%;
  }

  .cf-navigation-3 {
    background-color: #0d0e10;
  }

  .cf-floating-white-div {
    display: none;
  }

  .cf-floating-scribble {
    width: 80%;
  }

  .cf-floating-image-container-2 {
    left: -8%;
    bottom: -17%;
    display: flex;
    justify-content: flex-start;
    transform: rotate(-23deg);
  }

  .cf-floating-black-div {
    display: none;
  }

  .cf-floating-image-container-1 {
    top: -25%;
    display: flex;
    justify-content: flex-end;
  }

  .cf-home-image-container {
    margin-bottom: 140px;
  }

  .cf-button-gradient {
    font-size: 20px;
  }

  .cf-cta-button {
    font-size: 20px;
  }

  .cf-22px-paragraph---white {
    font-size: 20px;
  }

  .cf-gradient-span {
    background-image: linear-gradient(90deg, #00ffea 20%, #10e6d5 60%, #15e6d5 80%, #00fff7);
  }

  .cf-82px-heading {
    font-size: 50px;
  }

  .cf-1140px-wrapper---home-vertical {
    width: 90%;
  }

  .cf-hero-section-3 {
    background-image: linear-gradient(180deg, #0d0e10 75%, #fff 0);
  }

  .cf-service-paragraph {
    margin-top: 0px;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-features-section-2-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-bottom-left-contain {
    max-width: none;
  }

  .cf-hero-section-6 {
    padding-bottom: 120px;
  }

  .cf-testimonial-slider-right-arrow {
    top: 33%;
    width: 28px;
    height: 28px;
    margin-top: 0%;
  }

  .cf-testimonial-slider-left-arrow {
    top: 33%;
    width: 28px;
    height: 28px;
    margin-top: 0%;
  }

  .cf-text-block._24-px {
    font-size: 20px;
  }

  .cf-testimonial-slider-content-wrapper {
    padding: 40px 7%;
  }

  .cf-testimonial-slider-mask {
    padding-top: 20px;
  }

  .cf-testimonial-container {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .cf-nav-wrapper {
    width: 90%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cf-nav-wrapper.testimonial-wrapper {
    padding-bottom: 60px;
  }

  .cf-testimonial-section-4 {
    overflow: hidden;
  }

  .cf-services-h2-heading {
    font-size: 28px;
  }

  .cf-services-page-contain {
    margin-bottom: 150px;
  }

  .cf-services-main-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cf-video-play-button {
    margin-top: 200px;
  }

  .cf-video-checkmarks-item {
    max-width: none;
  }

  .cf-video-checkmark {
    flex-direction: column;
    align-items: flex-start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cf-video-heading {
    font-size: 34px;
  }

  .cf-wrapper {
    width: 90%;
  }

  .cf-absolute-tab-image {
    right: -3%;
    width: 60%;
  }

  .cf-18px-paragraph-dim-grey {
    font-size: 16px;
  }

  .cf-tab-heading {
    font-size: 22px;
  }

  .cf-feature-tabs-wrapper {
    padding-bottom: 20px;
  }

  .brix---accordion-right-side {
    margin-right: 16px;
    margin-left: 16px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-big-number {
    width: 100px;
    font-size: 32px;
    line-height: 42px;
  }

  .brix---accordion-item-wrapper-v5-last {
    padding: 48px 0px;
  }

  .brix---accordion-item-wrapper-v5 {
    padding: 48px 0px;
  }

  .brix---accordion-item-wrapper-v5-first {
    padding: 48px 0px;
  }

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

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

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

  .bold-text {
    color: #49f3ff;
  }

  .cf-bottom-right-container {
    max-width: none;
  }

  .cf-top-right-wrapper {
    max-width: none;
    margin-top: 40px;
  }

  .cf-right-info-wrapper {
    padding-bottom: 0px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cf-hero-main-image {
    width: 60%;
  }

  .cf-bottom-left-contain-2 {
    max-width: none;
  }

  .cf-58px-heading {
    font-size: 45px;
  }

  .cf-top-left-contain {
    max-width: none;
  }

  .cf-left-info-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    flex-direction: column;
  }

  .cf-1140px-wrapper {
    width: 90%;
    padding-top: 0px;
    padding-bottom: 90px;
  }

  .cf-growth-para-text-18px {
    font-size: 16px;
  }

  .cf-growth-heading-32px {
    font-size: 30px;
  }

  .cf-growth-wrapper.large {
    padding-right: 30px;
    padding-left: 30px;
    background-position: 16px 25px;
  }

  .cf-growth-h2-heading-56px {
    font-size: 45px;
  }

  .cf-growth-grid {
    justify-content: center;
    justify-items: center;
    align-content: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .cf-14px-heading {
    font-size: 18px;
  }

  .cf-flex-1---image-2 {
    right: 0%;
  }

  .cf-flex-1---image-1 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .cf-flex-1---wrapper {
    width: 90%;
    padding-top: 90px;
  }

  .cf-testimonial-bottom-text {
    margin-top: 0px;
  }

  .cf-testimonial-bottom-text.header-4 {
    margin-top: 40px;
  }

  .cf-home-testimonial-wrap {
    margin-top: 80px;
  }

  .cf-82px-heading---black {
    font-size: 54px;
  }

  .cf-heading-part-3 {
    justify-content: center;
  }

  .cf-call-arrow-button {
    margin-bottom: 10px;
    margin-left: 0px;
    padding-right: 36px;
    padding-left: 36px;
  }

  .cf-heading-part-1.header-4 {
    align-items: center;
  }

  .cf-1140px-wrapper---home-vertical-2 {
    width: 90%;
    padding-bottom: 90px;
  }

  .cf-parallax-scribble-2 {
    bottom: 3%;
  }

  .cf-parallax-scribble-1 {
    bottom: 53%;
  }

  .cf-parallax-image-3 {
    bottom: 19%;
  }

  .cf-parallax-image-1 {
    bottom: 5%;
  }

  .cf-parallax-image-contain {
    height: 500px;
    margin-top: -60px;
  }

  .cf-82px-heading-2 {
    font-size: 50px;
  }

  .cf-hero-section-5---heading-wrapper {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .cf-about-images-contain {
    height: 500px;
  }

  .cf-create-heading {
    font-size: 40px;
  }

  .cf-grey-create-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: #7f56d9;
    background-color: #7f56d9;
  }

  .uui-button.is-button-large {
    padding: 0.75rem 1.25rem;
    grid-column-gap: 0.5rem;
    font-size: 1rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

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

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: #fff;
    color: #344054;
  }

  .uui-button-secondary-gray.is-button-large {
    padding: 0.75rem 1.25rem;
    grid-column-gap: 0.5rem;
    font-size: 1rem;
  }

  .uui-button-row {
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-row.button-row-center-mobile-landscape {
    justify-content: center;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .uui-heroheader06_image-02 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    max-width: 15.25rem;
    min-width: auto;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-heroheader06_image-wrapper {
    display: flex;
    height: 22rem;
    min-height: auto;
    justify-content: center;
    align-items: flex-start;
  }

  .uui-badge-group_badge {
    padding: 0.125rem 0.5rem;
    font-size: 0.75rem;
  }

  .uui-badge-group {
    font-size: 0.75rem;
  }

  .uui-heroheader04_content {
    align-items: stretch;
    text-align: center;
  }

  .uui-page-padding-2 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-header05_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cf-cta-circle {
    display: none;
  }

  .cf-cta-text {
    font-size: 20px;
  }

  .cf-display-heading {
    font-size: 60px;
    line-height: 75px;
  }

  .cf-display-heading.heading-cta {
    font-size: 48px;
    line-height: 60px;
  }

  .cf-wrapper-1161 {
    width: 90%;
  }

  .cf-wrapper-1161.cta-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-testimonial-bottom-text-2 {
    margin-top: 0px;
  }

  .cf-testimonial-bottom-text-2.header-4 {
    margin-top: 40px;
  }

  .cf-home-testimonial-wrap-2 {
    margin-top: 80px;
  }

  .cf-82px-heading---black-2 {
    font-size: 54px;
  }

  .cf-heading-part-4 {
    justify-content: center;
  }

  .cf-call-arrow-button-2 {
    margin-bottom: 10px;
    margin-left: 0px;
    padding-right: 36px;
    padding-left: 36px;
  }

  .cf-heading-part-6.header-4 {
    align-items: center;
  }

  .cf-1140px-wrapper---home-vertical-3 {
    width: 90%;
    padding-bottom: 90px;
  }

  .cf-pricing-plan-content-text {
    font-size: 16px;
  }

  .cf-pricing-plan-tick-icon {
    margin-right: 10px;
  }

  .cf-pricing-plan-content-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .cf-pricing-plan-note-text {
    text-align: center;
  }

  .cf-pricing-plan-text {
    font-size: 32px;
  }

  .cf-pricing-box-plan-wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
  }

  .cf-pricing-box.pricing-1-box {
    width: 100%;
    max-width: 430px;
  }

  .cf-pricing-box.green-pricing-box {
    width: 100%;
    max-width: 430px;
    min-height: 320px;
    margin-bottom: 5%;
  }

  .cf-pricing-box-row {
    flex-direction: column;
  }

  .cf-pricing-box-wrapper {
    margin-top: 100px;
  }

  .cf-pricing-toggle-header-wrapper {
    flex-direction: column;
  }

  .cf-colourful-text {
    padding-bottom: 0px;
  }

  .cf-pricing-hero-heading {
    font-size: 42px;
  }

  .uui-layout39_image-02 {
    left: 1rem;
    width: 35%;
    max-width: none;
  }

  .uui-layout39_image-01 {
    width: 100%;
    border-radius: 0.5rem;
  }

  .uui-layout39_image-wrapper {
    height: 24rem;
    margin-top: 3rem;
    justify-content: flex-start;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: #7f56d9;
    background-color: #7f56d9;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

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

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: #fff;
    color: #344054;
  }

  .uui-button-row-2 {
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }

  .uui-button-row-2.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: 0.75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

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

  .cf-bottom-right-container-2 {
    max-width: none;
  }

  .cf-top-right-wrapper-2 {
    max-width: none;
    margin-top: 40px;
  }

  .cf-right-info-wrapper-2 {
    padding-bottom: 0px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cf-hero-main-image-2 {
    width: 60%;
  }

  .cf-bottom-left-contain-3 {
    max-width: none;
  }

  .cf-58px-heading-2 {
    font-size: 45px;
  }

  .cf-top-left-contain-2 {
    max-width: none;
  }

  .cf-left-info-wrapper-2 {
    padding-top: 60px;
    padding-bottom: 60px;
    flex-direction: column;
  }

  .cf-1140px-wrapper-2 {
    width: 90%;
    padding-top: 0px;
    padding-bottom: 90px;
  }

  .cf-hero-logos-wrap {
    width: 100%;
    margin-left: 0px;
    justify-content: space-between;
  }

  .cf-hero-logos-wrap.header-2 {
    justify-content: center;
  }

  .cf-logos-text {
    margin-bottom: 20px;
  }

  .cf-testimonial-logos-contain {
    flex-direction: column;
    align-items: center;
  }

  .cf-testimonial-logos-contain.header-2 {
    margin-top: 0px;
  }

  .cf-image-review-container {
    width: 100%;
  }

  .cf-button-gradient-2 {
    font-size: 20px;
  }

  .cf-cta-button-2 {
    font-size: 20px;
  }

  .cf-64px-heading {
    font-size: 50px;
  }

  .cf-pricing-price-container.pricing-3-price-container {
    border-top-style: none;
    border-bottom-style: none;
  }

  .cf-pricing-plan-content-text-2 {
    font-size: 16px;
  }

  .cf-pricing-plan-tick-icon-2 {
    margin-right: 10px;
  }

  .cf-pricing-plan-content-wrapper-2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .cf-pricing-plan-content-wrapper-2.pricing-3-content {
    max-width: 300px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .cf-pricing-plan-amount-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cf-pricing-3-box-plan-block {
    padding-top: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 46, 36, 0.2);
    border-right-style: none;
  }

  .cf-pricing-3-box {
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .cf-cta-bottom-image {
    bottom: -14%;
    width: 31%;
  }

  .cf-cta-buttons-container {
    justify-content: center;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cf-cta-paragraph {
    max-width: 500px;
    font-size: 16px;
  }

  .cf-cta-h2-heading {
    font-size: 32px;
  }

  .cf-tag-texts {
    background-color: rgba(0, 255, 240, 0);
    box-shadow: 0 0 11px 1px #00fff0;
    color: #00fff0;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 170px;
  }

  .cf-mission-special-image {
    width: 30%;
  }

  .cf-body---18px {
    font-size: 16px;
  }

  .cf-h3-heading-40px {
    font-size: 22px;
  }

  .cf-mission-image-wrapper.small {
    margin-right: 0px;
  }

  .cf-wrapper-1162.mission-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-gallery-v5 {
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

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

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

  .cf-hero-logos-wrap-2 {
    width: 100%;
    margin-left: 0px;
    justify-content: space-between;
  }

  .cf-hero-logos-wrap-2.header-2 {
    justify-content: center;
  }

  .cf-logos-text-2 {
    margin-bottom: 20px;
  }

  .cf-testimonial-logos-contain-2 {
    flex-direction: column;
    align-items: center;
  }

  .cf-testimonial-logos-contain-2.header-2 {
    margin-top: 0px;
  }

  .cf-image-review-container-2 {
    width: 100%;
  }

  .cf-button-gradient-3 {
    font-size: 20px;
  }

  .cf-cta-button-3 {
    font-size: 20px;
  }

  .cf-64px-heading-2 {
    font-size: 50px;
  }

  .cf-1140px-wrapper-3 {
    width: 90%;
    padding-top: 0px;
    padding-bottom: 90px;
  }

  .cf-video-play-button-2 {
    margin-top: 200px;
  }

  .cf-video-checkmarks-item-2 {
    max-width: none;
  }

  .cf-video-checkmark-2 {
    flex-direction: column;
    align-items: flex-start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .cf-wrapper-1163 {
    width: 90%;
  }

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

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

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

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

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

  .brix---text-100-medium {
    font-size: 14px;
  }

  .brix---content-inside-card-v9 {
    padding: 32px 32px 40px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 14px;
    box-shadow: 0 4px 22px 0 rgba(20, 20, 43, 0.14);
  }

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

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

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

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .cf-absolute-tab-image-2 {
    right: -3%;
    width: 60%;
  }

  .cf-18px-paragraph-dim-grey-2 {
    font-size: 16px;
  }

  .cf-tab-heading-2 {
    font-size: 22px;
  }

  .cf-feature-tabs-wrapper-2 {
    padding-bottom: 20px;
  }

  .brix---grid-gallery-v5-2 {
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

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

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

  .cf-testimonial-bottom-text-3 {
    margin-top: 0px;
  }

  .cf-testimonial-bottom-text-3.header-4 {
    margin-top: 40px;
  }

  .cf-home-testimonial-wrap-3 {
    margin-top: 80px;
  }

  .cf-82px-heading---black-3 {
    font-size: 54px;
  }

  .cf-heading-part-7 {
    justify-content: center;
  }

  .cf-call-arrow-button-3 {
    margin-bottom: 10px;
    margin-left: 0px;
    padding-right: 36px;
    padding-left: 36px;
  }

  .cf-heading-part-9.header-4 {
    align-items: center;
  }

  .cf-1140px-wrapper---home-vertical-4 {
    width: 90%;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button-mob {
    margin-left: 0px;
    flex: 0 0 auto;
  }

  .cf-button {
    display: block;
    width: 126px;
    margin-left: 0px;
    padding: 16px 5px;
    background-image: linear-gradient(150deg, #00ffea 20%, #00ffea 35%, #74cbff 91%, #00fff7);
    color: #0a0a0c;
    font-size: 14px;
    line-height: 100%;
  }

  .cf-button.navigation-button {
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
  }

  .cf-button.navigation-button.mobile {
    justify-content: center;
    font-size: 16px;
    text-align: left;
  }

  .cf-nav-3-link {
    font-size: 16px;
  }

  .cf-nav-3-link.login {
    display: none;
  }

  .cf-navigation-right-2 {
    width: 50%;
  }

  .cf-visual-features-item.navbar {
    padding: 20px;
    font-size: 16px;
  }

  .cf-visual-features-item.navbar.right-link {
    font-size: 16px;
  }

  .cf-visual-features-item.navbar {
    padding: 10px;
    font-size: 14px;
  }

  .cf-visual-features-items-container.nav {
    max-width: none;
  }

  .cf-visual-features-items-container.nav.pages {
    padding-right: 0px;
  }

  .cf-visual-features-items-container.nav {
    max-width: 230px;
  }

  .cf-navigation-drop-container-2.features {
    padding: 0px;
  }

  .cf-navigation-drop-container-2.features.pages {
    padding-right: 0px;
  }

  .cf-dropdown-toggle---nav-3 {
    padding-top: 20px;
    font-size: 16px;
  }

  .cf-navigation-logo {
    width: 70px;
    margin-top: 0px;
    padding-top: 0px;
  }

  .cf-navbar-3-brand {
    display: flex;
    width: 280px;
    height: auto;
  }

  .cf-navigation-left-2 {
    width: 40%;
  }

  .cf-navigation-3-container {
    padding-top: 20px;
    padding-left: 0px;
    justify-content: center;
  }

  .cf-navigation-3 {
    background-color: #0d0e10;
  }

  .cf-home-image-container {
    margin-top: 29px;
    margin-bottom: 77px;
  }

  .cf-cta-arrow-div {
    flex: 0 0 auto;
  }

  .cf-button-text {
    flex: 0 0 auto;
    font-size: 18px;
  }

  .cf-cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button.rectangle {
    padding-left: 50px;
  }

  .cf-22px-paragraph---white {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .cf-gradient-span {
    background-image: linear-gradient(90deg, #00ffea 20%, #00fff0 60%, #00fff0 80%, #00fff0);
    line-height: 110%;
  }

  .cf-82px-heading {
    margin-top: -27px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
  }

  .cf-82px-heading.inial {
    margin-top: 0px;
    font-size: 18px;
  }

  .cf-1140px-wrapper---home-vertical {
    padding-top: 20px;
  }

  .cf-hero-section-3 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    background-color: #2c2c2c;
    background-image: none;
  }

  .cf-hero-section-3.inicio {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 5;
    overflow: hidden;
    background-image: linear-gradient(180deg, #0d0e10 80%, #2c2c2c 0);
  }

  .cf-hero-section-3.inicio.fixo {
    position: fixed;
    background-color: rgba(44, 44, 44, 0);
    background-image: linear-gradient(180deg, #0d0e10 46%, rgba(44, 44, 44, 0));
  }

  .cf-service-paragraph {
    font-size: 14px;
    text-align: center;
  }

  .cf-service-heading {
    display: block;
    justify-content: center;
    align-items: center;
    font-size: 20px;
  }

  .cf-service-number {
    color: #000303;
    font-size: 38px;
    font-weight: 700;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-features-section-2-icon-wrap.cf-absolute {
    top: -16%;
    background-color: #00fff0;
    background-image: none;
  }

  .cf-features-section-2-image-wrapper {
    margin-bottom: 20px;
  }

  .cf-features-section-2-grid-cell {
    justify-content: center;
    align-items: center;
  }

  .cf-features-section-2-grid-cell.homepage-3 {
    align-items: center;
  }

  .cf-features-section-2-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cf-features-section-2-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    font-size: 28px;
  }

  .cf-features-section-2-wrapper {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .cf-features-section-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #2c2c2c;
  }

  .cf-testimonial-position {
    font-size: 12px;
  }

  .cf-testimonial-name {
    font-size: 16px;
    line-height: 150%;
  }

  .cf-testimonial-image {
    height: 40px;
    max-width: 40px;
    margin-right: 8px;
  }

  .cf-testimonial-paragraph {
    margin-top: 0px;
    font-size: 16px;
  }

  .cf-hero-6---text-container-3 {
    margin-right: 30px;
    padding: 20px 10px 20px 16px;
  }

  .cf-hero-6---text-container-2 {
    margin-left: 30px;
    padding: 20px 10px 20px 16px;
  }

  .cf-hero-6---text-container-1 {
    margin-right: 30px;
    padding: 20px 10px 20px 16px;
  }

  .cf-hero-6---right-container {
    margin-top: 60px;
  }

  .cf-client-review-white {
    font-size: 16px;
  }

  .cf-client-image-white {
    border-style: none;
    border-width: 0px;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: url('../images/whatsapp.png');
    background-position: 0px 0px;
    background-size: 50px;
    background-attachment: scroll;
  }

  .cf-client-image {
    border-style: none;
  }

  .cf-clients-images-container {
    margin-bottom: 16px;
  }

  .cf-home-6---clients-container {
    margin-bottom: 22px;
  }

  .cf-home-6---divider {
    width: 100%;
    height: 1px;
    margin: 20px 0px;
  }

  .cf-bio-text {
    font-size: 16px;
  }

  .cf-bio-text.white {
    padding-top: 12px;
  }

  .cf-review-logo {
    margin-bottom: 0px;
  }

  .cf-bottom-left-contain {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .cf-home-6---top-contain {
    margin-bottom: -36px;
    flex-direction: column;
  }

  .cf-20px-paragraph---white {
    font-size: 16px;
  }

  .cf-40px-heading---white {
    font-size: 30px;
  }

  .cf-1140px-wrapper---hero-6 {
    position: static;
    margin-top: -40px;
  }

  .cf-hero-section-6 {
    position: static;
    z-index: 1;
    padding-bottom: 35px;
  }

  .cf-testimonial-slider-right-arrow {
    top: 30%;
    right: -4%;
  }

  .cf-testimonial-slider-left-arrow {
    left: -4%;
    top: 30%;
  }

  .cf-testimonial-person-designation-text.slide-current-author {
    width: 220%;
  }

  .cf-testimonial-person {
    margin-right: 5px;
    margin-left: 5px;
  }

  .cf-testimonial-person.slide-current-author {
    max-width: 80px;
  }

  .cf-text-block._24-px {
    font-size: 18px;
    line-height: 140%;
  }

  .cf-testimonial-slider-content-wrapper {
    width: 100%;
    padding-right: 8%;
    padding-left: 8%;
  }

  .cf-testimonial-slider-mask {
    overflow: visible;
  }

  .cf-testimonial-slider {
    width: 100%;
  }

  .cf-testimonial-container {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .cf-gradient-span-2 {
    line-height: 110%;
  }

  .cf-services-h2-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-services-page-contain {
    margin-bottom: 140px;
  }

  .cf-services-main-wrapper {
    padding-bottom: 40px;
  }

  .cf-video-play-button {
    left: 0%;
    top: 30%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .cf-video-laptop-bar-image {
    top: -26px;
  }

  .cf-video {
    height: 300px;
  }

  .cf-video-heading {
    font-size: 30px;
  }

  .cf-wrapper.video-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-18px-paragraph-dim-grey {
    font-size: 16px;
  }

  .cf-tab-heading {
    font-size: 20px;
  }

  .cf-tab-content {
    padding-top: 16px;
    grid-row-gap: 8px;
  }

  .html-embed {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-style: none;
    border-width: 5px;
    border-color: #fff;
  }

  .html-embed.cf-home-center-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0px;
    z-index: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    clear: right;
  }

  .brix---accordion-right-side {
    margin-right: 0px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---accordion-big-number {
    display: none;
    font-size: 24px;
    line-height: 35px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

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

  .brix---container-default {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bold-text {
    color: #49f3ff;
  }

  .cf-bio-text-2 {
    font-size: 16px;
  }

  .cf-hero-main-image {
    width: 100%;
  }

  .cf-bottom-left-contain-2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .cf-gradient-span-3 {
    line-height: 110%;
  }

  .cf-58px-heading {
    font-size: 40px;
  }

  .cf-growth-heading-32px {
    color: #101828;
    font-size: 24px;
  }

  .cf-growth-hero-image {
    width: 60px;
    height: auto;
    margin-bottom: 20px;
  }

  .cf-growth-hero-image.logocts {
    width: 300px;
    margin-bottom: 20px;
  }

  .cf-growth-wrapper {
    margin-top: 20px;
    padding: 20px 15px;
  }

  .cf-growth-wrapper.large {
    z-index: 4;
    padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
    background-image: none;
  }

  .cf-growth-para-text-20px {
    font-size: 16px;
  }

  .cf-text-opacity-70-italic {
    width: 250px;
    height: auto;
    background-image: linear-gradient(90deg, #00ffea 17%, #74c3f3 43%, #66baec 77%, #00fff7);
    font-size: 26px;
  }

  .cf-growth-h2-heading-56px {
    display: block;
    width: 250px;
    height: auto;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 28px;
  }

  .cf-growth-grid {
    position: static;
    display: block;
  }

  .cf-growth-container {
    position: static;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.growth-flex {
    position: relative;
    z-index: 1;
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .cf-growth-section {
    background-color: #2c2c2c;
  }

  .container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section {
    margin-top: 0px;
    padding-top: 20px;
    background-color: #2c2c2c;
  }

  .cf-18px-paragraph {
    font-size: 16px;
  }

  .cf-32px-heading {
    margin-bottom: 10px;
    color: #fff;
    font-size: 28px;
  }

  .cf-32px-heading.igor {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
    color: #000;
  }

  .cf-14px-heading {
    margin-top: 14px;
    margin-bottom: 0px;
    padding-bottom: 20px;
  }

  .cf-flex-1---text-contain {
    margin-top: 0px;
  }

  .cf-flex-1---image-2 {
    width: 90%;
  }

  .cf-flex-1---image-1 {
    width: 100%;
  }

  .cf-flex-1---wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-flex-section-1 {
    background-color: #fff;
  }

  .cf-black-review-stars {
    background-color: rgba(0, 255, 234, 0);
  }

  .cf-18px-paragraph-2 {
    font-size: 16px;
  }

  .cf-round-testimonial-image {
    left: 20px;
  }

  .cf-testimonial-black-image {
    max-width: 300px;
  }

  .cf-home-testimonial-wrap {
    margin-top: 60px;
  }

  .cf-82px-heading---black {
    font-size: 40px;
  }

  .cf-call-arrow-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cf-gradient-span-4 {
    background-image: linear-gradient(90deg, #00ffea 20%, #1ae5d5 60%, #1ee2d2 80%, #00fff7);
    line-height: 110%;
  }

  .cf-heading-part-1 {
    justify-content: center;
    flex-wrap: wrap;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .cf-1140px-wrapper---home-vertical-2 {
    padding-top: 40px;
    padding-bottom: 51px;
  }

  .html-embed-2 {
    display: flex;
    width: 290px;
    height: 650px;
    padding-top: 0px;
    justify-content: center;
  }

  .cf-parallax-scribble-2 {
    bottom: 22%;
    width: 50%;
  }

  .cf-parallax-scribble-1 {
    bottom: 78%;
    width: 60%;
  }

  .cf-parallax-image-3 {
    bottom: 25%;
  }

  .cf-parallax-image-1 {
    bottom: 8%;
  }

  .cf-parallax-image-contain {
    height: 350px;
  }

  .cf-82px-heading-2 {
    font-size: 40px;
  }

  .cf-hero-section-5---heading-wrapper {
    padding-bottom: 60px;
  }

  .cf-about-images-contain {
    height: 300px;
    margin-top: 60px;
  }

  .cf-create-heading {
    font-size: 30px;
  }

  .uui-heroheader13_image {
    margin-top: -36px;
  }

  .uui-button {
    border-color: #00ce56;
    background-color: #00ce56;
  }

  .uui-button.is-button-large {
    border-style: none;
    background-color: #00ce56;
    color: #fff;
  }

  .uui-button.whats {
    border-style: none;
    background-color: #00ce56;
  }

  .uui-text-size-xlarge {
    font-family: Montserrat, sans-serif;
    color: #e6e6e6;
    font-size: 16px;
  }

  .uui-text-size-xlarge.show-tablet {
    color: #a3a3a3;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0rem;
  }

  .uui-page-padding {
    background-color: #2c2c2c;
  }

  .uui-heroheader06_image-wrapper {
    height: 16rem;
  }

  .uui-heroheader06_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .uui-heroheader04_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .uui-page-padding-2 {
    background-color: #0d0e10;
  }

  .uui-heading-subheading {
    color: #07eeff;
  }

  .uui-header05_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-block {
    color: #fff;
    font-size: 22px;
  }

  .text-block-2 {
    color: #f9fafb;
    font-size: 18px;
  }

  .section-2 {
    background-color: #0d0e10;
  }

  .div-block-2 {
    display: flex;
    justify-content: center;
  }

  .cf-arrow-button {
    padding-right: 65px;
    padding-left: 30px;
    background-position: 87% 50%;
  }

  .cf-cta-text {
    font-size: 18px;
  }

  .cf-display-heading {
    font-size: 55px;
    line-height: 70px;
  }

  .cf-display-heading.heading-cta {
    font-size: 40px;
    line-height: 44px;
  }

  .cf-wrapper-1161.cta-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .cf-18px-paragraph-3 {
    font-size: 16px;
  }

  .cf-round-testimonial-image-2 {
    left: 20px;
  }

  .cf-testimonial-black-image-2 {
    max-width: 300px;
  }

  .cf-home-testimonial-wrap-2 {
    margin-top: 60px;
  }

  .cf-82px-heading---black-2 {
    font-size: 40px;
  }

  .cf-call-arrow-5 {
    color: #fff;
  }

  .cf-call-arrow-contain-4.transparent {
    margin-left: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .cf-call-arrow-button-2 {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #1bd741;
  }

  .cf-call-arrow-button-2.header-4 {
    background-color: #fff;
  }

  .cf-gradient-span-5 {
    line-height: 110%;
  }

  .cf-heading-part-6 {
    justify-content: center;
    flex-wrap: wrap;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .cf-heading-part-6.header-4 {
    margin-top: 18px;
  }

  .cf-heading-wrapper-2 {
    margin-top: -8px;
  }

  .cf-1140px-wrapper---home-vertical-3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .cf-hero-section-7 {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .wwp {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 40px;
  }

  .bold-text-2 {
    color: #202020;
  }

  .container-3 {
    margin-bottom: 17px;
  }

  .section-3 {
    height: 150px;
    background-color: #0d0e10;
  }

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

  .container-4 {
    margin-bottom: 27px;
  }

  .cf-secondary-button {
    font-size: 16px;
  }

  .cf-secondary-button.pricing-button {
    margin-top: 20px;
  }

  .cf-pricing-plan-content-text {
    font-size: 14px;
  }

  .cf-pricing-plan-content-wrapper {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .cf-pricing-plan-price.pre-o {
    background-image: linear-gradient(90deg, #1ed3c4, #10c5b6 40%, #0fc9b9 73%, #1ed3c4);
  }

  .cf-pricing-plan-note-text {
    font-size: 14px;
  }

  .cf-pricing-plan-text {
    font-size: 28px;
  }

  .cf-pricing-plan-text.desconto {
    color: #fff;
    text-decoration: none;
  }

  .cf-pricing-plan-text.desconto.vista.preto {
    margin-top: 12px;
    margin-bottom: 0px;
  }

  .cf-pricing-plan-text.desconto.preto {
    margin-top: 0px;
  }

  .cf-pricing-box-plan-wrapper {
    width: 100%;
  }

  .cf-pricing-box.pricing-1-box {
    padding: 30px 15px;
  }

  .cf-pricing-box.pricing-1-box.iniciante {
    width: auto;
    height: auto;
    margin-bottom: 0px;
  }

  .cf-pricing-box.pricing-1-box.aspirante {
    height: 870px;
  }

  .cf-pricing-box.green-pricing-box {
    padding: 30px 15px;
  }

  .cf-primary-button {
    padding: 16px 20px;
    background-color: #0fee25;
    color: #2e3c38;
    font-weight: 700;
  }

  .cf-primary-button.pricing-button {
    margin-top: 20px;
  }

  .cf-pricing-box-row.pricing-box-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .cf-pricing-box-row.pricing-box-1 {
    margin-bottom: 0px;
  }

  .cf-pricing-box-wrapper.pricing-1-box {
    top: -80px;
  }

  .cf-pricing-box-section {
    background-color: #0d0e10;
  }

  .cf-pricing-hero-para {
    font-size: 16px;
  }

  .cf-colourful-text {
    padding-bottom: 0px;
  }

  .cf-pricing-hero-heading {
    font-size: 22px;
  }

  .cf-white-top-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cf-pricing-hero-section {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .preco2 {
    font-weight: 400;
  }

  .text-block-8 {
    margin-top: 24px;
  }

  .uui-layout39_image-02 {
    width: 50%;
    min-width: 10rem;
  }

  .uui-layout39_image-01 {
    left: 20%;
    min-width: 34rem;
  }

  .uui-button-2 {
    background-color: #00ce56;
  }

  .uui-button-secondary-gray-2 {
    border-style: none;
    background-color: #00ce56;
  }

  .uui-heading-subheading-2 {
    color: #07eeff;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-bottom: 2rem;
  }

  .uui-page-padding-3 {
    margin-bottom: 0px;
    padding-bottom: 43px;
    background-color: #0d0e10;
  }

  .slide {
    width: 237px;
    height: 500px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/efeitos.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .slider {
    display: flex;
    width: 237px;
    height: 500px;
    clear: none;
    justify-content: center;
    align-items: center;
  }

  .slide-2 {
    background-image: url('../images/vfx.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .slide-3 {
    background-image: url('../images/niciante.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .mask {
    width: 237px;
    height: 500px;
  }

  .container-5 {
    display: flex;
    margin-top: 0px;
    justify-content: center;
    align-items: center;
  }

  .slide-4 {
    background-image: url('../images/prepara.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .slide-5 {
    background-image: url('../images/montagem.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .slide-6 {
    background-image: url('../images/composição.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .slide-7 {
    background-image: url('../images/finaliza.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .slide-8 {
    background-image: url('../images/dynamic.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .slide-9 {
    background-image: url('../images/secrets.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .slide-1 {
    background-image: url('../images/nomade.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .slide-1-2 {
    background-image: url('../images/ouro.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .slide-1-3 {
    background-image: url('../images/business.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .text-block-10 {
    color: #fff;
    font-size: 22px;
  }

  .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 {
    margin-bottom: 60px;
    font-size: 24px;
    text-align: center;
  }

  .cf-faq-container {
    margin-bottom: 0px;
    padding-top: 60px;
  }

  .html-embed-3 {
    display: flex;
    min-height: 150px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .image {
    width: 140px;
  }

  .body {
    background-color: #2c2c2c;
  }

  .text-span-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
  }

  .text-span-4 {
    font-size: 14px;
    text-align: center;
  }

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

  .text-span-6 {
    font-size: 14px;
  }

  .image-3 {
    width: 140px;
    max-width: 100%;
    margin-top: 10px;
    margin-left: 10px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .icon {
    color: #f9f5ff;
  }

  .menu-button {
    background-color: rgba(29, 41, 57, 0);
  }

  .container-6 {
    display: block;
  }

  .text-span-7 {
    color: #00fff0;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-2 {
    height: auto;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 0px;
    background-color: #000;
  }

  .html-embed-4 {
    height: 500px;
  }

  .html-embed-5 {
    width: auto;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .section-4 {
    height: auto;
  }

  .image-5 {
    padding-top: 0px;
  }

  .text-span-9 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }

  .text-span-9.cadastre-se {
    padding-top: 40px;
  }

  .text-span-9.text1 {
    color: #f9fafb;
  }

  .text-block-11 {
    margin-top: 20px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .html-embed-6 {
    height: 350px;
  }

  .section-5 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-6 {
    height: 0px;
  }

  .text-block-12 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
  }

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

  .button-2 {
    background-color: #fef20e;
  }

  .list {
    padding-right: 40px;
    padding-left: 60px;
  }

  .div-block-6 {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .cf-bio-text-3 {
    font-size: 16px;
  }

  .cf-hero-main-image-2 {
    width: 100%;
  }

  .cf-bottom-left-contain-3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .cf-gradient-span-6 {
    line-height: 110%;
  }

  .cf-58px-heading-2 {
    font-size: 40px;
  }

  .cf-hero-logos-wrap {
    margin-left: 0px;
    justify-content: space-between;
  }

  .cf-testimonial-logos-contain {
    margin-top: 100px;
  }

  .cf-testimonial-logos-contain.header-2 {
    margin-top: 100px;
  }

  .cf-testimonial-name-position {
    font-size: 14px;
    line-height: 140%;
  }

  .cf-testimonial-text---italic {
    font-size: 16px;
  }

  .cf-hero-testimonial-contain {
    bottom: -40%;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cf-testimonial-logo-image {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .cf-star-image {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .cf-testmonial-text-wrapper {
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 4px;
  }

  .cf-cta-arrow-div-2 {
    flex: 0 0 auto;
  }

  .cf-button-text-2 {
    flex: 0 0 auto;
    font-size: 18px;
  }

  .cf-cta-button-2 {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button-2.rectangle {
    padding-left: 50px;
  }

  .cf-18px-paragraph-4 {
    font-size: 16px;
  }

  .cf-64px-heading {
    font-size: 40px;
    line-height: 110%;
  }

  .cf-secondary-button-2 {
    font-size: 16px;
  }

  .cf-pricing-plan-amount-block {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40px;
  }

  .cf-pricing-plan-description {
    font-size: 16px;
  }

  .cf-pricing-plan-description.middle-para {
    font-size: 16px;
  }

  .cf-pricing-plan-name {
    font-size: 38px;
  }

  .cf-pricing-3-box-plan-block {
    width: 90%;
  }

  .cf-pricing-3-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
  }

  .cf-pricing-3-blocks-wrapper {
    display: flex;
  }

  .cf-cta-top-image {
    top: 11%;
    display: none;
    border-radius: 10px;
  }

  .cf-cta-bottom-image {
    right: -10%;
    bottom: -17%;
    width: 60%;
    max-width: 240px;
    border-radius: 10px;
  }

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

  .cf-cta-paragraph {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 150%;
  }

  .cf-cta-h2-heading {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

  .cf-tag-texts {
    display: block;
    width: 250px;
    justify-content: flex-start;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #00fff0;
    background-color: rgba(0, 255, 240, 0);
    box-shadow: 0 0 11px 1px #00fff0;
    color: #00fff0;
    font-size: 12px;
    mix-blend-mode: normal;
  }

  .cf-center-wrapper-cta {
    padding-right: 0px;
    justify-content: center;
    align-items: center;
    flex: 0 auto;
  }

  .cf-cta-wrapper-2 {
    position: static;
    overflow: hidden;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 60px;
    clear: none;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  .cf-cta-wrapper-2.pagefidex {
    margin-top: 200px;
    padding-bottom: 20px;
  }

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

  .udesly-date-block {
    font-size: 1.5rem;
  }

  .cf-mission-image._1 {
    width: 100%;
  }

  .cf-mission-hero-image-wrapper {
    margin-top: 34px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cf-mission-text-grid {
    grid-column-gap: 70px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cf-h3-heading-40px {
    font-size: 20px;
  }

  .cf-mission-image-grid {
    display: flex;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .cf-wrapper-1162 {
    width: 90%;
  }

  .cf-wrapper-1162.mission-flex {
    padding-bottom: 100px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .brix---gallery-v5-col-hidden {
    display: none;
  }

  .brix---gallery-v5-col {
    grid-row-gap: 16px;
  }

  .brix---grid-gallery-v5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .brix---paragraph-default-2 {
    font-family: Montserrat, sans-serif;
    color: #b6b6b6;
    font-size: 14px;
    line-height: 20px;
  }

  .brix---heading-h2-size-2 {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
  }

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

  .brix---container-default-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .brix---section-2 {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #0d0e10;
  }

  .cf-hero-logos-wrap-2 {
    margin-left: 0px;
    justify-content: space-between;
  }

  .cf-testimonial-logos-contain-2 {
    margin-top: 100px;
  }

  .cf-testimonial-logos-contain-2.header-2 {
    margin-top: 100px;
  }

  .cf-testimonial-name-position-2 {
    color: #fff;
    font-size: 14px;
    line-height: 140%;
  }

  .cf-testimonial-text---italic-2 {
    color: #fff;
    font-size: 16px;
  }

  .cf-black-review-stars-4 {
    width: 100px;
    background-color: transparent;
  }

  .cf-hero-testimonial-contain-2 {
    bottom: -40%;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    flex-direction: column;
    align-items: flex-start;
    background-color: #1d2939;
  }

  .cf-testimonial-logo-image-2 {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .cf-star-image-2 {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .cf-testmonial-text-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 4px;
  }

  .cf-cta-arrow-div-3 {
    flex: 0 0 auto;
  }

  .cf-button-text-3 {
    flex: 0 0 auto;
    font-size: 18px;
  }

  .cf-cta-button-3 {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button-3.rectangle {
    padding-left: 50px;
  }

  .cf-18px-paragraph-5 {
    font-size: 16px;
  }

  .cf-18px-paragraph-5.header-2 {
    font-size: 14px;
  }

  .cf-64px-heading-2 {
    font-size: 40px;
    line-height: 110%;
  }

  .cf-video-play-button-inside-2 {
    background-image: linear-gradient(127deg, #07eeff, #0ba5b1 54%, #026159);
  }

  .cf-video-play-button-2 {
    left: 0%;
    top: 30%;
    right: 0%;
    bottom: auto;
    width: 64px;
    height: 64px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .cf-video-thumbnail-2 {
    width: 100%;
  }

  .cf-video-laptop-bar-image-2 {
    top: -26px;
  }

  .cf-video-2 {
    height: 200px;
  }

  .cf-video-heading-2 {
    font-size: 30px;
  }

  .cf-wrapper-1163.video-wrapper {
    position: static;
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .brix---paragraph-default-3 {
    color: #d0d5dd;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }

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

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

  .brix---grid-3-columns {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
  }

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

  .brix---container-default-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .brix---section-3 {
    padding-top: 20px;
    padding-bottom: 0px;
    background-color: #0d0e10;
  }

  .brix---text-100-medium {
    font-size: 18px;
  }

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

  .brix---content-inside-card-v9 {
    padding: 20px 20px 10px;
  }

  .brix---image-width-100 {
    margin-top: -16px;
  }

  .brix---card {
    border-style: none;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .cf-tab-image-3 {
    border-radius: 20px;
  }

  .cf-18px-paragraph-dim-grey-2 {
    color: #c7c7c7;
    font-size: 16px;
  }

  .cf-18px-paragraph-dim-grey-2._16px-margin {
    color: #ccc;
    font-weight: 500;
  }

  .cf-tab-heading-2 {
    color: #fff;
    font-size: 20px;
  }

  .cf-tab-content-2 {
    padding-top: 16px;
    grid-row-gap: 8px;
  }

  .cf-tab-main-heading-2 {
    color: #fff;
    font-size: 30px;
  }

  .cf-feature-tabs-wrapper-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .cf-feature-tabs-section-2 {
    background-color: #0d0e10;
  }

  .div-block-7 {
    display: flex;
    padding-top: 0px;
    justify-content: center;
    align-items: center;
  }

  .image-8 {
    width: 250px;
    padding-top: 40px;
  }

  .brand {
    display: inline-block;
  }

  .section-8 {
    background-color: #0d0e10;
  }

  .div-block-9 {
    display: flex;
    padding-top: 5px;
    padding-bottom: 0px;
    justify-content: center;
  }

  .image-10 {
    width: 160px;
  }

  .left-arrow {
    position: static;
  }

  .text-span-13 {
    color: #00ffea;
    font-weight: 700;
  }

  .text-span-14 {
    text-decoration: line-through;
  }

  .brix---image-wrapper-br-24px-2 {
    border-radius: 16px;
  }

  .brix---gallery-v5-col-hidden-2 {
    display: none;
  }

  .brix---gallery-v5-col-2 {
    grid-row-gap: 16px;
  }

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

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

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

  .brix---container-default-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .html-embed-7 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .html-embed-8 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .cf-18px-paragraph-6 {
    font-size: 16px;
  }

  .cf-round-testimonial-image-3 {
    left: 20px;
  }

  .cf-testimonial-black-image-3 {
    max-width: 300px;
  }

  .cf-home-testimonial-wrap-3 {
    margin-top: 60px;
  }

  .cf-82px-heading---black-3 {
    font-size: 32px;
  }

  .cf-call-arrow-button-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cf-gradient-span-7 {
    background-image: linear-gradient(90deg, #00fff0 20%, #06d7cb 60%, #05d0c4 80%, #00fff0);
    line-height: 110%;
  }

  .cf-heading-part-9 {
    justify-content: center;
    flex-wrap: wrap;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .cf-1140px-wrapper---home-vertical-4 {
    max-width: 1140px;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .cf-hero-section-9 {
    padding-bottom: 20px;
  }

  .div-block-10 {
    width: 290px;
    margin-top: 0px;
    padding-top: 20px;
  }

  .image-12 {
    border: 0px none #000;
  }

  .div-block-11 {
    display: flex;
    width: 320px;
    height: 730px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    justify-content: center;
    border-radius: 20px;
    outline-color: #00ffea;
    outline-offset: 0px;
    outline-style: dashed;
    outline-width: 2px;
  }

  .div-block-12 {
    display: flex;
    justify-content: center;
  }

  .text-block-14 {
    margin-bottom: 20px;
    padding: 5px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #00ffea;
    border-radius: 20px;
    font-family: Montserrat, sans-serif;
    color: #00ffea;
    font-size: 12px;
  }

  .right-arrow {
    z-index: 1;
    display: block;
  }

  .button-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
  }
}

#w-node-f7ea7db4-1fc4-385d-b8db-7d6155d9dae8-d95db267 {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f7ea7db4-1fc4-385d-b8db-7d6155d9dae8-49ba0ed7 {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f7ea7db4-1fc4-385d-b8db-7d6155d9dae8-1a01c2bb {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f7ea7db4-1fc4-385d-b8db-7d6155d9dae8-88c356d0 {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f7ea7db4-1fc4-385d-b8db-7d6155d9dae8-5c9620da {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f7ea7db4-1fc4-385d-b8db-7d6155d9dae8-8b25a0f6 {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f7ea7db4-1fc4-385d-b8db-7d6155d9dae8-3e9c9302 {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-f7ea7db4-1fc4-385d-b8db-7d6155d9dae8-d95db267 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f7ea7db4-1fc4-385d-b8db-7d6155d9dae8-49ba0ed7 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f7ea7db4-1fc4-385d-b8db-7d6155d9dae8-1a01c2bb {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f7ea7db4-1fc4-385d-b8db-7d6155d9dae8-88c356d0 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f7ea7db4-1fc4-385d-b8db-7d6155d9dae8-5c9620da {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f7ea7db4-1fc4-385d-b8db-7d6155d9dae8-8b25a0f6 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f7ea7db4-1fc4-385d-b8db-7d6155d9dae8-3e9c9302 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

