.video-thumbnail-video {
  width: 100%;
  background-size: cover;
  position: relative;
  display: flex;
  gap: 0.75rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
  border: none;
}
.video-thumbnail-video:where([data-show-overlay])::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.video-thumbnail-video:where([data-show-overlay][data-is-manufacturer-training=True])::after {
  content: "";
  background-image: url("../png/m_training.png");
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

.video-thumbnail-video__lock {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 12px;
}

.video-thumbnail-video__primary-button {
  font-size: 1rem;
  background-color: #3f1833;
  color: white;
  border: 2px solid #3f1833;
  --primary-color: #3f1833;
  box-sizing: border-box;
  display: inline-flex;
  font-family: "Euclid", Calibri, Arial, sans-serif;
  font-weight: 500;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  min-width: 10ch;
  min-height: 44px;
  text-align: center;
  transition: 220ms all ease-in-out;
  align-self: start;
  align-self: center;
  z-index: 1;
}
.video-thumbnail-video__primary-button:hover, .video-thumbnail-video__primary-button:active {
  background-color: #321329;
  color: white;
}
.video-thumbnail-video__primary-button:focus {
  color: white;
}
.video-thumbnail-video__primary-button[disabled] {
  background-color: #2c2c2c;
  color: white;
}
.video-thumbnail-video__primary-button:hover, .video-thumbnail-video__primary-button:active {
  text-decoration: underline;
}
.video-thumbnail-video__primary-button:focus, .video-thumbnail-video__primary-button:focus-visible {
  outline-style: solid;
  outline-color: transparent;
  box-shadow: 0 0 0 4px #260e1f;
}
.video-thumbnail-video__primary-button[disabled] {
  --primary-color: #2c2c2c;
  cursor: not-allowed;
}
:not([data-show-overlay]) > .video-thumbnail-video__primary-button {
  display: none;
}

.video-thumbnail-video__secondary-button {
  font-size: 1rem;
  background-color: white;
  color: #3f1833;
  border: 2px solid white;
  --primary-color: white;
  box-sizing: border-box;
  display: inline-flex;
  font-family: "Euclid", Calibri, Arial, sans-serif;
  font-weight: 500;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  min-width: 10ch;
  min-height: 44px;
  text-align: center;
  transition: 220ms all ease-in-out;
  align-self: start;
  align-self: center;
  z-index: 1;
  max-width: 16ch;
}
.video-thumbnail-video__secondary-button:hover, .video-thumbnail-video__secondary-button:active {
  background-color: #cccccc;
  color: #3f1833;
}
.video-thumbnail-video__secondary-button:focus {
  color: #3f1833;
}
.video-thumbnail-video__secondary-button[disabled] {
  background-color: white;
  color: #2c2c2c;
}
.video-thumbnail-video__secondary-button:hover, .video-thumbnail-video__secondary-button:active {
  text-decoration: underline;
}
.video-thumbnail-video__secondary-button:focus, .video-thumbnail-video__secondary-button:focus-visible {
  outline-style: solid;
  outline-color: transparent;
  box-shadow: 0 0 0 4px #999999;
}
.video-thumbnail-video__secondary-button[disabled] {
  --primary-color: white;
  cursor: not-allowed;
}
:not([data-show-overlay]) > .video-thumbnail-video__secondary-button {
  display: none;
}

.video-thumbnail-video__motion-thumbnail {
  display: none;
}
.video-thumbnail-video:hover .video-thumbnail-video__motion-thumbnail {
  display: block;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=Partial.VideoThumbnailVideo.css.map */
