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

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

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

.alternating-videos {
  overflow: visible;
  padding-top: 72px;
  padding-bottom: 72px;
}
@media only screen and (min-width: 992px) {
  .alternating-videos {
    padding-top: calc(72px + 28 * (100vw - 992px) / 608);
    padding-bottom: calc(72px + 28 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .alternating-videos {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-videos {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.alternating-videos__intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}
@media only screen and (min-width: 992px) {
  .alternating-videos__intro {
    max-width: calc(640px + 260 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .alternating-videos__intro {
    max-width: 900px;
  }
}
.alternating-videos__intro {
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) {
  .alternating-videos__intro {
    margin-bottom: calc(48px + 24 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .alternating-videos__intro {
    margin-bottom: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-videos__intro {
    margin-bottom: 40px;
  }
}
.alternating-videos__eyebrow {
  margin-top: 0;
  font-weight: 600;
  line-height: 1.4;
  color: #0055FF;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .alternating-videos__eyebrow {
    font-size: calc(12px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .alternating-videos__eyebrow {
    font-size: 16px;
  }
}
.alternating-videos__eyebrow {
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) {
  .alternating-videos__eyebrow {
    margin-bottom: calc(12px + 6 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .alternating-videos__eyebrow {
    margin-bottom: 18px;
  }
}
.alternating-videos__heading {
  margin-top: 0;
  color: #121926;
  font-weight: 700;
  font-size: 25px;
}
@media only screen and (min-width: 992px) {
  .alternating-videos__heading {
    font-size: calc(25px + 11 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .alternating-videos__heading {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-videos__heading {
    font-size: 30px;
    line-height: 38px;
  }
}
.alternating-videos__heading {
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .alternating-videos__heading {
    margin-bottom: calc(16px + 8 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .alternating-videos__heading {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-videos__heading {
    margin-bottom: 16px;
  }
}
.alternating-videos.section .alternating-videos__description p {
  margin: 0;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .alternating-videos.section .alternating-videos__description p {
    font-size: calc(18px + 2 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .alternating-videos.section .alternating-videos__description p {
    font-size: 20px;
  }
}
.alternating-videos.section .alternating-videos__description p {
  color: #697586;
}
.alternating-videos__rows {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media only screen and (min-width: 992px) {
  .alternating-videos__rows {
    gap: calc(56px + 32 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .alternating-videos__rows {
    gap: 88px;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-videos__rows {
    gap: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-videos__rows {
    gap: 80px;
  }
}
.alternating-videos__row {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media only screen and (min-width: 992px) {
  .alternating-videos__row {
    gap: calc(32px + 32 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .alternating-videos__row {
    gap: 64px;
  }
}
.alternating-videos__row.is-reversed {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
  .alternating-videos__row {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }
  .alternating-videos__row.is-reversed {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-videos__row {
    gap: 40px;
  }
}
.alternating-videos__copy, .alternating-videos__media {
  flex: 1 1 0;
  min-width: 0;
}
.alternating-videos__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.alternating-videos__item-title {
  width: 100%;
  color: #121926;
  font-weight: 700;
  font-size: 25px;
}
@media only screen and (min-width: 992px) {
  .alternating-videos__item-title {
    font-size: calc(25px + 11 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .alternating-videos__item-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-videos__item-title {
    font-size: 30px;
    line-height: 38px;
  }
}
.alternating-videos__item-title {
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) {
  .alternating-videos__item-title {
    margin-bottom: calc(12px + 6 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .alternating-videos__item-title {
    margin-bottom: 18px;
  }
}
.alternating-videos__item-title h3,
.alternating-videos__item-title p {
  margin: 0;
  color: inherit;
  font: inherit;
}
.alternating-videos__item-title .yellow-underline::after {
  background: #D2FF00;
  bottom: -0.06em;
  height: 0.55em;
}
.alternating-videos.section .alternating-videos__item-text p {
  margin: 0;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .alternating-videos.section .alternating-videos__item-text p {
    font-size: calc(18px + 2 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .alternating-videos.section .alternating-videos__item-text p {
    font-size: 20px;
  }
}
.alternating-videos.section .alternating-videos__item-text p {
  color: #4B5565;
}
.alternating-videos__cta {
  display: inline-flex;
  align-items: center;
  width: auto;
  margin-top: 24px;
  gap: 6px;
}
@media only screen and (min-width: 992px) {
  .alternating-videos__cta {
    gap: calc(6px + 2 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .alternating-videos__cta {
    gap: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .alternating-videos__cta {
    width: auto;
  }
}
.alternating-videos__cta .btn-arrow {
  display: block;
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
}
.alternating-videos__media {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
}
@media only screen and (min-width: 992px) {
  .alternating-videos__media {
    border-radius: calc(12px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .alternating-videos__media {
    border-radius: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .alternating-videos__media {
    max-width: 480px;
    margin-inline: auto;
  }
}
.alternating-videos__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;
}
.alternating-videos__media.has-video:has(.alternating-videos__poster[data-poster-auto]) {
  aspect-ratio: 16/9;
  background: #202939;
}
.alternating-videos__media.has-video:has(.alternating-videos__poster[data-poster-auto]) .alternating-videos__poster:not([hidden]) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}
.alternating-videos__media video {
  display: block;
  width: 100%;
  height: auto;
}
.alternating-videos__media .alternating-videos__poster {
  display: block;
  width: 100%;
  height: auto;
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-height: 280px;
}
@media only screen and (min-width: 992px) {
  .alternating-videos__media .alternating-videos__poster {
    max-height: calc(280px + 120 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .alternating-videos__media .alternating-videos__poster {
    max-height: 400px;
  }
}
.alternating-videos__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  pointer-events: none;
}
.alternating-videos__media.is-playing .alternating-videos__play {
  display: none;
}
.alternating-videos__media.is-playing .alternating-videos__poster {
  visibility: hidden;
}
.alternating-videos__media.is-playing video {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.alternating-videos__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.alternating-videos__play-icon {
  display: block;
  width: 102px;
  max-width: none;
  height: auto;
}