.btn--primary-blue {
  background-color: #026AA2;
  border-color: #026AA2;
  font-weight: 600;
}
.btn--primary-blue:hover {
  color: #fff;
  border-color: #0284ca;
  background-color: #0284ca;
}
.btn--primary-blue:active {
  background-color: #0392de;
  border-color: #0392de;
  box-shadow: 0 0 0 0.25rem rgba(2, 106, 162, 0.5);
}
.btn--primary-blue:focus {
  color: #fff;
  background-color: #0284ca;
  border-color: rgba(2, 106, 162, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(2, 106, 162, 0.5);
}
.btn--primary-green {
  background-color: #3B7C0F;
  border-color: #3B7C0F;
  font-weight: 600;
}
.btn--primary-green:hover {
  color: #fff;
  border-color: #4ca013;
  background-color: #4ca013;
}
.btn--primary-green:active {
  background-color: #55b316;
  border-color: #55b316;
  box-shadow: 0 0 0 0.25rem rgba(59, 124, 15, 0.5);
}
.btn--primary-green:focus {
  color: #fff;
  background-color: #4ca013;
  border-color: rgba(59, 124, 15, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(59, 124, 15, 0.5);
}
.btn--secondary, .btn--secondary-w-200 {
  color: #101828;
  font-weight: 600;
  border-color: #101828;
}
.btn--secondary:hover, .btn--secondary-w-200:hover {
  color: #fff;
  border-color: #010204;
  background-color: #010204;
}
.btn--secondary:active, .btn--secondary-w-200:active {
  background-color: black;
  border-color: #010204;
  box-shadow: 0 0 0 0.25rem rgba(16, 24, 40, 0.5);
}
.btn--secondary:focus, .btn--secondary-w-200:focus {
  color: #fff;
  background-color: #010204;
  border-color: rgba(16, 24, 40, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(16, 24, 40, 0.5);
}
@media screen and (max-width: 768px) {
  .btn--secondary-w-200 {
    width: 200px;
  }
}
.btn--sm {
  padding: 0.2rem 0.75rem;
}

.hero-section__actions .btn {
  padding: 12px 20px;
  border-radius: 16px !important;
  font-size: 18px;
  height: 48px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hero-section__actions .btn {
    height: 36px;
    padding: 8px 14px;
    font-size: 14px;
    border-radius: 8px !important;
  }
}

.hero-section, .hero-section--with-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: start;
  gap: 40px;
  width: 100%;
  margin: 40px 0px 0px 0px;
}
.hero-section--with-details {
  gap: 41px;
}
.hero-section__flex-wrap-section {
  display: flex;
  flex-wrap: wrap;
}
.hero-section__title {
  color: #101828;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin: 0px;
}
@media screen and (min-width: 767.98px) {
  .hero-section__title {
    font-size: 2.5rem;
  }
  .hero-section__title > br {
    display: none;
  }
}
.hero-section__title-section {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.hero-section__detail {
  color: #475467;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}
@media screen and (min-width: 767.98px) {
  .hero-section__detail {
    font-size: 1.5rem;
  }
}
.hero-section__actions {
  display: flex;
  gap: 8px;
  width: 100%;
}

.video-playlist {
  display: flex;
  justify-content: center;
}
.video-playlist .ycp {
  border-radius: 8px;
  width: 100%;
  height: 369px;
}

.ycp-container {
  background: #000;
  border-radius: 8px;
}

.video-playlist,
.ycp-container, .ycp-spinner {
  width: 100%;
  height: 369px;
}

.ycp-spinner {
  display: flex;
  position: relative;
  padding: 0;
  margin: 0;
  top: -11.6em;
  justify-content: center;
  align-items: center;
}

.video-landing {
  padding: 5rem 1rem 2rem 1rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 767.98px) {
  .video-landing {
    padding: 1.5rem 2rem;
  }
}
.video-landing__playlist__title {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}
@media screen and (min-width: 767.98px) {
  .video-landing__playlist__title {
    font-size: 1.5rem;
  }
}
.video-landing__playlist__separator {
  background-color: #101828;
  margin: 18px 0px 24px 0px;
}
@media screen and (min-width: 767.98px) {
  .video-landing__playlist__separator {
    margin: 14px 0px 24px 0px;
  }
}