.page-wrapper {
  padding-top: 80px;
  background-color: var(--color-black1);
}
@media screen and (max-width: 767px) {
  .page-wrapper {
    padding-top: 26px;
  }
}

.ai-service .service-provided__heading:not(:has(.service-provided__subtitle)) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .ai-service .service-provided__heading:not(:has(.service-provided__subtitle)) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .ai-service .service-provided__heading .service-provided__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .ai-service .service-provided__heading .service-provided__subtitle {
    font-size: 13px;
  }
}

.ai__top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .ai__top {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 64px;
  }
}
.ai__top-left__img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ai__top-left__img {
    padding-right: 16px;
  }
}
.ai__top-left__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0 80px 80px 0;
}
@media screen and (max-width: 1199px) {
  .ai__top-left__img img {
    border-radius: 0 60px 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .ai__top-left__img img {
    border-radius: 0 40px 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .ai__top-left__img img {
    border-radius: 0 24px 24px 0;
  }
}
.ai__top-left__img-inner {
  position: absolute;
  bottom: 0;
  left: 11px;
}
.ai__top-left__img-inner-text {
  color: #FFF;
  font-size: 67px;
  font-weight: 700;
  line-height: 160%;
  word-break: break-word;
  text-transform: uppercase;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 1199px) {
  .ai__top-left__img-inner-text {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .ai__top-left__img-inner-text {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ai__top-left__img-inner-text {
    font-size: 24px;
  }
}
.ai__top-right {
  padding: 0 15px 0 120px;
}
@media screen and (max-width: 1199px) {
  .ai__top-right {
    padding-left: 64px;
  }
}
@media screen and (max-width: 991px) {
  .ai__top-right {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ai__top-right {
    padding: 0 15px;
  }
}
.ai__top-right-title {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 180%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .ai__top-right-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .ai__top-right-title {
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 16px;
  }
}
.ai__top-right-text {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 240%;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .ai__top-right-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .ai__top-right-text {
    font-size: 13px;
    line-height: 180%;
  }
}
.ai__content {
  flex: 0 0 50%;
}
@media screen and (max-width: 767px) {
  .ai__content {
    width: 100%;
  }
}
.ai__main picture {
  text-align: center;
}
.ai__solution {
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .ai__solution {
    padding-top: 70px;
  }
}
.ai__solution-box {
  padding: 56px;
  border-radius: 40px;
  border: 1px solid var(--Color-Border-Default, #D9D9D9);
}
@media screen and (max-width: 767px) {
  .ai__solution-box {
    padding: 16px;
    border-radius: 20px;
  }
}
.ai__solution-box:not(:last-child) {
  margin-bottom: 80px;
}
.ai__solution-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .ai__solution-row {
    flex-direction: column;
    gap: 16px;
  }
}
.ai__solution-row:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .ai__solution-row:not(:last-child) {
    margin-bottom: 16px;
  }
}
.ai__solution-col {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .ai__solution-col {
    width: 100%;
  }
}
.ai__solution__heading {
  margin-bottom: 24px;
}
.ai__solution-title {
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .ai__solution-title {
    font-size: 24px;
    gap: 8px;
  }
}
.ai__solution-title-num {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  background-color: #D596A9;
  display: inline-block;
  border-radius: 50%;
  padding-top: 5.5px;
}
@media screen and (max-width: 767px) {
  .ai__solution-title-num {
    width: 24px;
    height: 24px;
    padding-top: 2.5px;
  }
}
.ai__solution-text {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
.ai__solution-text-medium {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .ai__solution-text-medium {
    font-size: 13px;
  }
}
.ai__solution-inner-title {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .ai__solution-inner-title {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.ai__listServices {
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .ai__listServices {
    padding-top: 70px;
  }
}

/*# sourceMappingURL=ai-service.css.map */
