:root {
  --main-text: #1d1d1d;
  --bg-color: #fcfbfc;
  --subtext: #616161;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

a {
  cursor: pointer;
  text-decoration: underline;
}

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

.section-regular {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(90deg, #1d1d1d66, #fff0), url('../images/ChatGPT-Image-Apr-23-2025-08_07_19-PM.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.logo {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.header-image {
  border-radius: 24px;
  overflow: hidden;
}

.overline-regular {
  letter-spacing: -.25px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

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

.paragraph-large-18px {
  color: #d3d3d3;
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

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

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.paragraph-x-small {
  margin-bottom: 0;
  font-size: 12px;
}

.logo-carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.code-embed {
  display: none;
}

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

.button-secondary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #030711;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s;
  display: inline-flex;
}

.button-secondary:hover {
  border-color: var(--main-text);
  background-color: var(--main-text);
  color: var(--bg-color);
}

.button-secondary:active {
  color: #454f5f;
  background-color: #f6f7f9;
}

.logo-carousel-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: none;
}

.button-primary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--main-text);
  color: #fff;
  letter-spacing: -.2px;
  white-space: nowrap;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #24bd3c;
}

.display-heading {
  color: #fff;
  letter-spacing: -4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.1;
}

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

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

.logo-icon-wrapper {
  color: #9ca3b0;
  transition: color .3s;
}

.logo-icon-wrapper:hover {
  color: #384252;
}

.logo-carousel-gradient {
  z-index: 1;
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo-carousel-gradient.right {
  background-image: linear-gradient(90deg, #fff0, #fff);
  inset: 0% 0% 0% auto;
}

.subheading-bold {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.icon-x-large {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.h4-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.2;
}

.header-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.container-regular {
  z-index: 5;
  flex-flow: column;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-regular.horizontal {
  flex-flow: row;
}

.container-regular.horizontal.spaced {
  justify-content: space-between;
  align-items: center;
}

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #131315;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.header-play-button {
  border: 1px solid #e4e4e7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: none;
}

.header-feature-grid {
  grid-column-gap: 44px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  margin-top: 72px;
}

.margin-bottom-08 {
  margin-bottom: 8px;
}

.highlight-wrap {
  display: inline-block;
  position: relative;
}

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

.section-regular-2 {
  background-color: var(--bg-color);
  padding: 96px 5%;
  position: relative;
}

.h1-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.header-grid-d {
  grid-column-gap: 22px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

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

.header-link-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.header-icon-line {
  background-color: #e4e4e7;
  width: 100%;
  height: 1px;
}

.highlight {
  z-index: -1;
  filter: hue-rotate(102deg);
  display: none;
  position: absolute;
  inset: 0%;
}

.header-icon-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

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

.highlight-span {
  background-color: #f4f4f5;
  border-radius: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

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

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

.nav-link {
  color: #ffffff91;
  letter-spacing: 0;
  cursor: pointer;
  border-bottom: 1px solid #fff0;
  padding: 8px 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
  display: none;
}

.nav-link:hover {
  color: #fff;
  border-bottom: 1px solid #ffffff2e;
}

.nav-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-large-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navbar {
  background-color: #ddd0;
  padding: 16px 5%;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #131315;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.button.small {
  color: #111;
  cursor: pointer;
  background-color: #fff;
  padding: 8px 16px;
}

.button.small:hover {
  color: var(--main-text);
  background-color: #fff;
}

.button.outline {
  color: #131315;
  background-color: #0000;
  border: 1px solid #e4e4e7;
}

.button.outline.small {
  color: #fffffff2;
  cursor: pointer;
  background-image: linear-gradient(#00000030, #00000030);
  border-width: 1px;
  border-color: #e4e4e740;
  transition: all .2s;
}

.button.outline.small:hover {
  color: #313131f2;
  background-image: linear-gradient(#fff, #fff);
  border-color: #e4e4e7;
}

.nav-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.nav-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: none;
  display: flex;
}

.nav-left {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.body {
  font-family: Inter, sans-serif;
}

.image {
  height: 25px;
}

.image.invert {
  filter: invert();
}

.image.big {
  height: 70px;
}

.brand {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.brand.left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
}

.text-block {
  color: #fff;
  letter-spacing: -1px;
  font-size: 22px;
  font-weight: 800;
}

.text-block.black {
  color: var(--main-text);
  font-size: 70px;
  line-height: 1.1;
}

.text-span {
  background-image: linear-gradient(#21bd3b, #21bd3b);
  border-radius: 2px;
  padding-left: 6px;
  padding-right: 12px;
  font-weight: 600;
}

.image-2 {
  object-fit: contain;
  background-color: #fcfbfc;
  border-radius: 8px;
  height: 100%;
  display: block;
}

.text-span-2 {
  font-size: 48px;
  font-weight: 600;
}

.feature-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  padding: 8px;
  display: flex;
  box-shadow: 4px 4px 16px -3px #0000000f;
}

.title-wrapper-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrapper-small.no-bottom-margin {
  margin-bottom: 0;
}

.text-span-strong {
  color: var(--subtext);
  font-weight: 400;
}

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

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

.label-small.text-color-secondary {
  color: #666;
}

.feature-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.feature-footer-caption {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.feature-image-wrapper {
  background-color: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
}

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

.section-large.background-secondary {
  background-color: var(--bg-color);
}

.section-large.normal-section {
  background-color: var(--bg-color);
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.section-large.normal-section.special-section {
  padding-bottom: 190px;
  display: block;
  overflow: hidden;
}

.section-large.normal-section.special-section.hidden, .section-large.normal-section.hidden {
  display: none;
}

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

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

.h4-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph-regular-14px {
  color: var(--subtext);
  text-align: left;
  text-shadow: none;
  flex-flow: row;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-regular-14px.middle {
  text-align: center;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #3d3d3d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #00000008;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-outline:hover {
  background-color: #f0f0f0;
}

.subheading-regular {
  color: var(--main-text);
  letter-spacing: -.25px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

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

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

.h1-heading {
  text-align: left;
  letter-spacing: -3px;
  text-shadow: none;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
}

.testimonal-slide {
  margin-right: 40px;
}

.testimonial-icon-wrapper {
  background-color: #f3f4f6;
  border-radius: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.paragraph-regular-3 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

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

.testimonial-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #dce0e554;
  border-radius: 24px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.testimonial-card.special {
  background-color: #fff;
}

.section-regular-3 {
  padding: 92px 5%;
  position: relative;
  overflow: hidden;
}

.section-regular-3.background-off-white {
  background-color: #f8f8f8;
  overflow: hidden;
}

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

.testimonial-link-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-x-small-2 {
  color: #454f5f;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.h3-heading {
  color: #3e376d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.testimonial-slider-left {
  background-color: #0000;
  width: 100%;
  max-width: 512px;
  height: auto;
  margin-right: auto;
  position: static;
}

.testimonial-slider-button-top {
  color: #95a1b2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
  inset: 0 0% auto auto;
}

.testimonial-slider-button-top:hover {
  background-color: var(--main-text);
  color: #fff;
}

.testimonial-slider-button-top.left {
  top: 0;
  right: 52px;
}

.testimonial-slider-button-top.left:hover {
  background-color: var(--main-text);
}

.testimonial-mask-small {
  overflow: visible;
}

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

.testimonial-title-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 3fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 64px;
  padding-right: 104px;
  display: grid;
}

.testimonial-star {
  color: #f4d452;
  background-color: #0000;
  border-radius: 100%;
}

.max-width-regular {
  width: 100%;
  max-width: 510px;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.testimonal-rating-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.button-ghost-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #454f5f;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.button-ghost-small:hover {
  color: #000;
}

.paragraph-small-2 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-small-2.text-weight-semibold {
  font-weight: 600;
}

.title-caption {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #454f5f;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.column-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

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

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

.testimonial-avatar {
  background-color: #f3f4f6;
  border: 1.5px solid #dce0e5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  overflow: hidden;
}

.hide {
  display: none;
}

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

.contact-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start stretch;
  display: flex;
}

.paragraph-small-3 {
  color: var(--subtext);
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.contact-card {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  width: 100%;
  max-width: 510px;
  padding: 48px;
  box-shadow: 9px 34px 64px -14px #4d4d4d26;
}

.contact-line {
  background-color: #b2b2b2;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 14px;
}

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

.checkbox-label {
  color: var(--subtext);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.contact-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.success-message {
  color: #40bf6a;
  background-color: #f4fbf6;
}

.text-field-message {
  color: #fff;
  cursor: text;
  border: 1px solid #61616112;
  border-radius: 20px;
  width: 100%;
  min-height: 180px;
  margin-bottom: 0;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  transition: all .25s;
}

.text-field-message:focus {
  color: #160042;
  border-color: #4255bd;
}

.text-field-message::placeholder {
  color: #d1d1d1;
  text-align: left;
  letter-spacing: -.3px;
}

.form-input-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.form-icon {
  color: var(--subtext);
  background-color: #f4f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  display: flex;
  position: absolute;
  inset: auto auto auto 10px;
}

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

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

.form-submit-button {
  background-color: var(--main-text);
  color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.section-regular-4 {
  background-color: var(--bg-color);
  border-top: 1px solid #00000008;
  padding: 100px 5%;
  position: relative;
  box-shadow: inset 0 -3px 20px 14px #00000005;
}

.field-label {
  color: var(--subtext);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.wrap-v-small.invert {
  filter: invert();
  cursor: pointer;
  border: 2px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  text-decoration: none;
  transition: all .15s;
}

.wrap-v-small.invert:hover {
  filter: invert(0%);
  border-color: #0000001a;
  box-shadow: 4px 4px 12px #0000000f;
}

.checkbox {
  background-color: #fff;
  border: 2px solid #d1d1d1;
  border-radius: 4px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 0 12px 0 0;
}

.checkbox:hover {
  background-color: #f9fafc;
}

.checkbox.w--redirected-checked {
  background-color: #4255bd;
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  outline-offset: -2px;
  outline: 2px solid #8e99d7;
}

.form-checkbox {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 220px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.heading-detail {
  color: #b2b2b2;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.text-field {
  color: #1a1a1a;
  letter-spacing: -.3px;
  cursor: text;
  border: 1px solid #61616112;
  border-radius: 8px;
  width: 100%;
  min-height: 60px;
  margin-bottom: 0;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: all .25s;
}

.text-field:focus {
  color: #160042;
  border-color: #4255bd;
}

.text-field::placeholder {
  color: #d1d1d1;
  font-weight: 300;
}

.account-span {
  color: var(--subtext);
  font-weight: 600;
}

.form-input {
  flex-direction: column;
  align-items: flex-start;
}

.text-blue-400 {
  color: #6070c8;
}

.form-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #e6e6e6;
  justify-content: space-between;
  margin-top: 64px;
  padding-top: 24px;
  display: flex;
}

.paragraph-regular-4 {
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-4.text-weight-semibold {
  margin-bottom: 4px;
  font-weight: 600;
}

.paragraph-regular-4.text-weight-semibold.bigger {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.image-3 {
  width: 40px;
}

.div-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.footer-legal-section {
  background-color: #f5f5f5;
  padding: 10px 3%;
}

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

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

.footer-link-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

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

.footer-column-left {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  display: flex;
}

.footer-links-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: grid;
}

.footer-logo {
  height: 32px;
}

.subheading-small {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

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

.text-color-primary {
  color: #000;
}

.footer-link-dark {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #666;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.footer-link-dark:hover {
  color: #000;
}

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

.footer-legal-link {
  color: #666;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.footer-legal-link:hover {
  color: #000;
}

.footer-section {
  border-top: 1px solid #e3e3e3;
  padding: 80px 5% 120px;
  position: relative;
}

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

.label-regular {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.footer-wrapper {
  display: block;
}

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

.gallery-slider-mask {
  width: 350px;
  overflow: visible;
}

.gallery-lightbox {
  width: 100%;
  height: 100%;
}

.gallery-slide {
  margin-right: 24px;
}

.flex-wrapper-centre {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.flex-wrapper-centre.margin-bottom-48 {
  margin-bottom: 48px;
}

.heading-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}

.heading-detail-small.margin-bottom-12 {
  margin-bottom: 12px;
}

.heading-detail-small.margin-bottom-12.text-color-gray-500 {
  color: #6b7094;
}

.slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.right-arrow {
  color: var(--main-text);
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: auto auto -70px 50px;
}

.right-arrow:hover {
  background-color: var(--main-text);
  color: #fff;
  border-color: #160042;
}

.image-cover-2 {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.left-arrow {
  z-index: 999;
  color: var(--main-text);
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: auto auto -70px 0%;
}

.left-arrow:hover {
  background-color: var(--main-text);
  color: #fff;
}

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

.gallery-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 24px;
}

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

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

.section-gallery {
  padding: 100px 5%;
  overflow: hidden;
}

.gallery-image-small-square {
  height: 350px;
}

.process-card {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  background-image: linear-gradient(0deg, #0009, #fff0), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s;
  display: flex;
  overflow: hidden;
}

.process-card:hover {
  border-color: #fff0;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.process-card._1 {
  background-image: linear-gradient(0deg, #0009, #fff0), url('../images/ChatGPT-Image-May-2-2025-02_01_17-PM.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.process-card._2 {
  background-image: linear-gradient(0deg, #0009, #fff0), url('../images/76523955998__945E7022-8CCC-4DBD-8BD5-654BC8572918.fullsizerender.jpeg');
  background-position: 0 0, 50% 75%;
  background-size: auto, cover;
}

.process-card._3 {
  background-image: linear-gradient(0deg, #0009, #fff0), url('../images/Irrigation-and-Weed-Barrier-Installation.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.process-card._4 {
  background-image: linear-gradient(0deg, #0009, #fff0), url('../images/ChatGPT-Image-May-2-2025-04_13_41-PM.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.process-card._5 {
  background-image: linear-gradient(0deg, #0009, #fff0), url('../images/IMG_8013.jpeg');
  background-size: auto, cover;
}

.process-card._6 {
  background-image: linear-gradient(0deg, #0009, #fff0), url('../images/Germination-.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.container-large-4 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h2-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.process-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
  font-weight: 300;
}

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

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6173e5;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-3:hover {
  background-color: #4a5fe4;
}

.paragraph-regular-6 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.paragraph-regular-6.text-color-gray-600 {
  color: #6d767e;
}

.text-color-red-500 {
  color: #e56161;
}

.process-content-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.title-grid {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  align-items: end;
  margin-bottom: 64px;
}

.h6-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.h6-heading.white {
  color: var(--bg-color);
}

.process-number-icon {
  color: var(--bg-color);
  background-color: #ffffff29;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
  box-shadow: 0 24px 64px #e0e0e07a;
}

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

.overline-regular-2 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.section-regular-5 {
  text-shadow: 0 1px 12px #00000070;
}

.button-outline-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--main-text);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
}

.button-outline-2:hover {
  background-color: #f8f8f8;
}

.caption-block {
  color: #6d767e;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.button-group-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.div-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section-regular {
    height: 80vh;
    padding: 40px;
  }

  .paragraph-large-18px {
    font-size: 16px;
  }

  .display-heading {
    font-size: 60px;
  }

  .header-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

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

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

  .menu-button {
    border: 1px solid #d7d7db;
    border-radius: 6px;
    padding: 8px;
  }

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

  .button {
    display: flex;
  }

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

  .nav-menu {
    background-color: #fff;
    padding-bottom: 16px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .section-large.normal-section {
    padding: 48px;
  }

  .section-large.normal-section.special-section {
    padding: 48px 48px 96px;
  }

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

  .section-regular-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-slider-left {
    max-width: 80%;
  }

  .testimonial-title-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: .75fr;
  }

  .grid-one-column, .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-card, .contact-wrapper {
    max-width: none;
  }

  .section-regular-4 {
    padding: 48px;
  }

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

  .footer-legal-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .footer-link-badge {
    align-items: center;
  }

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

  .footer-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .gallery-slider-mask {
    width: 420px;
  }

  .process-grid-large {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .icon-2 {
    color: #fff;
  }
}

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

  .display-heading {
    font-size: 58px;
  }

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

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .image.big {
    height: 50px;
  }

  .text-block.black {
    font-size: 48px;
  }

  .text-span-2 {
    font-size: 40px;
  }

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

  .section-large.normal-section, .section-large.normal-section.special-section {
    padding: 32px;
  }

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

  .h1-heading {
    text-align: left;
    font-size: 40px;
  }

  .testimonal-slide {
    margin-right: 24px;
  }

  .paragraph-x-small-2 {
    margin-right: 8px;
    display: inline;
  }

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

  .testimonial-slider-left {
    width: 100%;
    max-width: 90%;
  }

  .testimonial-mask-small {
    width: 90%;
  }

  .testimonial-title-row {
    margin-bottom: 48px;
  }

  .grid-one-column, .contact-grid {
    grid-template-columns: 1fr;
  }

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

  .section-regular-4 {
    padding: 32px;
  }

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

  .paragraph-regular-4.text-weight-semibold.bigger {
    font-size: 26px;
  }

  .footer-legal-section {
    padding-bottom: 32px;
  }

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

  .footer-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .gallery-slider-mask {
    width: 400px;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    z-index: 99;
    display: none;
  }

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

  .h2-heading {
    font-size: 44px;
  }

  .process-grid-large {
    grid-template-columns: 1fr;
    font-weight: 200;
  }

  .section-regular-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    padding-left: 0;
    padding-right: 0;
  }

  .display-heading {
    letter-spacing: -2px;
    font-size: 40px;
  }

  .button-group {
    flex-flow: row;
  }

  .container-regular.horizontal {
    justify-content: space-between;
    align-items: center;
  }

  .container-regular.horizontal.spaced {
    flex-flow: column;
  }

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

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

  .header-grid-d {
    grid-template-columns: 2fr;
  }

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

  .button {
    width: 100%;
  }

  .nav-right {
    width: 20%;
  }

  .nav-left {
    width: 80%;
  }

  .brand.left {
    padding-left: 0;
  }

  .text-block.black {
    font-size: 26px;
  }

  .title-wrapper-small {
    margin-bottom: 26px;
  }

  .section-large.normal-section.special-section {
    padding-bottom: 5%;
  }

  .h1-heading {
    letter-spacing: -1.5px;
    font-size: 32px;
    line-height: 1.2;
  }

  .testimonal-slide {
    margin-right: 16px;
  }

  .testimonial-card {
    padding: 16px;
  }

  .section-regular-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-slider-left {
    max-width: 100%;
    padding-top: 64px;
    position: relative;
  }

  .testimonial-slider-button-top {
    inset: 0% 0% auto auto;
  }

  .testimonial-title-row {
    margin-bottom: 32px;
    padding-right: 0;
  }

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

  .contact-card {
    padding: 24px 5%;
  }

  .contact-wrapper {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
  }

  .form-button-wrapper {
    flex-direction: column;
    margin-top: 32px;
  }

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

  .footer-column-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

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

  .gallery-slider-mask {
    width: 100%;
  }

  .process-grid-large {
    grid-template-columns: 1fr;
  }
}

#w-node-b7c81a6a-e35d-2150-a1c9-9d5b3c777338-cbc938ef, #w-node-ea413cb8-0dee-b7c7-cca5-86728aa4a228-cbc938ef, #w-node-_03b27d27-a361-1dc8-7ca5-3854b847dd04-cbc938ef, #w-node-ddad83c7-56d1-42ca-1e47-92773efdd159-cbc938ef, #w-node-bbb9ead3-caba-93ed-5b32-8ce805a1bd84-cbc938ef, #w-node-bbb9ead3-caba-93ed-5b32-8ce805a1bd90-cbc938ef, #w-node-fde9478f-572d-091c-9572-88ae8487c219-cbc938ef, #w-node-b7c81a6a-e35d-2150-a1c9-9d5b3c777338-2ad833a8, #w-node-_01b2e33d-933f-b130-344e-2ceff95e90a6-2ad833a8, #w-node-bbb9ead3-caba-93ed-5b32-8ce805a1bd84-2ad833a8, #w-node-bbb9ead3-caba-93ed-5b32-8ce805a1bd90-2ad833a8, #w-node-bbb9ead3-caba-93ed-5b32-8ce805a1bd97-2ad833a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbb9ead3-caba-93ed-5b32-8ce805a1bda1-2ad833a8 {
  justify-self: end;
}

#w-node-fde9478f-572d-091c-9572-88ae8487c219-2ad833a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-bbb9ead3-caba-93ed-5b32-8ce805a1bda1-2ad833a8 {
    justify-self: auto;
  }
}


