h2 {
  margin-bottom: 24px;
}

section {
  margin-bottom: 150px;
}

.dot {
  position: absolute;
  will-change: transform;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .dot {
    z-index: 1;
  }
  .dot:nth-of-type(3), .dot:nth-of-type(4) {
    display: none;
  }
  .dot:last-child {
    top: 150px !important;
  }
}

.hero-ai {
  padding: 190px 0 150px;
  margin-bottom: 0;
  text-align: center;
  position: relative;
}
.hero-ai::before {
  content: "";
  width: 100%;
  height: 650px;
  background: linear-gradient(180deg, rgba(0, 10, 53, 0) 0%, #000A35 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.hero-ai__wrap {
  padding: 48px 70px;
  position: relative;
}
.hero-ai__wrap .cta-btn {
  position: relative;
  z-index: 2;
}
.hero-ai__wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid rgba(202, 198, 221, 0.16);
  position: absolute;
  left: 0;
  bottom: 0;
}
.hero-ai__cross {
  display: flex;
  position: absolute;
}
.hero-ai__cross:first-child {
  top: -7px;
  left: -5px;
}
.hero-ai__cross:nth-child(2) {
  top: -7px;
  right: -7px;
}
.hero-ai__cross:nth-child(3) {
  bottom: -5px;
  left: -5px;
}
.hero-ai__cross:last-child {
  bottom: -5px;
  right: -7px;
}
.hero-ai__subtitle {
  position: relative;
  z-index: 2;
}
.hero-ai__text, .hero-ai h1 {
  max-width: 866px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.hero-ai__img {
  position: relative;
  margin: -200px auto -268px;
  z-index: 1;
}
.hero-ai__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .hero-ai__img {
    margin: -14vw auto -20vw;
  }
}
@media screen and (max-width: 768px) {
  .hero-ai {
    overflow: hidden;
    padding: 160px 0 48px;
    background-position: left 23% top 10% !important;
  }
  .hero-ai::before {
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 10, 53, 0) 0%, #000A35 80.12%);
  }
  .hero-ai .cta-btn {
    margin-top: 30px;
  }
  .hero-ai__img {
    margin: -50px -50px -20px;
  }
  .hero-ai__wrap {
    padding: 32px 20px;
  }
  .hero-ai h1 {
    font-size: 24px;
  }
}

.ai-bots {
  position: relative;
}
.ai-bots__wrap {
  display: flex;
}
.ai-bots__left {
  max-width: 540px;
  position: relative;
  z-index: 1;
}
.ai-bots__right {
  position: absolute;
  top: 0;
  right: 0;
}
.ai-bots h2 {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .ai-bots__wrap {
    flex-direction: column;
  }
  .ai-bots__left {
    max-width: unset;
  }
  .ai-bots__text {
    margin-bottom: 32px;
  }
  .ai-bots__right {
    position: static;
    margin-right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .ai-bots {
    margin-bottom: 33px;
  }
  .ai-bots__right img {
    width: 100%;
    height: auto;
  }
}

.benefits-ai {
  overflow: hidden;
}
.benefits-ai__list {
  overflow: unset;
  transition: 0.3s ease;
}
.benefits-ai__list.active {
  clip-path: inset(-100vw -100vw -100vw 0);
}
.benefits-ai__top {
  max-width: 580px;
}
.benefits-ai__text {
  margin-bottom: 64px;
}
.benefits-ai__item {
  border-radius: 24px;
  border: 1px solid var(--White-12, rgba(255, 255, 255, 0.12));
  padding: 40px;
  transition: 0.3s ease;
}
.benefits-ai__item.swiper-slide-active {
  background: rgba(255, 255, 255, 0.05);
}
.benefits-ai__item.swiper-slide-active .benefits-ai__icon {
  background: linear-gradient(90deg, #FF9811 0%, #FA03A4 100%);
}
.benefits-ai__icon {
  padding: 12px;
  border-radius: 12px;
  background-color: #192352;
  width: fit-content;
  margin-bottom: 12px;
  transition: 0.3s ease;
}
.benefits-ai__subitem {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  margin-bottom: 24px;
}
.benefits-ai__content {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
.benefits-ai__btns {
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  top: -112px;
  right: 0;
}
.benefits-ai__btns > div {
  display: flex;
  transition: 0.3s ease;
}
.benefits-ai__btns > div:not(.swiper-button-disabled) {
  cursor: pointer;
}
.benefits-ai__btns > div:not(.swiper-button-disabled):hover svg * {
  stroke: #FA03A4;
}
.benefits-ai__btns > div.swiper-button-disabled svg * {
  stroke: grey;
}
@media screen and (max-width: 768px) {
  .benefits-ai {
    margin-bottom: 48px;
  }
  .benefits-ai__btns {
    justify-content: center;
    position: static;
    margin: 32px auto 0;
  }
  .benefits-ai__top {
    text-align: center;
  }
  .benefits-ai__text {
    margin-bottom: 32px;
  }
  .benefits-ai__item {
    padding: 20px;
  }
}

.power-ai {
  text-align: center;
  margin-bottom: 64px;
}
.power-ai__text {
  max-width: 568px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .power-ai {
    margin-bottom: 32px;
  }
}

.default-ai-icon {
  border-radius: 12px;
  background: var(--Blue, #192352);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  min-width: 48px;
  width: 48px;
  height: 48px;
}

h3 {
  margin-bottom: 16px;
}

.small-text p, .small-text a {
  font-size: 16px;
}
.small-text a {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}

.sign-ai {
  margin-bottom: 24px;
}
.sign-ai__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 24px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding-right: 7vw;
  position: relative;
}
.sign-ai__wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../img/sign-up-gradient.webp");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 21px 0 0 21px;
}
.sign-ai__btn {
  font-size: 20px;
  padding: 18px 26px;
  margin-bottom: 15px;
  width: 100%;
}
.sign-ai__icon {
  margin-bottom: 16px;
}
.sign-ai__text {
  max-width: 255px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .sign-ai__wrap {
    flex-direction: column-reverse;
    padding: 24px 0 0;
  }
  .sign-ai__wrap::before {
    background-size: cover;
    border-radius: 21px;
  }
  .sign-ai__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .sign-ai {
    margin-bottom: 8px;
  }
  .sign-ai__img img {
    width: 100%;
    height: auto;
  }
  .sign-ai h3 {
    font-size: 20px;
  }
  .sign-ai__btn {
    font-size: 16px;
    padding: 16px 24px;
  }
}

.telegram-strategy__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  min-height: 500px;
}
@media screen and (max-width: 1024px) {
  .telegram-strategy__wrap {
    min-height: unset;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .telegram-strategy {
    margin-bottom: 100px;
  }
}

.telegram-ai {
  position: relative;
  display: flex;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.telegram-ai__img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.telegram-ai__content {
  display: flex;
  gap: 24px;
  padding: 24px;
  margin-top: auto;
}
@media screen and (max-width: 1024px) {
  .telegram-ai {
    flex-direction: row-reverse;
  }
  .telegram-ai__img {
    position: relative;
  }
  .telegram-ai__img img {
    width: 100%;
    height: auto;
  }
  .telegram-ai__content {
    min-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .telegram-ai {
    min-height: 340px;
  }
  .telegram-ai__img {
    position: absolute;
  }
  .telegram-ai__wrap {
    grid-gap: 8px;
  }
  .telegram-ai__content {
    min-width: unset;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .telegram-ai h3 {
    font-size: 20px;
  }
}

.strategy-ai {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 24px 0;
  overflow: hidden;
}
.strategy-ai__content {
  display: flex;
  gap: 24px;
}
.strategy-ai__img {
  display: flex;
  margin: 0 auto;
}
.strategy-ai__text {
  max-width: 462px;
}
@media screen and (max-width: 768px) {
  .strategy-ai__img img {
    width: 100%;
    height: auto;
  }
  .strategy-ai__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .strategy-ai h3 {
    font-size: 20px;
  }
}

.why-ai__wrap {
  display: flex;
  justify-content: space-between;
}
.why-ai__content {
  width: 45%;
}
.why-ai__img {
  width: 54%;
}
@media screen and (max-width: 1024px) {
  .why-ai__wrap {
    flex-direction: column;
  }
  .why-ai__content {
    width: 100%;
  }
  .why-ai__img {
    width: 100%;
  }
  .why-ai__img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .why-ai {
    margin-bottom: 48px;
  }
}

.join-ai {
  position: relative;
}
.join-ai::before {
  content: "";
  position: absolute;
  top: -130%;
  left: 0;
  width: 610px;
  height: 1900px;
  background: url("../img/why-ai-gradient.webp") no-repeat;
  z-index: -1;
}
.join-ai__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #021B88 0%, #000A35 263.3%);
  padding: 64px 74px;
  border-radius: 24px;
}
.join-ai__img {
  display: flex;
  width: 55%;
}
.join-ai__img img {
  width: 100%;
  height: auto;
}
.join-ai__content {
  width: 40%;
}
.join-ai__text {
  margin-bottom: 24px;
}
.join-ai__bottom {
  display: flex;
  align-items: center;
  gap: 16px;
}
.join-ai__btn {
  width: 50%;
}
.join-ai__subtext {
  width: 46%;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .join-ai__wrap {
    flex-direction: column-reverse;
    gap: 32px;
  }
  .join-ai__btn, .join-ai__subtext, .join-ai__img, .join-ai__content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .join-ai {
    text-align: center;
    margin-bottom: 48px;
  }
  .join-ai::before {
    display: none;
  }
  .join-ai__wrap {
    padding: 30px 20px;
  }
  .join-ai__bottom {
    flex-direction: column;
  }
  .join-ai__subtext {
    width: 75%;
  }
  .join-ai__btn {
    width: 70%;
  }
}

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