.noxs-ai-blocks-and-cta {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .noxs-ai-blocks-and-cta {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.noxs-ai-blocks-and-cta__section-title {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #051320;
}
@media screen and (max-width: 768px) {
  .noxs-ai-blocks-and-cta__section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.noxs-ai-blocks-and-cta__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .noxs-ai-blocks-and-cta__list {
    gap: 20px;
  }
}
.noxs-ai-blocks-and-cta__list-row {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .noxs-ai-blocks-and-cta__list-row {
    flex-direction: column;
    gap: 20px;
  }
}
.noxs-ai-blocks-and-cta__item {
  flex: 1 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .noxs-ai-blocks-and-cta__item {
    padding: 16px;
    border-radius: 16px;
  }
}
.noxs-ai-blocks-and-cta__item-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #051320;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .noxs-ai-blocks-and-cta__item-title {
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}
.noxs-ai-blocks-and-cta__item-text {
  font-size: 16px;
  line-height: 140%;
  color: rgba(5, 19, 32, 0.8);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.noxs-ai-blocks-and-cta__item-text b {
  font-weight: 600;
}
.noxs-ai-blocks-and-cta__item-text a {
  color: #25bb4d;
}
.noxs-ai-blocks-and-cta__item-text a:hover {
  text-decoration: underline;
}
.noxs-ai-blocks-and-cta__item-text li {
  padding-left: 22px;
  position: relative;
}
.noxs-ai-blocks-and-cta__item-text li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 9px;
  width: 6px;
  height: 6px;
  background-color: #25bb4d;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .noxs-ai-blocks-and-cta__item-text {
    font-size: 14px;
    line-height: 140%;
    gap: 16px;
  }
}
.noxs-ai-blocks-and-cta__cta {
  flex: 1 50%;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .noxs-ai-blocks-and-cta__cta {
    border-radius: 24px;
    min-height: 384px;
  }
}
.noxs-ai-blocks-and-cta__cta-container {
  width: 100%;
  max-width: 482px;
  height: 100%;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .noxs-ai-blocks-and-cta__cta-container {
    padding: 32px 22px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.noxs-ai-blocks-and-cta__cta-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  color: #fff;
  text-shadow: 0 4px 37px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .noxs-ai-blocks-and-cta__cta-title {
    font-size: 28px;
    line-height: 110%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
  }
}
.noxs-ai-blocks-and-cta__cta-text {
  max-width: 380px;
  font-size: 15px;
  line-height: 160%;
  color: #fff;
  margin-bottom: 24px;
}
.noxs-ai-blocks-and-cta__cta-text b {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .noxs-ai-blocks-and-cta__cta-text {
    max-width: 100%;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color: #fff;
  }
}
.noxs-ai-blocks-and-cta__cta-button {
  padding: 12px 32px;
  border-radius: 10px;
  display: block;
  text-decoration: none;
  font-weight: 500;
  transition: all 150ms;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #fff;
  background-color: #25bb4d;
  color: #fff;
  white-space: nowrap;
}
.noxs-ai-blocks-and-cta__cta-button:hover {
  background-color: #30d05a;
  color: #fff;
}
.noxs-ai-blocks-and-cta__cta-button:active {
  opacity: 1;
  background-color: #25bb4d;
}
.noxs-ai-blocks-and-cta__bg-image {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.noxs-ai-blocks-and-cta__bg-image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.noxs-ai-blocks-and-cta__bg-image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.noxs-ai-blocks-and-cta__bg-image-desktop {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.noxs-ai-blocks-and-cta__bg-image-mobile {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.min.css.map */