body {
    padding: 0px;
    margin: 0px;
}

header {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
  
header video {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: 0;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
  
header .container {
position: relative;
z-index: 2;
}

header .overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: black;
opacity: .4 ;
z-index: 1;
}
.btnbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.btn,
.btnbox {
  -ms-flex-align: center;
  align-items: center;
}
.btn {
  width: 90%;
  height: 5rem;
  line-height: 6rem;
  padding: 0 2rem;
  position: relative;
  display: inline-block;
  color: #E0FFFF;
  font-size: 1.6rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1rem;
  border-radius: 2rem;
  cursor: pointer;
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
}
.btn--primary {
  margin-left: 2rem;
  color: #a2ff00;
  background-color: #2b243a;
  border: 1px solid #a2ff00;
  box-shadow: 3px 3px 0px -1px #a2ff00;
  /* margin-left: 2rem;
  color: #fff;
  background-color: #e21010;
  background-image: linear-gradient(270deg, #c154c1, #e21010);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4),
    inset 0 2px 2px hsla(0, 0%, 100%, 0.2); */
}
.btn--primary:hover {
  color: #2b243a;
  background: #a2ff00;
  border: 1px solid #2b243a;
  box-shadow: 3px 3px 0px -1px #2b243a;
  /* background: #ca0e0e;
  background-image: linear-gradient(270deg, #b943b9, #ca0e0e);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); */
}
.btn--primary:active {
  background-color: #e21010;
  background-image: linear-gradient(270deg, #ad3fad, #bc0d0d);
  box-shadow: none;
}
.btn--accent {
  color: #fff;
  background-color: #c154c1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.btn--accent:hover {
  background: #c050c0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.btn--accent:active {
  background-color: #c154c1;
  box-shadow: none;
}
.btn--round {
  min-width: 8.6rem;
  height: 8.6rem;
  background: #fff;
  border-radius: 2rem;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  width: auto;
  padding: 0 15px;
}
.btn--round.btn--primary {
  color: #a2ff00;
  background-color: #2b243a;
  border: 1px solid #a2ff00;
  box-shadow: 3px 3px 0px -1px #a2ff00;
}

.btn--round.btn--primary:hover {
  color: #2b243a;
  background: #a2ff00;
  border: 1px solid #2b243a;
  box-shadow: 3px 3px 0px -1px #2b243a;
}
.btn--round.btn--accent {
  color: #a7a7a7;
  background: #575757;
  box-shadow: 3px 3px 0px -1px #a7a7a7;
}

.btn--round.btn--accent:hover {
	color: #575757;
	background: #a7a7a7;
  border: 1px solid #575757;
  box-shadow: 3px 3px 0px -1px #575757;
}
.stepbox {
  left: 0;
  top: 0;
  z-index: 2;
}
.step,
.stepbox {
  width: 100%;
  height: 100%;
  position: relative;
}
.step {
  max-width: 40rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  padding: 2rem;
  color: #fff;
}
.step.current {
  display: block;
}
.step:first-child .btnbox,
.step:last-child .btnbox {
  -ms-flex-pack: center;
  justify-content: center;
}
.step:first-child .btnbox .btn--primary,
.step:last-child .btnbox .btn--primary {
  margin: 0;
}
.step__inner {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner_wrapper {
  padding: 40px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #a2ff00;
  box-shadow: 0px 0px 20px -6px #a2ff00;

.content_wrapper {
    border: 5px solid #FF0000;
    background-color: rgba(255, 0, 0);
    opacity: 0.5;
    margin: 16px auto 0;
    max-width: 911px;
    border-radius: 10px 10px 10px 10px;
	}