* {
  box-sizing: border-box;
}

.trigger-off {
  pointer-events: none;
}

.m-hero-section .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 576px) {
  .m-hero-section .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .m-hero-section .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .m-hero-section .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .m-hero-section .container {
    max-width: 800px;
  }
}
@media screen and (min-width: 1400px) {
  .m-hero-section .container {
    max-width: 800px;
  }
}

.m-hero__header {
  text-align: center;
  padding: 0 15px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .m-hero__header {
    max-width: 1000px;
  }
}

.m-hero-section h1 {
  color: #ffffff;
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  text-align: center;
  text-shadow: 0 3px 5px #000;
  margin-bottom: 30px;
}

.m-hero__header .hero .m-hero-section .container {
  padding-top: 0;
}

.m-hero-section .video-container {
  margin: 0 auto;
  position: relative;
  background: #ffb600;
  border-radius: 0;
  padding-top: 56%;
}
@media (max-width: 575px) {
  .m-hero-section .video-container {
    width: 100%;
    margin: 0 auto 10px;
  }
}
.m-hero-section .video-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.m-hero-section .video-holder .wistia_embed {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
  -webkit-clip-path: inset(1px 1px);
  clip-path: inset(1px 1px);
  padding: 4px;
  -webkit-transition: all 1s all ease-in-out;
  transition: all 1s all ease-in-out;
}
.m-hero-section .video-holder .wistia_embed > div {
  max-width: 100%;
}
.m-hero-section .video-holder .wistia_embed:before {
  display: none;
}

.m-hero-section video {
  width: 100%;
  height: 100%;
  background-position: center;
}
.m-hero-section video[played] {
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}

.m-hero-section .play-btn {
  z-index: 2;
  cursor: pointer;
  transition: ease-in-out 1s all;
  width: 8vw;
  height: 8vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  position: absolute;
  opacity: 1;
  visibility: visible;
}

.m-hero-section .play-btn.hide {
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  visibility: hidden;
}

.m-hero-section .play-btn img {
  max-width: 100%;
}
@media (max-width: 575px) {
  .m-hero-section .play-btn img {
    aspect-ratio: 1 / 1;
    width: 20vw;
    min-width: 20vw;
    height: 20vw;
  }
}
.m-hero-section .play-btn img {
  width: 8vw;
  height: 8vw;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
@media (max-width: 575px) {
  .m-hero-section .play-btn img {
    width: 20vw;
    height: 20vw;
  }
}

.m-hero-section {
  padding: 120px 0 74px;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1299px) {
  .m-hero-section {
    padding: 9.5416666667vw 0 3.8541666667vw;
  }
}
@media screen and (max-width: 767px) {
  .m-hero-section {
    padding: 11vw 0 6vw;
  }
}
.m-hero-section .container {
  position: relative;
}
@media screen and (max-width: 991px) {
  .m-hero-section__content {
    max-width: 60%;
  }
}
.m-hero-section__title {
  text-transform: uppercase;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.64);
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .m-hero-section__title {
    font-size: 5.3333333333vw;
  }
}
.m-hero-section__description {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 1px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .m-hero-section__description {
    display: none;
  }
}
.m-hero-section__update {
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .m-hero-section__update {
    font-size: 2.6666666667vw;
  }
}
.m-hero-section__update strong {
  text-transform: uppercase;
}
.m-hero-section__update .fire-img,
.m-hero-section__update img {
  max-width: 26px;
  max-height: 30px;
  margin-right: 6px;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .m-hero-section__update .fire-img,
  .m-hero-section__update img {
    max-width: 3.4666666667vw;
    margin-right: 1.3333333333vw;
  }
}
.m-hero-section__badge {
  position: absolute;
  right: 11px;
  bottom: -283px;
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 1299px) {
  .m-hero-section__badge {
    bottom: -15.625vw;
    max-width: 25.390625vw;
    right: 0vw;
  }
}
@media screen and (max-width: 991px) {
  .m-hero-section__badge {
    bottom: -17.578125vw;
    max-width: 31.25vw;
    right: 1.953125vw;
  }
}
@media screen and (max-width: 991px) {
  .m-hero-section__badge {
    bottom: -17.3333333333vw;
    max-width: 34.6666666667vw;
    right: 5.3333333333vw;
  }
}
.m-hero-section__badge-image {
  max-width: 100%;
  width: 100%;
  animation: upAndDown 3s ease-in-out infinite;
}

@media screen and (max-width: 575px) {
  .m-hero-section h1 {
    font-size: 6vw;
    margin-bottom: 5vw;
  }
}
