.protect {
  width: 100%;
  position: absolute;
  top: 4px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.protect__item {
  color: #ccc;
  font-size: 8px;
  line-height: normal;
}

.protect__item a {
  color: inherit;
  text-decoration: none;
}

.footer {
  padding: 40px 0;
}

.footer__top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0px;
}

.footer__logo {
  max-width: 208px;
  width: 100%;
}

.footer__list {
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.footer__list-item {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  opacity: 0.5;
}

.footer__list-item a {
  color: #000;
}

.footer__disclaimer {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.footer__disclaimer b {
  font-weight: 600;
}

a {
  text-decoration: none;
}

a:visited {
  color: inherit;
}

.hero_videoWrp {
  position: relative;
  display: block;
  width: 100%;
  max-width: 996px;
  margin: 20px auto 0;
}

.hero_videoWrp {
  position: relative;
  display: block;
  width: 100%;
  max-width: 996px;
  margin: 60px auto 0;
}
/* .hero_videoWrp::after {
  content: "";
  display: block;
  position: absolute;
  width: 1400px;
  height: 1426px;
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
  top: -450px;
  left: 50%;
  transform: translateX(-50%);
} */
.video {
  border-radius: 16px;
}
.hero_videoSeparator {
  margin: 190px;
}

@media all and (max-width: 767px) {
  .hero_videoWrp {
    margin-top: 24px;
  }
  .hero_videoWrp::after {
    width: 0px;
    top: -150px;
  }
}
