:root {
  --text-color: #0f1829;
  --black: black;
  --_font---secondary-font: Inter, sans-serif;
  --menu-text: #c4c4c4;
  --_typography---paragraph-small: 1rem;
  --_typography---paragraph-small-line: 1.5rem;
  --white: white;
  --_typography---paragraph-medium: 1.125rem;
  --_typography---paragraph-medium-line: 1.6875rem;
  --_font---primary-font: Geist, sans-serif;
  --_typography---h1: 5.25rem;
  --_typography---h1-line-height: 5.775rem;
  --_typography---h2: 3.375rem;
  --black-gray: #404c58;
  --_typography---paragraph-regular: 1.25rem;
  --_typography---paragraph-regular-line: 1.875rem;
  --_typography---h2-line-height: 3.7125rem;
  --transparent: transparent;
  --_typography---h3: 1.75rem;
  --_typography---h3-line-height: 1.925rem;
  --primary-color: #7f64fa;
  --faq-color: #f6f7f9;
  --faq-open-color: #aec7ed33;
}

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

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

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

body {
  color: #333;
  --_typography---paragraph-small: 1rem;
  --_typography---paragraph-small-line: 1.5rem;
  --_typography---paragraph-medium: 1.125rem;
  --_typography---paragraph-medium-line: 1.6875rem;
  --_typography---h1: 5.25rem;
  --_typography---h1-line-height: 5.775rem;
  --_typography---h2: 3.375rem;
  --_typography---paragraph-regular: 1.25rem;
  --_typography---paragraph-regular-line: 1.875rem;
  --_typography---h2-line-height: 3.7125rem;
  --_typography---h3: 1.75rem;
  --_typography---h3-line-height: 1.925rem;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.25rem;
  font-weight: 700;
  line-height: 5.775rem;
}

h2 {
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 3.7125rem;
}

h3 {
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.925rem;
}

.header-content-wrapper {
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  max-width: 82rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 .5rem;
  display: flex;
}

.primary-button-text-wrap {
  flex-flow: column;
  height: 1.4375rem;
  display: flex;
  overflow: hidden;
}

.header-logo {
  width: 100%;
  max-width: 20.3rem !important;
}

.header-nav-link {
  font-family: var(--_font---secondary-font);
  color: var(--menu-text);
  font-size: var(--_typography---paragraph-small);
  line-height: var(--_typography---paragraph-small-line);
  padding: 0;
  font-weight: 400;
  transition: color .4s;
}

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

.header-nav-link.w--current {
  font-family: var(--_font---secondary-font);
  color: var(--white);
  font-size: var(--_typography---paragraph-small);
  line-height: var(--_typography---paragraph-small-line);
  border-radius: .5rem;
  padding: 0;
  font-weight: 400;
}

.container {
  width: 100%;
  max-width: 82.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container._404 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.secondary-button {
  color: #191919;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: .6rem;
  justify-content: center;
  padding: .8rem 1rem .8em;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.secondary-button:hover {
  color: #172a54;
  background-color: #fff;
  transform: translate3d(0, -3px, .01px);
}

.header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-nav-menu-list {
  z-index: 1;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-wrapper {
  background-color: #ddd0;
  width: 100%;
  position: absolute;
}

.primary-button-text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2em;
}

.primary-button-text.black {
  font-family: var(--_font---secondary-font);
  color: var(--text-color);
  font-size: var(--_typography---paragraph-medium);
  line-height: var(--_typography---paragraph-medium-line);
  text-align: center;
}

.primary-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.25rem;
  text-decoration: none;
  transition: all .4s;
  display: inline-flex;
}

.primary-button-wrapper.white {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 6rem;
}

.header-middle-col {
  background-color: #0f1829;
  border-radius: 6rem;
  padding: 1.12rem 2rem;
}

.header-middle-col.hide {
  background-color: #120f44;
}

.header-logo-link {
  padding-left: 0;
  transition: color .3s;
}

.header-logo-link.w--current:hover {
  transform: none;
}

.header-nav-list-item-middle {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.header-nav-list-item-middle.right-padding {
  padding-right: 0;
}

.section-hero {
  background-image: url('../images/Vector-1.svg');
  background-position: 50%;
  background-size: 100% 100%;
  padding-top: 12rem;
  position: relative;
  overflow: clip;
}

.bg-color {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-blcok-wrapper {
  z-index: 999;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

.bg-image {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-heading-text {
  font-family: var(--_font---primary-font);
  color: var(--text-color);
  font-size: var(--_typography---h1);
  line-height: var(--_typography---h1-line-height);
  text-align: center;
  letter-spacing: -.1875rem;
  font-weight: 600;
}

.hero-paragraph-text {
  font-family: var(--_font---secondary-font);
  color: var(--black-gray);
  font-size: var(--_typography---paragraph-regular);
  line-height: var(--_typography---paragraph-regular-line);
  text-align: center;
  width: 100%;
  max-width: 38rem;
  margin: 1.19rem auto 0;
}

.hero-image {
  width: 80%;
}

.hero-image-block {
  z-index: 999;
  justify-content: center;
  align-items: center;
  margin-top: 3.62rem;
  display: flex;
  position: relative;
}

.button-block-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 2.13rem;
  display: flex;
}

.button {
  font-family: var(--_font---secondary-font);
  color: var(--white);
  font-size: var(--_typography---paragraph-medium);
  line-height: var(--_typography---paragraph-medium-line);
  background-color: #8e6cfa;
  background-image: radial-gradient(circle at 50% 100%, #b5b5ff, #8e6cfa 59%);
  border-radius: 6rem;
  padding: 1.3rem 2.14rem;
  font-weight: 600;
  transition: transform .4s;
  box-shadow: 0 21px 44px -5px #43346082;
}

.button:hover {
  background-image: radial-gradient(circle at 50% 100%, #b5b5ff, #8e6cfa 52%);
  transform: scale(.95);
}

.button.mail {
  box-shadow: none;
}

.top-shap {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-shap-image {
  background-color: #ffffff45;
  border: 1px solid #fff;
  border-radius: 2.8rem;
  width: 16rem;
  padding: .5rem;
  position: absolute;
  inset: 30% auto auto 0%;
}

.hero-right-image {
  background-color: #ffffff45;
  border: 1px solid #fff;
  border-radius: 1.6rem;
  width: 15rem;
  padding: .5rem;
  position: absolute;
  inset: 50% 0% 0% auto;
}

.brand-logo-tittle {
  font-family: var(--_font---secondary-font);
  color: var(--black-gray);
  font-size: var(--_typography---paragraph-small);
  line-height: var(--_typography---paragraph-small-line);
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-logo-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand-logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: none;
  display: flex;
}

.section-logo {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.brand-content-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.brand-logo-wrap {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

.section-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border: 1px solid #955efe;
  border-radius: 6rem;
  justify-content: center;
  align-items: center;
  max-width: 15.062rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .3rem;
  padding-bottom: .3rem;
  display: flex;
}

.section-tag.whidth {
  border-style: none;
  max-width: none;
  padding-left: .56rem;
  padding-right: .56rem;
}

.our-values-block {
  text-align: center;
}

.our-values-pragraph-text {
  font-family: var(--_font---secondary-font);
  color: var(--black-gray);
  font-size: var(--_typography---paragraph-regular);
  line-height: var(--_typography---paragraph-regular-line);
  width: 100%;
  max-width: 38.5625rem;
  margin: 1.25rem auto 0;
}

.our-values-tittle-block-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
  margin-top: .86rem;
  margin-left: auto;
  margin-right: auto;
}

.our-values-heading-text {
  font-family: var(--_font---primary-font);
  color: var(--text-color);
  font-size: var(--_typography---h2);
  line-height: var(--_typography---h2-line-height);
  letter-spacing: -.125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.our-values-heading-text._1 {
  font-size: var(--_typography---h2);
  line-height: var(--_typography---h2-line-height);
}

.tag-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feautres-heading-block._4 {
  margin-left: 1.75rem;
}

.btn-primary-small {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #191919;
  border-radius: 2.1875rem;
  justify-content: center;
  padding: 1rem 1.5rem 1em;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-small:hover {
  color: #fff;
  background-color: #ff7357;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-small.pricen {
  background-color: var(--transparent);
  font-family: var(--_font---secondary-font);
  color: var(--black);
  font-size: var(--_typography---paragraph-medium);
  line-height: var(--_typography---paragraph-medium-line);
  border: 1px solid #c5c5c5;
  width: 100%;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.btn-primary-small.pricen:hover {
  background-color: var(--white);
}

.btn-primary-small.pricen.white {
  color: var(--white);
  padding-top: 1.13rem;
  padding-bottom: 1.13rem;
}

.btn-primary-small.pricen.white:hover {
  color: var(--black);
}

.features-card-item {
  width: 100%;
  max-width: 70rem;
  margin-top: 3.12rem;
  margin-left: auto;
  margin-right: auto;
}

.feautres-image-block {
  position: relative;
}

.feautres-card-block {
  background-color: #f6f7f9;
  border-radius: 1rem;
  padding: 2.25rem .75rem .7rem;
}

.feautres-image, .feautres-image.max-w {
  width: 100%;
}

.feautres-card-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f6f7f9;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.25rem .75rem 1rem;
  display: flex;
}

.feautres-card-item.buttom-space {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #f6f7f9;
  justify-content: space-between;
  padding-top: 2.25rem;
  padding-bottom: .81rem;
}

.secend-card-image {
  margin-top: 1.75rem;
}

.features-heading {
  font-family: var(--_font---secondary-font);
  color: var(--text-color);
  font-size: var(--_typography---h3);
  line-height: var(--_typography---h3-line-height);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.features-heading.text-size {
  color: var(--text-color);
  font-size: var(--_typography---h3);
  line-height: var(--_typography---h3-line-height);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

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

.feautres-paragraph {
  font-family: var(--_font---secondary-font);
  color: var(--black-gray);
  font-size: var(--_typography---paragraph-small);
  line-height: var(--_typography---paragraph-medium-line);
  text-align: left;
  margin-top: .5rem;
  margin-bottom: 0;
}

.feautres-paragraph.center {
  line-height: var(--_typography---paragraph-medium-line);
  text-align: center;
  width: 100%;
  margin-top: .75rem;
  margin-left: auto;
  margin-right: auto;
}

.feautres-secend-card {
  grid-column-gap: 1.88rem;
  grid-row-gap: 1.88rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.actionable-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feauters-card-image {
  width: 100%;
  max-width: 100%;
}

.feautres-card {
  grid-column-gap: 1.87rem;
  grid-row-gap: 1.87rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.87rem;
  display: grid;
}

.card-image-block {
  background-color: var(--white);
  border-radius: .5rem;
  padding: .5rem;
}

.our-values-card-block {
  margin-top: 3.75rem;
}

.our-values-card {
  grid-column-gap: 1.87rem;
  grid-row-gap: 1.87rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-short-text {
  font-family: var(--_font---secondary-font);
  color: var(--black-gray);
  font-size: var(--_typography---paragraph-small);
  line-height: var(--_typography---paragraph-small-line);
  text-align: center;
  margin-top: .75rem;
  margin-bottom: 0;
}

.smart-ai-text {
  font-family: var(--_font---secondary-font);
  color: var(--text-color);
  font-size: var(--_typography---paragraph-small);
  line-height: var(--_typography---paragraph-small-line);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#7f64fa 37.9%, #d898fd);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.card-item {
  background-image: url('../images/Rectangle-799.png'), url('../images/Frame-26.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  border: 1px solid #80808024;
  border-radius: 1rem;
  padding: 2rem;
}

.card-item._0-1 {
  padding-top: 2.88rem;
  padding-bottom: 2.88rem;
}

.card-item._0-2 {
  background-image: url('../images/Rectangle-802.png'), url('../images/Frame-26.png');
  background-position: 50%, 50%;
  padding-top: 2.88rem;
  padding-bottom: 2.88rem;
}

.card-item._0-3 {
  background-image: url('../images/Rectangle-794.png'), url('../images/Frame-26.png');
  background-position: 50%, 50%;
  padding-top: 2.88rem;
  padding-bottom: 2.88rem;
}

.card-item._0-4 {
  background-image: url('../images/Rectangle-799-1.png'), url('../images/Frame-26.png');
  background-position: 50%, 50%;
  padding-top: 2.88rem;
  padding-bottom: 2.88rem;
}

.card-item._0-5 {
  text-align: center;
  background-image: url('../images/Rectangle-802-1.png'), url('../images/Frame-26.png');
  background-position: 50%, 50% 100%;
  padding-top: 2.87rem;
  padding-bottom: 2.88rem;
}

.card-item._0-6 {
  background-image: url('../images/Rectangle-799-2.png'), url('../images/Frame-26.png');
  background-position: 50%, 50% 0;
  padding-top: 2.88rem;
  padding-bottom: 2.88rem;
}

.card-heading {
  font-family: var(--_font---secondary-font);
  color: var(--text-color);
  font-size: var(--_typography---h3);
  line-height: var(--_typography---h3-line-height);
  letter-spacing: -.0625rem;
  margin-top: 1.87rem;
  margin-bottom: 0;
}

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

.our-values-tittle-block-wrapper-2 {
  text-align: center;
  margin-top: .63rem;
  margin-left: auto;
  margin-right: auto;
}

.our-values-tittle-block-wrapper-2.max-w {
  mix-blend-mode: multiply;
}

.section-our-values {
  padding-top: 0;
  padding-bottom: 3rem;
}

.tabs-menu {
  background-color: #fff;
  border: 1px solid #955efe;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .25rem;
  display: inline-flex;
}

.priceing-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.priceing-list.top-space {
  margin-top: 0;
}

.tabs-content {
  margin-top: 3.13rem;
}

.pricing-card-content {
  text-align: left;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 1rem;
  padding: 2.5rem 2rem;
  font-size: 15px;
}

.pricing-card-content.bg {
  background-image: url('../images/Rectangle-785.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
}

.pricing-text {
  font-family: var(--_font---secondary-font);
  color: var(--black);
  letter-spacing: -.0625rem;
  margin-top: 2.56rem;
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 2.75rem;
}

.pricing-text.white {
  color: var(--white);
  letter-spacing: -.0625rem;
  font-size: 2.5rem;
  line-height: 2.75rem;
}

.divider-block {
  background-image: linear-gradient(90deg, #fff, #d4dae8 52.88%, #fff);
  width: 100%;
  height: 1px;
  margin-top: 1.88rem;
  margin-bottom: 1.88rem;
}

.divider-block.white {
  background-image: linear-gradient(90deg, #fff0, #d4dae8 53%, #fff0);
}

.priceing-block-wrapper {
  margin-top: 2.5rem;
}

.month-text-span {
  font-size: 1rem;
  font-weight: 500;
}

.pricinge-card-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricinge-list-icon {
  display: inline-flex;
}

.our-values-pragraph-text-2 {
  font-family: var(--_font---secondary-font);
  color: var(--black-gray);
  font-size: var(--_typography---paragraph-regular);
  line-height: var(--_typography---paragraph-regular-line);
  width: 100%;
  max-width: 44rem;
  margin: 1rem auto 0;
}

.started-text {
  font-family: var(--_font---secondary-font);
  color: var(--text-color);
  letter-spacing: -.0625rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.925rem;
}

.started-text.text-w {
  font-family: var(--_font---secondary-font);
  color: var(--white);
  font-size: 1.75rem;
  font-weight: 600;
}

.pricing-block-wrapper {
  margin-top: 2.13rem;
}

.features-text {
  font-family: var(--_font---secondary-font);
  color: var(--black-gray);
  font-size: var(--_typography---paragraph-small);
  line-height: var(--_typography---paragraph-small-line);
  font-weight: 300;
}

.features-text.white {
  font-family: var(--_font---secondary-font);
  color: var(--white);
  font-size: var(--_typography---paragraph-small);
  line-height: var(--_typography---paragraph-small-line);
}

.teb-link {
  color: var(--black);
  background-color: #fff;
  border-radius: 5rem;
  padding: .94rem 2.75rem;
  font-size: 1.125rem;
}

.teb-link.w--current {
  color: #fff;
  background-image: radial-gradient(circle at 50% 100%, #b5b5ff, #8e6cfa 53%, #8e6cfa);
  border-radius: 5rem;
  padding: .94rem 2.75rem;
  font-size: 1.125rem;
  line-height: 1.2em;
}

.section-pricing-plan {
  background-image: url('../images/svgviewer-output.svg');
  background-position: 50%;
  background-size: 100% 100%;
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.title-text {
  font-family: var(--_font---primary-font);
  color: var(--text-color);
  font-size: var(--_typography---h2);
  line-height: var(--_typography---h2-line-height);
  letter-spacing: -.125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.broder-wrap {
  z-index: 1;
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.offer-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.save-40 {
  font-family: var(--_font---secondary-font);
  font-size: var(--_typography---paragraph-small);
  line-height: var(--_typography---paragraph-small-line);
  background-color: #e6e6ff;
  border-radius: 6rem;
  padding: .3rem .5rem;
  display: inline-flex;
}

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

.section-integration {
  padding-bottom: 5rem;
}

.faq-question {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.faq-icon {
  width: 100%;
  max-width: 1.1rem;
}

.faq-answer-text-block {
  white-space: normal;
  border-radius: 16px;
  width: 92%;
  padding-top: .75rem;
}

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

.faq-icon-wrap {
  background-image: radial-gradient(circle closest-corner at 50% 100%, #b5b5ff, #8e6cfa 88.46% 96.63%);
  border-radius: .63rem;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  display: flex;
}

.our-values-pragraph-text-3 {
  font-family: var(--_font---secondary-font);
  color: var(--black-gray);
  font-size: var(--_typography---paragraph-regular);
  line-height: var(--_typography---paragraph-regular-line);
  width: 100%;
  max-width: 44rem;
  margin: 1.25rem auto 0;
}

.faq-answer {
  background-color: #ddd0;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-item-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-question-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-item-block {
  margin-top: 3.75rem;
}

.our-values-heading-text-3 {
  font-family: var(--_font---primary-font);
  color: var(--text-color);
  font-size: var(--_typography---h2);
  line-height: var(--_typography---h2-line-height);
  letter-spacing: -.125rem;
  margin-top: 0;
  margin-bottom: 0;
}

.user-block-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.user-name {
  font-family: var(--_font---secondary-font);
  color: var(--black-gray);
  font-size: var(--_typography---paragraph-medium);
  line-height: var(--_typography---paragraph-medium-line);
  font-weight: 500;
}

.testimonial-block-wrapper {
  text-align: center;
}

.section-testimonial {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.testimonial-paragraph-text {
  font-family: var(--_font---secondary-font);
  color: var(--black-gray);
  font-size: var(--_typography---paragraph-medium);
  line-height: var(--_typography---paragraph-medium-line);
  margin-bottom: 0;
}

.user-image {
  object-fit: cover;
  border-radius: 6rem;
  width: 3rem;
  height: 3rem;
}

.testimonial-item-block {
  overflow: clip;
}

.divider-line {
  background-image: linear-gradient(90deg, #fff, #d4dae8 52%, #fff);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.overlay {
  background-image: linear-gradient(271deg, #dedede00, var(--white) 62%);
  width: 9rem;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.overlay.right {
  background-image: linear-gradient(93deg, #dedede00, var(--white) 62%);
  inset: 0% 0% 0% auto;
}

.testimonial-card {
  background-image: url('../images/Frame-16.svg'), linear-gradient(#fff, #9f9ff81c);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border: 1px solid #d8dde8;
  border-radius: 1rem;
  flex: none;
  width: 100%;
  max-width: 26.25rem;
  padding: 2rem 1.88rem;
}

.user-tittle {
  font-family: var(--_font---secondary-font);
  color: var(--black-gray);
  font-size: var(--_typography---paragraph-small);
  line-height: var(--_typography---paragraph-small-line);
  margin-bottom: 0;
}

.testimonial-item-wrapper {
  margin-top: 3.75rem;
  position: relative;
}

.user-content-block {
  grid-column-gap: .06rem;
  grid-row-gap: .06rem;
  flex-flow: column;
  display: flex;
}

.testimonial-card-item {
  grid-column-gap: 1.87rem;
  grid-row-gap: 1.87rem;
  display: flex;
}

.testimonial-card-item.space {
  justify-content: flex-end;
  margin-top: 1.88rem;
}

.our-values-heading-text-4 {
  font-family: var(--_font---primary-font);
  color: var(--text-color);
  font-size: var(--_typography---h2);
  line-height: var(--_typography---h2-line-height);
  letter-spacing: -.125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.cta-heading-block {
  font-family: var(--_font---primary-font);
  color: var(--text-color);
  font-size: var(--_typography---h2);
  line-height: var(--_typography---h2-line-height);
  letter-spacing: -.125rem;
  font-weight: 600;
}

.cta-sub-heading-text {
  font-family: var(--_font---secondary-font);
  color: var(--black-gray);
  font-size: var(--_typography---paragraph-regular);
  line-height: var(--_typography---paragraph-regular-line);
  width: 100%;
  max-width: 44rem;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-block {
  z-index: 1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-cta {
  padding-top: 3.63rem;
}

.cta-button {
  width: 100%;
  max-width: 38.375rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-block-wrapper {
  background-image: url('../images/Vector-1-1.svg');
  background-position: 50%;
  background-size: 100% 100%;
  border-radius: 1rem;
  padding: 7.5rem 6rem;
  position: relative;
  overflow: hidden;
}

.footer-link-wrapper {
  grid-column-gap: 2.56rem;
  grid-row-gap: 2.56rem;
  flex-flow: column;
  display: flex;
}

.footer-brand-text {
  font-family: var(--_font---secondary-font);
  color: var(--black-gray);
  font-size: var(--_typography---paragraph-small);
  line-height: var(--_typography---paragraph-small-line);
  margin-top: 1.5rem;
}

.footer {
  padding-top: 7.5rem;
  padding-bottom: 1.44rem;
}

.footer-link-column {
  font-family: var(--_font---secondary-font);
  color: var(--black-gray);
  font-size: var(--_typography---paragraph-small);
  line-height: var(--_typography---paragraph-small-line);
  text-decoration: none;
  transition: color .4s;
}

.footer-link-column:hover {
  color: var(--primary-color);
}

.footer-link {
  grid-column-gap: .94rem;
  grid-row-gap: .94rem;
  color: var(--black-gray);
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-link._2 {
  justify-content: flex-start;
  align-items: center;
}

.footer-link-column-title {
  font-family: var(--_font---primary-font);
  color: var(--text-color);
  letter-spacing: -.0625rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.65rem;
}

.footer-link-items {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  color: #65686c;
  flex-flow: column;
  display: flex;
}

.footer-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 27rem;
  display: flex;
}

.footer-links {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.socials-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 6.19rem;
  display: flex;
}

.footer-copyright-text {
  font-family: var(--_font---secondary-font);
  color: var(--text-color);
  font-size: var(--_typography---paragraph-medium);
  line-height: var(--_typography---paragraph-medium-line);
  text-align: center;
}

.scetion-inner.section-footer {
  flex-flow: column;
  display: flex;
}

.footer-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.footer-social-wrapper {
  background-color: var(--faq-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.9375rem;
  height: 2.9375rem;
  transition: background-color .4s;
  display: flex;
}

.footer-social-wrapper:hover {
  background-color: var(--primary-color);
}

.brand {
  width: 11.5625rem;
}

.footer-brand-image {
  width: 100%;
}

.brand-logo-shadow {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0% auto auto -2%;
}

.brand-logo-shadow-1 {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0% -2% auto auto;
}

.section-tag-boarder {
  background-image: linear-gradient(#7f64fa, #d898fd);
  border-radius: 10rem;
  padding: 1px;
  display: inline-block;
}

.priceing-list-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  font-size: 10px;
  display: flex;
}

.price-short-text {
  color: var(--black-gray);
  font-size: var(--_typography---paragraph-small);
  line-height: var(--_typography---paragraph-small-line);
}

.price-short-text.white {
  color: var(--white);
  font-size: var(--_typography---paragraph-small);
  line-height: var(--_typography---paragraph-small-line);
}

.price-shadow {
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg-video {
  margin-top: 3.13rem;
}

.tabs {
  text-align: center;
}

.tab-text-2, .tab-text {
  font-family: var(--_font---secondary-font);
  font-size: var(--_typography---paragraph-small);
  line-height: var(--_typography---paragraph-small-line);
  font-weight: 600;
}

.comma-icon {
  margin-bottom: 1.88rem;
}

.testimonial-author {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reating-wrapper {
  grid-column-gap: .65rem;
  grid-row-gap: .65rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reating-text {
  color: var(--primary-color);
  font-size: var(--_typography---paragraph-small);
  line-height: var(--_typography---paragraph-small-line);
  font-weight: 600;
}

.testimonial-info-text {
  font-family: var(--_font---secondary-font);
  color: var(--black-gray);
  font-size: var(--_typography---paragraph-small);
  line-height: var(--_typography---paragraph-small-line);
  text-align: center;
  margin-top: 2rem;
}

.testimonial-info-span-text {
  color: var(--white);
  background-image: linear-gradient(#7f64fa 37.9%, #d898fd);
  border-radius: .5625rem;
  padding: .12rem .62rem;
  display: inline-block;
}

.testimonial-info-span {
  font-weight: 600;
}

.single-faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--faq-color);
  white-space: pre-wrap;
  word-break: keep-all;
  border-radius: 1rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-title {
  font-family: var(--_font---secondary-font);
  color: var(--text-color);
  letter-spacing: -.0625rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.65rem;
}

.faq-ans {
  font-family: var(--_font---secondary-font);
  color: var(--black-gray);
  font-size: var(--_typography---paragraph-small);
  line-height: var(--_typography---paragraph-small-line);
  margin-bottom: 0;
  font-weight: 400;
}

.cta-spin-1 {
  position: absolute;
  inset: -79% -33% auto auto;
}

.cta-spin-2 {
  position: absolute;
  inset: auto auto -79% -33%;
}

.footer-devider {
  background-image: linear-gradient(90deg, #fff, #d4dae8 53%, #fff);
  height: 1px;
  margin-top: 4.81rem;
  margin-bottom: 2.62rem;
}

.footer-devider._1 {
  margin-top: 0;
  margin-bottom: 1.56rem;
}

.site {
  color: var(--primary-color);
  text-decoration: none;
}

.hero-tag-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #c5c5c5;
  border-radius: 8.75rem;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .7rem .25rem .25rem;
  display: inline-flex;
}

.hero-tag-text {
  font-family: var(--_font---secondary-font);
  font-size: var(--_typography---paragraph-small);
  line-height: var(--_typography---paragraph-small-line);
}

.page-header {
  font-family: var(--_font---primary-font);
  color: var(--text-color);
  font-size: var(--_typography---h1);
  line-height: var(--_typography---h1-line-height);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.font-item-blcok {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.all-page-color-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #4b4b4b;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2rem;
  display: grid;
}

.color-block-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-code {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1em;
  display: flex;
}

.color-code.text-black {
  font-family: var(--_font---secondary-font);
  color: #000;
}

.all-page-font-size-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #4b4b4b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2rem;
  display: grid;
}

.style-guide-wrapper {
  grid-column-gap: 4.75rem;
  grid-row-gap: 4.75rem;
  flex-flow: column;
  display: flex;
}

.body-text-default {
  font-family: var(--_font---secondary-font);
  color: var(--black-gray);
  font-size: var(--_typography---paragraph-regular);
  line-height: var(--_typography---paragraph-regular-line);
  margin-bottom: 0;
  font-weight: 500;
}

.style-guide-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #4b4b4b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2rem;
  display: grid;
}

.color-box {
  background-color: var(--primary-color);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  height: 10rem;
  display: flex;
}

.color-box.chinese-black {
  background-color: var(--menu-text);
  border: 1px solid #c3c3c3;
}

.color-box.white {
  background-color: #fff;
  border: 1px solid #000;
}

.color-box.silver-sand {
  background-color: var(--black-gray);
}

.color-box.black {
  background-color: var(--text-color);
  border: 1px solid #c3c3c3;
}

.section.style-guide {
  padding-top: 15rem;
}

.section.changelog, .section._404 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.all-button-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.inner-container {
  max-width: 38.125rem;
  margin-left: auto;
  margin-right: auto;
}

._404v-wrappar {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.button-secondary {
  border: 1px solid var(--primary-color);
  font-family: var(--_font---primary-font);
  color: var(--text-color);
  font-size: var(--_typography---paragraph-medium);
  line-height: var(--_typography---paragraph-medium-line);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: .3125rem;
  padding: 1rem 1.88rem;
  font-weight: 700;
  transition: transform .3s;
}

.button-secondary:hover {
  transform: scale(.94);
}

.list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.license-section {
  padding: 140px 30px 120px;
}

.body-1-5rem {
  font-family: var(--_font---primary-font);
  color: var(--black);
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7em;
}

.section-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 653px;
  margin-bottom: 3rem;
  display: flex;
}

.license-heading-text {
  font-family: var(--_font---primary-font);
  color: var(--text-color);
  font-size: var(--_typography---h2);
  line-height: var(--_typography---h2-line-height);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.image-license {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.license-box {
  background-color: var(--white);
  border: 1px solid #0003;
  border-radius: 8px;
  padding: 1rem;
}

.hero-title {
  color: #111116;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.1em;
}

.hero-title.align-center {
  font-family: var(--_font---primary-font);
  color: var(--text-color);
  font-size: var(--_typography---h1);
  line-height: var(--_typography---h1-line-height);
  text-align: center;
}

.font-license {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.license-short-text {
  color: var(--black-gray);
  font-size: var(--_typography---paragraph-small);
  line-height: var(--_typography---paragraph-small-line);
  text-align: center;
  margin-bottom: 0;
}

.contact-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.form {
  flex-flow: column;
  display: flex;
}

.mail-box {
  background-color: var(--white);
  border-radius: 6.88rem;
  justify-content: flex-start;
  align-items: center;
  padding: .31rem;
  display: flex;
}

.text-field {
  color: var(--text-color);
  border: 1px #000;
  border-radius: 6.88rem;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 2rem;
}

.text-field::placeholder {
  color: var(--black-gray);
  font-size: 1.125rem;
  line-height: 1.6875rem;
}

._404-heading {
  font-family: var(--_font---primary-font);
  font-size: var(--_typography---h2);
  line-height: var(--_typography---h1-line-height);
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
}

._404-image-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 33rem;
  display: flex;
}

._404-heading-block {
  margin-top: 2rem;
}

._404-image {
  width: 33rem;
}

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

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

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

.heading-text-2 {
  font-family: var(--_font---primary-font);
  font-size: var(--_typography---h2);
  line-height: var(--_typography---h2-line-height);
}

.heading-text-1 {
  font-family: var(--_font---primary-font);
  font-size: var(--_typography---h1);
  line-height: var(--_typography---h1-line-height);
}

.heading-text-3 {
  font-family: var(--_font---secondary-font);
  font-size: var(--_typography---h3);
  line-height: var(--_typography---h3-line-height);
}

@media screen and (min-width: 1280px) {
  .button-secondary {
    border-width: 1px;
  }
}

@media screen and (min-width: 1440px) {
  .brand-logo-wrapper {
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .brand-logo-list {
    grid-column-gap: 5.62rem;
    grid-row-gap: 5.62rem;
  }

  .section-tag.whidth {
    border-style: none;
    padding-left: .56rem;
    padding-right: .56rem;
  }

  .our-values-block-wrapper {
    text-align: center;
    border-style: none;
  }

  .our-values-pragraph-text {
    width: 100%;
    max-width: 38.5625rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }

  .our-values-tittle-block-wrapper {
    max-width: 48rem;
  }

  .our-values-heading-text {
    letter-spacing: -.125rem;
    font-size: 3.375rem;
    line-height: 3.7125rem;
  }

  .feautres-heading-block._4 {
    margin-left: 1.75rem;
  }

  .features-card-item {
    margin-top: 3.125rem;
  }

  .features-heading, .features-heading.text-size {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.75rem;
  }

  .feautres-paragraph.center {
    width: 100%;
    max-width: 20.125rem;
    margin-top: .75rem;
    margin-left: auto;
    margin-right: auto;
  }

  .broder-wrap {
    position: relative;
  }

  .brand-logo-shadow {
    z-index: 1;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .brand-logo-shadow-1 {
    z-index: 1;
    width: 100%;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .section-tag-boarder {
    background-image: linear-gradient(#7f64fa, #d898fd);
    border-radius: 10rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1px;
    display: inline-block;
  }
}

@media screen and (min-width: 1920px) {
  .section-hero {
    background-image: url('../images/Vector-1.svg');
    background-position: 50%;
    background-size: 200% 107%;
  }

  .broder-wrap {
    position: sticky;
    top: -8%;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_typography---paragraph-small: 1rem;
    --_typography---paragraph-small-line: 1.4rem;
    --_typography---paragraph-medium: 1.1rem;
    --_typography---paragraph-medium-line: 1.4rem;
    --_typography---h1: 3.8rem;
    --_typography---h1-line-height: 4.2rem;
    --_typography---h2: 3rem;
    --_typography---paragraph-regular: 1.2rem;
    --_typography---paragraph-regular-line: 1.5rem;
    --_typography---h2-line-height: 3.5rem;
    --_typography---h3: 1.6rem;
    --_typography---h3-line-height: 1.8rem;
  }

  .header-content-wrapper {
    margin-top: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .menu-button {
    background-color: var(--black);
    border-radius: 100%;
    padding: 0;
    display: block;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .humburger-icon {
    background-color: var(--black);
    border-radius: 2.8125rem;
    width: 2.8125rem;
  }

  .header-right-col {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-menu-wrapper {
    background-color: #010409;
    padding: 1.5rem;
  }

  .primary-button-wrapper.white {
    margin-left: 17px;
  }

  .header-middle-col.hide {
    display: none;
  }

  .header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-hero {
    padding-top: 10rem;
  }

  .bg-color {
    top: -43%;
  }

  .hero-heading-text {
    font-size: var(--_typography---h1);
    line-height: var(--_typography---h1-line-height);
    letter-spacing: 0;
    --_typography---paragraph-small: 1rem;
    --_typography---paragraph-small-line: 1.4rem;
    --_typography---paragraph-medium: 1.1rem;
    --_typography---paragraph-medium-line: 1.4rem;
    --_typography---h1: 3.8rem;
    --_typography---h1-line-height: 4.2rem;
    --_typography---h2: 3rem;
    --_typography---paragraph-regular: 1.2rem;
    --_typography---paragraph-regular-line: 1.5rem;
    --_typography---h2-line-height: 3.5rem;
    --_typography---h3: 1.6rem;
    --_typography---h3-line-height: 1.8rem;
  }

  .hero-image {
    width: 100%;
  }

  .hero-shap-image {
    border-radius: 1.8rem;
    width: 8.7rem;
    top: 33%;
    left: -2%;
  }

  .hero-right-image {
    width: 10rem;
  }

  .brand-logo-tittle {
    font-size: 1.3rem;
  }

  .section-features {
    padding-bottom: 4rem;
  }

  .our-values-pragraph-text {
    font-size: 1rem;
  }

  .our-values-heading-text, .our-values-heading-text._1 {
    font-size: var(--_typography---h2);
  }

  .feautres-heading-block._4 {
    margin-left: 0;
  }

  .feautres-image-block, .feautres-image {
    width: 100%;
  }

  .feautres-card-item {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
  }

  .feautres-card-item.buttom-space {
    padding: 1.5rem;
  }

  .features-heading {
    font-size: var(--_typography---h3);
  }

  .features-heading.center {
    text-align: left;
  }

  .feautres-paragraph {
    margin-bottom: 1rem;
  }

  .feautres-secend-card {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    grid-template-columns: 1fr 1fr;
  }

  .actionable-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

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

  .card-image-block {
    width: 100%;
  }

  .our-values-card {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-card-content {
    padding: 1.3rem 1.2rem;
  }

  .pricing-card-content.bg {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .pricing-text, .pricing-text.white, .priceing-block-wrapper {
    margin-top: 2rem;
  }

  .pricinge-card-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .our-values-pragraph-text-2 {
    font-size: var(--_typography---paragraph-regular);
  }

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

  .title-text {
    font-size: var(--_typography---h2);
    line-height: var(--_typography---h2-line-height);
  }

  .broder-wrap {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .offer-block {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .section-integration {
    padding-bottom: 2rem;
  }

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

  .our-values-pragraph-text-3 {
    font-size: var(--_typography---paragraph-regular);
    max-width: 33.5rem;
    margin-top: 1rem;
  }

  .faq-item-wrapper {
    width: 100%;
  }

  .faq-item-block {
    margin-top: 3rem;
  }

  .our-values-heading-text-3 {
    font-size: var(--_typography---h2);
  }

  .testimonial-card-item {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .testimonial-card-item.space {
    margin-top: 1.4rem;
  }

  .our-values-heading-text-4 {
    font-size: var(--_typography---h2);
  }

  .cta-heading-block {
    font-size: var(--_typography---h2);
    line-height: var(--_typography---h2-line-height);
  }

  .cta-block-wrapper {
    background-size: cover;
    padding: 4rem;
  }

  .footer-link-wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .footer-brand-text {
    width: 100%;
    max-width: 27.4rem;
    margin-top: 1rem;
  }

  .footer {
    padding-bottom: 1rem;
  }

  .footer-link-items {
    color: var(--black-gray);
  }

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

  .footer-links {
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    width: 100%;
    margin-top: 4rem;
    display: grid;
  }

  .socials-wrapper {
    margin-top: 1.6rem;
  }

  .scetion-inner.section-footer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-top {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .faq-title {
    white-space: pre-wrap;
    word-break: keep-all;
    font-size: 1.6rem;
  }

  .faq-ans {
    white-space: normal;
    word-break: keep-all;
  }

  .cta-spin-1 {
    top: -119%;
    right: -66%;
  }

  .cta-spin-2 {
    bottom: -123%;
    left: -65%;
  }

  .footer-devider {
    margin-top: 3rem;
  }

  .footer-devider._1 {
    margin-bottom: 1.3rem;
  }

  .all-page-color-block, .all-page-font-size-block, .style-guide-grid {
    grid-template-columns: 1fr;
  }

  .section.changelog, .section._404 {
    height: 90vh;
  }

  .content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .license-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-title {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---paragraph-small: .9rem;
    --_typography---paragraph-small-line: 1.3rem;
    --_typography---paragraph-medium: 1rem;
    --_typography---paragraph-medium-line: 1.2rem;
    --_typography---h1: 2.4rem;
    --_typography---h1-line-height: 2.9rem;
    --_typography---h2: 2.2rem;
    --_typography---paragraph-regular: 1.1rem;
    --_typography---paragraph-regular-line: 1.5rem;
    --_typography---h2-line-height: 2.7rem;
    --_typography---h3: 1.4rem;
    --_typography---h3-line-height: 1.6rem;
  }

  .header-content-wrapper {
    margin-top: 1rem;
    padding-right: 1rem;
  }

  .btn-header-hidden {
    display: none;
  }

  .secondary-button {
    display: inline-flex;
  }

  .header-nav-list-item-show-in-mbl {
    display: block;
  }

  .humburger-icon {
    width: 2.2rem;
  }

  .header-nav-menu-list {
    justify-content: flex-end;
    align-items: center;
  }

  .hero-heading-text {
    font-size: var(--_typography---h2);
    line-height: var(--_typography---h1-line-height);
    letter-spacing: 0;
    --_typography---paragraph-small: .9rem;
    --_typography---paragraph-small-line: 1.3rem;
    --_typography---paragraph-medium: 1rem;
    --_typography---paragraph-medium-line: 1.2rem;
    --_typography---h1: 2.4rem;
    --_typography---h1-line-height: 2.9rem;
    --_typography---h2: 2.2rem;
    --_typography---paragraph-regular: 1.1rem;
    --_typography---paragraph-regular-line: 1.5rem;
    --_typography---h2-line-height: 2.7rem;
    --_typography---h3: 1.4rem;
    --_typography---h3-line-height: 1.6rem;
    margin-top: 1rem;
    font-weight: 600;
  }

  .hero-paragraph-text {
    font-size: 1rem;
  }

  .button.mail {
    padding: 1.1rem 2rem;
  }

  .top-shap {
    max-width: none;
    height: 365px;
  }

  .brand-logo-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .logo {
    height: auto;
  }

  .brand-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .brand-logo-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .our-values-pragraph-text {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .our-values-tittle-block-wrapper {
    max-width: none;
  }

  .our-values-heading-text {
    line-height: var(--_typography---h2-line-height);
    width: 100%;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }

  .our-values-heading-text._1 {
    font-size: var(--_typography---h2);
    line-height: var(--_typography---h2-line-height);
    max-width: none;
  }

  .feautres-heading-block, .feautres-heading-block._4 {
    text-align: center;
  }

  .btn-primary-small {
    display: inline-flex;
  }

  .features-card-item {
    margin-top: 2rem;
  }

  .feautres-card-item {
    padding-left: .75rem;
  }

  .feautres-card-item.buttom-space {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .secend-card-image {
    margin-top: 0;
  }

  .features-heading, .features-heading.center {
    text-align: center;
  }

  .feautres-paragraph {
    text-align: center;
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .feautres-paragraph.center {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .feautres-secend-card, .feautres-card {
    grid-template-columns: 1fr;
  }

  .our-values-card-block {
    margin-top: 2.5rem;
  }

  .our-values-card {
    grid-template-columns: 1fr;
  }

  .our-values-tittle-block-wrapper-2 {
    max-width: 25.5rem;
  }

  .our-values-tittle-block-wrapper-2.max-w {
    max-width: 100%;
  }

  .pricinge-card-block {
    grid-column-gap: 4.4rem;
    grid-row-gap: 4.4rem;
    grid-template-columns: 1fr;
  }

  .our-values-pragraph-text-2 {
    font-size: var(--_typography---paragraph-regular);
  }

  .section-pricing-plan {
    padding-top: 2rem;
  }

  .title-text {
    line-height: var(--_typography---h2-line-height);
  }

  .broder-wrap {
    position: static;
    top: -6.5%;
    left: 0%;
  }

  .section-faq {
    padding-bottom: 4rem;
  }

  .our-values-pragraph-text-3 {
    line-height: var(--_typography---paragraph-regular-line);
  }

  .faq-item-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .faq-item-block {
    margin-top: 2rem;
  }

  .our-values-heading-text-3 {
    line-height: var(--_typography---h2-line-height);
  }

  .divider-line {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .overlay {
    display: none;
  }

  .testimonial-card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .our-values-heading-text-4 {
    line-height: var(--_typography---h2-line-height);
  }

  .cta-heading-block {
    font-size: var(--_typography---h2);
    line-height: var(--_typography---h2-line-height);
  }

  .section-cta {
    padding-top: 2.6rem;
  }

  .cta-block-wrapper {
    padding: 4rem 2rem;
  }

  .footer {
    padding-top: 4rem;
  }

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

  .footer-links {
    grid-template-columns: .8fr .8fr 1.3fr;
    width: 100%;
    margin-top: 2.5rem;
  }

  .footer-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .comma-icon {
    margin-bottom: 1rem;
  }

  .testimonial-info-text {
    margin-top: 1rem;
  }

  .single-faq-item {
    padding: 1rem;
  }

  .faq-title {
    letter-spacing: 0;
    font-size: 1.2rem;
  }

  .cta-spin-1 {
    top: -64%;
    right: -58%;
  }

  .cta-spin-2 {
    bottom: -70%;
    left: -51%;
  }

  .footer-devider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .page-header {
    font-size: var(--_typography---h1);
  }

  .section.style-guide {
    padding-top: 8rem;
  }

  .section.changelog, .section._404 {
    height: 70vh;
  }

  .button-secondary {
    font-size: var(--_typography---paragraph-medium);
  }

  .content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .license-section {
    padding: 60px 20px;
  }

  .body-1-5rem {
    font-size: 18px;
  }

  .license-heading-text {
    font-size: 20px;
  }

  .image-license {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hero-title {
    font-size: 38px;
  }

  .font-license {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .background-video {
    height: 24rem;
  }

  ._404-image {
    width: 17.4rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typography---paragraph-small: .8rem;
    --_typography---paragraph-small-line: 1.1rem;
    --_typography---paragraph-medium: .9rem;
    --_typography---paragraph-medium-line: 1.1rem;
    --_typography---h1: 1.8rem;
    --_typography---h1-line-height: 2.3rem;
    --_typography---h2: 1.6rem;
    --_typography---paragraph-regular: .9rem;
    --_typography---paragraph-regular-line: 1.3rem;
    --_typography---h2-line-height: 2.3rem;
    --_typography---h3: 1.1rem;
    --_typography---h3-line-height: 1.6rem;
  }

  .header-logo {
    max-width: 6.4rem;
  }

  .header-nav-link {
    text-align: center;
    display: inline-flex;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-nav-list-item-show-in-mbl {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .humburger-icon {
    width: 2rem;
  }

  .primary-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .primary-button-text.black {
    font-size: 1rem;
    line-height: 1.6em;
  }

  .primary-button-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .header-nav-list-item-middle {
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
  }

  .section-hero {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 7rem;
  }

  .hero-heading-text {
    font-size: var(--_typography---h1);
    line-height: var(--_typography---h1);
    letter-spacing: 0;
    --_typography---paragraph-small: .8rem;
    --_typography---paragraph-small-line: 1.1rem;
    --_typography---paragraph-medium: .9rem;
    --_typography---paragraph-medium-line: 1.1rem;
    --_typography---h1: 1.8rem;
    --_typography---h1-line-height: 2.3rem;
    --_typography---h2: 1.6rem;
    --_typography---paragraph-regular: .9rem;
    --_typography---paragraph-regular-line: 1.3rem;
    --_typography---h2-line-height: 2.3rem;
    --_typography---h3: 1.1rem;
    --_typography---h3-line-height: 1.6rem;
    margin-top: 1rem;
  }

  .hero-paragraph-text {
    margin-top: .7rem;
    font-size: .9rem;
    line-height: 1.3em;
  }

  .button-block-wrapper {
    margin-top: 1.3rem;
  }

  .button {
    padding: 1rem 1.8rem;
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .button.mail {
    padding: .8rem 1.3rem;
  }

  .top-shap {
    height: 220px;
    display: block;
    top: 0%;
  }

  .hero-shap-image, .hero-right-image {
    display: none;
  }

  .brand-logo-tittle {
    text-align: center;
    font-size: .9rem;
  }

  .section-logo {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo {
    width: 100%;
    max-width: 7.8rem;
    height: 20px;
  }

  .brand-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-features {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .our-values-pragraph-text {
    font-size: var(--_typography---paragraph-regular);
    line-height: var(--_typography---paragraph-regular-line);
    margin-top: 1rem;
  }

  .our-values-heading-text {
    font-size: var(--_typography---h2);
    line-height: var(--_typography---h2-line-height);
    letter-spacing: 0;
  }

  .our-values-heading-text._1 {
    font-size: var(--_typography---h2);
    line-height: var(--_typography---h2-line-height);
  }

  .feautres-heading-block._4 {
    margin-left: 0;
  }

  .features-card-item {
    margin-top: 2.5rem;
  }

  .feautres-card-block {
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .feautres-card-item.buttom-space {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .features-heading {
    font-size: var(--_typography---h3);
    line-height: var(--_typography---h3-line-height);
    text-align: center;
  }

  .features-heading.text-size {
    font-size: var(--_typography---h3);
    line-height: var(--_typography---h3-line-height);
  }

  .features-heading.center {
    font-size: var(--_typography---h3);
  }

  .feautres-paragraph {
    text-align: center;
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .feautres-paragraph.center {
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .feautres-paragraph.center._1 {
    margin-bottom: 1rem;
  }

  .our-values-card-block {
    margin-top: 2rem;
  }

  .card-short-text {
    font-size: var(--_typography---paragraph-small);
  }

  .smart-ai-text {
    font-size: .8rem;
  }

  .card-item {
    padding: 1rem;
  }

  .card-item._0-1 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .card-item._0-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .card-item._0-6 {
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
  }

  .card-heading {
    text-align: center;
    margin-top: 1.3rem;
    font-size: 1.3rem;
  }

  .section-our-values {
    padding-top: 2rem;
  }

  .tabs-content {
    margin-top: 2.1rem;
  }

  .pricing-card-content, .pricing-card-content.bg {
    padding: 1.5rem;
  }

  .pricing-text {
    margin-top: 1rem;
    font-size: 1.5rem;
  }

  .divider-block {
    margin-top: 1.5rem;
  }

  .priceing-block-wrapper {
    margin-top: 1rem;
  }

  .pricinge-card-block {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
  }

  .our-values-pragraph-text-2 {
    font-size: var(--_typography---paragraph-regular);
    line-height: var(--_typography---paragraph-regular-line);
  }

  .features-text {
    font-size: .9rem;
  }

  .teb-link, .teb-link.w--current {
    padding: .64rem 1.75rem;
  }

  .section-pricing-plan {
    padding-bottom: 3rem;
  }

  .title-text {
    font-size: var(--_typography---h2);
    line-height: var(--_typography---h2-line-height);
    letter-spacing: 0;
  }

  .broder-wrap {
    flex-flow: column;
    width: auto;
    top: 0%;
    left: 0%;
  }

  .save-40 {
    line-height: 1.2rem;
  }

  .section-faq {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .our-values-pragraph-text-3 {
    font-size: var(--_typography---paragraph-regular);
    line-height: var(--_typography---paragraph-regular-line);
  }

  .faq-question-wrapper {
    white-space: normal;
    word-break: keep-all;
  }

  .our-values-heading-text-3 {
    font-size: var(--_typography---h2);
    line-height: var(--_typography---h2-line-height);
    letter-spacing: 0;
  }

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

  .section-testimonial {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .testimonial-paragraph-text {
    font-size: var(--_typography---paragraph-medium);
    line-height: var(--_typography---paragraph-medium-line);
  }

  .divider-line {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .overlay {
    display: none;
  }

  .testimonial-card {
    padding: .7rem;
  }

  .user-tittle {
    font-size: .9rem;
  }

  .testimonial-item-wrapper {
    margin-top: 2.5rem;
  }

  .our-values-heading-text-4, .cta-heading-block {
    font-size: var(--_typography---h2);
    line-height: var(--_typography---h2-line-height);
    letter-spacing: 0;
  }

  .cta-sub-heading-text {
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .section-cta {
    padding-top: 2.5rem;
  }

  .cta-button {
    margin-top: 1.2rem;
  }

  .cta-block-wrapper {
    padding: 1.5rem 1rem;
  }

  .footer-brand-text {
    max-width: none;
    font-size: .9rem;
  }

  .footer {
    padding-top: 3rem;
  }

  .footer-link-column {
    font-size: var(--_typography---paragraph-small);
  }

  .footer-links {
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-top: 2rem;
  }

  .footer-copyright-text {
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .priceing-list-wrapper {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .price-short-text {
    font-size: .9rem;
  }

  .pricing-card-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .bg-video {
    margin-top: 1.6rem;
  }

  .tab-text-2, .tab-text {
    font-size: .8rem;
  }

  .comma-icon {
    margin-bottom: 1rem;
  }

  .testimonial-info-text {
    margin-top: 1rem;
    font-size: .9rem;
  }

  .single-faq-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-title {
    width: 210px;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .faq-ans {
    font-size: var(--_typography---paragraph-small);
    line-height: var(--_typography---paragraph-small-line);
  }

  .cta-spin-1 {
    top: -40%;
  }

  .cta-spin-2 {
    bottom: -49%;
  }

  .footer-devider {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .hero-tag-image {
    width: 4rem;
  }

  .hero-tag-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
  }

  .hero-tag-text {
    font-size: .8rem;
  }

  .page-header {
    font-size: var(--_typography---h1);
  }

  .font-item-blcok {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .color-block-wrapper {
    grid-template-columns: 1fr;
  }

  .style-guide-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .body-text-default {
    line-height: var(--_typography---paragraph-regular-line);
  }

  .section.changelog, .section._404 {
    height: 60vh;
  }

  .button-secondary {
    font-size: var(--_typography---paragraph-medium);
  }

  .body-1-5rem {
    font-size: 16px;
  }

  .license-heading-text {
    font-size: 18px;
  }

  .hero-title {
    font-size: 32px;
  }

  .background-video {
    height: 12.3rem;
  }

  .mail-box {
    padding: .1rem;
  }

  .text-field {
    padding-left: 1rem;
  }

  .text-field::placeholder {
    font-size: .7rem;
  }

  ._404-heading {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  ._404-heading-block {
    margin-top: 1rem;
  }

  ._404-image {
    width: 11.5rem;
  }
}

#w-node-_1a0da4b3-114b-7b00-df98-c4db3116ca9b-9880d440, #w-node-f33cf822-094d-2c1c-39ef-5a03ef5762a8-9880d440, #w-node-f5790f5e-e8d9-4551-872a-51a505bf09f4-05bf09e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_11f21aac-7354-e91f-62d9-2920b56cba1e-9880d440 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


