.elementor-636 .elementor-element.elementor-element-985aec5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a559e01 */.kickstart-page {
  font-family: 'Montserrat', sans-serif;
  color: #1b2f75;
  background: #ffffff;
}

.kickstart-page * {
  box-sizing: border-box;
}

.ks-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}

.ks-container-small {
  max-width: 920px;
}

.ks-section {
  padding: 110px 0;
}

.ks-section-soft {
  background: #f7faf7;
}

.ks-section-accent {
  background: linear-gradient(135deg, #93c255 0%, #6fa63c 100%);
  padding: 90px 0;
}

.ks-label {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #93c255;
}

.ks-label-light {
  color: #ffffff;
}

.kickstart-page h1,
.kickstart-page h2,
.kickstart-page h3 {
  margin: 0 0 22px;
  line-height: 1.2;
  color: #1b2f75;
}

.kickstart-page h1 {
  font-size: 56px;
  max-width: 720px;
}

.kickstart-page h2 {
  font-size: 40px;
}

.kickstart-page h3 {
  font-size: 24px;
}

.kickstart-page p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.9;
  color: #44609a;
}

/* hero */
.ks-hero {
  padding: 90px 0 110px;
  background: #ffffff;
}

.ks-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}

.ks-hero-content p {
  max-width: 620px;
}

.ks-hero-image img,
.ks-split-image img,
.ks-combine-image img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 24px;
}

.ks-hero-image img {
  min-height: 400px;
  box-shadow: 0 18px 45px rgba(27, 47, 117, 0.08);
}

/* buttons */
.ks-button-row,
.ks-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.ks-btn {
  display: inline-block;
  text-decoration: none;
  border-radius: 999px;
  padding: 15px 28px;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.25s ease;
}

.ks-btn-primary {
  background: #93c255;
  color: #ffffff;
}

.ks-btn-primary:hover {
  background: #7fb042;
  color: #ffffff;
}

.ks-btn-secondary {
  background: #1b2f75;
  color: #ffffff;
}

.ks-btn-secondary:hover {
  background: #14265f;
  color: #ffffff;
}

.ks-btn-light {
  background: #ffffff;
  color: #1b2f75;
}

.ks-btn-light:hover {
  background: #f4f8ee;
  color: #1b2f75;
}

/* intro */
.ks-intro {
  text-align: left;
}

/* split */
.ks-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.ks-split-image img {
  min-height: 480px;
}

.ks-points {
  display: grid;
  gap: 14px;
  margin: 0 0 28px;
}

.ks-point {
  position: relative;
  padding: 16px 18px 16px 48px;
  background: #ffffff;
  border: 1px solid #e5eddc;
  border-radius: 16px;
  color: #35508f;
  font-size: 17px;
  line-height: 1.6;
}

.ks-point:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #93c255;
  position: absolute;
  left: 20px;
  top: 22px;
}

/* tool box */
.ks-tool-box {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  border: 1px solid #e6eee0;
  border-radius: 28px;
  padding: 42px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(27, 47, 117, 0.04);
}

.ks-tool-action {
  display: flex;
  justify-content: flex-end;
}

/* pricing */
.ks-pricing {
  text-align: left;
}

.ks-price-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin: 30px 0 20px;
}

.ks-price-card {
  background: #ffffff;
  border: 1px solid #e6eee0;
  border-radius: 20px;
  padding: 26px;
}

.ks-price-card strong {
  display: block;
  font-size: 20px;
  color: #1b2f75;
  margin-bottom: 8px;
}

.ks-price-card span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #93c255;
}

.ks-small-text {
  font-size: 15px;
  color: #6c7fa8;
}

/* combine */
.ks-combine-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.ks-combine-image img {
  min-height: 520px;
  box-shadow: 0 18px 45px rgba(27, 47, 117, 0.06);
}

.ks-inline-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 25px;
}

.ks-inline-links a {
  color: #1b2f75;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid #93c255;
  width: fit-content;
  padding-bottom: 4px;
}

.ks-inline-links a:hover {
  color: #93c255;
}

/* accent */
.ks-accent-box {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  padding: 42px;
}

.ks-accent-left h2,
.ks-accent-left p {
  color: #ffffff;
}

.ks-accent-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* contact */
.ks-contact-box {
  background: #ffffff;
  border: 1px solid #e6eee0;
  border-radius: 28px;
  padding: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  box-shadow: 0 10px 30px rgba(27, 47, 117, 0.05);
}

.ks-contact-text {
  max-width: 720px;
}

.ks-contact-text p {
  margin-bottom: 0;
}

/* responsive */
@media (max-width: 1100px) {
  .ks-hero-grid,
  .ks-split,
  .ks-combine-grid,
  .ks-tool-box,
  .ks-accent-box,
  .ks-price-row {
    grid-template-columns: 1fr;
  }

  .ks-contact-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .ks-hero-image img,
  .ks-split-image img,
  .ks-combine-image img {
    min-height: auto;
  }

  .ks-tool-action,
  .ks-accent-right {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .ks-section {
    padding: 80px 0;
  }

  .ks-container {
    padding: 0 20px;
  }

  .kickstart-page h1 {
    font-size: 36px;
  }

  .kickstart-page h2 {
    font-size: 30px;
  }

  .kickstart-page h3 {
    font-size: 22px;
  }

  .kickstart-page p,
  .ks-point {
    font-size: 16px;
  }

  .ks-tool-box,
  .ks-contact-box,
  .ks-accent-box,
  .ks-price-card {
    padding: 24px;
  }

  .ks-btn {
    width: 100%;
    text-align: center;
  }

  .ks-button-row,
  .ks-contact-actions {
    flex-direction: column;
    width: 100%;
  }
}.ks-split-centered {
  display: flex;
  justify-content: center;
}

.ks-split-centered .ks-split-content {
  max-width: 760px;
  width: 100%;
  text-align: center;
}

.ks-split-centered .ks-points {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.ks-split-centered .ks-point {
  text-align: center;
}/* End custom CSS */