.page-banner {
  max-width: 1320px;
  margin: 0 auto;
}

.page-banner__image {
  width: 100%;
}

.page-title {
  font-weight: bold;
}

.section-subtitle {
  color: #000 !important;
  margin-bottom: 30px;
}

.section-breaker {
  padding: 10px;
  color: #fff !important;
  margin: 30px 0;
}

.section-breaker--black {
  background-color: #000;
  font-weight: bold;
}

.section-breaker--blue {
  background-color: #3f6ab6;
}

.related-products {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.related-product {
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  border: 1px solid #000;
  color: #000;
  gap: 24px;
}

.related-product--visual {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  gap: 10px;
}

.related-product__image {
  max-height: 200px;
}

.related-product__classification {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.related-product__classification--framed {
  border: 1px solid #000;
  padding: 2px 5px;
}

.related-product--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex-grow: 1;
}

.related-product__text {
  text-align: center;
}

.related-product__title {
  font-size: 26px;
  color: #000 !important;
  margin: 0;
}

.related-product__description {
  color: #000;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}

.related-product__link {
  color: #fff;
  background-color: #214571;
  border-color: #214571;
  border-radius: 5px;
  padding: 14px 32px;
  font-size: 18px;
}

.related-product__instructions {
  color: #fff;
  background-color: #214571;
  border-color: #214571;
  border-radius: 5px;
  padding: 12px 24px;
}

.related-product__link:hover,
.related-product__instructions:hover {
  color: #fff;
  text-decoration: none;
}

.related-product__annotation {
  font-size: 12px;
  margin: 0;
}

.related-product--placeholder {
  justify-content: center;
  min-height: 300px;
}

.related-product__title--placeholder {
  text-transform: uppercase;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}

.placeholder {
  background-color: #3f6ab6;
  color: #fff;
  padding: 10px;
  margin: 50px auto;
  width: fit-content;
}

.video-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  gap: 30px;
}

.video-section__item {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.video-section__item--shadow {
  box-shadow: 0 0 16px 0px #e9e7e7;
}

.video-section__item--wrapper {
  position: relative;
  padding-bottom: 56%;
}

.video-section__item--placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.video-section__item--text {
  font-size: 26px;
  text-transform: uppercase;
  margin: 10px 0;
  font-weight: bold;
}

.video-section__item-image {
  width: 100%;
  max-width: 100%;
}

.video-item__img--logo {
  width: 100px;
}

.video-play-btn {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 70px;
  width: 70px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 15px 0 -10px rgb(60 71 100 / 10%);
  box-shadow: 0 15px 0 -10px rgb(60 71 100 / 10%);
  text-align: center;
  line-height: 75px;
  transform: translate(-50%, -50%);
}

.video-play-btn::after {
  font-family: FontAwesome;
  content: "\f04b";
  color: #ea3592;
  font-size: 35px;
}

.no-drag {
  pointer-events: none;
}

@media screen and (min-width: 550px) {
  .video-section__item {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .related-product {
    flex-direction: row;
  }

  .related-product--visual {
    width: 35%;
    max-width: 290px;
  }

  .related-product__image {
    max-height: 180px;
  }
}

@media screen and (min-width: 1025px) {
  .navbar-collapse ul li.sk-main-links__item--doubled {
    padding-top: 2px !important;
  }

  .sk-main-links__link--doubled {
    align-items: center;
  }
}

@media print {
  .no-print {
    display: none !important;
  }
}
