.key_features_dark {
  padding-top: 143px;
  padding-bottom: 160px;
  background: #1d1d1d;
}

.key_features_dark * {
  color: #e5e5e5;
}

.page-wrapper .key_features_dark h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.8px;
}

.key_features_dark__title {
  margin-bottom: 38px;
}

.key_features_dark__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #42424c;
  padding: 14px 0;
}

.key_features_dark__item:last-child {
  border-bottom: none;
}

.key_features_dark__item * {
  font-family: "Work Sans";
}

.key_features_dark__item__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  padding-right: 15px;
  width: 47%;
}

.key_features_dark__item__title.no-desc {
  width: 90%;
}

.key_features_dark__item__description.no-title {
  width: 90%;
}

.key_features_dark__item__description {
  width: 53%;
}

body:not(.page-template-page-gutenberg-php)
  .key_features_dark__item__description
  p,
body:not(.page-template-page-gutenberg-php)
  .key_features_dark__item__description
  li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 0;
  margin: 0;
}

.key_features_dark__item__description strong,
.key_features_dark__item__description b {
  font-weight: 600;
}

.kf_video {
  margin-top: 100px;
}

/*.key_features_dark__video {
    width: 100%;              
    max-width: 100%;
    aspect-ratio: 16 / 9;     
    position: relative;       
    overflow: hidden;
    background:#343434;
}
  
.key_features_dark__video > * {
    position: absolute;
    inset: 0;                 
    width: 100%;
    height: 100%;
}*/

.key_features_dark__videolink {
  text-align: center;
  margin-top: 75px;
}

.key_features_dark__video .hero_product_video {
  aspect-ratio: 560 / 315;
  height: auto;
}

.page-wrapper
  .key_features_dark__videolink
  a.button.font-white.background-blue {
  font-size: 17px;
  font-weight: 500;
  line-height: 120%;
  padding: 20px 35px;
}

.kf_video__wrapper {
  position: relative;
}

.kf_video__wrapper:after {
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: calc(50% + 200px);
  transform: translateX(-50%);
  background: #0e0e0e;
  position: absolute;
  z-index: -1;
}

.key_features_dark .video-container {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.key_features_dark .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 68px;
  height: 68px;
  transition: opacity 0.3s ease;
}
.key_features_dark .video-play-button:hover {
  opacity: 0.8;
}
.key_features_dark .video-play-button.hidden {
  display: none;
}
.key_features_dark .hero_product_video {
  cursor: pointer;
  margin: 0 auto;
  max-width: none;
}

@media (min-width: 992px) {
  .page-wrapper .section_benefits_dark .container.container-wide {
    width: 1224px;
  }
}

@media (max-width: 992px) {
  .key_features_dark {
    padding-bottom: 100px;
  }
  body:not(.page-template-page-gutenberg-php)
    .key_features_dark__item__description
    p,
  body:not(.page-template-page-gutenberg-php)
    .key_features_dark__item__description
    li {
    color: #999;
  }
  .kf_video__wrapper:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .key_features_dark {
    padding-top: 100px;
  }

  .kf_video__wrapper:after {
    height: calc(50% + 52px);
  }

  .page-wrapper .key_features_dark h2 {
    font-size: 2rem;
  }

  .key_features_dark__item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .key_features_dark__item__title,
  body:not(.page-template-page-gutenberg-php)
    .key_features_dark__item__description
    p,
  body:not(.page-template-page-gutenberg-php)
    .key_features_dark__item__description
    li {
    font-size: 16px;
  }

  .key_features_dark__item__title,
  .key_features_dark__item__description {
    width: 100%;
    padding-right: 0;
  }

  .key_features_dark__title {
    text-align: center;
  }

  .page-wrapper .video-container a.button.font-white.background-blue {
    font-size: 1rem;
    padding: 0.8rem 2rem;
  }
  .kf_video {
    margin-top: 60px;
  }
  .video-container {
    margin-top: 45px;
  }

  .key_features_dark__videolink {
    margin-top: 50px;
  }

  .page-wrapper .key_features_dark h2 {
    text-align: left;
    font-size: 28px;
  }
}
