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

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

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

.agent-features {
  background: #121926;
  overflow: visible;
  padding-top: 72px;
  padding-bottom: 72px;
}
@media only screen and (min-width: 992px) {
  .agent-features {
    padding-top: calc(72px + 28 * (100vw - 992px) / 608);
    padding-bottom: calc(72px + 28 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .agent-features {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .agent-features {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.agent-features__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 32px;
}
@media only screen and (min-width: 992px) {
  .agent-features__grid {
    gap: calc(32px + 24 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .agent-features__grid {
    gap: 56px;
  }
}
@media only screen and (max-width: 991px) {
  .agent-features__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.agent-features__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.agent-features__intro {
  margin-bottom: 28px;
}
@media only screen and (min-width: 992px) {
  .agent-features__intro {
    margin-bottom: calc(28px + 12 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .agent-features__intro {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .agent-features__intro {
    margin-bottom: 24px;
  }
}
.agent-features__eyebrow {
  margin-top: 0;
  font-weight: 600;
  line-height: 1.4;
  color: #D2FF00;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .agent-features__eyebrow {
    font-size: calc(12px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .agent-features__eyebrow {
    font-size: 16px;
  }
}
.agent-features__eyebrow {
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) {
  .agent-features__eyebrow {
    margin-bottom: calc(12px + 6 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .agent-features__eyebrow {
    margin-bottom: 18px;
  }
}
.agent-features__heading {
  margin-top: 0;
  color: #FCFCFC;
  font-weight: 700;
  font-size: 25px;
}
@media only screen and (min-width: 992px) {
  .agent-features__heading {
    font-size: calc(25px + 11 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .agent-features__heading {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .agent-features__heading {
    font-size: 30px;
    line-height: 38px;
  }
}
.agent-features__heading {
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .agent-features__heading {
    margin-bottom: calc(16px + 8 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .agent-features__heading {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .agent-features__heading {
    margin-bottom: 16px;
  }
}
.agent-features.section .agent-features__description p {
  margin: 0;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .agent-features.section .agent-features__description p {
    font-size: calc(18px + 2 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .agent-features.section .agent-features__description p {
    font-size: 20px;
  }
}
.agent-features.section .agent-features__description p {
  color: #F9F9FB;
}
.agent-features__cards {
  position: relative;
}
.agent-features__rail {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  left: 24px;
  width: 1px;
  background: #D2FF00;
}
.agent-features__list {
  min-width: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
}
@media only screen and (min-width: 992px) {
  .agent-features__list {
    gap: calc(12px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .agent-features__list {
    gap: 16px;
  }
}
.agent-features__list {
  display: flex;
  flex-direction: column;
}
.agent-features__card-item {
  margin: 0;
}
.agent-features__card {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
  background: transparent;
  cursor: default;
  font: inherit;
  color: inherit;
}
.agent-features__card[role=tab] {
  cursor: pointer;
}
.agent-features__card:focus-visible {
  outline: 2px solid #D2FF00;
  outline-offset: 4px;
}
.agent-features__accent {
  position: absolute;
  z-index: 0;
  background: #D2FF00;
  width: 28px;
  height: 28px;
}
@media only screen and (min-width: 992px) {
  .agent-features__accent {
    width: calc(28px + 12 * (100vw - 992px) / 608);
    height: calc(28px + 12 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .agent-features__accent {
    width: 40px;
    height: 40px;
  }
}
.agent-features__accent {
  border-radius: 8px;
}
@media only screen and (min-width: 992px) {
  .agent-features__accent {
    border-radius: calc(8px + 2 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .agent-features__accent {
    border-radius: 10px;
  }
}
.agent-features__accent--tl {
  top: 0;
  left: 0;
  transform: translate(-28%, -28%);
}
.agent-features__card-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  border: 1px solid rgba(210, 255, 0, 0.35);
  border-radius: 10px;
  background: #121926;
  transition: border-color 0.25s ease;
  gap: 12px;
}
@media only screen and (min-width: 992px) {
  .agent-features__card-inner {
    gap: calc(12px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .agent-features__card-inner {
    gap: 16px;
  }
}
.agent-features__card-inner {
  padding: 16px;
}
@media only screen and (min-width: 992px) {
  .agent-features__card-inner {
    padding: calc(16px + 8 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .agent-features__card-inner {
    padding: 24px;
  }
}
.agent-features__card-inner {
  border-radius: 10px;
}
@media only screen and (min-width: 992px) {
  .agent-features__card-inner {
    border-radius: calc(10px + 2 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .agent-features__card-inner {
    border-radius: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .agent-features__card-inner {
    padding: 16px;
  }
}
.agent-features__card.is-active .agent-features__card-inner, .agent-features__card[aria-selected=true] .agent-features__card-inner {
  border-color: #D2FF00;
}
.agent-features__card[role=tab]:hover .agent-features__card-inner {
  border-color: rgba(210, 255, 0, 0.7);
}
.agent-features__icon {
  display: block;
  flex: 0 0 auto;
  background-color: #D2FF00;
  -webkit-mask-image: var(--icon);
  mask-image: var(--icon);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 767px) {
  .agent-features__icon {
    width: 28px;
    height: 28px;
  }
}
.agent-features__card-copy {
  min-width: 0;
}
.agent-features__card-title {
  margin: 0;
  color: #FCFCFC;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.35;
  margin-bottom: 6px;
}
@media only screen and (min-width: 992px) {
  .agent-features__card-title {
    margin-bottom: calc(6px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .agent-features__card-title {
    margin-bottom: 10px;
  }
}
.agent-features__card-text {
  margin: 0;
  color: #F9F9FB;
  font-size: 20px;
  line-height: 1.45;
}
.agent-features__media-col {
  display: flex;
  min-width: 0;
  align-self: center;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .agent-features__media-col {
    align-self: start;
  }
}
.agent-features__media-stack {
  position: relative;
  width: 100%;
}
.agent-features__media-panel {
  width: 100%;
}
.agent-features__media-panel[hidden] {
  display: none;
}
.agent-features__media-panel.is-active .agent-features__media {
  animation: agent-features-panel-in 0.35s ease;
}
@keyframes agent-features-panel-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.agent-features__media {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
}
@media only screen and (min-width: 992px) {
  .agent-features__media {
    border-radius: calc(12px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .agent-features__media {
    border-radius: 16px;
  }
}
.agent-features__media.has-video:not(.is-playing)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(18, 25, 38, 0.4);
  pointer-events: none;
}
.agent-features__media.has-video:has(.agent-features__poster[data-poster-auto]) {
  aspect-ratio: 16/10;
  background: #121926;
}
.agent-features__media.has-video:has(.agent-features__poster[data-poster-auto]) .agent-features__poster:not([hidden]) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.agent-features__media img,
.agent-features__media video {
  display: block;
  width: 100%;
  height: auto;
}
.agent-features__media .agent-features__panel-image {
  width: 100%;
  height: auto;
}
.agent-features__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  pointer-events: none;
}
.agent-features__media.is-playing .agent-features__play {
  display: none;
}
.agent-features__media.is-playing .agent-features__poster {
  visibility: hidden;
}
.agent-features__media.is-playing video {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.agent-features__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.agent-features__play-icon {
  display: block;
  width: 182px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .agent-features__play-icon {
    width: 120px;
  }
}