.neon-blue {
  color: #0055FF;
  background: #D6EBFF;
}

.sorbus {
  color: #CC5702;
  background: #FFF3D3;
}

.coral-red {
  color: #ED1527;
  background: #FFF1F2;
}

.ai-ecosystem {
  background: #121926;
  overflow: visible;
  padding-top: 72px;
  padding-bottom: 72px;
}
@media only screen and (min-width: 992px) {
  .ai-ecosystem {
    padding-top: calc(72px + 28 * (100vw - 992px) / 608);
    padding-bottom: calc(72px + 28 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .ai-ecosystem {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .ai-ecosystem {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.ai-ecosystem__layout {
  display: grid;
  grid-template-columns: minmax(0, 590fr) minmax(0, 560fr);
  justify-content: start;
  align-items: center;
  width: 100%;
  gap: 32px;
}
@media only screen and (min-width: 992px) {
  .ai-ecosystem__layout {
    gap: calc(32px + 32 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .ai-ecosystem__layout {
    gap: 64px;
  }
}
@media only screen and (max-width: 991px) {
  .ai-ecosystem__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.ai-ecosystem__copy {
  min-width: 0;
  width: 100%;
  max-width: 590px;
}
@media only screen and (min-width: 992px) {
  .ai-ecosystem__copy {
    max-width: 480px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .ai-ecosystem__copy {
    max-width: calc(480px + 110 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 992px) and (min-width: 1600px) {
  .ai-ecosystem__copy {
    max-width: 590px;
  }
}
.ai-ecosystem__eyebrow {
  margin-top: 0;
  font-weight: 600;
  line-height: 1.4;
  color: #D2FF00;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .ai-ecosystem__eyebrow {
    font-size: calc(12px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .ai-ecosystem__eyebrow {
    font-size: 16px;
  }
}
.ai-ecosystem__eyebrow {
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) {
  .ai-ecosystem__eyebrow {
    margin-bottom: calc(12px + 6 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .ai-ecosystem__eyebrow {
    margin-bottom: 18px;
  }
}
.ai-ecosystem__heading {
  margin-top: 0;
  color: #FCFCFC;
  font-weight: 700;
  font-size: 25px;
}
@media only screen and (min-width: 992px) {
  .ai-ecosystem__heading {
    font-size: calc(25px + 11 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .ai-ecosystem__heading {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .ai-ecosystem__heading {
    font-size: 30px;
    line-height: 38px;
  }
}
.ai-ecosystem__heading {
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .ai-ecosystem__heading {
    margin-bottom: calc(16px + 8 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .ai-ecosystem__heading {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .ai-ecosystem__heading {
    margin-bottom: 16px;
  }
}
.ai-ecosystem.section .ai-ecosystem__description p {
  margin: 0;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .ai-ecosystem.section .ai-ecosystem__description p {
    font-size: calc(18px + 2 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .ai-ecosystem.section .ai-ecosystem__description p {
    font-size: 20px;
  }
}
.ai-ecosystem.section .ai-ecosystem__description p {
  color: #CDD5DF;
}
.ai-ecosystem__description {
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  .ai-ecosystem__description {
    margin-bottom: calc(24px + 8 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .ai-ecosystem__description {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .ai-ecosystem__description {
    margin-bottom: 24px;
  }
}
.ai-ecosystem a.btn.btn-green.ai-ecosystem__cta {
  display: inline-flex;
  align-items: center;
  width: auto;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .ai-ecosystem a.btn.btn-green.ai-ecosystem__cta {
    gap: calc(8px + 2 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .ai-ecosystem a.btn.btn-green.ai-ecosystem__cta {
    gap: 10px;
  }
}
.ai-ecosystem a.btn.btn-green.ai-ecosystem__cta:hover, .ai-ecosystem a.btn.btn-green.ai-ecosystem__cta:focus-visible {
  background: #121926;
  border-color: #121926;
  color: #D2FF00;
}
.ai-ecosystem__cta-icon {
  display: block;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}
.ai-ecosystem__diagram {
  min-width: 0;
  width: 100%;
  max-width: 560px;
}
@media only screen and (min-width: 992px) {
  .ai-ecosystem__diagram {
    max-width: 456px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .ai-ecosystem__diagram {
    max-width: calc(456px + 104 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 992px) and (min-width: 1600px) {
  .ai-ecosystem__diagram {
    max-width: 560px;
  }
}
.ai-ecosystem__diagram-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}