:root {
  --base--background: #fff;
  --neutral--400: #6a6a6b;
  --base--white: #fff;
  --radius--40px: 40px;
  --white--12: #ffffff1f;
  --white--8: #ffffff14;
  --white--16: #ffffff29;
  --white--2: #ffffff05;
  --neutral--900: #161618;
  --white--80: #fffc;
  --neutral--500: #424243;
  --neutral--600: #303031;
  --neutral--700: #252527;
  --neutral--800: #1b1b1d;
  --base--black: black;
  --neutral--300: #a6a6a6;
  --white--6: #ffffff0f;
  --white--10: #ffffff1a;
  --white--64: #ffffffa3;
  --radius--24px: 24px;
  --white--4: #ffffff0a;
  --radius--8px: 8px;
  --white--1: #ffffff03;
  --radius--12px: 12px;
  --radius--20px: 20px;
  --black--48: #0000007a;
  --radius--6px: 6px;
  --white--20: #fff3;
  --yellow--250: #fce48d;
  --purple--250: #b98dfc;
  --white--24: #ffffff3d;
  --black--2: #00000005;
  --black--72: #000000b8;
  --radius--16px: 16px;
  --black--80: #000c;
  --black--64: #000000a3;
  --black--56: #0000008f;
  --black--40: #0006;
  --black--36: #0000005c;
  --black--32: #00000052;
  --black--20: #0003;
  --black--24: #0000003d;
  --black--16: #00000029;
  --black--12: #0000001f;
  --black--10: #0000001a;
  --black--8: #00000014;
  --black--6: #0000000f;
  --black--4: #0000000a;
  --black--1: #00000003;
  --blue--250: #18282a;
  --blue--500: #2e4d52;
  --blue--750: #5c9ba3;
  --blue--1000: #8deffc;
  --gray--100: #fafafa;
  --green--1000: #182a1b;
  --green--750: #2e5234;
  --green--500: #5ca367;
  --green--250: #8dfc9d;
  --pink--1000: #2a1826;
  --pink--750: #522e4a;
  --pink--500: #a35c94;
  --pink--250: #fc8de4;
  --purple--1000: #1f182a;
  --purple--750: #3c2e52;
  --purple--500: #785ca3;
  --radius--32px: 32px;
  --radius--10px: 10px;
  --radius--4px: 4px;
  --white--72: #ffffffb8;
  --white--56: #ffffff8f;
  --white--48: #ffffff7a;
  --white--40: #fff6;
  --white--36: #ffffff5c;
  --white--32: #ffffff52;
  --yellow--1000: #2a2618;
  --yellow--750: #51492f;
  --yellow--500: #a3945c;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--base--background);
  color: var(--neutral--400);
  background-image: url('../images/Stars.png');
  background-position: 0 0;
  background-size: 1440px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

h1 {
  color: var(--base--white);
  letter-spacing: -.22px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  color: var(--base--white);
  letter-spacing: -.19px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  color: var(--base--white);
  letter-spacing: -.17px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  color: var(--base--white);
  letter-spacing: -.17px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}

h5 {
  color: var(--base--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  color: var(--base--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 0;
}

ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 32px;
}

ol {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 40px;
  font-size: 16px;
}

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

blockquote {
  border-style: solid;
  border-width: 1px;
  border-radius: 12px;
  margin-top: 16px;
  margin-bottom: 40px;
  padding: 24px 32px;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-regular {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 28.35px;
  line-height: 43px;
}

.paragraph-regular._100 {
  color: #afadac;
  margin-bottom: 0;
}

.template-typography-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--radius--40px);
  background-color: var(--white--12);
  background-image: linear-gradient(to bottom, var(--white--8), #8e78b014);
  box-shadow: inset 0 1px .75px 0 var(--white--16), inset 0 0 1px 0 var(--white--12);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
}

.button-primary:hover {
  background-color: var(--white--8);
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--white--8);
  border-radius: var(--radius--40px);
  color: var(--base--white);
  text-align: center;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  transition: all .3s;
  display: inline-block;
}

.button-outline:hover {
  border-color: var(--white--12);
  background-color: var(--white--2);
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--base--white);
  text-align: center;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  position: relative;
}

.paragraph-small {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 15px;
}

.paragraph-style-wrap {
  max-width: 560px;
}

.container-small {
  width: 100%;
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-x-small {
  width: 100%;
  max-width: 768px;
  margin-bottom: 58px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-regular {
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 28px;
  display: flex;
  position: relative;
}

.container-regular._404 {
  padding-bottom: 0;
}

.container-regular._5001 {
  margin-left: 0;
  margin-right: 0;
}

.container-regular.reg {
  padding-bottom: 0;
}

.section {
  z-index: 2;
  color: var(--neutral--900);
  background-color: #000;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 0 52px;
  display: flex;
  position: relative;
}

.section._2 {
  background-image: url('../images/secao1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-width: 0;
}

.section._5 {
  background-color: #ff6d01;
}

.section._200 {
  background-image: url('../images/secao3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
}

.section._300 {
  background-image: url('../images/SECAO44.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 54px;
}

.section._222 {
  background-color: #fff;
}

.section.sectionn {
  background-color: #307a3e;
}

.section-small {
  background-color: #000;
  padding: 64px 5%;
  position: relative;
}

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

.template-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.template-link-dark {
  color: var(--white--80);
  text-decoration: underline;
}

.template-colors {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.template-color {
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  min-width: 140px;
  min-height: 150px;
  padding: 4px;
  display: flex;
}

.template-color.white {
  background-color: #fff;
  border: 1px solid #ebebeb;
}

.template-color.neutral-400 {
  background-color: var(--neutral--400);
}

.template-color.neutral-500 {
  background-color: var(--neutral--500);
}

.template-color.neutral-600 {
  background-color: var(--neutral--600);
}

.template-color.neutral-700 {
  background-color: var(--neutral--700);
}

.template-color.neutral-800 {
  background-color: var(--neutral--800);
}

.template-color.neutral-900 {
  background-color: var(--neutral--900);
}

.template-color.neutral-black {
  background-color: var(--base--black);
}

.template-color.neutral-300 {
  background-color: var(--neutral--300);
}

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

.template-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.template-style-guide {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: flex-start;
  display: flex;
}

.template-link-block {
  grid-column-gap: 16px;
  color: var(--base--white);
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 4px;
  align-items: center;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.template-link-block:hover {
  border: 1px solid #ebebeb;
}

.template-main {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.template-section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  margin-bottom: 32px;
  display: flex;
}

.template-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 320px;
  padding: 8px;
  display: flex;
  position: sticky;
  top: 32px;
}

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

.container-lines-regular {
  z-index: 1;
  border: 1px #000;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 48px 62px;
  position: relative;
}

.container-lines-regular._406 {
  padding: 0;
}

.lines-group {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.line-vertical-left {
  z-index: 1;
  background-color: var(--neutral--800);
  width: 1px;
  height: auto;
  position: absolute;
  inset: 4.5px auto 0% 0%;
}

.line-horizontal {
  z-index: 0;
  background-color: var(--neutral--800);
  pointer-events: none;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.line-vertical-right {
  z-index: 1;
  background-color: var(--neutral--800);
  width: 1px;
  height: auto;
  position: absolute;
  inset: 4.5px 0% 0% auto;
}

.line-dot {
  z-index: 5;
  border: 1px solid var(--neutral--800);
  background-color: #0d0d11;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
}

.line-dot.bottom-left {
  inset: auto auto -4.5px -4.5px;
}

.line-dot.bottom-right {
  inset: auto -4.5px -4.5px auto;
}

.line-dot.top-left {
  inset: -4.5px auto auto -4.5px;
}

.line-dot.top-right {
  inset: -4.5px -4.5px auto auto;
}

.hero-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.wrap-v-small.align-v-l {
  margin-bottom: 34px;
}

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

.badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--white--6);
  background-color: var(--white--2);
  box-shadow: inset 0 -4px 12px 0 var(--white--10);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--base--white);
  border-radius: 99px;
  align-items: center;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
}

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

.gradient-span {
  background-image: linear-gradient(180deg, var(--base--white), var(--white--64));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.headline-large {
  color: var(--base--white);
  letter-spacing: -.05px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.headline-regular {
  color: var(--neutral--400);
  letter-spacing: -.04px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.max-width-x-small {
  width: 400px;
  max-width: none;
  font-family: Poppins, sans-serif;
}

.max-width-x-small.spacing-c {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.max-width-x-small._222 {
  width: 100%;
  max-width: 1212px;
}

.video-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
}

.video-container-lines._5002 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.video-container-lines._550 {
  max-width: 1229px;
  padding-left: 0;
  padding-right: 0;
}

.video-lightbox-wrapper {
  background-color: #ff6d01;
  background-image: linear-gradient(#ff6d01, #ff6d01);
  border-radius: 38.7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.video-lightbox-link {
  border: 1px solid var(--white--6);
  background-color: var(--white--2);
  box-shadow: inset 0 -16px 24px 0 var(--white--10);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 100%;
  padding: 36px;
  transition: transform .3s;
  position: absolute;
}

.video-lightbox-link:hover {
  transform: scale(1.2);
}

.logo-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.logo {
  cursor: pointer;
  flex: none;
  width: 32px;
  height: 32px;
  transition: all .3s;
}

.logo:hover {
  transform: scale(1.15);
}

.feature-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 112px 48px 40px;
  position: relative;
}

.feature-container-lines._101010 {
  padding-top: 66px;
  padding-bottom: 0;
}

.title-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1060px;
  margin-bottom: 59px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.noise {
  z-index: 99999;
  opacity: .22;
  pointer-events: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
}

.grid-two-column._22 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-card {
  border: 1px none var(--neutral--800);
  border-radius: var(--radius--24px);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #8888a500;
  background-image: none;
  padding: 4px;
  display: flex;
  position: relative;
}

.feature-card._23 {
  background-color: #8888a500;
  background-image: none;
  justify-content: center;
  align-items: flex-start;
}

.feature-card._24._25 {
  background-color: #8888a500;
  background-image: none;
}

.feature-card._000 {
  justify-content: center;
  align-items: center;
}

.feature-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 36px 24px;
  display: flex;
}

.icon-wrap {
  border: 1px solid var(--white--4);
  border-radius: var(--radius--8px);
  background-color: var(--white--1);
  box-shadow: inset 0 -4px 8px 0 var(--white--6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  justify-content: center;
  align-items: center;
  padding: 13px;
  display: flex;
  position: relative;
}

.feature-icon {
  z-index: 2;
  flex: none;
  width: 22px;
  height: 22px;
  position: relative;
}

.icon-blur {
  z-index: 0;
  pointer-events: none;
  position: absolute;
}

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

.h6-heading {
  color: var(--base--white);
  letter-spacing: -.1px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.feature-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px none var(--neutral--800);
  border-radius: var(--radius--12px) var(--radius--12px) var(--radius--20px) var(--radius--20px);
  background-color: #fff0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.feature-inner._110 {
  background-color: #ef5e25;
  border-style: none;
}

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

.wrap-h-xsmall {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.wrap-h-xsmall.wrap-child {
  flex-wrap: wrap;
}

.align-c {
  align-items: center;
  display: flex;
}

.feature-badge {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: .8px solid var(--white--10);
  border-radius: var(--radius--40px);
  background-color: var(--white--4);
  box-shadow: inset 0 -4px 12px 0 var(--white--10);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
  align-items: center;
  padding: 2px 8px 2px 6px;
  font-size: 12px;
  line-height: 1.7;
  transition: color .2s, opacity .2s;
  display: flex;
}

.feature-badge:hover {
  border-color: var(--white--16);
  color: var(--base--white);
}

.horizontal-divider-dash {
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

.horizontal-divider-dash.feature {
  margin-top: 26px;
  margin-bottom: 6px;
}

.navbar {
  z-index: 97;
  background-color: #0000;
  padding-left: 3%;
  padding-right: 3%;
}

.nav-container-lines {
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 48px;
  position: relative;
}

.nav-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.nav-logo {
  height: 32px;
}

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

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

.navigation-link {
  border-radius: var(--radius--40px);
  color: var(--base--white);
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.7;
  transition: all .3s;
}

.navigation-link:hover {
  background-color: var(--white--6);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.navigation-link.w--current {
  background-color: var(--white--6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: var(--base--white);
}

.full-page {
  position: relative;
  overflow: hidden;
}

.home-lights {
  z-index: 98;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.light-left {
  width: 80vw;
  max-width: 1440px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.light-right {
  width: 80vw;
  max-width: 1440px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-bg {
  pointer-events: none;
  display: none;
}

.button-background {
  z-index: 0;
  background-color: var(--white--12);
  pointer-events: none;
  border-radius: 99px;
  position: absolute;
  inset: 0%;
}

.button {
  z-index: 2;
  border: 4px solid var(--base--background);
  background-color: var(--white--12);
  background-image: linear-gradient(to bottom, var(--white--8), #8e78b014);
  box-shadow: inset 0 .75px .75px 0 var(--white--16), inset 0 1px 0 0 var(--white--12);
  -webkit-backdrop-filter: blur(120px);
  backdrop-filter: blur(120px);
  border-radius: 99px;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.7;
  position: relative;
}

.feature-button-small {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: .8px solid var(--white--6);
  border-radius: var(--radius--6px);
  background-color: var(--white--2);
  box-shadow: inset 0 -4px 12px 0 var(--white--6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--base--white);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4px 10px 4px 8px;
  font-size: 12px;
  line-height: 1.7;
  transition: all .3s;
  display: flex;
}

.feature-button-small:hover {
  border-color: var(--white--20);
  background-color: var(--white--4);
}

.feature-card-buton-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  display: flex;
}

.feature-line {
  background-image: linear-gradient(to right, var(--yellow--250), var(--purple--250));
  width: 48px;
  height: 2px;
  position: absolute;
  inset: 1px auto auto 40px;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

.wrap-v-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.feature-button {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: .8px solid var(--white--6);
  border-radius: var(--radius--6px);
  background-color: var(--white--2);
  box-shadow: inset 0 -4px 12px 0 var(--white--6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--base--white);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.7;
  transition: all .3s;
  display: flex;
}

.feature-button:hover {
  border-color: var(--white--20);
  background-color: var(--white--4);
}

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

.feature-caption {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.carousel-wrapper {
  background-color: #307a3e;
  align-items: center;
  width: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.carousel {
  flex: none;
  align-items: center;
  display: flex;
}

.carousel.reverse {
  justify-content: flex-end;
}

.carousel-group {
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

.carousel-item-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--base--white);
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.text-block {
  color: #f6d423;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 17px;
}

.carousel-container-lines {
  z-index: 5;
  border: 1px #000;
  width: 100%;
  max-width: 1128px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.grid-v-full-left {
  z-index: 1;
  background-color: var(--neutral--800);
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.grid-v-full-right {
  z-index: 1;
  background-color: var(--neutral--800);
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.carousel-overlay {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.content-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 48px;
  position: relative;
}

.content-container-lines._401 {
  padding: 0 0 87px;
}

.content-container-lines._405 {
  padding: 0;
}

.hero-badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px none var(--white--6);
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--base--white);
  background-color: #fff0;
  border-radius: 99px;
  align-items: center;
  padding: 4px 8px 4px 6px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
}

.navigation-line {
  background-image: linear-gradient(to right, var(--yellow--250), var(--purple--250));
  width: 120px;
  height: 2px;
  position: absolute;
  inset: auto auto -34px 0%;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

.wrap-v-xlarge {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.wrap-h-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.label-regular {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 49px;
}

.icon-line {
  z-index: 4;
  background-image: linear-gradient(to right, var(--yellow--250), var(--purple--250));
  pointer-events: none;
  width: 24px;
  height: 1px;
  position: absolute;
  inset: 0% auto auto;
  box-shadow: 0 33px 80px #fce48fcc, 0 16px 40px #bb8ffccc, 0 10px 24px #fce48fa3, 0 12px 24px #bb8ffcb8, 0 4.2px 10.5px #fce48f99, 0 2.5px 6.25px #bb8ffc73, 0 1.5px 3.6px #fce48f66, 0 .66px 1.6px #bb8ffc3d;
}

.content-form-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  display: flex;
}

.input-icon {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.text-field {
  border: 1px solid var(--white--12);
  border-radius: var(--radius--40px);
  background-color: var(--white--1);
  box-shadow: inset 0 -4px 12px 0 var(--white--6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--base--white);
  min-height: 36px;
  margin-bottom: 0;
  padding: 6px 10px 6px 32px;
  font-size: 12px;
  line-height: 1.7;
}

.text-field:focus {
  border-color: var(--white--24);
}

.text-field::placeholder {
  color: var(--neutral--400);
}

.button-primary-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--white--6);
  border-radius: var(--radius--40px);
  background-color: var(--white--12);
  background-image: linear-gradient(to bottom, var(--white--8), #8e78b014);
  box-shadow: inset 0 .75px .75px 0 var(--white--16), inset 0 0 1px 0 var(--white--12);
  color: #fff;
  text-align: center;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  transition: all .3s;
}

.button-primary-small:hover {
  background-color: var(--white--6);
}

.form-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: absolute;
  left: 10px;
}

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

.hint {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--neutral--400);
  align-items: center;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
}

.hint-link {
  color: var(--base--white);
  font-size: 12px;
  line-height: 1.7;
}

.image-wrap-border {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--neutral--800);
  border-radius: var(--radius--12px) var(--radius--12px) var(--radius--20px) var(--radius--20px);
  flex-direction: column;
  align-items: stretch;
}

.image-wrap {
  border: 1px solid var(--neutral--800);
  border-radius: var(--radius--24px);
  background-color: #0707093d;
  background-image: linear-gradient(to bottom, var(--white--2), #fff0);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  max-width: 384px;
  padding: 4px;
  position: relative;
}

.integration-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 552px;
  margin-bottom: 96px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.integration-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 96px;
  display: flex;
  position: relative;
}

.carousel-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--neutral--800);
  border-radius: var(--radius--12px);
  background-color: #0707093d;
  background-image: linear-gradient(to bottom, var(--white--2), #fff0);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--neutral--300);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 168px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 20px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
}

.carousel-holder {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.carousel-holder.reverse {
  justify-content: flex-end;
}

.integration-circle {
  border-radius: 100%;
  padding: 32px;
  position: absolute;
  inset: auto;
}

.integration-circle-inner {
  z-index: 2;
  border: 1px solid var(--neutral--800);
  background-color: #0707093d;
  background-image: linear-gradient(to bottom, var(--black--2), #fff0);
  box-shadow: 0 0 1px 32px var(--white--4), 0 12px 40px 0 var(--black--72);
  -webkit-backdrop-filter: blur(48px);
  backdrop-filter: blur(48px);
  text-align: center;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 262px;
  height: 262px;
  display: flex;
  position: relative;
}

.circle-background {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.h3-heading {
  color: var(--base--white);
  letter-spacing: -.17px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.headline-small {
  letter-spacing: -.03px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.circle-dash-border {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 456px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-title._402 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.pricing-features-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 74px;
}

.feature-image {
  z-index: 2;
  border-radius: var(--radius--12px) var(--radius--12px) var(--radius--6px) var(--radius--6px);
  position: relative;
  overflow: hidden;
}

.feature-card-small {
  border: 1px none var(--neutral--800);
  border-radius: var(--radius--16px);
  background-color: #58ac30;
  background-image: linear-gradient(180deg, var(--white--2), #fff0);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  padding: 0 0 25px 25px;
  position: relative;
}

.feature-card-small._33 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  background-image: none;
  border-style: none;
}

.feature-card-small._34 {
  background-color: #b8dda700;
  background-image: none;
  border-style: none;
}

.feature-card-small._35 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #edf0eb00;
  background-image: none;
  border-style: none;
}

.feature-card-small._36 {
  background-color: #58ac3000;
  background-image: none;
  border-style: none;
}

.feature-card-small._37, .feature-card-small._38 {
  background-color: #ff6d01;
  background-image: none;
}

.feature-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 20px 20px;
  display: flex;
}

.container-lines-large {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 48px;
  position: relative;
}

.container-lines-large.overflow {
  overflow: hidden;
}

.container-lines-large._5000 {
  margin-left: 0;
  margin-right: 0;
  padding: 75px 0 0;
}

.container-lines-large._1100 {
  padding-top: 75px;
  padding-bottom: 58px;
}

.linear-border {
  z-index: 0;
  border-radius: var(--radius--12px) var(--radius--12px) var(--radius--6px) var(--radius--6px);
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.linear-border.pricing {
  top: 4px;
  left: 4px;
  right: 4px;
}

.linear-border.bento {
  border-radius: var(--radius--20px);
  bottom: 4px;
  left: 4px;
  right: 4px;
}

.linear-border.contact {
  border-radius: var(--radius--12px);
  bottom: 4px;
  left: 4px;
  right: 4px;
}

.linear-border.cta-border {
  z-index: 3;
  border-radius: var(--radius--8px);
}

.linear-code {
  display: none;
}

.feature-image-wrap {
  position: relative;
}

.cta-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--neutral--800);
  border-radius: var(--radius--12px);
  background-color: var(--base--background);
  flex-direction: column;
  padding: 16px 24px 24px;
  position: relative;
}

.cta-feature.first {
  border-top-left-radius: var(--radius--24px);
}

.cta-feature.last {
  border-top-right-radius: var(--radius--24px);
}

.cta-feature-line {
  z-index: 40;
  background-image: linear-gradient(to right, var(--yellow--250), var(--purple--250));
  width: 32px;
  height: 2px;
  position: absolute;
  inset: 1px auto auto 24px;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

.cta-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border: 1px solid var(--neutral--800);
  border-radius: var(--radius--12px) var(--radius--12px) var(--radius--24px) var(--radius--24px);
  background-color: var(--base--background);
  background-image: linear-gradient(to bottom, var(--white--4), #fff0);
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding: 4px 6px 4px 4px;
  display: flex;
}

.cta-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  padding-top: 44px;
  padding-bottom: 44px;
  padding-left: 44px;
  display: flex;
}

.cta-side {
  border-radius: var(--radius--8px);
  width: 100%;
  max-width: 380px;
  padding: 44px 1px 44px 44px;
  position: relative;
  overflow: hidden;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

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

.cta-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: .8px solid var(--white--6);
  border-radius: var(--radius--6px);
  background-color: var(--white--2);
  box-shadow: inset 0 -4px 12px 0 var(--white--4);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--base--white);
  flex: none;
  align-items: center;
  padding: 8px 12px 8px 10px;
  font-size: 12px;
  line-height: 1.4;
  display: flex;
}

.cta-badge.empty {
  border-right-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex: 1;
  margin-right: -8px;
}

.cta-overlay {
  z-index: 3;
  border-top-right-radius: var(--radius--8px);
  border-bottom-right-radius: var(--radius--16px);
  background-image: linear-gradient(to right, #14141700, #101013);
  width: 20%;
  position: absolute;
  inset: 1px 0 1px auto;
}

.cta-button-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.label-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
}

.faq-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.plus {
  color: #000;
  background-color: #000;
  border-radius: 20px;
  width: 24px;
  height: 24px;
}

.minus {
  z-index: 0;
  opacity: 0;
  background-color: #000;
  background-image: url('../images/Minus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 24px;
  height: 24px;
  display: none;
  position: absolute;
}

.faq-question {
  grid-column-gap: 16px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-dropdown-list {
  background-color: #0000;
  display: block;
  position: relative;
}

.faq-dropdown {
  border: 1px solid var(--white--6);
  border-radius: var(--radius--12px);
  background-color: var(--base--background);
  cursor: pointer;
  width: 100%;
  overflow: hidden;
}

.faq-icon {
  background-color: #000;
  background-image: url('../images/Minus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.faq-toggle {
  z-index: 2;
  width: 100%;
  padding: 24px;
}

.faq-answer {
  padding-left: 24px;
  padding-right: 64px;
  position: relative;
  top: -20px;
}

.footer-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 48px;
  position: relative;
}

.footer-line {
  z-index: 40;
  background-image: linear-gradient(to right, var(--yellow--250), var(--purple--250));
  width: 40px;
  height: 2px;
  position: absolute;
  inset: -96px auto auto 0;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

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

.footer-links {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 432px;
  display: flex;
}

.footer-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--neutral--400);
  align-items: center;
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link:hover {
  color: var(--neutral--300);
}

.footer-main {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 680px;
  display: flex;
}

.footer-contact-details {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.footer-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.footer-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.h4-heading {
  color: var(--base--white);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}

.footer-side {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 296px;
  display: flex;
}

.container-lines-legal {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 48px;
  position: relative;
}

.footer-legal-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.footer-base-link {
  color: var(--neutral--400);
  font-size: 12px;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
}

.footer-base-link:hover {
  color: var(--neutral--300);
}

.header-center-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-three-column {
  grid-column-gap: 119px;
  background-image: url('../images/secao4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2.1%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-bottom: 78px;
}

.pricing-card {
  border: 1px none var(--neutral--800);
  border-radius: var(--radius--16px);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #eaeaea;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  padding: 4px;
  display: flex;
  position: relative;
}

.pricing-card._11 {
  padding-bottom: 0;
}

.pricing-card._007 {
  padding-top: 35px;
}

.pricing-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--radius--12px);
  flex-direction: column;
  padding: 24px 28px 28px;
  display: flex;
  position: relative;
}

.h-space-between {
  justify-content: space-between;
  display: flex;
}

.pricing-badge {
  border: 1px solid var(--white--6);
  border-radius: var(--radius--40px);
  background-color: var(--white--2);
  box-shadow: inset 0 -4px 12px 0 var(--white--10);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--base--white);
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.7;
}

.pricing-divider {
  background-color: var(--white--8);
  width: 100%;
  height: 1px;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  padding: 1px 5%;
  position: relative;
}

.utility-page-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.light-wrap {
  width: 100%;
  min-width: 1440px;
  position: relative;
}

.pricing-feature-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px none var(--neutral--800);
  border-radius: var(--radius--24px);
  background-color: #ff6d01;
  background-image: linear-gradient(180deg, var(--white--2), #fff0);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.pricing-feature-card._111 {
  background-color: #ff7006;
  border-style: none;
}

.pricing-feature-card._111._1112 {
  background-color: #fff;
  border-style: none;
}

.pricing-feature-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-wrap-rounded {
  border: 1px solid var(--white--6);
  background-color: var(--white--1);
  box-shadow: inset 0 -4px 8px 0 var(--white--6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 100%;
  flex: none;
  padding: 14px;
}

.wrap-h-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.accent-line {
  z-index: 40;
  background-image: linear-gradient(to right, var(--yellow--250), var(--purple--250));
  width: 32px;
  height: 2px;
  position: absolute;
  inset: 1px auto auto 24px;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

.accent-line.bento-line {
  width: 48px;
  left: 40px;
}

.accent-line.contact-line {
  width: 24px;
}

.prcing-features-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 792px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-text {
  width: 100%;
  max-width: 288px;
}

.contact-form-wrapper {
  width: 100%;
  max-width: 300px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.field-label {
  color: var(--neutral--300);
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
}

.form-input {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.text-area {
  border: 1px solid var(--white--12);
  border-radius: var(--radius--12px);
  background-color: var(--white--1);
  box-shadow: inset 0 -4px 12px 0 var(--white--6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--base--white);
  min-height: 96px;
  margin-bottom: 0;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.7;
}

.text-area::placeholder {
  color: var(--neutral--400);
}

.submit-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--radius--40px);
  background-color: var(--white--12);
  background-image: linear-gradient(to bottom, var(--white--8), #8e78b014);
  box-shadow: inset 0 1px .75px 0 var(--white--16), inset 0 0 1px 0 var(--white--12);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  text-align: center;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.contact-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--neutral--800);
  border-radius: var(--radius--16px);
  background-color: #0707093d;
  background-image: linear-gradient(to bottom, var(--white--2), #fff0);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  flex-direction: column;
  position: relative;
}

.contact-content {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.contact-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--base--white);
  align-items: center;
  line-height: 1.7;
  text-decoration: none;
  display: flex;
}

.cta-badge-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  margin-right: -2px;
  display: flex;
}

._404-icon {
  border: 1px solid var(--white--6);
  background-color: var(--white--1);
  box-shadow: inset 0 -4px 8px 0 var(--white--6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 100%;
  flex: none;
  padding: 16px;
}

.base-grid-small {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.password-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.password-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  pointer-events: none;
}

.error-password {
  background-color: #0000;
}

.error-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.error-message {
  background-color: #0000;
  margin-top: 12px;
  padding: 0;
}

.error-inner {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.success-message {
  border: 1px solid var(--white--8);
  border-radius: var(--radius--12px);
  background-color: var(--white--6);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  padding: 24px;
  font-size: 14px;
  line-height: 1.7;
}

.footer-form-block {
  max-width: 456px;
  margin-bottom: 0;
}

.footer-contact-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--neutral--400);
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-contact-link:hover {
  color: var(--neutral--300);
}

.paragraph-large {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.7;
}

.pricing-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}

.pricing-grid.grid {
  margin-bottom: 0;
}

.template-button-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.clone-banner-delete-me {
  z-index: 99;
  border-top: 1px solid var(--neutral--800);
  background-color: var(--neutral--700);
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.clone-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-right: 1px solid var(--neutral--800);
  border-left: 1px solid var(--neutral--800);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  display: flex;
}

.clone-text-heading {
  font-size: 16px;
  line-height: 24px;
}

.clone-text-paragraph {
  color: var(--neutral--300);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.clone-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--radius--40px);
  background-color: var(--white--12);
  background-image: linear-gradient(to bottom, var(--white--8), #8e78b014);
  box-shadow: inset 0 1px .75px 0 var(--white--16), inset 0 0 1px 0 var(--white--12);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
}

.clone-button:hover {
  background-color: var(--white--8);
}

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

.clone-close {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--radius--40px);
  background-color: var(--white--12);
  background-image: linear-gradient(to bottom, var(--white--8), #8e78b014);
  box-shadow: inset 0 1px .75px 0 var(--white--16), inset 0 0 1px 0 var(--white--12);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
}

.clone-close:hover {
  background-color: var(--white--8);
}

.clone-cookie-script {
  display: none;
}

.image-2 {
  width: 248px;
  height: 155px;
  margin-bottom: 34px;
}

.heading {
  color: #479a45;
  text-transform: uppercase;
  width: 350px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

.text-span {
  color: #ed7824;
}

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

.div-block {
  background-color: #469844;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  margin-bottom: 13px;
  display: flex;
}

.div-block._1 {
  margin-bottom: 36px;
}

.body {
  background-color: #fff0;
  background-image: none;
}

.image-3 {
  margin-left: -15px;
  margin-right: 15px;
}

.text-block-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 40px;
}

.button-2 {
  background-color: #3898ec00;
  background-image: linear-gradient(#307a3e, #f69e23);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  max-width: 374px;
  height: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.image-4, .image-5, .image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12, .image-13, .image-14, .image-15 {
  width: 43px;
}

.div-block-2 {
  background-color: #307a3e;
  border: 1px #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-slider {
  background-color: #fff0;
  border-bottom: 1px #e4ebf3;
  padding: 0;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 47.5%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff0;
  padding-bottom: 0;
  display: flex;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.heading-2 {
  color: #f6d423;
  margin-bottom: 11px;
  font-family: Poppins, sans-serif;
  font-size: 32.25px;
  font-weight: 400;
  line-height: 45px;
}

.text-block-3 {
  color: #fff;
  max-width: 300px;
  font-family: Poppins, sans-serif;
  font-size: 20.56px;
  line-height: 33px;
}

.image-16 {
  width: 100px;
  height: 100px;
  margin-right: 15px;
}

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

.heading-3 {
  color: #ffd600;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

.text-span-3 {
  color: #ffd601;
}

.heading-4 {
  color: #ff6d01;
  font-family: Poppins, sans-serif;
  line-height: 56px;
}

.image-17 {
  width: 113px;
  margin-top: -56px;
  margin-bottom: 20px;
}

.div-block-4 {
  width: 250px;
  margin-bottom: 40px;
}

.text-block-4 {
  color: #000;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 20px;
}

.image-18, .image-19 {
  width: 342px;
}

.image-20 {
  width: 113px;
  margin-top: -56px;
}

.div-block-5 {
  width: 301px;
}

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

.text-block-5._20 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.image-21 {
  width: 113px;
  margin-top: -56px;
  margin-bottom: 20px;
}

.div-block-6 {
  text-align: center;
  width: 189px;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 20px;
}

.text-block-6 {
  color: #000;
  font-family: Poppins, sans-serif;
}

.image-22 {
  width: 342px;
}

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

.button-3 {
  background-color: #fff0;
  background-image: linear-gradient(#58ac30, #389f4a);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 402px;
  height: 75px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  display: flex;
}

.div-block-8 {
  text-align: center;
  background-color: #fbfbfb;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-9 {
  background-color: #fbfbfb;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10 {
  text-align: right;
  width: 100%;
}

.heading-5 {
  color: #f6d423;
  margin-bottom: 78px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 45px;
}

.heading-5._403 {
  color: #fff;
  margin-bottom: 11px;
  font-size: 37px;
  font-weight: 500;
  line-height: 56px;
}

.image-23 {
  width: 92px;
  margin-top: -45px;
}

.heading-6 {
  width: 266px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 29px;
}

.text-block-7 {
  color: #fcf3ff;
  width: 381px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.text-block-7._39 {
  width: 352px;
}

.text-block-7._40 {
  width: 298px;
}

.text-block-7._41 {
  margin-bottom: 20px;
}

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

.button-4 {
  justify-content: center;
  align-items: center;
  width: 56%;
  height: 75px;
  display: flex;
}

.text-block-8 {
  color: #f1f1f1;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 185px;
  max-width: 185px;
  height: 37px;
  font-family: Poppins, sans-serif;
  font-size: 17.17px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
}

.image-24 {
  text-align: center;
  width: 380px;
  margin-bottom: 20px;
}

.image-24._2 {
  width: 260px;
}

.image-24._70 {
  width: 290px;
}

.heading-7 {
  color: #ff6d01;
  text-align: center;
  justify-content: flex-end;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  display: flex;
}

.heading-7._600 {
  color: #307a3e;
}

.heading-8 {
  color: #000;
  text-align: center;
  margin-bottom: 44px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.heading-8._22 {
  margin-bottom: 44px;
}

.image-25 {
  width: 100px;
  position: absolute;
  inset: 20% 3% auto auto;
}

.image-25._9999 {
  display: none;
}

.text-block-9 {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
}

.text-block-10 {
  color: #000;
  text-align: center;
  margin-bottom: -30px;
  margin-left: 139px;
  font-family: Montserrat, sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 14px;
}

.div-block-12 {
  background-color: #ff6d01;
  border-radius: 5px;
  margin-top: -36px;
  margin-bottom: 25px;
}

.div-block-12._80 {
  display: none;
}

.div-block-12._3000 {
  margin-top: -22px;
}

.div-block-12._1101 {
  margin-top: -23px;
}

.button-5 {
  background-color: #307a3e;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 209px;
  height: 57px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14.5px;
  font-weight: 800;
  display: flex;
}

.image-26 {
  width: 131px;
}

.image-26._22 {
  margin-bottom: 3px;
}

.text-span-4 {
  color: #ff6d01;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 900;
}

.text-span-4._600 {
  color: #307a3e;
}

.text-span-5 {
  color: #ff6d01;
  margin-bottom: 23px;
  font-size: 31px;
  line-height: 50px;
}

.text-span-5._600 {
  color: #307a3e;
}

.image-27 {
  width: 113px;
  margin-top: -112px;
  margin-bottom: 35px;
}

.div-block-13 {
  width: 258px;
  height: auto;
  margin-bottom: 45px;
}

.text-block-11 {
  color: #000;
  width: 258px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.image-28 {
  width: 113px;
  margin-top: -156px;
  margin-bottom: 35px;
}

.image-28._020 {
  margin-top: -56px;
  margin-bottom: 35px;
}

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

.text-block-12 {
  color: #000;
  width: 251px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.text-block-12._122 {
  width: 277px;
}

.div-block-14 {
  margin-bottom: 45px;
}

.div-block-14._144 {
  margin-bottom: 15px;
}

.heading-9 {
  font-family: Poppins, sans-serif;
  font-size: 47px;
  line-height: 56px;
}

.text-block-13 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  line-height: 49px;
}

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

.button-6.button-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 34.5px;
}

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

.container-regular-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.video-lightbox-link-2 {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff05;
  border: 1px solid #ffffff0f;
  border-radius: 100%;
  padding: 36px;
  transition: transform .3s;
  position: absolute;
  box-shadow: inset 0 -16px 24px #ffffff1a;
}

.video-lightbox-link-2:hover {
  transform: scale(1.2);
}

.line-vertical-left-2 {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 4.5px auto 0% 0%;
}

.section-2 {
  z-index: 2;
  padding: 74px 3% 177px;
  position: relative;
}

.line-vertical-right-2 {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 4.5px 0% 0% auto;
}

.line-dot-2 {
  z-index: 5;
  background-color: #0d0d11;
  border: 1px solid #1b1b1d;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
}

.line-dot-2.top-right {
  inset: -4.5px -4.5px auto auto;
}

.line-dot-2.bottom-right {
  inset: auto -4.5px -4.5px auto;
}

.line-dot-2.top-left {
  inset: -4.5px auto auto -4.5px;
}

.line-dot-2.bottom-left {
  inset: auto auto -4.5px -4.5px;
}

.line-horizontal-2 {
  z-index: 0;
  pointer-events: none;
  background-color: #1b1b1d;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-16 {
  background-color: #ee01ff00;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-29 {
  width: 470px;
  margin-bottom: -279px;
}

.image-30 {
  width: 357px;
}

.text-block-14 {
  color: #fff;
  width: 368px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 39px;
}

.text-block-15 {
  color: #fff;
  width: 352px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 29px;
}

.image-31 {
  width: 76px;
  margin-top: -36px;
}

.gradient-span-2 {
  color: #000;
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph-regular-2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.faq-dropdown-2 {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ffffff0f;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.max-width-x-small-2 {
  width: 100%;
  max-width: 440px;
}

.heading-10 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.section29 {
  background-color: #ff6d01;
}

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

.button-7 {
  color: #fff;
}

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

.carousel-container-lines-2 {
  z-index: 5;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 112px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.feature-button-small-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  cursor: pointer;
  background-color: #ffffff05;
  border: .8px solid #ffffff0f;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4px 10px 4px 8px;
  font-size: 12px;
  line-height: 1.7;
  transition: all .3s;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff0f;
}

.feature-button-small-2:hover {
  background-color: #ffffff0a;
  border-color: #fff3;
}

.text-block-16 {
  font-size: 14px;
  line-height: 1.7;
}

.title-large-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-two-column-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.feature-inner-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #1b1b1d;
  border-radius: 12px 12px 20px 20px;
  flex-direction: column;
  align-items: stretch;
  padding: 28px 34px;
  display: flex;
}

.feature-card-2 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0707093d;
  background-image: linear-gradient(#ffffff05, #fff0);
  border: 1px solid #1b1b1d;
  border-radius: 24px;
  padding: 4px;
  position: relative;
}

.button-primary-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #ffffff1f;
  background-image: linear-gradient(#ffffff14, #8e78b014);
  border: 1px solid #ffffff0f;
  border-radius: 40px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  transition: all .3s;
  box-shadow: inset 0 .75px .75px #ffffff29, inset 0 0 1px #ffffff1f;
}

.button-primary-small-2:hover {
  background-color: #ffffff0f;
}

.carousel-wrapper-2 {
  align-items: center;
  width: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-line-2 {
  background-image: linear-gradient(to right, #fce48d, #b98dfc);
  width: 48px;
  height: 2px;
  position: absolute;
  inset: 1px auto auto 40px;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

.carousel-item-large-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.gradient-span-3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffa3);
  -webkit-background-clip: text;
  background-clip: text;
}

.carousel-overlay-2 {
  pointer-events: none;
  background-image: linear-gradient(to right, #070707, #07070700 15% 85%, #070707);
  position: absolute;
  inset: 0%;
}

.section-3 {
  z-index: 2;
  padding-bottom: 1px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.section-3._000 {
  background-color: #000;
  background-image: url('../images/ultimasecao.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-v-full-right-2 {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.grid-v-full-left-2 {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.line-horizontal-3 {
  z-index: 0;
  pointer-events: none;
  background-color: #1b1b1d;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.feature-badge-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
  background-color: #ffffff0a;
  border: .8px solid #ffffff1a;
  border-radius: 40px;
  align-items: center;
  padding: 2px 8px 2px 6px;
  font-size: 12px;
  line-height: 1.7;
  transition: color .2s, opacity .2s;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff1a;
}

.feature-badge-2:hover {
  color: #fff;
  border-color: #ffffff29;
}

.h6-heading-2 {
  color: #fff;
  letter-spacing: -.1px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.max-width-x-small-3 {
  width: 100%;
  max-width: 440px;
}

.feature-button-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  cursor: pointer;
  background-color: #ffffff05;
  border: .8px solid #ffffff0f;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.7;
  transition: all .3s;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff0f;
}

.feature-button-2:hover {
  background-color: #ffffff0a;
  border-color: #fff3;
}

.icon-wrap-2 {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff03;
  border: 1px solid #ffffff0a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 13px;
  display: flex;
  position: relative;
  box-shadow: inset 0 -4px 8px #ffffff0f;
}

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

.heading-11 {
  width: 620px;
  margin-bottom: 39px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.heading-12 {
  width: 526px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 37px;
}

.button-8 {
  color: #fff;
  background-color: #ff6d01;
  border-radius: 21.52px;
  justify-content: center;
  align-items: center;
  width: 377px;
  height: 74px;
  font-family: Montserrat, sans-serif;
  font-size: 21.22px;
  font-weight: 600;
  line-height: 34.5px;
  display: flex;
}

.div-block-19 {
  display: none;
}

.hero-heading-left {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: var(--neutral--900);
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-13 {
  color: var(--base--black);
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

@media screen and (max-width: 991px) {
  .template-typography-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-primary {
    display: flex;
  }

  .button-secondary {
    max-width: 150px;
    display: flex;
  }

  .container-regular {
    margin-bottom: 29px;
  }

  .container-regular._5001 {
    padding-bottom: 0;
  }

  .template-style-guide {
    flex-direction: column;
  }

  .template-menu {
    grid-column-gap: 16px;
    grid-row-gap: 12px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0%;
    display: grid;
    position: static;
  }

  .video-lightbox-wrapper {
    flex-flow: column;
  }

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

  .grid-two-column._22 {
    flex-flow: column;
    display: flex;
  }

  .feature-card._23 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    margin-bottom: 45px;
  }

  .feature-card._24 {
    margin-bottom: 45px;
  }

  .feature-card._24._25 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .nav-container-lines {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .nav-menu {
    border-bottom: 1px solid var(--neutral--800);
    background-color: var(--black--48);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    margin-left: 5.25%;
    margin-right: 5.25%;
    padding: 12px 24px;
    top: 72px;
  }

  .nav-button-group {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .navigation-link {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .navigation-line {
    inset: auto 0% -40px;
  }

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

  .pricing-features-grid {
    flex-flow: column;
    width: 50%;
    display: flex;
  }

  .pricing-features-grid._2022 {
    margin-bottom: 0;
  }

  .feature-card-small._33 {
    padding-bottom: 0;
    padding-left: 0;
  }

  .feature-card-small._34 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .feature-card-small._36 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding-bottom: 0;
  }

  .feature-card-small._37._30, .feature-card-small._38._50 {
    margin-bottom: 60px;
  }

  .cta-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-content {
    max-width: none;
    padding-right: 44px;
  }

  .cta-side {
    max-width: none;
  }

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

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

  .footer-links {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-main {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .footer-side {
    max-width: none;
  }

  .grid-three-column {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    width: 60%;
    display: flex;
  }

  .pricing-feature-card {
    margin-bottom: 55px;
  }

  .pricing-feature-card._111 {
    height: 367px;
  }

  .prcing-features-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-text {
    max-width: 440px;
  }

  .submit-button {
    display: flex;
  }

  .menu-button {
    border-style: solid;
    border-width: 1px;
    border-color: var(--neutral--700) var(--neutral--700) var(--neutral--800);
    border-radius: var(--radius--12px);
    background-color: var(--base--background);
    background-image: linear-gradient(to bottom, var(--white--2), var(--white--2));
    box-shadow: inset 0 -4px 12px 0 var(--white--4);
    color: var(--base--white);
    padding: 12px;
  }

  .menu-button.w--open {
    border: 1px solid var(--neutral--700);
    border-radius: var(--radius--12px);
    background-color: var(--base--background);
    background-image: linear-gradient(to bottom, var(--white--4), var(--white--4));
    padding: 12px;
  }

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

  .pricing-grid.grid {
    width: 90%;
  }

  .clone-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .clone-button, .clone-close {
    display: flex;
  }

  .container {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .button-4.button-3 {
    font-size: 20px;
  }

  .div-block-16 {
    flex-flow: column;
  }

  .image-29 {
    margin-bottom: 0;
  }

  .text-block-14 {
    text-align: center;
    width: auto;
    max-width: 368px;
  }

  .text-block-15 {
    text-align: center;
    width: auto;
    max-width: 352px;
  }

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

  .button-primary-small-2 {
    display: flex;
  }

  .text-block-17 {
    color: #fff;
    text-align: center;
    max-width: 352px;
    font-family: Poppins, sans-serif;
    font-size: 25px;
    line-height: 29px;
  }

  .div-block-18 {
    display: none;
  }

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

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  .paragraph-regular {
    width: 67%;
    max-width: 378px;
    margin-bottom: 36px;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-regular._222 {
    max-width: 213px;
    margin-bottom: 0;
  }

  .button-secondary {
    max-width: 100%;
  }

  .container-regular._5001 {
    margin-bottom: 0;
  }

  .template-group {
    padding: 24px;
  }

  .container-lines-regular {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-content {
    justify-content: flex-start;
    align-items: center;
  }

  .wrap-v-small.align-v-l {
    justify-content: center;
    align-items: center;
  }

  .max-width-x-small {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .max-width-x-small._222 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .video-container-lines {
    padding-left: 24px;
    padding-right: 24px;
  }

  .video-lightbox-wrapper {
    height: auto;
    margin-bottom: 173px;
  }

  .video-lightbox-link {
    padding: 24px;
  }

  .logo-group {
    grid-column-gap: 64px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
  }

  .feature-container-lines {
    padding-top: 72px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .feature-card {
    justify-content: center;
    align-items: center;
  }

  .nav-container-lines {
    padding-left: 24px;
    padding-right: 24px;
  }

  .feature-caption {
    flex-direction: column;
    align-items: stretch;
  }

  .carousel-container-lines {
    padding-bottom: 72px;
  }

  .carousel-container-lines._333 {
    padding-bottom: 0;
  }

  .content-container-lines {
    padding: 72px 24px;
  }

  .integration-circle-inner {
    width: 180px;
    height: 180px;
  }

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

  .container-lines-large, .container-lines-large.overflow {
    padding: 72px 24px;
  }

  .cta-content {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-side {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }

  .cta-button-wrap {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .footer-container-lines {
    padding: 72px 24px;
  }

  .footer-line {
    top: -72px;
  }

  .footer-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-main {
    padding-top: 16px;
  }

  .container-lines-legal {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-legal-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: center;
  }

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

  .pricing-feature-card {
    height: 350px;
  }

  .pricing-feature-card._111 {
    height: 380px;
  }

  .base-grid-small {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .pricing-grid.grid {
    width: 75%;
  }

  .image-2 {
    width: auto;
    max-width: 248px;
  }

  .heading {
    width: auto;
    max-width: 359px;
  }

  .div-block {
    width: 100%;
  }

  .team-slider {
    width: 100%;
    padding: 60px 15px;
  }

  .team-slider-wrapper, .team-slide-wrapper {
    width: 100%;
  }

  .team-block {
    justify-content: center;
    align-items: center;
  }

  .div-block-3 {
    max-width: 261px;
  }

  .heading-3 {
    width: 71%;
    max-width: 402px;
    font-size: 30px;
  }

  .heading-5 {
    width: 49%;
    max-width: 278px;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-5._403 {
    width: 60%;
    max-width: none;
    font-size: 30px;
    line-height: 40px;
  }

  .heading-6 {
    width: 75%;
    font-size: 22px;
  }

  .text-block-7 {
    width: 85%;
    max-width: none;
    font-size: 13px;
    line-height: 22px;
  }

  .text-block-7._39 {
    width: auto;
    max-width: 90%;
  }

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

  .heading-8 {
    font-size: 30px;
  }

  .heading-9 {
    font-size: 30px;
    line-height: 40px;
  }

  .text-block-13 {
    font-size: 25px;
    line-height: 30px;
  }

  .video-lightbox-link-2 {
    padding: 24px;
  }

  .section-2 {
    padding-bottom: 61px;
  }

  .image-29 {
    width: auto;
    max-width: 337px;
  }

  .image-30 {
    width: auto;
    max-width: 299px;
  }

  .text-block-14 {
    text-align: left;
    max-width: 309px;
    font-size: 30px;
  }

  .gradient-span-2 {
    font-size: 17px;
  }

  .heading-10 {
    font-size: 30px;
  }

  .button-7.button-3 {
    width: 77%;
    font-size: 20px;
  }

  .carousel-container-lines-2 {
    padding-bottom: 72px;
  }

  .heading-11 {
    width: auto;
  }

  .heading-11._202 {
    max-width: 303px;
  }

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

  .div-block-18 {
    display: none;
  }

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

  .mask {
    width: 100%;
  }

  .div-block-21 {
    margin-top: 5px;
    margin-bottom: -192px;
  }

  .div-block-22 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .paragraph-regular {
    width: 90%;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-regular._100 {
    color: #000;
  }

  .button-primary {
    width: 100%;
  }

  .button-outline {
    flex: none;
    width: 100%;
  }

  .container-regular.reg, .container-regular.agr {
    margin-bottom: 0;
  }

  .section._2 {
    background-color: #fff;
    background-image: url('../images/mobile.png');
    background-position: 50%;
    background-size: cover;
    padding-top: 10px;
  }

  .section._5._20 {
    padding-bottom: 5px;
  }

  .section._222._222222 {
    padding-bottom: 0;
  }

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

  .container-lines-regular._251313 {
    margin-bottom: 100%;
  }

  .max-width-x-small {
    flex-flow: column;
  }

  .video-lightbox-wrapper {
    height: auto;
  }

  .logo-group {
    grid-column-gap: 28px;
  }

  .feature-container-lines._101010 {
    padding-left: 24px;
  }

  .feature-container-lines._101010._00000 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-two-column._22 {
    width: 90%;
  }

  .feature-card._24._25 {
    margin-bottom: 5px;
  }

  .feature-heading {
    padding-left: 24px;
    padding-right: 24px;
  }

  .feature-inner, .feature-inner._110 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-menu {
    background-color: var(--black--48);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    top: 72px;
  }

  .nav-button-group {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .navigation-link {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .full-page {
    background-color: #fff;
  }

  .feature-card-buton-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-line {
    left: 28px;
  }

  .content-container-lines._401 {
    padding-bottom: 0;
  }

  .navigation-line {
    width: 80px;
  }

  .label-regular {
    white-space: normal;
    line-height: 30px;
  }

  .h-form {
    flex-direction: column;
  }

  .button-primary-small {
    width: 100%;
  }

  .integration-circle {
    display: none;
  }

  .pricing-features-grid._2022 {
    width: 90%;
  }

  .cta-content {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .footer-contact-details {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-legal-wrap {
    align-items: center;
  }

  .footer-legal {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .grid-three-column {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 80%;
    margin-bottom: 0;
  }

  .submit-button {
    width: 100%;
  }

  .menu-button {
    border: 1px solid var(--neutral--700);
    border-radius: var(--radius--12px);
    background-color: var(--base--background);
    background-image: none;
    padding: 12px;
  }

  .pricing-grid.grid {
    width: 90%;
  }

  .clone-button {
    width: 100%;
  }

  .body {
    background-color: #fff;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .button-2 {
    width: 100%;
    max-width: none;
    font-size: 18px;
  }

  .team-slider._20202020 {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .heading-2 {
    font-size: 30px;
  }

  .text-block-3 {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-3 {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-4 {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-4 {
    width: auto;
    max-width: 250px;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .image-18, .image-19 {
    width: 100%;
  }

  .div-block-5 {
    width: 80%;
    max-width: 301px;
  }

  .text-block-5._20 {
    font-size: 18px;
  }

  .div-block-6 {
    width: auto;
    max-width: 189px;
  }

  .text-block-6 {
    font-size: 18px;
  }

  .image-22 {
    width: 100%;
  }

  .div-block-7 {
    width: 90%;
    max-width: none;
  }

  .button-3 {
    width: 100%;
    font-size: 20px;
  }

  .div-block-8, .div-block-9 {
    width: 100%;
  }

  .heading-5 {
    width: 80%;
    max-width: none;
    margin-bottom: 40px;
    font-size: 20px;
  }

  .heading-5._403 {
    width: 60%;
  }

  .button-4.button-3 {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
    line-height: 30px;
  }

  .heading-7 {
    justify-content: center;
    align-items: center;
  }

  .heading-8._22 {
    margin-bottom: 20px;
  }

  .div-block-12 {
    margin-top: -22px;
  }

  .text-span-4 {
    font-size: 70px;
  }

  .text-span-5 {
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-13 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-block-11, .text-block-12, .text-block-12._122 {
    width: 80%;
  }

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

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

  .button-6.button-3 {
    width: 90%;
  }

  .text-block-14 {
    width: 100%;
    max-width: none;
  }

  .div-block-17 {
    width: 100%;
  }

  .button-7.button-3 {
    width: 90%;
  }

  .feature-inner-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-primary-small-2 {
    width: 100%;
  }

  .feature-line-2 {
    left: 28px;
  }

  .heading-11._202 {
    width: 100%;
    max-width: none;
  }

  .heading-12 {
    width: auto;
  }

  .button-8 {
    width: 90%;
  }

  .text-block-17 {
    font-size: 20px;
  }

  .div-block-19, .div-block-20, .div-block-22 {
    width: 100%;
  }

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

  .div-block-24 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-25 {
    margin-bottom: 20px;
  }

  .container-2 {
    max-width: none;
  }
}

#w-node-d0ff93fb-129f-53f2-463e-f7101e2cc879-6d0bcd75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d0ff93fb-129f-53f2-463e-f7101e2cc8b7-6d0bcd75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0390f07f-c7a8-21a1-7c00-0ec9fd368f8b-6d0bcd75, #w-node-_47f790a0-ede9-6fe6-5e04-0fe74b2d6ff0-6d0bcd75, #w-node-b3852f85-eb80-1a9a-7d51-882aa125dd0b-6d0bcd75, #w-node-_3b8ab6f9-cdb0-3fa6-d821-66b5c28deb31-6d0bcd75, #w-node-_0c2c614f-6bb7-6075-45e7-af28175b4883-6d0bcd75, #w-node-_58a96f53-2c4c-46f0-c10c-ab3747b73481-6d0bcd75, #w-node-_92a6c733-f6b6-dfd7-397f-b9e16c5b47ce-6d0bcd75, #w-node-af7e29fc-0955-8738-1850-86ea424134de-6d0bcd75, #w-node-_15124b05-f727-b56d-17eb-c2440b195f5e-6d0bcd75, #w-node-_33a25308-ee02-490b-4290-537c19382b90-6d0bcd75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_153a05d1-bf45-706b-ef95-3d02b5c35cbb-6d0bcd75, #w-node-_28ee5bc0-f47d-6c28-7ece-a208ded4ca36-6d0bcd75, #w-node-bac20b3b-058a-ac5a-1f06-f419e7415a0d-6d0bcd75, #w-node-_9ed487c7-8e8a-f8d3-6274-e44bfab13f6f-6d0bcd75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_91f94732-97f0-6f2b-c159-8f427afad015-6d0bcd75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_91f94732-97f0-6f2b-c159-8f427afad024-6d0bcd75, #w-node-a86c3f3a-4e43-3e20-8337-e3a3cde7bf67-6d0bcd75, #w-node-fb2bce07-0422-b283-f613-f9a8164e0a44-6d0bcd75, #w-node-fb2bce07-0422-b283-f613-f9a8164e0a6c-6d0bcd75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38617db4-e05b-3e02-29bd-bfc4fc1f8d62-fc1f8d5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_38617db4-e05b-3e02-29bd-bfc4fc1f8d9c-fc1f8d5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_23da1563-1018-bc61-d640-42cf2e89f452-2e89f44f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_23da1563-1018-bc61-d640-42cf2e89f45c-2e89f44f {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_38617db4-e05b-3e02-29bd-bfc4fc1f8d9c-fc1f8d5d {
    justify-self: start;
  }
}


