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

.text-field-icon {
  color: #000;
  letter-spacing: -.006em;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 10px 10px 10px 38px;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.text-field-icon:focus {
  border: 1px solid #ff4b0f;
}

.text-field-icon::placeholder {
  color: #8f8f8f;
}

.input-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 10px auto 10px 10px;
}

.header-reviews {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

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

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

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

.text-color-neutral-400 {
  color: #8f8f8f;
}

.max-width-small {
  width: 100%;
  max-width: 400px;
}

.header-image-right {
  z-index: 0;
  pointer-events: none;
  width: 55vw;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

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

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

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #292929;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  box-shadow: inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f, 0 0 0 1px #000, 0 1px 2px #000000a3;
}

.button-primary:hover {
  background-color: #141414;
}

.text-span-strong {
  color: #000;
  font-weight: 500;
}

.email-form-block {
  width: 100%;
  max-width: 376px;
  margin-bottom: 0;
}

.h1-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.section-large.background-gray {
  background-color: #f5f5f5;
}

.badge {
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

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

.header-content {
  grid-column-gap: 208px;
  grid-row-gap: 208px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 688px;
  display: flex;
}

.header-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.header-image {
  object-fit: cover;
  object-position: 0% 100%;
  width: 100%;
  height: 100%;
}

.wrap-v-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.header-background-image {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.text-primary {
  color: #5167f6;
}

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

.overline-large {
  color: #5e606e;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.overline-large.text-color-primary {
  color: #5167f6;
}

.header-logo-group {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-content-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #383942;
  flex-direction: column;
  max-width: 500px;
  display: flex;
}

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

.caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

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

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

.play-icon {
  background-color: #eceefe;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

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

.button-primary-2:hover {
  background-color: #6478f7;
}

.button-primary-2:active {
  background-color: #7788f8;
}

.section-header-large {
  padding: 120px 5%;
  position: relative;
  overflow: hidden;
}

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

.button-video:hover {
  background-color: #f4f4f6;
}

.button-video:active {
  background-color: #eceefe;
}

.header-image-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  align-items: start;
  width: 100%;
  margin-top: 75px;
  padding-right: 5%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.header-block {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 50%;
  display: flex;
}

.header-background-image-2 {
  object-fit: cover;
  object-position: 0% 0%;
  width: 90%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.logo {
  flex: none;
}

.header-logo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #5e606e;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.header-grid-image {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
  box-shadow: -1px 0 20px #0000000d;
}

.header-image-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 45%;
  height: 90%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.h1-heading-2 {
  color: #131316;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.span-underline {
  color: #5167f6;
  border-bottom: 6px solid #5167f6;
}

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

.feature-group {
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.button-text-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #5167f6;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-text-link:hover {
  color: #6478f7;
}

.button-group-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.text-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  max-width: 540px;
  display: flex;
}

.subheading-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

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

.text-orange-900 {
  color: #f69351;
}

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

.header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

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

.button-arrow-icon {
  background-color: #eceefe;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.overline {
  color: #5e606e;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
}

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

.rounded-icon {
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 1px 1px 20px #0000000d;
}

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

.feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #f4f4f6;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.max-width-medium {
  max-width: 486px;
}

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

.process-badge {
  color: #fff;
  background-color: #3ec875;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.features-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.feature-circle {
  background-color: #ebebee;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-right: 20px;
  font-size: 20px;
  line-height: 32px;
  display: flex;
}

.feature-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.accent {
  margin-top: 32px;
  margin-bottom: 24px;
}

.squiggle {
  z-index: 5;
  position: absolute;
  inset: auto auto 160px -40%;
}

.card {
  z-index: 5;
  background-color: #ffffffbd;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  padding: 32px;
  display: flex;
  position: relative;
  box-shadow: 30px 30px 44px #0b234d14;
}

.feature-list-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
}

.card-type {
  align-items: center;
  margin-bottom: 28px;
  font-weight: 600;
  display: flex;
}

.card-icon-square {
  background-color: #5438ff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  margin-right: 10px;
  display: flex;
}

.feature-heading {
  color: #0c182e;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 46px;
  line-height: 62px;
}

.price-large {
  color: #5438ff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.card-detail {
  color: #3b4457;
  max-width: 290px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.feature-small-title {
  color: #1e1e48;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.feature-card-2 {
  align-items: flex-start;
  display: flex;
}

.code-background {
  position: absolute;
  inset: -20% auto auto -25%;
}

.feature-body-small {
  color: #3b4457;
  max-width: 290px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.card-wrapper {
  position: relative;
}

.price-medium {
  color: #0c182e;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.arrow-curve {
  position: absolute;
  inset: -15% 0% auto auto;
}

.features-section {
  padding: 140px 5%;
}

.feature-body-large {
  color: #3b4457;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.feature-grid-2 {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .button-primary {
    display: flex;
  }

  .header-content {
    flex-direction: column;
    display: flex;
  }

  .header-image {
    width: 990px;
  }

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

  .section-header-large {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .header-image-grid {
    padding-left: 5%;
  }

  .header-block {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    max-width: 100%;
    margin-bottom: 64px;
  }

  .header-image-block {
    max-width: 100%;
    height: 500px;
    position: relative;
  }

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

  .code-background {
    top: -15%;
  }

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

@media screen and (max-width: 767px) {
  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .header-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .section-header-large {
    padding-top: 72px;
  }

  .header-logo-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .h1-heading-2 {
    font-size: 48px;
  }

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

  .h3-heading {
    font-size: 40px;
  }

  .feature-grid, .feature-list-grid {
    grid-template-columns: 1fr;
  }

  .code-background {
    left: -20%;
  }

  .features-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  .email-form {
    flex-direction: column;
    align-items: stretch;
  }

  .button-primary {
    width: 100%;
  }

  .h1-heading {
    font-size: 48px;
  }

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

  .header-image-grid {
    grid-column-gap: 12px;
  }

  .header-button-group {
    flex-direction: column;
    width: 100%;
  }

  .header-image-block {
    height: 320px;
  }

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

  .button-group-regular {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .process-badge {
    font-size: 16px;
  }

  .feature-circle {
    margin-bottom: 20px;
  }

  .price-large {
    font-size: 36px;
  }

  .feature-card-2 {
    flex-direction: column;
  }

  .code-background {
    display: none;
  }

  .price-medium {
    font-size: 24px;
  }
}

#w-node-_6235e6d9-1f15-09d2-889a-47cdd6bcbb36-589f194f, #w-node-_6235e6d9-1f15-09d2-889a-47cdd6bcbb5a-589f194f, #w-node-_6235e6d9-1f15-09d2-889a-47cdd6bcbb5b-589f194f, #w-node-_6235e6d9-1f15-09d2-889a-47cdd6bcbb5c-589f194f, #w-node-_6235e6d9-1f15-09d2-889a-47cdd6bcbb5d-589f194f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a4514bb-cc18-ffe4-a10c-de0aba1d6cf5-589f194f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4a4514bb-cc18-ffe4-a10c-de0aba1d6cf6-589f194f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_136e403a-2465-4010-28ba-3594b94bfcae-589f194f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_136e403a-2465-4010-28ba-3594b94bfcc0-589f194f, #w-node-_136e403a-2465-4010-28ba-3594b94bfcc1-589f194f, #w-node-_136e403a-2465-4010-28ba-3594b94bfcc9-589f194f, #w-node-_136e403a-2465-4010-28ba-3594b94bfcd1-589f194f, #w-node-_136e403a-2465-4010-28ba-3594b94bfcd9-589f194f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4a4514bb-cc18-ffe4-a10c-de0aba1d6cf5-589f194f {
    justify-self: center;
  }
}
