@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&amp;display=swap');
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0
}

body,
html {
    height: 100%;
	min-height: 100%;
    overflow: hidden;
    position: relative;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;

}

/* prevent highlighting */
*{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


.vc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
	z-index: -1;
}
video {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

header {
	position: relative;
	width: 100%;
	text-align: center;
	padding: .5rem;
}

header img{
    max-width: 400px;
    width: 80%;
    opacity: 0.85;
    border: 0
}
.q {
    height: 100%;
    width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	-webkit-transition: transform 0.4s ease;
	-moz-transition: transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
}
.container {
	width: 96%;
	max-width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0,0,0,0.7);
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.72);
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.72);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.72);
}
h3{
	display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 22px;
	font-weight: 400;
	color: #fff;
}
h1 {
    display: block;
    padding: 0;
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 2em;
    margin: .67em 0
}

.q p {
    display: inline-block;
    width: 200px;
    background-color: #ffd700;
    margin: 0;
    margin-top: 25px;
    padding: 14px 10px;
    font-size: 18px;
    font-weight: 900;
    line-height: inherit;
    color: #000;
    cursor: pointer;
    border-radius: 4px;

    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.q > p:hover{
    background-color: #ffec87;
}

/*** Step effects ***/

.q[data-effect="left"] {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.q[data-step="1"] {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

.q[data-step="8"] p {
    margin-top: 15px;
}

.loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	text-align: left;
    align-items: center;
    justify-content: center;
	display: none;
	background: rgba(0,0,0,.85);
	color: #fff;
}
.loader .wrap {
	margin: 0 auto;
}
.loader .fade-in-2,
.loader p {
	opacity: 0;
	transition: all .2s linear;
	margin-top: 15px;
	font-weight: 500;
    text-align: center;
}

.fade-in-2 {
    display: inline;
    font-size: 2rem;
}

.ldrbtn {
    display: inline-block;
    width: 200px;
    background-color: #ffd700;
    margin: 0;
    margin-top: 25px;
    padding: 14px 10px;
    font-size: 18px;
    font-weight: 900;
    line-height: inherit;
    color: #000;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#checkTerms {
    position: relative;
    font-size: 12px;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
    z-index: 1;
}


#footer {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding-bottom: 10px;
    color: #fff;
}
#footer .popwin {
    margin: 0 10px;
}
.popwin {
    text-decoration: underline;
    cursor: pointer;
}

.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    margin: 100px auto 50px;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
    100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot {
    80%, 100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    } 100%, 0% {
          transform: scale(1.0);
      }
}

@media screen and (max-aspect-ratio: 1920/1080) {
    .vc > video { height: 100%; }
}

@media screen and (min-aspect-ratio: 1920/1080) {
    .vc > video { width: 100%; }
}

@media only screen and (max-width: 840px){
    .q > img{ max-width: 90px; }
    button { font-size: 1.5rem; width: 100%; }
    input{ width: 82% }
    .q > h2{ font-size: 1.2rem; }
}


@media only screen and (max-width : 320px) and (orientation: portrait) {
    .q > img{ max-width: 70px; }
}
