html{
    background-color: #EDF2FA;
}

.mv img, video
 {
  width: 100vw;
  height: auto;
  border: 0;
  margin: -8px auto 0 -8px;
}

.cta img{
  width: 88vw;
  height: auto;
  margin: 12px auto;
}

.cta{
  text-align: center;
  margin-top: 16px;
  height: 100px;
}

.Button-wrapper {
  position: relative;
}

.Button {
  font-family: "Gilroy ExtraBold", system-ui, sans-serif;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 22px;
  line-height: 68px;
  text-transform: uppercase;
  background: #FFF261;
  color: #F12063;
  appearance: none;
  border: none;
  border-radius: 10px;
  min-width: 200px;
  padding: 0 24px;
  box-shadow: 0 10px 60px -10px #DDCF36;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  transform-style: preserve-3d;
  transform: perspective(250px) scale3d(1, 1, 1);
  transition: all 1s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  will-change: transform, box-shadow, background;
  outline: none;
  position: relative;
  z-index: 2;
}

.Button:hover {
  background: #f41f83;
  box-shadow: 0 8px 65px -5px #DDCF36;
}

.Button:active {
  background: #DDCF36;
  box-shadow: 0 10px 60px -10px #DDCF36;
  transform: perspective(250px) scale3d(1, 1, 1) translateY(5%) !important;
}

@keyframes explode {
  from {
    opacity: 0;
  }

  to {
    top: 50%;
    left: 50%;
    opacity: 1;
  }
}

.footer {
  text-align: center;
  font-size: 14px;
}

.l-footer__link__list li{
    list-style:none;
}

.l-footer__link__list{
    padding: 0px !important;
}

.l-footer__link__list__item a {
    text-decoration: none;
}

@media only screen and (min-width: 767px) {

  .mv img, video {
      width: 50vw;
      height: auto;
    }

  .spmv{
    text-align: center;
  }

}