.build-system {
  margin: var(--sp) 0;
}

.build-system__title {
  max-width: 989px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.build-system__top-content {
  display: flex;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
  padding-bottom: var(--tm);
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
}

.build-system__top-content .prompt {
  display: flex;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 24px;
  position: relative;
  max-width: 523px;
  align-items: center;
}

.build-system__top-content .prompt .num {
  font: 500 50px/110% var(--heading-font-family);
  text-transform: uppercase;
}

.build-system__top-content .prompt .text {
  font-size: var(--m);
  line-height: 130%;
}

.build-system__top-content .prompt .prompt-border {
  position: absolute;
  right: 0;
  top: calc(100% + 16px);
  max-width: 399px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 49px;
  border-radius: 10px;
  padding: 13px 16px;
}

.build-system__top-content .prompt .prompt-border:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  inset: 0;
  padding: 1px;
  background: linear-gradient(135deg, #9046ff 0%, #00c6ff 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
}

.build-system__top-content .prompt .prompt-border .field {
  font-weight: 500;
  font-size: var(--m);
  line-height: 130%;
}

.build-system__top-content .text-content {
  max-width: 442px;
}

.build-system__top-content .text-content p {
  margin-top: 8px;
  font-size: var(--m);
}

.build-system__center-content--title {
  text-align: center;
  font-weight: 400;
  margin-bottom: var(--tm);
  text-transform: uppercase;
}

.build-system__center-content--brain {
  position: relative;
  min-height: 587px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.build-system__center-content--brain .list-item {
  max-width: 386px;
  width: 100%;
  display: flex;
  -moz-column-gap: 24px;
  column-gap: 24px;
  position: absolute;
}

.build-system__center-content--brain .list-item .line-gradient {
  position: absolute;
  width: 100%;
  height: 35px;
}

.build-system__center-content--brain .list-item .line-gradient img {
  -o-object-fit: contain;
  object-fit: contain;
}

.build-system__center-content--brain .list-item:nth-child(1) {
  top: 0;
  left: 0;
}

.build-system__center-content--brain .list-item:nth-child(1) .line-gradient {
  bottom: -51px;
  left: 0;
}

.build-system__center-content--brain .list-item:nth-child(2) {
  top: 0;
  right: 0;
  justify-content: flex-end;
}

.build-system__center-content--brain .list-item:nth-child(2) .line-gradient {
  bottom: -51px;
  right: 0;
}

.build-system__center-content--brain .list-item:nth-child(3) {
  bottom: 0;
  left: 0;
}

.build-system__center-content--brain .list-item:nth-child(3) .line-gradient {
  top: -51px;
  left: 0;
}

.build-system__center-content--brain .list-item:nth-child(4) {
  bottom: 0;
  right: 0;
  justify-content: flex-end;
  min-height: 112px;
}

.build-system__center-content--brain .list-item:nth-child(4) .line-gradient {
  top: -51px;
  right: 0;
}

.build-system__center-content--brain .list-item__icon {
  background: linear-gradient(93.87deg, #6A1BF0 14.13%, #21B7EF 103.34%) no-repeat center/contain;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.build-system__center-content--brain .list-item__wrap-text {
  flex: 1;
  max-width: 276px;
}

.build-system__center-content--brain .list-item__wrap-text--title {
  margin-bottom: 8px;
}

.build-system__center-content--brain .list-item__wrap-text--text {
  font-size: var(--m);
}

.build-system__center-content--brain-img {
  max-width: 573px;
  width: 100%;
  max-height: 425px;
  height: 60vh;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.build-system__run-text {
  margin: var(--tm) auto;
  font-size: 30px;
  line-height: 130%;
  color: var(--neutral-2);
  max-width: 805px;
  width: 100%;
  text-align: center;
}

.build-system__run-text .active {
  color: var(--dark);
}

.build-system .bottom-content__title {
  text-align: center;
  font-weight: 400;
  margin-bottom: var(--tm);
  text-transform: uppercase;
}

.build-system .bottom-content__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 32px;
  margin-bottom: var(--tm);
}

.build-system .bottom-content__wrapper .card {
  border-radius: 10px;
  padding: 64px 48px 48px 48px;
  color: var(--white);
  position: relative;
  background: #010101 bottom/contain no-repeat;
  min-height: 498px;
}

.build-system .bottom-content__wrapper .card h4 {
  margin-bottom: var(--tm);
}

.build-system .bottom-content__wrapper .card ul li {
  position: relative;
  margin-bottom: 24px;
  padding-left: 40px;
  font-size: var(--m);
  line-height: 130%;
}

.build-system .bottom-content__wrapper .card ul li:last-child {
  margin-bottom: 0;
}

.build-system .bottom-content__wrapper .card ul li:before {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.3' cx='12' cy='12' r='12' fill='%233666C4'/%3E%3Ccircle cx='12' cy='12' r='4' fill='%233666C4'/%3E%3C/svg%3E%0A") no-repeat center top/contain;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
}

.build-system .bottom-content__wrapper .vertical-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.build-system .bottom-content__wrapper .vertical-list ul li {
  font-weight: 500;
  font-size: var(--h4);
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  background: linear-gradient(93.62deg, #6A1BF0 13.49%, #21B7EF 98.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.build-system .bottom-content__wrapper .vertical-list ul li:before {
  background: url("data:image/svg+xml,%3Csvg width='29' height='62' viewBox='0 0 29 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.369 8.62138L1.77587 1.06552C1.33454 0.800726 0.837361 1.31186 1.11427 1.7457L14.2076 22.2585C14.4 22.5601 14.841 22.5584 15.0312 22.2554L27.8994 1.75352C28.173 1.31763 27.672 0.810293 27.2327 1.07835L14.8736 8.6195C14.7188 8.71393 14.5244 8.71466 14.369 8.62138Z' fill='black'/%3E%3Cpath d='M14.369 8.62138L1.77587 1.06552C1.33454 0.800726 0.837361 1.31186 1.11427 1.7457L14.2076 22.2585C14.4 22.5601 14.841 22.5584 15.0312 22.2554L27.8994 1.75352C28.173 1.31763 27.672 0.810293 27.2327 1.07835L14.8736 8.6195C14.7188 8.71393 14.5244 8.71466 14.369 8.62138Z' fill='url(%23paint0_linear_82_322)'/%3E%3Cpath d='M14.369 47.6214L1.77587 40.0655C1.33454 39.8007 0.837361 40.3119 1.11427 40.7457L14.2076 61.2585C14.4 61.5601 14.841 61.5584 15.0312 61.2554L27.8994 40.7535C28.173 40.3176 27.672 39.8103 27.2327 40.0783L14.8736 47.6195C14.7188 47.7139 14.5244 47.7147 14.369 47.6214Z' fill='black'/%3E%3Cpath d='M14.369 47.6214L1.77587 40.0655C1.33454 39.8007 0.837361 40.3119 1.11427 40.7457L14.2076 61.2585C14.4 61.5601 14.841 61.5584 15.0312 61.2554L27.8994 40.7535C28.173 40.3176 27.672 39.8103 27.2327 40.0783L14.8736 47.6195C14.7188 47.7139 14.5244 47.7147 14.369 47.6214Z' fill='url(%23paint1_linear_82_322)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_82_322' x1='-7.9206e-09' y1='5.55335' x2='30.7291' y2='8.05498' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.115385' stop-color='%236A1BF0'/%3E%3Cstop offset='0.932692' stop-color='%2321B7EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_82_322' x1='-7.9206e-09' y1='44.5533' x2='30.7291' y2='47.055' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.115385' stop-color='%236A1BF0'/%3E%3Cstop offset='0.932692' stop-color='%2321B7EF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center/contain;
  content: "";
  display: block;
  width: 100%;
  height: 62px;
  margin: 32px 0;
}

.build-system .bottom-content__wrapper .vertical-list ul li:first-child:before {
  display: none;
}

.build-system .bottom-content__btn-wrap {
  text-align: center;
}

@media (max-width: 1260px) {
  .build-system__center-content--brain {
    min-height: 620px;
  }

  .build-system__center-content--brain .list-item {
    max-width: 330px;
  }

  .build-system__center-content--brain .list-item .line-gradient {
    overflow: hidden;
  }

  .build-system__center-content--brain .list-item .line-gradient img {
    position: absolute;
  }

  .build-system__center-content--brain .list-item:nth-child(1) .line-gradient img {
    right: 0;
    top: 2px;
  }

  .build-system__center-content--brain .list-item:nth-child(2) .line-gradient img {
    left: 0;
    top: 2px;
  }

  .build-system__center-content--brain .list-item:nth-child(3) .line-gradient img {
    right: 0;
    bottom: 2px;
  }

  .build-system__center-content--brain .list-item:nth-child(4) .line-gradient img {
    left: 0;
    bottom: 2px;
  }

  .build-system__center-content--brain .list-item__icon {
    width: 40px;
    height: 40px;
  }

  .build-system__center-content--brain .list-item__icon img {
    width: 50%;
    height: 50%;
  }

  .build-system__center-content--brain .list-item__wrap-text--title {
    font-size: 21px;
  }

  .build-system__center-content--brain-img {
    max-width: 400px;
    width: 100%;
    max-height: 280px;
    height: 60vh;
  }
}

@media (max-width: 760px) {
  .build-system__top-content {
    flex-direction: column;
  }

  .build-system__top-content .prompt {
    margin-bottom: 80px;
  }

  .build-system__top-content .prompt .num {
    font-size: 30px;
  }

  .build-system__top-content .text-content h4 {
    font-size: 18px;
  }

  .build-system__center-content--brain {
    min-height: 0;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
  }

  .build-system__center-content--brain .list-item {
    position: static;
  }

  .build-system__center-content--brain .list-item .line-gradient {
    display: none;
  }

  .build-system__center-content--brain .list-item:nth-child(4) {
    min-height: 0;
  }

  .build-system__run-text {
    font-size: 26px;
  }

  .build-system .bottom-content__wrapper {
    grid-template-columns: 1fr;
  }

  .build-system .bottom-content__wrapper .card {
    order: 1;
    padding: 24px 20px 20px 20px;
  }
}