.content::before {
  display: none;
}

.hero {
  max-height: 478px;
  height: 478px;
  background: transparent;
  position: relative;
}

.hero:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
}

.hero__bg,
.hero__bg--desktop,
.hero__bg--mobile,
.hero__bg--tablet {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  z-index: 0;
}

.hero__video-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0;
}

figure,
p {
  margin-bottom: 2rem;
}

figure {
  margin: 0 0 1rem;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

.hero__desc:before {
  width: 120px;
  height: 3px;
  background-color: #fff;
  top: 0;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
}

.hero__video {
  display: -ms-flexbox;
  display: flex;
}

.hero__video {
  position: relative;
  z-index: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

.hero__wrap {
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  width: 100%;
  max-width: 100%;
  transition: opacity 0.5s ease-out;
}

.hero__wrap:after,
.hero__wrap:before {
  content: "";
  display: table;
}

*,
:after,
:before {
  box-sizing: inherit;
}

.hero__menu__wrap {
  padding: 0;
  list-style: none;
  background: #fff;
  border: 3px solid #fff;
  border-width: 0 3px 3px;
  position: absolute;
  width: 100%;
  box-shadow: 0 0 0 0 rgb(1 0 0 / 0%);
  display: none;
  transition: box-shadow 0.35s linear;
}

.hero__wrap:after {
  clear: both;
}

.hero__wrap:after,
.hero__wrap:before {
  content: "";
  display: table;
}

.hero__title {
  text-shadow: 0 0 9.5px rgb(1 0 0 / 19%);
  color: #fff;
  font-family: Noto Serif, serif;
  font-size: 2.063rem;
  line-height: 1.31;
  font-weight: 400;
  text-align: center;
  width: 100%;
  max-width: 100% !important;
  margin-bottom: 0;
}

@media (min-width: 45.0625rem) {
  .hero__title {
    font-size: 3rem;
    line-height: 1.25;
  }
}

@media (min-width: 64.0625rem) {
  .hero__title {
    font-size: 3.5rem;
    line-height: 1.36;
  }
}

.hero__video-controls {
  position: absolute;
  z-index: 1;
  height: 70px;
  display: none;
  left: 0;
  bottom: 0;
}

.hero__video-controls__wrap {
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.hero__video-controls__wrap:after,
.hero__video-controls__wrap:before {
  content: "";
  display: table;
}

.hero__video-controls__wrap:after {
  clear: both;
}

.hero__video-controls .playPause {
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(8, 0, 0, 0.61);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24' fill='%23FFF'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 19h4V5H6v14zm8-14v14h4V5h-4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.75rem 1.75rem;
  background-position: 50%;
  border-radius: 100%;
  box-shadow: 0 0 22.8px 1.2px hsl(0deg 29% 97% / 60%);
  transition: box-shadow 0.4s ease-out;
}

.hero__video-controls .playPause.paused {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24' fill='%23FFF'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
  background-size: 1.9rem 1.9rem;
}

.hero__video-controls .playPause:focus,
.hero__video-controls .playPause:hover {
  box-shadow: 0 0 24.8px 1.8px hsl(0deg 29% 97% / 60%),
    0 0 27.8px 2.6px hsl(0deg 29% 97% / 60%);
  transition: box-shadow 0.25s ease-out;
}

@media (min-width: 30.0625rem) {
  .hero__logo img {
    max-width: 368px;
  }
}

@media (min-width: 45.0625rem) {
  .hero {
    height: calc(100vh - 210px);
    max-height: none;
    min-height: 542px;
  }

  .hero__bg--mobile {
    display: none;
  }

  .hero__desc {
    max-width: none;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.375;
  }

  .hero__video-controls {
    display: block;
  }

  .hero__video {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 60.0625rem) {
  .hero {
    height: calc(100vh - 217px);
  }
}
