* {
  box-sizing: border-box;
}

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

.page-id-368 .content-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.m-hero__mainheader {
  text-align: center;
  border-bottom: 1px solid #ffffff33;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.m-hero__mainheader img {
  max-width: 177px;
  width: 100%;
}

.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: 960px;
  }
}
@media screen and (min-width: 1400px) {
  .m-hero-section .container {
    max-width: 1000px;
  }
}

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

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

.m-hero-section h1 {
  color: #fff;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  margin: 0;
  text-align: center;
}

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

.m-hero-section .video-container {
  margin: 0 auto;
  position: relative;
  border-radius: 0;
  aspect-ratio: 16 / 9;
}
@media (max-width: 575px) {
  .m-hero-section .video-container {
    width: 100%;
    margin: 0 auto 10px;
  }
}
.m-hero-section .video-holder video {
  position: relative;
  z-index: 1;
}

.m-hero-section .video-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-clip: border-box;
  border: 5px solid rgba(0, 0, 0, 0);
  z-index: 12;
}

.acf-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}

.m-hero-section .video-holder:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -5px;
  z-index: 0;
  border-radius: 18px;
  background: linear-gradient(
    90deg,
    #ffde79,
    #d6a100,
    #ffa800,
    #ffde79,
    #d79e03
  );
}
.m-hero-section .video-holder:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-radius: 14px;
  background: #000;
}

.m-hero-section .video-holder iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
  padding: 4px;
  transition: all 1s all ease-in-out;
  z-index: 123;
  position: relative;
}
.m-hero-section .video-holder iframe > div {
  max-width: 100%;
}
.m-hero-section .video-holder iframe:before {
  display: none;
}

.m-hero-section iframe {
  width: 100%;
  height: 100%;
  background-position: center;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}

.m-hero-section video[played] {
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}

@keyframes pulse {
  0% {
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%, -50%);
  }
  50% {
    top: 50%;
    left: 50%;
    transform: scale(1.1) translate(-50%, -50%);
  }
  100% {
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%, -50%);
  }
}
.m-hero-section .play-btn {
  z-index: 2;
  cursor: pointer;
  transition: ease-in-out 1s all;
  width: 8vw;
  height: 8vw;
  position: absolute;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: pulse 1s infinite ease-in-out;
  transform-origin: 0 0 0;
}

.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%;
}

.btn-holder {
  margin-top: 40px;
  text-align: center;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  height: 90px;
  padding: 0 60px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  cursor: pointer;
  white-space: nowrap;
  background-clip: border-box;
  border: 5px solid transparent;
  position: relative;
  text-shadow: 0px 3px 5.4px rgba(0, 0, 0, 0.7);
}

.btn-cta:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -5px;
  border-radius: 100px;
  background-image: linear-gradient(
    0deg,
    #ffde79,
    #d6a100,
    #ffa800,
    #ffde79,
    #d79e03
  );
}

.btn-cta:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100px;
  background-image: linear-gradient(to top, #0e7600, #0f8000);
  border: 1px solid #000;
}

.btn-cta:hover {
  transform: scale(1.05);
  color: #ffffff;
}

.btn-cta:focus {
  outline: none;
}

.btn-cta span {
  position: relative;
  z-index: 1;
}

@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: 100vw;
  max-width: unset;
  height: 100vh;
}
@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;
}

.m-hero-section__badge-image {
  max-width: 100%;
  width: 100%;
  animation: upAndDown 3s ease-in-out infinite;
}

@media screen and (max-width: 767px) {
  .btn-cta {
    border: 3px solid transparent;
    height: 60px;
    font-size: 24px;
    padding: 0 30px;
  }

  .btn-cta:before {
    margin: -3px;
  }

  .btn-holder {
    margin-top: 40px;
  }

  .m-hero-section .video-holder {
    border: 3px solid rgba(0, 0, 0, 0);
  }

  .m-hero-section .video-holder:before {
    margin: -3px;
  }
  .m-hero-section .video-holder:after {
    border-radius: 16px;
  }
}
@media screen and (max-width: 575px) {
  .m-hero__header {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .m-hero__mainheader img {
    max-width: 40vw;
  }
  .m-hero-section h1 {
    font-size: 6vw;
  }
}
