:root {
  --base--background: #070707;
  --neutral--400: #6a6a6b;
  --base--white: #fff;
  --radius--40px: 40px;
  --white--12: #ffffff1f;
  --white--8: #ffffff14;
  --white--16: #ffffff29;
  --white--2: #ffffff05;
  --white--80: #fffc;
  --neutral--500: #424243;
  --neutral--600: #303031;
  --neutral--700: #252527;
  --neutral--800: #1b1b1d;
  --neutral--900: #161618;
  --base--black: black;
  --neutral--300: #a6a6a6;
  --gray--100: #fafafa;
  --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;
  --white--36: #ffffff5c;
  --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;
  --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--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 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.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);
  display: none;
  position: relative;
}

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

.paragraph-small.text-color-white {
  width: 100%;
}

.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-left: auto;
  margin-right: auto;
  position: relative;
}

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

.section {
  z-index: 9999;
  width: 100%;
  padding-bottom: 1px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
  overflow: hidden;
}

.section.tabs {
  width: 100%;
  overflow: visible;
}

.section.hide {
  display: none;
}

.section-small {
  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 {
  filter: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .2s;
  display: flex;
}

.container-lines-regular {
  z-index: 999999;
  background-color: #09090900;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 72px 48px;
  position: relative;
}

.container-lines-regular.black {
  background-color: #000000a3;
}

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

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

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

.line-vertical-right {
  z-index: 1;
  background-color: #5f5f5f;
  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 {
  background-color: #fff;
  inset: auto auto -4.5px -4.5px;
}

.line-dot.bottom-right {
  background-color: #fff;
  inset: auto -4.5px -4.5px auto;
}

.line-dot.top-left {
  background-color: var(--gray--100);
  inset: -4.5px auto auto -4.5px;
}

.line-dot.top-right {
  background-color: var(--gray--100);
  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: 800px;
  display: flex;
}

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.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(to bottom, var(--base--white), var(--white--64));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.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: 100%;
  max-width: 440px;
}

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

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

.video-lightbox-wrapper {
  background-image: url('../images/Frame-2-4.png'), url('../images/Video_1Video.webp');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 984px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 540px;
  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: 9999;
  background-color: #080808;
  background-image: url('../images/Grid-Light_1Grid Light.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 112px 48px 40px;
  position: relative;
}

.feature-container-lines.tabs {
  overflow: hidden;
}

.title-large {
  z-index: 99999;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  background-color: #09090900;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 744px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.noise {
  z-index: 99999;
  opacity: .22;
  pointer-events: none;
  background-image: url('../images/Noise.png');
  background-position: 0 0;
  background-size: 1440px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.feature-card {
  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);
  padding: 4px;
  position: relative;
}

.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;
  filter: none;
  flex: none;
  width: 22px;
  height: 22px;
  position: relative;
}

.icon-blur {
  z-index: 0;
  filter: none;
  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 solid var(--neutral--800);
  border-radius: var(--radius--12px) var(--radius--12px) var(--radius--20px) var(--radius--20px);
  flex-direction: column;
  align-items: stretch;
  padding: 28px 34px;
  display: flex;
}

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

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

.wrap-h-xsmall.align-c {
  width: 100%;
}

.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;
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
}

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

.nav-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-logo {
  height: 32px;
}

.nav-logo.w--current {
  height: auto;
}

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

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

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

.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);
  display: none;
}

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

.full-page.tabs {
  overflow: visible;
}

.home-lights {
  z-index: 2;
  filter: sepia();
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.light-left {
  filter: brightness(200%);
  width: 80vw;
  max-width: 1440px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.light-right {
  filter: sepia(55%) brightness(200%) hue-rotate(176deg);
  width: 80vw;
  max-width: 1440px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.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 {
  align-items: center;
  width: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: none;
  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 {
  font-size: 14px;
  line-height: 1.7;
  display: none;
}

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

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

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

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

.content-container-lines {
  z-index: 5;
  background-image: url('../images/Grid-Light_1Grid Light.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1128px;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 48px;
  position: relative;
}

.hero-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 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-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.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 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  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);
  width: 100%;
  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);
}

.text-field.jk {
  width: 850px;
  padding-left: 35px;
  padding-right: 0;
}

.text-field.skcsl {
  width: 836px;
}

.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 {
  width: 836.484px;
  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;
}

.pricing-features-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.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 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);
  padding: 4px;
  position: relative;
}

.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;
  background-image: url('../images/Grid-Light_1Grid Light.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  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;
}

.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 {
  width: 24px;
  height: 24px;
}

.minus {
  z-index: 0;
  opacity: 0;
  width: 24px;
  height: 24px;
  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 {
  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;
  background-image: url('../images/Grid-Light_1Grid Light.webp');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 48px 96px;
  position: relative;
}

.footer {
  width: 100%;
}

.footer-line {
  z-index: 40;
  background-image: linear-gradient(90deg, var(--yellow--250), var(--purple--250));
  width: 40px;
  height: 2px;
  position: absolute;
  inset: -50px 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-flow: row;
  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-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

.pricing-card {
  z-index: 2;
  border: 1px solid var(--neutral--800);
  border-radius: var(--radius--16px);
  background-color: var(--base--background);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  width: 250px;
  padding: 4px;
  position: relative;
}

.pricing-card.base-grid-small {
  z-index: 1;
}

.pricing-card.cdcx {
  z-index: 0;
}

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

.pricing-content.popular {
  background-image: linear-gradient(#1b1b1da3, #1b1b1d00);
  position: static;
}

.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 {
  filter: brightness(67%);
  width: 100%;
  min-width: 1440px;
  position: relative;
}

.pricing-feature-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  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);
  flex-direction: column;
  padding: 40px;
  position: relative;
}

.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: none;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.contact-form-wrapper {
  width: 836px;
  max-width: none;
  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;
  width: 836.484px;
  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);
  width: 836.484px;
  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-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

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

.button-mesh {
  z-index: 20;
  color: #fff;
  cursor: pointer;
  border-radius: 62rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 4px 11px #00000080;
}

.button-mesh:active {
  transform: translate(0, 4px);
  box-shadow: 0 4px 4px #0000004d;
}

.glowing-wrapper {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.glowing-wrapper.glowing-wrapper-active.menu {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.navbar_button-text {
  font-size: .9rem;
  font-weight: 500;
  transition: opacity .45s;
}

.navbar_button-text:hover {
  opacity: .75;
}

.gradient__ball {
  filter: blur(20px);
  mix-blend-mode: overlay;
  border-radius: 50%;
  width: 50%;
  height: 50%;
}

.gradient__ball.gradient__ball--2 {
  background-image: linear-gradient(78deg, #f300e3, #005ab9);
  position: absolute;
  bottom: 0;
  left: 50%;
}

.gradient__ball.gradient__ball--1 {
  background-image: linear-gradient(90deg, #d27ca4 72%, #238dd9);
  position: absolute;
  bottom: 0;
}

.glowing-wrapper-button {
  z-index: 1;
  color: #fff;
  letter-spacing: -.01em;
  border: 1px solid #ffffff1a;
  border-radius: 62.5rem;
  padding: .8125rem 1.875rem;
  font-size: .9rem;
  line-height: 1.42;
  text-decoration: none;
  position: relative;
}

.glowing-wrapper-button.menu {
  padding: 0;
  display: flex;
}

.gradient-glow {
  opacity: .61;
  position: absolute;
  inset: 0%;
}

.glowing-wrapper-mask-wrapper {
  opacity: 1;
}

.styles---glowing-button {
  display: block;
}

.button__inner {
  border-radius: 62rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .8125rem 1.875rem;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 7px #ffffff2e;
}

.button__inner:hover {
  box-shadow: inset 0 0 7px #fff9;
}

.glowing-wrapper-mask {
  opacity: 1;
}

.navbar_button {
  z-index: 5;
  color: #fff;
  border-radius: 40px;
  align-items: center;
  min-height: 2.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar_button.w--current {
  color: #fff;
}

.navbar_button.resources {
  z-index: 99;
}

.glowing-wrapper-borders-masker {
  opacity: 0;
  border-radius: 62.5rem;
  width: 100%;
  padding: .06rem;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.glowing-wrapper-borders-masker.menu {
  padding: .06rem;
}

.navbar_outline {
  box-shadow: none;
  border: 1.5px #2e1f1f00;
  border-radius: 100px;
  padding: 4px;
  overflow: hidden;
}

.glowing-wrapper-glow {
  opacity: .12;
  filter: blur(8px);
}

.navbar_wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  display: flex;
}

.navbar_wrapper.top {
  z-index: 2147483647;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.glowing-wrapper-borders {
  opacity: 1;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-animations {
  opacity: 0;
  width: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gradient {
  z-index: 0;
  border-radius: 62rem;
  display: block;
  position: absolute;
  inset: 0%;
}

.button__text {
  z-index: 0;
  position: relative;
}

.glowing-wrapper-borders-2 {
  opacity: 1;
  border-radius: 10px;
  width: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-content-wrapper {
  cursor: auto;
  background-image: radial-gradient(circle farthest-side at 50% 0, #ffffff0f, #000 79%);
  border-radius: .6rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.card-content-wrapper.left-centered {
  background-image: none;
  align-items: flex-start;
  padding-left: 2rem;
}

.title-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.glowing-wrapper-animations-2 {
  opacity: 0;
  border-radius: 10px;
  width: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-card {
  z-index: 1;
  opacity: 1;
  letter-spacing: -.01em;
  border: .6px solid #ffffff14;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5rem 1.5rem;
  font-size: .88rem;
  line-height: 1.42;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card-text-wrapper {
  opacity: .85;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}

.card-heading {
  color: #f9f0f0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 500;
}

.glowing-card-lc {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.glowing-card-lc.glowing-wrapper-active {
  border-radius: .4rem;
  width: 30rem;
  height: 20rem;
}

.glowing-card-lc.glowing-wrapper-active.smaller-card {
  border-radius: 0;
  width: 10rem;
  height: 3rem;
}

.styles---glowing-card {
  display: block;
}

.glowing-wrapper-mask-wrapper-2 {
  opacity: 1;
  border-radius: 10px;
}

.glowing-wrapper-borders-masker-2 {
  opacity: 0;
  border-radius: 10px;
  width: 100%;
  padding: .3px;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.resources_title-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.motto-content {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.eclipse-5 {
  z-index: 0;
  filter: hue-rotate(289deg);
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.eclipse-5.eclipse-center {
  display: none;
  top: 40%;
}

.card-block-long {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  opacity: 1;
  background-color: #5e5e5e00;
  background-image: url('../images/Card-BG1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #2b2f31;
  border-radius: 20px;
  flex-flow: column;
  height: 100%;
  margin-bottom: 0;
  padding: 100px 32px 100px 22px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-block-long.version-2 {
  background-image: url('../images/Card-BG-5.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 100px;
}

._1-2-column-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.card {
  cursor: pointer;
  background-color: #ffffff0d;
  background-image: linear-gradient(#fff0, #ffffff0d);
  border-radius: .63rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 16rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.search {
  background-color: #ffffff0d;
  background-image: linear-gradient(#fff0, #fff0);
  border-radius: 20px;
  height: 100%;
  margin-bottom: 0;
  display: block;
}

.vertical-gap65px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-contain {
  perspective: 1000px;
}

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

.support-image {
  width: 90%;
  margin-top: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-20px {
  color: #f1f1f3;
  font-size: 20px;
  font-weight: 300;
}

.paragraph-20px.x {
  color: #9ba1a6;
  text-align: left;
  font-size: 18px;
}

.paragraph-20px.x.text-left {
  font-size: 18px;
}

.blog-heading-2 {
  text-align: left;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
}

.blog-heading-2.text-center {
  font-size: 18px;
}

.card-block-short {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #1a1d1e;
  border: 1px solid #2b2f31;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px 32px;
  display: flex;
  position: relative;
}

.card-block-short.absolute {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
}

._2-1-column-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.margin-top-20 {
  margin-top: 20px;
}

.card-absolute-left-image {
  display: none;
  position: absolute;
  inset: 0% auto 0% 0;
}

.vertical-gap20px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.vertical-gap20px.text-righ {
  text-align: right;
}

.card-absolute-right-image {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section-heading-2 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
}

.section-heading-2.tablet-center {
  color: #fff;
  font-size: 30px;
}

.section-heading-2.alaign-right {
  text-align: right;
}

.section-heading-2.alaign-right.tablet-text-center {
  color: #fff;
  text-align: left;
  font-size: 30px;
}

.text-center {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.text-and-icon {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.copy-me-button {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.particles {
  filter: brightness(300%);
  width: auto;
  height: 100%;
  position: absolute;
  transform: rotate(90deg);
}

.test-button {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #a5a5a5, #454545);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.2rem;
}

.button-stroke {
  z-index: 2;
  box-shadow: none;
  color: #000;
  background-image: linear-gradient(#a3a3a3, #fff0);
  border-radius: 10000000000px;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 3rem;
  padding: 2px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.68, -.55, .265, 1.55);
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg-glow {
  filter: blur();
  background-image: radial-gradient(circle farthest-side at 100% 100%, #0464ff, #f70ed2 50%, #00a3ff);
  border-radius: 1000000000px;
  width: 13rem;
  height: 4rem;
}

.icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: -9px;
  margin-right: 1rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.particles-wrapper {
  justify-content: center;
  align-items: center;
  width: 180%;
  height: 460%;
  display: flex;
  position: absolute;
  inset: auto;
}

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

.button-inside {
  z-index: 1;
  background-color: #1f1f1f;
  border-radius: 10000000000px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 105%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.diamond-animation {
  opacity: .5;
  width: 5rem;
  position: absolute;
}

.inside-glow-dv {
  filter: saturate(200%) blur(26px);
  background-image: linear-gradient(to right, #0ba2f7, #6804fd 23% 69%, #f70ed2);
  width: 40%;
  height: 40%;
  position: absolute;
  top: auto;
  bottom: 0;
}

.line-move {
  opacity: .6;
  filter: blur(7px);
  background-color: #a3a3a3;
  width: 5rem;
  height: 110%;
  position: absolute;
  top: auto;
}

.glowing-wrapper-button-2 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: -.01em;
  border: 1px solid #ffffff1a;
  border-radius: 62.5rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1.5rem;
  font-size: .88rem;
  line-height: 1.42;
  text-decoration: none;
  display: flex;
  position: relative;
}

.glowing-wrapper-mask-wrapper-3 {
  opacity: 1;
}

.glowing-wrapper-borders-masker-3 {
  opacity: 0;
  border-radius: 62.5rem;
  width: 100%;
  padding: .06rem;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.button-text {
  z-index: 2;
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
  position: relative;
}

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

.css_radial-border {
  display: none;
}

.glowing_component {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.glowing_card {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-image: linear-gradient(#abb1d526, #ffffff0d);
  border-radius: 1rem;
  min-height: 20rem;
}

.script_glow-border {
  display: none;
}

.copy-me-button-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-3 {
  filter: none;
  object-fit: contain;
}

.image-4 {
  filter: none;
  border-radius: 15px;
}

.heading_1-element {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-direction: column;
  display: flex;
}

.heading_1_element-content-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.hero_heading-element {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.hero_span {
  color: #7f7f7f;
}

.cursor {
  color: #915f96;
}

.global_span {
  color: #7f5795;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#b46ea1, #704f8e);
  -webkit-background-clip: text;
  background-clip: text;
}

.glow-effect-wrapper {
  z-index: -1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.copy-me-button-3 {
  z-index: 999999;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.2rem;
  transition: transform .2s ease-out;
  display: flex;
  position: relative;
}

.copy-me-button-3:hover {
  transform: scale(1.05);
}

.star {
  opacity: .37;
  filter: blur(5px);
  max-width: 115%;
}

.lottie {
  filter: hue-rotate(271deg);
  width: 150%;
  height: 150%;
  position: absolute;
  inset: auto;
}

.lottie.horizontal {
  filter: hue-rotate(31deg);
  transform: rotate(90deg);
}

.glow-circle {
  filter: blur(20px);
  background-color: #a96aa1;
  border-radius: 100000000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.glow-circle._50-opacity {
  opacity: .5;
  background-image: radial-gradient(circle, #000, #9263a2);
}

.text-block-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #a5a5a5, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: .9rem;
}

.glow-wrapper {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.glow-wrapper._2 {
  width: 200px;
  height: 200px;
}

.button-spacing {
  z-index: 3;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #000000cf;
  background-image: none;
  background-size: auto;
  background-clip: border-box;
  border-radius: 99999px;
  padding: 20px 40px;
  font-family: Varela Round, sans-serif;
  line-height: 1;
  transition: all .6s;
  position: relative;
}

.button-container {
  z-index: 1;
  background-color: #ffffff26;
  border-radius: 99999px;
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-6 {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-7 {
  flex-flow: column;
  justify-content: space-around;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-8 {
  flex-flow: column;
  justify-content: space-around;
  height: 100%;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.circle-01-img {
  filter: sepia(45%) hue-rotate(194deg);
  width: 120px;
  height: 120px;
}

.label-medium {
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
}

.label-medium.blue {
  color: #a6ff00;
}

.light-02 {
  z-index: 1;
  filter: hue-rotate(180deg) blur(5px) blur(600px);
  width: 414px;
  position: absolute;
  top: 120px;
  left: 44%;
}

.circle-03 {
  pointer-events: none;
  background-image: url('../images/c3.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 700px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.coin {
  position: absolute;
}

.coin._04 {
  opacity: .9;
  filter: none;
  width: 100px;
  height: 100px;
  top: 200px;
  right: -30px;
}

.coin._06 {
  opacity: .8;
  filter: none;
  width: 80px;
  height: 80px;
  top: 501px;
  right: -37px;
}

.coin._02 {
  filter: none;
  width: 120px;
  height: 120px;
  top: 230px;
  right: -34px;
}

.coin._01 {
  filter: none;
  width: 120px;
  height: 120px;
  left: -60px;
}

.coin._07 {
  opacity: .7;
  width: 60px;
  height: 60px;
  top: 620px;
  left: -29px;
}

.coin._03 {
  opacity: .9;
  filter: none;
  width: 100px;
  height: 100px;
  top: 420px;
  left: -22px;
}

.coin._05 {
  opacity: .8;
  filter: none;
  width: 80px;
  height: 80px;
  top: 369px;
  left: -30px;
}

.coin._08 {
  opacity: .7;
  width: 60px;
  height: 60px;
  top: 580px;
  right: -25px;
}

.section-02 {
  padding-top: 250px;
  padding-bottom: 440px;
}

.section-02-title-wrap {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-02-image-wrap {
  perspective: 1000px;
  perspective-origin: 50%;
  transform-origin: 50%;
  margin-top: 150px;
  position: relative;
  transform: translate(0);
}

.circle-01 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-02-inner {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.circle-02 {
  transform-style: preserve-3d;
  background-image: url('../images/c2.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 50px);
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
}

.h2.white {
  color: #fff;
}

.circle-04 {
  pointer-events: none;
  transform-style: preserve-3d;
  background-image: url('../images/c4.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 1000px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, -50px);
}

.circle-05 {
  pointer-events: none;
  perspective-origin: 50%;
  transform-origin: 50%;
  transform-style: preserve-3d;
  background-image: url('../images/c4.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 1300px;
  height: 1300px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, -100px);
}

.body-r {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.body-r.w60 {
  color: #fff9;
}

.section-03-card-wrap {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  perspective: 1000px;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 100px 60px;
  display: flex;
}

.blue-light {
  z-index: 1;
  background-image: radial-gradient(circle, #8c5d99, #fff0 63%);
  width: 300px;
  height: 300px;
  position: absolute;
}

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

.container-3.extend {
  width: 100%;
  max-width: 1296px;
}

.card-icon-wrap {
  background-color: #ffffff0d;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 40px;
  display: flex;
}

.card-cont-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.light-03 {
  z-index: 1;
  filter: hue-rotate(180deg) blur(600px);
  width: 225px;
  position: absolute;
  bottom: -160px;
  left: 54%;
}

.section-03-inner {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.over-card {
  background-image: linear-gradient(133deg, #ffffff40, #fff0);
  border-radius: 24px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 1px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-03-title-wrap {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon-50 {
  filter: hue-rotate(180deg);
}

.over-card-wrap {
  z-index: 1;
  text-align: center;
  background-color: #181916;
  border-radius: 24px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: 56px 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.h5.white {
  color: #fff;
}

.c-1-1 {
  filter: none;
  width: 650px;
  max-width: none;
  position: absolute;
  top: 55px;
  right: -116px;
}

.tab-bar-fill {
  transform-origin: 0%;
  background-image: linear-gradient(270deg, #fff, #fff0);
  width: 100%;
  height: 2px;
}

.tab-bar-fill._2 {
  background-image: linear-gradient(270deg, #fff, #971b89);
}

.tab-bar-fill._1 {
  transform-origin: 0%;
  background-image: linear-gradient(270deg, #fff, #900082);
  width: 100%;
}

.tab-bar-fill._3 {
  background-image: linear-gradient(270deg, #fff, #9e2d91);
}

.section-04-sticky {
  position: sticky;
  top: 13px;
}

.section-04-title-wrap {
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.tab-title-inner {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.c-3-1 {
  filter: none;
  width: 600px;
  max-width: none;
  position: absolute;
  top: 40px;
  right: -51px;
}

.c-2-1 {
  filter: none;
  width: 656px;
  max-width: none;
  position: absolute;
  top: 50px;
  right: -116px;
}

.tab-link-bar {
  background-image: linear-gradient(#ffffff1a, #ffffff1a);
  width: 100%;
  height: 2px;
  position: relative;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.h4.white {
  color: #fff;
}

.btn-primary {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #a6ff00;
  border: 1px solid #a6ff00;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.btn-primary.mg-t-40 {
  filter: hue-rotate(180deg);
  color: #000;
  margin-top: 40px;
  padding-right: 4px;
}

.tab-card {
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  transform-origin: 50% 0;
  background-color: #ffffff0d;
  border: 1px solid #ffffff26;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  padding: 80px;
  display: flex;
  position: sticky;
  top: 420px;
  overflow: hidden;
}

.tab-card._3 {
  top: 480px;
}

.tab-card._3.all-in {
  top: 164px;
}

.tab-card._1 {
  top: 97px;
}

.tab-card._2 {
  top: 130px;
}

.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.card-light {
  z-index: 1;
  filter: hue-rotate(180deg) blur(600px);
  width: 225px;
  position: absolute;
  bottom: 4px;
  left: 47%;
}

.c-3-2 {
  width: 340px;
  max-width: none;
  position: absolute;
  top: 187px;
  right: 293px;
}

.card-sticky-wrap {
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.tab-card-wrap {
  grid-row-gap: 150px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.tab-image-wrap {
  width: 60%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0;
}

.section-04-tab {
  width: 100%;
}

.tab-link-wrap {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.btn-circle {
  background-color: #85cc00;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.tab-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 35%;
  display: flex;
}

.fake-card {
  height: 500px;
}

.icon-20 {
  width: 20px;
  height: 20px;
}

.icon-20.head {
  filter: none;
}

.m-feature-image-wrap {
  display: none;
}

.c-1-2 {
  border-radius: 12px;
  width: 380px;
  max-width: none;
  position: absolute;
  top: 60px;
  right: 251px;
}

.tab-link {
  grid-row-gap: 24px;
  color: #fff6;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.c-2-2 {
  border-radius: 9px;
  width: 530px;
  max-width: none;
  position: absolute;
  top: 225px;
  right: 103px;
}

.careers_arrow-right {
  color: #eb367f;
  transform-style: preserve-3d;
  width: 18px;
  height: 19px;
  margin-left: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.careers_arrow-right.blue {
  color: #0070f3;
}

.careers_arrow-right.yellow {
  color: #f5a623;
}

.careers_arrow-right.purple {
  color: #7928ca;
}

.image-grid-overlay {
  z-index: 2;
  opacity: .57;
  mix-blend-mode: overlay;
  background-image: radial-gradient(circle farthest-side, #c182ff 20%, #000 72%);
  position: absolute;
  inset: 0%;
}

.careers_underline {
  z-index: 0;
  position: absolute;
  inset: auto 0% -10%;
}

.careers_arrow-text {
  background-color: #eb367f;
  border-radius: 4px;
  align-self: flex-end;
  padding-left: 4px;
  padding-right: 4px;
  font-size: .75rem;
  line-height: 20px;
}

.careers_arrow-text.green {
  background-color: #29bc9b;
}

.careers_arrow-text.purple {
  background-color: #7928ca;
}

.careers_arrow-text.blue {
  background-color: #0070f3;
}

.careers_arrow-text.yellow {
  background-color: #f5a623;
}

.image-grid {
  z-index: 1;
  background-color: #00000080;
  background-image: linear-gradient(#000, #0000 50%, #000), url('../images/grid.svg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  position: absolute;
  inset: 0%;
}

.padding-section-careers {
  padding: 12rem;
  position: relative;
}

.careers_arrow-wrapper {
  align-items: flex-start;
  height: 2.5rem;
  display: flex;
  position: absolute;
}

.careers_arrow-wrapper.left-3 {
  inset: 30px auto auto -120px;
}

.careers_arrow-wrapper.right-5 {
  inset: 250px auto auto 450px;
}

.careers_arrow-wrapper.left-1 {
  inset: -110px auto auto 140px;
}

.careers_arrow-wrapper.left-2 {
  inset: -60px auto auto -40px;
}

.careers_arrow-wrapper.left-5 {
  inset: 250px auto auto -30px;
}

.careers_arrow-wrapper.left-4 {
  inset: 160px auto auto -120px;
}

.careers_arrow-wrapper.left-6 {
  inset: 310px auto auto 140px;
}

.careers_arrow-wrapper.right-4 {
  inset: 160px auto auto 570px;
}

.careers_arrow-wrapper.right-3 {
  inset: 30px auto auto 590px;
}

.careers_arrow-wrapper.right-6 {
  inset: 300px auto auto 320px;
}

.careers_arrow-wrapper.right-2 {
  inset: -70px auto auto 480px;
}

.careers_arrow-wrapper.right-1 {
  inset: -110px auto auto 320px;
}

.careers_arrow-left {
  color: #eb367f;
  width: 18px;
  height: 19px;
  margin-left: 0;
}

.careers_arrow-left.purple {
  color: #7928ca;
}

.careers_arrow-left.blue {
  color: #0070f3;
}

.careers_arrow-left.green {
  color: #29bc9b;
}

.careers_arrow-left.yellow {
  color: #f5a623;
}

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

.heading-style-h3.text-weight-semibold {
  font-weight: 600;
}

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

.section_careers {
  position: relative;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button-3.is-alternate {
  color: #000;
  background-color: #fff;
}

.button-3.is-alternate.is-small.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(25deg, #c776ab 24%, #6d4799);
  border-style: none;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-3.is-alternate.is-small.is-icon:hover {
  border-style: none;
  box-shadow: 0 0 13px -2px #fff;
}

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

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

.button-group.is-center {
  justify-content: center;
}

.careers_content-wrapper {
  text-align: center;
  width: 100%;
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.resources_subheader {
  color: #888;
  margin-bottom: 31px;
  font-size: 1rem;
  line-height: 1.6;
}

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

.careers_heading-wrapper {
  justify-content: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.career_arrows {
  color: var(--gray--100);
}

.careers_heading-underline {
  padding-left: .5rem;
  padding-right: .5rem;
  position: relative;
}

.resources_gradient-hover {
  background-image: linear-gradient(60deg, #fff0 30%, #ffffff17 50%, #fff0 70%);
  width: 130%;
  position: absolute;
  inset: 0% auto;
}

.resources_gradient-hover.careers-button {
  z-index: 2;
  background-image: linear-gradient(126deg, #fff0 19%, #ffffffd9 50%, #fff0 87%);
}

.careers_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.text-block-3 {
  color: var(--gray--100);
  text-decoration: none;
}

.image-5 {
  filter: none;
  border-radius: 13px;
}

.hidden-errors {
  height: 122px;
  display: none;
}

.ms-code-validation-error {
  margin-top: 10px;
  font-weight: 700;
  list-style-type: none;
}

.list-item {
  color: #9e0003;
}

.list-item-2 {
  color: #9c0203;
}

.link-block {
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
  position: relative;
}

.link-block-2.w--current {
  z-index: 20;
}

.icon-1x1-small-2 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
}

.features-tab-wrapper {
  color: var(--gray--100);
  background-color: #191a17;
  border-radius: 40px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 5px 20px -10px #66607936;
}

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

.round_tab-menu {
  border: 1px solid var(--white--36);
  border-radius: 13px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  height: auto;
  padding: 20px;
  display: flex;
}

.bullet-wraper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.full_img-cover {
  z-index: 0;
  filter: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tabs-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.slider-tab {
  max-width: 80rem;
  margin-top: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #3370ff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: border-color .25s, background-color .25s;
}

.button-4:hover {
  background-color: #000cb8;
}

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

.feature-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  width: 58%;
  display: flex;
}

.subheader-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.badge-2 {
  color: #3370ff;
  text-align: center;
  flex: none;
  width: 2rem;
  height: 2rem;
  font-weight: 700;
}

.feature_content-detail {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #f2f5fd00;
  border-radius: 28px;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
}

.bullet-wrapper-detail {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.bullet-img-wrapper {
  border-radius: 12px;
  width: 20rem;
  position: relative;
  overflow: hidden;
}

.round-tab {
  border: 1px none var(--gray--100);
  color: var(--gray--100);
  background-color: #fff0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 129.617px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  line-height: 20px;
  display: flex;
}

.round-tab:hover {
  color: var(--black--80);
  background-color: #fff;
}

.round-tab.w--current {
  color: var(--black--80);
  background-color: #fff;
  flex-flow: row;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 4px 4px 14px #5d6ec70a;
}

.bullet-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

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

.image-6 {
  filter: brightness(200%);
}

.image-7, .image-8, .image-9 {
  filter: none;
}

.pricing-wrapper {
  flex-direction: row;
  width: 100%;
  min-height: 100px;
  padding: 64px 4px 24px;
  display: flex;
}

.subtle-text {
  opacity: .8;
  margin-bottom: 32px;
}

.tooltip-arro-dark {
  background-color: #1d1d1d;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 7% auto 0% -44%;
  transform: rotate(45deg);
}

.plan-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.caption-text {
  color: gray;
  text-align: center;
  margin-top: 16px;
  font-size: 12px;
  line-height: 16px;
}

.tooltip-wrapper {
  z-index: 9999999;
  cursor: pointer;
  flex: none;
  position: relative;
  overflow: visible;
}

.cta {
  text-align: center;
  background-color: #06aeef;
  border: 2px #e40048;
  border-radius: 20px;
  width: 100%;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .2s;
}

.cta:hover {
  background-color: #06aeef;
  border-color: #c90040;
}

.cta.secondary {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-color: #06aeef;
}

.cta.secondary:hover {
  background-color: #f2f1ff;
}

.features-wrapper {
  margin-bottom: 40px;
}

.tabs-menu-2 {
  background-color: #161616;
  border-radius: 40px;
  justify-content: center;
  padding: 4px;
  display: flex;
  box-shadow: inset 0 1px 2px 1px #0003;
}

.price-text {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.tab {
  color: #fff;
  background-color: #0000;
  border-radius: 40px;
  padding: 8px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.tab.w--current {
  color: #fff;
  background-color: #06aeef;
  background-image: linear-gradient(278deg, #4e3241, #331c4c);
  border-radius: 50px;
  align-items: center;
  box-shadow: 0 1px 2px #0003;
}

.text-block-14 {
  z-index: 999999;
  font-size: 13px;
  position: relative;
}

.disccount {
  z-index: 9;
  color: #e40048;
  cursor: auto;
  align-items: flex-end;
  width: 120px;
  margin-top: 80px;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: -34px;
  left: 44px;
}

.checkmark {
  filter: hue-rotate(254deg);
  flex: none;
  margin-right: 8px;
}

.all-caps-text {
  color: #8d8d8d;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

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

.feature {
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.plan-wrapper {
  box-shadow: none;
  color: #000;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 33.33%;
  max-width: 480px;
  min-height: 300px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: visible;
}

.plan-wrapper:hover {
  box-shadow: 0 4px 20px #0000001f;
}

.text-block-11 {
  color: #06aeef;
  display: inline;
}

.image-10 {
  filter: hue-rotate(211deg);
  margin-bottom: 19px;
  margin-right: 8px;
}

.tooltip-dark {
  z-index: auto;
  color: #fff;
  text-align: center;
  background-color: #1d1d1d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-width: 180px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 13px;
  line-height: 20px;
  display: none;
  position: absolute;
  inset: -15% 0% auto 151%;
  overflow: scroll;
}

.text-span-5 {
  margin-left: 4px;
  font-size: 16px;
  line-height: 16px;
}

.text-block-12 {
  flex: 1;
}

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

.item-heading-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: .12px;
  padding-bottom: 1.02px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  letter-spacing: -.16px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 22.86px;
  text-decoration: none;
}

.item {
  grid-column-gap: 6.3px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.background {
  background-color: #2b2b2b;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 16.8px;
  height: 16.8px;
  padding: 2.1px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12.6px;
  height: 12.6px;
  text-decoration: none;
  display: flex;
}

.small {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .035px;
  padding-bottom: .825px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.25px;
  text-decoration: none;
}

.small-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .04px;
  padding-bottom: .82px;
  text-decoration: none;
  display: flex;
}

.small-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .04px;
  padding-bottom: .83px;
  text-decoration: none;
  display: flex;
}

.item-heading-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: .12px;
  padding-bottom: 1.01px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #fff;
  letter-spacing: -.16px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 22.86px;
  text-decoration: none;
}

.background-2 {
  background-color: #2a2a2a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 16.8px;
  height: 16.8px;
  padding: 2.1px;
  text-decoration: none;
  display: flex;
}

.small-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .04px;
  padding-bottom: .83px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.25px;
  text-decoration: none;
}

.small-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .035px;
  padding-bottom: .825px;
  text-decoration: none;
  display: flex;
}

.small-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .04px;
  padding-bottom: .82px;
  text-decoration: none;
  display: flex;
}

.background-3 {
  background-color: #2a2a2a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 16.8px;
  height: 16.8px;
  padding: 2.09px 2.1px 2.1px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12.6px;
  height: 12.61px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 17.25px;
  text-decoration: none;
}

.container-4 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.container-5 {
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.background-4 {
  border: .5px solid var(--white--16);
  background-color: #fff0;
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 36px 20px;
  text-decoration: none;
  display: flex;
}

.heading-5margin {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  background-image: linear-gradient(#3d244c, #452b42);
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px 15px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: var(--gray--100);
  letter-spacing: -.15px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 21.56px;
  text-decoration: none;
}

.margin {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.container-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--gray--100);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100px;
  text-decoration: none;
  display: flex;
}

.superscript {
  color: var(--gray--100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
}

.text-7 {
  color: var(--gray--100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
}

.container-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100px;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: var(--gray--100);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  text-decoration: none;
}

.link {
  border: 1px solid #f1f3f4;
  border-radius: 9999px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 17px 0;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: var(--gray--100);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.86px;
  text-decoration: none;
}

.margin-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: var(--gray--100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.listmargin {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  text-decoration: none;
  display: flex;
}

.item-2 {
  grid-column-gap: 10px;
  color: var(--gray--100);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.background-5 {
  background-color: #303030;
  border-radius: 9999px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 18px;
  height: 18px;
  padding: 3px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  filter: brightness(200%);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: var(--gray--100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21.56px;
  text-decoration: none;
}

.strong {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: var(--gray--100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 21.56px;
  text-decoration: none;
}

.container-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 1.56px;
  text-decoration: none;
  display: flex;
}

.container-9 {
  justify-content: center;
  align-items: center;
  width: 24px;
  padding: 4px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: var(--gray--100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.56px;
  text-decoration: none;
}

.background-6 {
  background-image: none;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 347.34px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.container-10 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 116.78px;
  text-decoration: none;
  display: flex;
}

.container-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 116.38px;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
}

.link-2 {
  background-color: #2b2b2b;
  background-image: linear-gradient(#39214c, #492e42);
  border: 1px solid #2b2b2b;
  border-radius: 9999px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 17px 0;
  text-decoration: none;
  display: flex;
  box-shadow: 0 20px 50px #0000001a;
}

.text-14 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.86px;
  text-decoration: none;
}

.container-12 {
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 347.34px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.container-13 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 117.67px;
  text-decoration: none;
  display: flex;
}

.container-14 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 117.27px;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
}

.link-3 {
  border: 1px solid #f1f3f4;
  border-radius: 9999px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 17px 12px;
  text-decoration: none;
  display: flex;
}

.tab-pane-monthly {
  margin-top: 40px;
}

.link-4 {
  color: var(--gray--100);
}

.link-block-3 {
  text-decoration: none;
}

.fn-social-link {
  color: #687373;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .25s;
  display: flex;
}

.fn-social-link:hover {
  color: #b772a3;
}

.fn-social-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.link-5 {
  color: var(--gray--100);
}

@media screen and (min-width: 1440px) {
  .section, .section.tabs {
    width: 100%;
  }

  .feature-container-lines {
    max-width: 1128px;
  }

  .navbar, .footer {
    width: 100%;
  }

  .careers_background-image-wrapper {
    background-image: linear-gradient(#080808, #080808);
  }

  .full_img-cover {
    object-fit: contain;
  }

  .bullet-img-wrapper {
    width: 40rem;
  }

  .tooltip-arro-dark {
    background-color: #d62228;
  }

  .tabs-content-2 {
    overflow: visible;
  }

  .cta {
    background-color: #06aeef;
    border-style: none;
    border-color: #d62228;
    border-radius: 20px;
  }

  .cta:hover {
    background-color: #06aeef;
  }

  .cta.secondary {
    border-color: #06aeef;
    border-radius: 20px;
  }

  .cta.secondary:hover {
    background-color: #e1f7ff;
  }

  .tab.w--current {
    background-color: #06aeef;
  }

  .disccount {
    color: #06aeef;
  }

  .checkmark {
    filter: hue-rotate(205deg);
  }

  .plan-wrapper:hover {
    border-style: none;
    box-shadow: 0 4px 20px #06aeef;
  }

  .image-10 {
    filter: hue-rotate(180deg);
  }

  .tooltip-dark {
    background-color: #161616;
    display: none;
  }

  .container-4 {
    margin-top: 40px;
  }

  .container-5 {
    width: 350px;
  }

  .heading-5 {
    background-image: linear-gradient(276deg, #452c42, #362148);
  }

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

  .background-6 {
    width: 350px;
    max-width: none;
  }

  .link-2 {
    background-image: linear-gradient(264deg, #341e4b, #472e42);
    padding-left: 0;
    padding-right: 0;
  }

  .container-12 {
    width: 350px;
    max-width: none;
  }

  .container-14 {
    margin-top: 10px;
  }

  .link-4 {
    color: var(--gray--100);
  }

  .div-block-19 {
    z-index: 999999;
    position: fixed;
    inset: auto 0% 0% auto;
  }
}

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

  .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 {
    background-position: 0 0, 0 0;
    background-size: cover, 984px;
  }

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

  .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;
    display: block;
  }

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

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

  .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 {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .navbar_wrapper.top {
    display: none;
  }

  .card-content-wrapper {
    height: 10rem;
  }

  .card-block-long {
    text-align: center;
    padding-right: 100px;
  }

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

  .div-block-5 {
    height: 360px;
  }

  .card {
    height: 10rem;
  }

  .image-2 {
    width: 100%;
  }

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

  .div-block-4 {
    height: 360px;
  }

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

  .card-absolute-right-image {
    inset: auto 0% 0% auto;
  }

  .section-heading-2.tablet-center, .section-heading-2.alaign-right.tablet-text-center {
    text-align: center;
  }

  .glowing_component {
    grid-row-gap: 1.75rem;
  }

  .circle-01-img {
    width: 10.091vw;
    height: 10.091vw;
  }

  .label-medium {
    font-size: 1.312vw;
  }

  .circle-03 {
    width: 50vw;
    height: 50vw;
  }

  .container-2 {
    width: 100%;
    padding-left: 3.229vw;
    padding-right: 3.229vw;
  }

  .coin._04 {
    width: 6.054vw;
    height: 6.054vw;
    top: 14.9vw;
    right: -1.9vw;
  }

  .coin._06 {
    width: 5.045vw;
    height: 5.045vw;
    top: 37.2vw;
    right: -1.7vw;
  }

  .coin._02 {
    width: 8.073vw;
    height: 8.073vw;
    top: 17.8vw;
    right: -2vw;
  }

  .coin._01 {
    width: 8.073vw;
    height: 8.073vw;
    left: -3.6vw;
  }

  .coin._07 {
    width: 4.036vw;
    height: 4.036vw;
    top: 47.9vw;
    left: -1.7vw;
  }

  .coin._03 {
    width: 6.054vw;
    height: 6.054vw;
    top: 31.8vw;
    left: -.9vw;
  }

  .coin._05 {
    width: 5.045vw;
    height: 5.045vw;
    top: 27.4vw;
    left: -2.2vw;
  }

  .coin._08 {
    width: 4.036vw;
    height: 4.036vw;
    top: 42vw;
    right: -2vw;
  }

  .section-02 {
    padding-top: 20.182vw;
    padding-bottom: 30.272vw;
  }

  .section-02-title-wrap {
    grid-row-gap: 1.615vw;
  }

  .section-02-image-wrap {
    margin-top: 10.091vw;
  }

  .circle-02 {
    width: 30vw;
    height: 30vw;
  }

  .h2 {
    font-size: 4.036vw;
  }

  .circle-04 {
    width: 70vw;
    height: 70vw;
  }

  .circle-05 {
    width: 90vw;
    height: 90vw;
  }

  .body-r {
    font-size: 1.413vw;
  }

  .section-03-card-wrap {
    grid-column-gap: 1.615vw;
    padding: 6.054vw 0 20.182vw;
  }

  .container-3 {
    width: 100%;
    padding-left: 3.229vw;
    padding-right: 3.229vw;
  }

  .container-3.extend {
    width: 100%;
  }

  .card-icon-wrap {
    width: 8.073vw;
    height: 8.073vw;
    margin-bottom: 2.422vw;
  }

  .card-cont-wrap, .section-03-title-wrap {
    grid-row-gap: 1.615vw;
  }

  .icon-50 {
    width: 4.036vw;
  }

  .over-card-wrap {
    padding: 4.844vw 3.229vw;
  }

  .h5 {
    font-size: 2.422vw;
  }

  .c-1-1 {
    width: 57.518vw;
    top: 9.586vw;
    right: -10.293vw;
  }

  .section-04-sticky {
    top: 10.091vw;
  }

  .section-04-title-wrap {
    grid-row-gap: 1.615vw;
    margin-bottom: 6.054vw;
  }

  .tab-title-inner {
    grid-row-gap: 2.018vw;
  }

  .c-3-1 {
    width: 56.105vw;
    top: 3.229vw;
    right: -15.54vw;
  }

  .c-2-1 {
    width: 56.509vw;
    top: 6.155vw;
    right: -9.99vw;
  }

  .h4 {
    font-size: 2.825vw;
  }

  .btn-primary {
    height: 5.247vw;
    padding-left: 2.422vw;
    padding-right: 2.422vw;
    font-size: 1.615vw;
  }

  .btn-primary.mg-t-40 {
    margin-top: 3.229vw;
  }

  .tab-card {
    height: 45.409vw;
    padding: 6.054vw;
  }

  .tab-card._3 {
    top: 38.345vw;
  }

  .tab-card._1 {
    top: 34.309vw;
  }

  .tab-card._2 {
    top: 36.327vw;
  }

  .h6 {
    font-size: 1.615vw;
  }

  .c-3-2 {
    width: 30.272vw;
    top: 18.163vw;
    right: 21.897vw;
  }

  .card-sticky-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-card-wrap {
    grid-row-gap: 10.091vw;
    margin-top: 6.054vw;
  }

  .section-04-inner {
    padding-left: 3.229vw;
    padding-right: 3.229vw;
  }

  .c-1-2 {
    width: 35.318vw;
    top: 5.55vw;
    right: 14.055vw;
  }

  .tab-link {
    grid-row-gap: 2.018vw;
  }

  .c-2-2 {
    width: 40.363vw;
    top: 24.823vw;
    right: 13.118vw;
  }

  .padding-section-careers {
    padding: 6rem 0;
  }

  .careers_arrow-wrapper.left-3 {
    display: none;
  }

  .careers_arrow-wrapper.right-5 {
    top: 130px;
    left: 450px;
  }

  .careers_arrow-wrapper.left-1 {
    top: -70px;
    left: 100px;
  }

  .careers_arrow-wrapper.left-2 {
    top: 0;
    left: -20px;
  }

  .careers_arrow-wrapper.left-5 {
    top: 130px;
    left: -20px;
  }

  .careers_arrow-wrapper.left-4 {
    display: none;
  }

  .careers_arrow-wrapper.left-6 {
    top: 180px;
    left: 80px;
  }

  .careers_arrow-wrapper.right-4, .careers_arrow-wrapper.right-3 {
    display: none;
  }

  .careers_arrow-wrapper.right-6 {
    top: 210px;
    left: 380px;
  }

  .careers_arrow-wrapper.right-2 {
    top: -20px;
    left: 470px;
  }

  .careers_arrow-wrapper.right-1 {
    top: -70px;
    left: 330px;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

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

  .careers_heading-wrapper {
    flex-wrap: wrap;
  }

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

  .feature-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .feature_content-detail {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .bullet-img-wrapper {
    order: -1;
    width: 100%;
    height: 20rem;
  }

  .pricing-wrapper {
    flex-direction: column;
  }

  .tabs-content-2 {
    width: 100%;
  }

  .plan-wrapper {
    width: 100%;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

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

  .template-group {
    padding: 24px;
  }

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

  .video-lightbox-wrapper {
    height: 380px;
  }

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

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

  .nav-button-group {
    display: block;
  }

  .full-page.tabs {
    overflow: hidden;
  }

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

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

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

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

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

  .navbar_outline {
    display: none;
  }

  .card-block-long {
    background-position: 50% 100%;
    background-size: cover;
    padding: 57px;
  }

  .card-block-long.version-2 {
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 40px;
  }

  ._1-2-column-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-block-5 {
    height: 240px;
  }

  .image-2 {
    width: 100%;
  }

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

  .paragraph-20px.x {
    text-align: center;
  }

  .blog-heading-2 {
    margin-bottom: 10px;
  }

  .card-block-short {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-4 {
    height: 340px;
  }

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

  .card-absolute-right-image {
    position: absolute;
    top: auto;
    bottom: 0%;
  }

  .section-heading-2 {
    text-align: left;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .section-heading-2.alaign-right {
    text-align: center;
  }

  .glowing_component {
    flex-direction: column;
    grid-template-columns: 100%;
    display: flex;
  }

  .copy-me-button-3 {
    display: none;
  }

  .circle-01-img {
    width: 80px;
    height: 80px;
  }

  .label-medium {
    font-size: 12px;
  }

  .light-02 {
    width: 350px;
  }

  .circle-03 {
    width: 300px;
    height: 300px;
  }

  .container-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .coin._04 {
    width: 60px;
    height: 60px;
    top: 81px;
    right: -28px;
  }

  .coin._06 {
    width: 50px;
    height: 50px;
    top: 233px;
    right: -15px;
  }

  .coin._02 {
    width: 70px;
    height: 70px;
    top: 119px;
    right: -15px;
  }

  .coin._01 {
    width: 70px;
    height: 70px;
    top: 52px;
    left: -30px;
  }

  .coin._07 {
    width: 50px;
    height: 50px;
    top: 268px;
    left: -21px;
  }

  .coin._03 {
    width: 60px;
    height: 60px;
    top: 199px;
    left: -13px;
  }

  .coin._05 {
    width: 50px;
    height: 50px;
    top: 132px;
    left: -25px;
  }

  .coin._08 {
    width: 50px;
    height: 50px;
    top: 220px;
    right: -24px;
  }

  .section-02 {
    padding-top: 150px;
    padding-bottom: 250px;
  }

  .section-02-title-wrap {
    grid-row-gap: 16px;
  }

  .section-02-image-wrap {
    margin-top: 80px;
  }

  .circle-02 {
    width: 200px;
    height: 200px;
  }

  .h2 {
    font-size: 36px;
  }

  .circle-04 {
    width: 400px;
    height: 400px;
  }

  .circle-05 {
    width: 500px;
    height: 500px;
  }

  .body-r {
    font-size: 14px;
  }

  .section-03-card-wrap {
    grid-column-gap: 0vw;
    grid-row-gap: 24px;
    flex-direction: column;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .container-3 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-icon-wrap {
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
  }

  .card-cont-wrap {
    grid-row-gap: 16px;
    max-width: 300px;
  }

  .light-03 {
    bottom: 313px;
  }

  .section-03-title-wrap {
    grid-row-gap: 16px;
  }

  .icon-50 {
    width: 40px;
  }

  .over-card-wrap {
    width: 100%;
    padding: 40px;
  }

  .h5 {
    font-size: 20px;
  }

  .c-1-1 {
    width: 600px;
    top: -7px;
    bottom: 0;
    right: -106px;
  }

  .section-04-sticky {
    position: relative;
    top: 0;
  }

  .section-04-title-wrap {
    grid-row-gap: 16px;
    margin-bottom: 0;
  }

  .tab-title-inner {
    grid-row-gap: 16px;
  }

  .c-3-1, .c-2-1 {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
  }

  .h4 {
    font-size: 24px;
  }

  .btn-primary {
    grid-column-gap: 4px;
    white-space: nowrap;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .btn-primary.mg-t-40 {
    margin-top: 24px;
    padding-right: 2px;
  }

  .tab-card {
    justify-content: flex-start;
    height: auto;
    padding: 40px;
    position: relative;
    top: auto;
  }

  .tab-card._3 {
    top: 0;
  }

  .tab-card._3.all-in {
    top: 0;
  }

  .tab-card._1 {
    justify-content: flex-start;
    top: 0;
  }

  .tab-card._2 {
    top: 0;
  }

  .h6 {
    font-size: 16px;
  }

  .card-light {
    z-index: 2;
    bottom: 79px;
    left: 43%;
  }

  .card-light._3 {
    bottom: 212px;
    left: 53%;
  }

  .card-light._2 {
    bottom: 115px;
    left: 8%;
  }

  .tab-card-wrap {
    grid-row-gap: 24px;
    margin-top: 40px;
    position: sticky;
  }

  .tab-image-wrap {
    width: 100%;
    height: 400px;
    display: none;
    position: absolute;
    top: auto;
    bottom: -152px;
  }

  .section-04-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tab-link-wrap {
    display: none;
    position: sticky;
    top: 98px;
  }

  .btn-circle {
    width: 36px;
    height: 36px;
  }

  .tab-title-wrap {
    max-width: 300px;
    margin-bottom: 40px;
  }

  .fake-card {
    display: none;
  }

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

  .icon-20.head {
    width: 16px;
  }

  .m-feature-image-wrap {
    width: 100%;
    display: block;
  }

  .c-1-2 {
    width: 280px;
    top: -51px;
    left: 40px;
    right: 0;
  }

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

  .heading-style-h3 {
    font-size: 2rem;
  }

  .section_careers {
    margin-top: 50px;
  }

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

  .resources_subheader {
    font-size: 1rem;
  }

  .icon-1x1-small-2 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .round_tab-menu {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: row;
    justify-content: flex-start;
  }

  .slider-tab {
    margin-top: 20px;
  }

  .button-4 {
    padding: .75rem 1.5rem;
  }

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

  .feature_content-detail {
    flex-direction: column-reverse;
    padding: 2rem;
  }

  .round-tab {
    flex: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-wrapper {
    flex-direction: column;
  }

  .tabs-content-2 {
    width: 100%;
  }

  .tab {
    padding: 8px 24px;
  }

  .plan-wrapper {
    width: 100%;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
  }
}

@media screen and (max-width: 479px) {
  .button-primary {
    width: 100%;
  }

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

  .button-secondary {
    display: none;
  }

  .container-regular, .section.tabs {
    z-index: 0;
  }

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

  .container-lines-regular, .lines-group {
    z-index: 0;
  }

  .video-lightbox-wrapper {
    height: 340px;
  }

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

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

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

  .nav-container {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .nav-menu {
    z-index: 99999999;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background-color: #ffffff0f;
    top: 72px;
  }

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

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

  .full-page.tabs {
    overflow: hidden;
  }

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

  .feature-line {
    left: 28px;
  }

  .navigation-line {
    width: 80px;
  }

  .label-regular {
    white-space: normal;
  }

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

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

  .integration-circle {
    display: none;
  }

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

  .footer-container-lines {
    background-image: url('../images/Grid-Light_1Grid Light.webp');
    background-repeat: no-repeat;
    background-size: auto;
  }

  .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-flow: row;
  }

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

  .clone-button {
    width: 100%;
  }

  .glowing-wrapper.glowing-wrapper-active.menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    display: flex;
  }

  .navbar_button-text {
    font-size: .8rem;
  }

  .glowing-wrapper-button.menu {
    border-style: none;
    flex-flow: row;
    padding-top: 0;
    padding-bottom: .5rem;
    display: flex;
  }

  .navbar_button {
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: .875rem;
  }

  .navbar_outline, .navbar_wrapper.top {
    display: none;
  }

  .button__text {
    font-size: 1rem;
  }

  .card-content-wrapper {
    height: 100%;
  }

  .glowing-card-lc.glowing-wrapper-active {
    width: 19rem;
    height: 15rem;
  }

  .blog-heading-2 {
    margin-bottom: 0;
  }

  .glowing_card {
    aspect-ratio: 3 / 2;
    min-height: auto;
  }

  .heading_1_element-content-wrap {
    flex-direction: column;
  }

  .copy-me-button-3 {
    display: none;
  }

  .div-block-6 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding-top: 20px;
  }

  .div-block-7 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-8 {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-3.extend {
    padding-left: 0;
    padding-right: 0;
  }

  .light-03 {
    display: none;
  }

  .tab-card._3.all-in {
    padding-left: 10px;
    padding-right: 10px;
    top: 0;
  }

  .tab-card._1, .tab-card._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-04-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-careers {
    padding-left: 0;
    padding-right: 0;
  }

  .careers_arrow-wrapper.right-5 {
    display: none;
    top: 200px;
    left: 230px;
  }

  .careers_arrow-wrapper.left-1 {
    display: none;
    top: -50px;
    left: 30px;
  }

  .careers_arrow-wrapper.left-2, .careers_arrow-wrapper.left-5 {
    display: none;
  }

  .careers_arrow-wrapper.left-6 {
    display: none;
    top: 200px;
    left: 10px;
  }

  .careers_arrow-wrapper.right-6 {
    display: none;
    top: 280px;
    left: 210px;
  }

  .careers_arrow-wrapper.right-2 {
    display: none;
    left: 250px;
  }

  .careers_arrow-wrapper.right-1 {
    display: none;
    top: -50px;
    left: 200px;
  }

  .section_careers {
    margin-top: 0;
  }

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

  .icon-1x1-small-2 {
    flex: none;
  }

  .features-tab-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .round_tab-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: auto;
    margin-bottom: -10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: scroll;
  }

  .button-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .subheader-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .feature_content-detail {
    padding: 2rem 1.25rem;
  }

  .bullet-wrapper-detail {
    flex-direction: column;
  }

  .round-tab {
    text-align: center;
    border-radius: 16px;
    flex: 0 auto;
    padding: 18px;
    font-size: .9rem;
  }

  .tabs-content-2 {
    overflow: visible;
  }

  .plan-wrapper {
    padding: 24px;
  }

  .tooltip-dark {
    display: none;
    top: 137%;
    left: -413%;
  }

  .container-4 {
    flex-flow: column;
    margin-top: 40px;
  }

  .div-block-19 {
    z-index: 99999;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .code-embed {
    position: fixed;
    inset: auto 0% 0% auto;
  }
}

#w-node-_9cae3f6c-7014-a431-41d0-b254058e175f-63347cba, #w-node-c9d3d20d-14d0-482d-e466-4732036d13c2-63347cba, #w-node-_9f52041a-f911-3409-17d6-6da5fc5cf29b-63347cba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c96f8bb-cb60-ab50-cdf7-0722405281c1-63347cba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_01a07a48-4e25-2680-caba-fa173966d022-63347cba {
  justify-self: start;
}

#w-node-_01a07a48-4e25-2680-caba-fa173966d024-63347cba {
  align-self: center;
}

#w-node-_98c09982-b6ab-b808-beae-62b25652bb15-63347cba, #w-node-_98c09982-b6ab-b808-beae-62b25652bb16-63347cba, #w-node-_98c09982-b6ab-b808-beae-62b25652bb17-63347cba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#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-eee5e1d6-e9bf-867e-eab4-9244e776175b-e7761750, #w-node-eee5e1d6-e9bf-867e-eab4-9244e7761783-e7761750 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_644bf895-82c2-4521-06cf-ab86d88ee23b-63347cbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_644bf895-82c2-4521-06cf-ab86d88ee260-63347cbd {
  justify-self: end;
}

#w-node-_14a1ece8-1845-b87d-ed15-6689ebb7a970-63347cbd, #w-node-_2cabea27-294d-bbe9-3982-4f84155c411c-63347cbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_663edd1e-e5d5-229e-da7c-5be16b06b254-63347cc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_663edd1e-e5d5-229e-da7c-5be16b06b279-63347cc0 {
  justify-self: end;
}

#w-node-d00fa92f-6f68-07df-ad9c-a7b20439490b-63347cc0, #w-node-_27f210e5-5424-106d-edd8-c420457b51c2-63347cc0, #w-node-f04683ea-b2fb-b25c-5a15-5fcfba6125a8-63347cc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6c96f8bb-cb60-ab50-cdf7-0722405281c1-63347cba {
    justify-self: start;
  }

  #w-node-_01a07a48-4e25-2680-caba-fa173966d022-63347cba {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_01a07a48-4e25-2680-caba-fa173966d024-63347cba {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_98c09982-b6ab-b808-beae-62b25652bb15-63347cba, #w-node-_98c09982-b6ab-b808-beae-62b25652bb16-63347cba, #w-node-_98c09982-b6ab-b808-beae-62b25652bb17-63347cba {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_38617db4-e05b-3e02-29bd-bfc4fc1f8d9c-fc1f8d5d {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_01a07a48-4e25-2680-caba-fa173966d022-63347cba {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_01a07a48-4e25-2680-caba-fa173966d024-63347cba {
    grid-area: 1 / 1 / 2 / 2;
  }
}


