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

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

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

.platform {
  overflow: visible;
  padding-top: 72px;
  padding-bottom: 72px;
}
@media only screen and (min-width: 992px) {
  .platform {
    padding-top: calc(72px + 28 * (100vw - 992px) / 608);
    padding-bottom: calc(72px + 28 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .platform {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.platform__intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}
@media only screen and (min-width: 992px) {
  .platform__intro {
    max-width: calc(640px + 260 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform__intro {
    max-width: 900px;
  }
}
.platform__intro {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .platform__intro {
    margin-bottom: calc(40px + 24 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform__intro {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .platform__intro {
    margin-bottom: 32px;
  }
}
.platform__eyebrow {
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .platform__eyebrow {
    font-size: calc(12px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform__eyebrow {
    font-size: 16px;
  }
}
.platform__eyebrow {
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) {
  .platform__eyebrow {
    margin-bottom: calc(12px + 6 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform__eyebrow {
    margin-bottom: 18px;
  }
}
.platform__eyebrow {
  font-weight: 600;
  line-height: 1.4;
  color: #0055FF;
}
.platform__heading {
  margin-top: 0;
  color: #121926;
  font-weight: 700;
  font-size: 25px;
}
@media only screen and (min-width: 992px) {
  .platform__heading {
    font-size: calc(25px + 11 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform__heading {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .platform__heading {
    font-size: 30px;
    line-height: 38px;
  }
}
.platform__heading {
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .platform__heading {
    margin-bottom: calc(16px + 8 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform__heading {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .platform__heading {
    margin-bottom: 16px;
  }
}
.platform.section .platform__description p {
  margin: 0;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .platform.section .platform__description p {
    font-size: calc(18px + 2 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform.section .platform__description p {
    font-size: 20px;
  }
}
.platform.section .platform__description p {
  color: #697586;
}
.platform.section .platform__description p + p {
  margin-top: 16px;
}
@media only screen and (min-width: 992px) {
  .platform.section .platform__description p + p {
    margin-top: calc(16px + 8 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform.section .platform__description p + p {
    margin-top: 24px;
  }
}
.platform__shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  background: #EEF2F6;
  border-radius: 20px;
  gap: 32px;
}
@media only screen and (min-width: 992px) {
  .platform__shell {
    gap: calc(32px + 34 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform__shell {
    gap: 66px;
  }
}
.platform__shell {
  padding-top: 36px;
  padding-bottom: 36px;
}
@media only screen and (min-width: 992px) {
  .platform__shell {
    padding-top: calc(36px + 24 * (100vw - 992px) / 608);
    padding-bottom: calc(36px + 24 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform__shell {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.platform__shell {
  padding-left: 48px;
  padding-right: 48px;
}
@media only screen and (min-width: 992px) {
  .platform__shell {
    padding-left: calc(48px + 52 * (100vw - 992px) / 608);
    padding-right: calc(48px + 52 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform__shell {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .platform__shell {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 24px 20px;
    border-radius: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .platform__shell {
    padding: 40px 48px;
    gap: 40px;
  }
}
.platform__features-frame {
  position: relative;
  z-index: 1;
  width: 100%;
}
.platform__accent {
  position: absolute;
  z-index: 0;
  background: #0055FF;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 992px) {
  .platform__accent {
    width: calc(40px + 20 * (100vw - 992px) / 608);
    height: calc(40px + 20 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform__accent {
    width: 60px;
    height: 60px;
  }
}
.platform__accent {
  border-radius: 10px;
}
@media only screen and (min-width: 992px) {
  .platform__accent {
    border-radius: calc(10px + 2 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform__accent {
    border-radius: 12px;
  }
}
.platform__accent--tl {
  top: 0;
  left: 0;
  transform: translate(-28%, -28%);
}
.platform__accent--br {
  bottom: 0;
  right: 0;
  transform: translate(28%, 28%);
}
@media only screen and (max-width: 991px) {
  .platform__accent {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 375px) {
  .platform__accent {
    width: calc(28px + 12 * (100vw - 375px) / 616);
    height: calc(28px + 12 * (100vw - 375px) / 616);
  }
}
@media only screen and (max-width: 991px) and (min-width: 991px) {
  .platform__accent {
    width: 40px;
    height: 40px;
  }
}
.platform__features {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
}
@media only screen and (min-width: 992px) {
  .platform__features {
    gap: calc(12px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform__features {
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .platform__features {
    gap: 12px;
  }
}
.platform__feature-item {
  display: flex;
  margin: 0;
  min-width: 0;
}
.platform__feature-item::before {
  display: none;
}
.platform__feature {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  list-style: none;
  margin: 0;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(18, 25, 38, 0.06);
  border: 2px solid transparent;
  transition: all 0.4s ease;
  transition-property: border-color, box-shadow, background-color, color;
  gap: 12px;
}
@media only screen and (min-width: 992px) {
  .platform__feature {
    gap: calc(12px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform__feature {
    gap: 16px;
  }
}
.platform__feature {
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .platform__feature {
    padding: calc(20px + 8 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform__feature {
    padding: 28px;
  }
}
.platform__feature {
  border-radius: 12px;
}
@media only screen and (min-width: 992px) {
  .platform__feature {
    border-radius: calc(12px + 0 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform__feature {
    border-radius: 12px;
  }
}
.platform__feature::before {
  display: none;
}
@media only screen and (max-width: 991px) {
  .platform__feature {
    padding: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .platform__feature {
    padding: 24px 20px;
  }
}
.platform__feature[type=button] {
  font: inherit;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.platform__feature:hover, .platform__feature:focus-visible {
  border-color: rgba(0, 85, 255, 0.35);
}
.platform__feature.is-active {
  border-color: #0055FF;
  box-shadow: 0 12px 32px rgba(18, 25, 38, 0.1);
}
.platform__icon-slot {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 100%;
  height: 40px;
}
@media only screen and (min-width: 992px) {
  .platform__icon-slot {
    height: calc(40px + 8 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform__icon-slot {
    height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .platform__icon-slot {
    height: 32px;
  }
}
.platform__icon {
  display: block;
  flex: 0 0 auto;
  width: 100%;
  max-width: 48px;
  height: 100%;
  max-height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 767px) {
  .platform__icon {
    max-width: 32px;
    max-height: 32px;
  }
}
.platform__feature-title {
  color: #121926;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .platform__feature-title {
    font-size: calc(18px + 2 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform__feature-title {
    font-size: 20px;
  }
}
.platform__detail {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.platform__panel[hidden] {
  display: none;
}
.platform__panel.is-active .platform__copy, .platform__panel.is-active .platform__media {
  animation: platform-panel-in 0.35s ease;
}
.platform__media {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
@media only screen and (min-width: 992px) {
  .platform__media {
    border-radius: calc(12px + 0 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform__media {
    border-radius: 12px;
  }
}
.platform__media {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .platform__media {
    margin-bottom: calc(20px + 8 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform__media {
    margin-bottom: 28px;
  }
}
.platform__media.has-video:not(:has(.platform__poster)) {
  aspect-ratio: 16/9;
  background: #202939;
}
.platform__media .platform__poster,
.platform__media video {
  display: block;
  width: 100%;
  height: auto;
}
.platform__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  pointer-events: none;
}
.platform__media.is-playing .platform__play {
  display: none;
}
.platform__media.is-playing .platform__poster {
  visibility: hidden;
}
.platform__media.is-playing video {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.platform__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 72px;
  height: 72px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  -webkit-mask-image: var(--play-icon);
  mask-image: var(--play-icon);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media only screen and (max-width: 767px) {
  .platform__play {
    width: 56px;
    height: 56px;
  }
}
.platform .platform__detail-title {
  margin: 0;
  color: #121926;
  font-weight: 700;
  font-size: 25px;
}
@media only screen and (min-width: 992px) {
  .platform .platform__detail-title {
    font-size: calc(25px + 11 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform .platform__detail-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .platform .platform__detail-title {
    font-size: 30px;
    line-height: 38px;
  }
}
.platform .platform__detail-title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .platform .platform__detail-title {
    margin-bottom: calc(10px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform .platform__detail-title {
    margin-bottom: 14px;
  }
}
.platform.section .platform__detail-text p {
  margin: 0;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .platform.section .platform__detail-text p {
    font-size: calc(18px + 2 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform.section .platform__detail-text p {
    font-size: 20px;
  }
}
.platform.section .platform__detail-text p {
  color: #4B5565;
}
.platform.section .platform__detail-text p + p {
  margin-top: 16px;
}
@media only screen and (min-width: 992px) {
  .platform.section .platform__detail-text p + p {
    margin-top: calc(16px + 8 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform.section .platform__detail-text p + p {
    margin-top: 24px;
  }
}
.platform__cta {
  display: inline-flex;
  align-items: center;
  margin-top: 24px;
  text-decoration: none;
  font-weight: 700;
  color: #0055FF;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .platform__cta {
    font-size: calc(18px + 2 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform__cta {
    font-size: 20px;
  }
}
.platform__cta {
  gap: 6px;
}
@media only screen and (min-width: 992px) {
  .platform__cta {
    gap: calc(6px + 2 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .platform__cta {
    gap: 8px;
  }
}
.platform__cta:hover, .platform__cta:focus-visible {
  color: #083FC5;
}
.platform__cta:hover .platform__cta-icon, .platform__cta:focus-visible .platform__cta-icon {
  transform: translateX(2px);
}
.platform__cta-icon {
  display: block;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .platform__panel.is-active .platform__copy, .platform__panel.is-active .platform__media {
    animation: none;
  }
}

@keyframes platform-panel-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}