:root {
  --secondary-colors-50: #f5f6fd;
  --secondary-colors-100: #e7e8fa;
  --secondary-colors-200: #dcdef8;
  --secondary-colors-300: #bfc1f3;
  --secondary-colors-400: #9c9bea;
  --secondary-colors-500: #7872e0;
  --secondary-colors-600: #6453d4;
  --secondary-colors-700: #5441c0;
  --secondary-colors-800: #4636a1;
  --secondary-colors-900: #3b2e84;
  --secondary-colors-950: #231c59;
  --primary-color-50: #f7f2ff;
  --primary-color-100: #efe8ff;
  --primary-color-200: #e1d4ff;
  --primary-color-300: #ccb1ff;
  --primary-color-400: #b485ff;
  --primary-color-500: #9747ff;
  --primary-color-600: #9330f7;
  --primary-color-700: #851ee3;
  --primary-color-800: #6f18bf;
  --primary-color-900: #5b169c;
  --primary-color-950: #390b6a;
  --basic-color-50: #f6f6f6;
  --basic-color-100: #e7e7e7;
  --basic-color-200: #d1d1d1;
  --basic-color-300: #b0b0b0;
  --basic-color-400: #888;
  --basic-color-500: #6d6d6d;
  --basic-color-600: #5d5d5d;
  --basic-color-700: #4f4f4f;
  --basic-color-800: #454545;
  --basic-color-900: #3d3d3d;
  --basic-color-950: #000;
}

body {
  background: var(--secondary-colors-100);
}

.section_header {
  background: url("../images/lovable-bg.png") no-repeat center top/cover !important;
}

.discount-badge {
  min-height: 23px;
  background: linear-gradient(159deg, #fe7b02 100%);
}

.annual-price, .annual-option.active .annual-price {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.annual-price b, .annual-option.active .annual-price b {
  font-weight: 700;
}

.pricing-selector {
  border: 2px solid #fff;
  border-radius: 500px;
  padding: 4px 16px 4px 24px;
  /* width: 292px; */
  height: 55px;
  width: fit-content;
  margin-bottom: 40px;
  box-shadow: unset;
}

.annual-option,
.annual-option.active {
  background: transparent;
  box-shadow: unset;
  padding: 0;
}

.formwrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}
.formwrapper svg {
  min-width: fit-content;
}

.new-hero__text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 18px;
  line-height: 133%;
  text-align: center;
  color: #000;
  background-clip: unset;
  background: unset;
  -webkit-text-fill-color: unset;
  text-transform: unset;
  text-decoration: none;
  max-width: 630px;
  margin: -10px auto 60px;
}

.new-hero {
  max-width: 970px;
  width: 100%;
}

.wpcf7 input[type=url] {
  background-color: rgba(255, 255, 255, 0.3);
}

.slick-dots li button:before {
  font-family: unset;
}

.annual-option, .annual-option.active {
  transform: none !important;
  box-shadow: unset !important;
  cursor: unset;
}

.div-block-7-copy.widgth-copy.shadow.newBtn {
  transition: 0.3s;
}
.div-block-7-copy.widgth-copy.shadow.newBtn:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 900px) {
  .formwrapper {
    flex-direction: column;
  }
  .section_header {
    background-position: 95% top !important;
  }
  .form-2 {
    width: 100%;
  }
  .new-hero__text {
    margin-bottom: 50px;
  }
}

/*# sourceMappingURL=lovable.css.map */
