

@font-face {
  font-family: 'Neusa';
  font-weight: normal;
  src: url('../font/Neusa Next Regular.otf');
}

html { height: 100%; }
body {
  padding:0;
  font-family: 'Neusa', Helvetica, arial;
  background: white;
  color: #02529C;
  font-size: 16px;
  margin:0;
  background: #02529C;
  height: 100%;
  overflow: hidden;
}

p, ul, li {
	font-size: 14px;
	margin: 0 0 2px;
}
ul {
	padding-inline-start: 20px;
    max-width: 370px;
}


.mob-box {
	height:100%;
	width: 100%;
	max-width: 500px;
    max-height: 760px;
    margin: 3.5vh auto 0;
	position:relative;
    overflow: hidden;
}

.btn-div {
    position: absolute;
    width: 100%;
    bottom: 7vh;
    left: 0;
    text-align: center;
    margin: 0 auto;
	cursor: pointer;
	transition: opacity 0.2s;
}
.btn-div:hover {
	opacity: 0.875;
}
.go-btn {
	position: relative;
	font-family: 'Neusa', Helvetica, arial;
	background: #02529C;
	border-radius: 2rem;
	color: #ffffff;
	width: 215px;
	height: 40px;
	line-height: 2.6;
	display: inline-block;
}

.go-btn img {  

    margin: 0 -10px -2px 5px;
}

.next-btn {
	transition: 0.5s opacity, 0.5s filter;
}
.next-btn img {
    position: absolute;
    right: 28px;
    top: 12px;
}

.next-btn.inactive {
	pointer-events: none;
	user-select: none;
	opacity: 0.4;
	filter: grayscale(1);
}

.res-btn {
	box-sizing: border-box;
    width: 100%;
    height: 82px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 13px;
    margin: 0 auto 1.7vh;
    text-align: center;
	transition: 0.2s border;
	cursor:pointer;
}
.res-btn:hover , .res-btn.selected{
	border: 2px solid #02529C;
}

.res-btn img {
    width: 130px;
    height: 100%;
    object-fit: contain;
}

.btn-container {
	text-align:center;
	margin: 3vh 0;
}

.title {
    font-family: 'Neusa', Helvetica, arial;
    padding: 6rem 12% 1.25rem;
    text-align: center;
    font-size: 23px;
    line-height: 1.25;
}
.sub-title {
	font-style: italic;
	padding: 0 8%;
	text-align: center;
	font-size: 20px;
	margin: 0;
    line-height: 1.25;
}
	
.title-img {
	padding: 6rem 0 10px;
	width:100%;
}
.check-img {
	width: 22%;
    margin: 10vh auto 5vh;
    text-align: center;
}

.logo-img {
	  width: 150px;
    margin: 0 0 -3vh;
}
form {
	display: flex;
    flex-flow: column;
	padding: 0.35rem 8% 0;
    width: 100%;
    box-sizing: border-box;
}




input, select {
	font-family: 'Neusa', Helvetica, arial;
    width: 100%;
    margin: 0.4rem 0;
    box-sizing: border-box;
    outline: none;
	border: 1px solid #02529C;
	color: #02529C;
	background: none;
    padding: 0.75rem 1.3rem 0.6rem;
    border-radius: 7px;
    font-size: 17px;
    letter-spacing: 1px;
	filter: grayscale(1);
    opacity: 0.4;
	transition: 0.2s color, 0.2s filter;
}

input[type=submit] {

	padding: 0;
	margin: 1rem auto 0;
}


input[type=checkbox] {
	width: 16px;
    height: 16px;
    margin: 1px 8px 0 0;
	opacity: 1;
	filter: grayscale(0);
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(../svg/chevrot.svg);
	background-repeat: no-repeat, repeat;
	background-position: right 15px top 50%, 0 0;
	background-size: 21px auto, 100%;
	pointer-events: none;
	user-select: none;
}
select option:first-child {
	color: #b2b2b2;
}

label { 
	font-size: 14px;
    font-family: 'Neusa', Helvetica, arial;
    color: #02529C
}
label a { color: #02529C; display:inline-block }

input.active, select.active, input.ready {
    filter: grayscale(0);
    opacity: 1;
	pointer-events: auto;
	user-select: auto;
}
input.active label {
	color: #02529C;
}



.inp {
	font-size: 14px;
	line-height: 1.4;
    width: 100%;
    display: flex;
    flex-flow: row;
    margin: 1.2rem 0;
}
	
	
section {
    display: block;
    position: absolute;
    padding: 0 0 20px;
    margin: 0;
    box-sizing: border-box;
    background: white;
    height: 100% !important;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
	transition: transform 1s;
	z-index: 1;
}

section.moveup {
	transform: translate3d(0, -100%, 0);
}

section.inactive {
	z-index:0;
}

section.top { z-index: 5 }
section.top2 { z-index: 4; padding: 0 10%; }
section.form { z-index: 3; overflow: auto; }
section.middle { z-index: 2; padding-top: 10vh;}
section.end { 
	z-index: 1;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
}

.second {
	padding-top: 0 !important;
	padding-bottom: 6vh !important;
}

.down {
	display: inline-block;
    width: 24px;
    bottom: 0.5rem;
    right: 0;
	margin: -20px auto;
    animation: mover 2s infinite;
    padding: 10px 20px 20px;
}
.down img {
	width: 100%;
}

.loader-box {
	text-align: center;
    width: 100%;
    margin-top: 23vh;
}
.loader {
	width: 8rem;
}

.loader.load {
 animation: rotate 3s linear infinite;
 
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  12% {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  37% {
    -webkit-transform: rotate3d(0, 0, 1, 135deg);
    transform: rotate3d(0, 0, 1, 135deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  62% {
    -webkit-transform: rotate3d(0, 0, 1, 225deg);
    transform: rotate3d(0, 0, 1, 225deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  87% {
    -webkit-transform: rotate3d(0, 0, 1, 315deg);
    transform: rotate3d(0, 0, 1, 315deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes mover {
    0% { transform: translateY(0); }
	30% { transform: translateY(0); }
    65% { transform: translateY(8px); }
	100% { transform: translateY(0); }
}

.terms {
	font-family: 'Neusa', Helvetica, arial;
	font-style: normal;
	font-size: 18px;
    line-height: 1.5;
}
.green {
  background: #02529C !important;
  color: white;
}
.red {
  background: #E66969 !important;
  color: white;
}
.white {
  background: #FFFFFF !important;
  color: #02529C;
}

::-webkit-input-placeholder { /* Edge */
  color: #000000;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}

::placeholder {
  color: #000000;
  opacity: 1;
}

s
.top svg , .footer svg{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 1.5vw;
    position: absolute;
    width: 97%;
    height: calc(100% - 3vw);
    /* max-height: 55vw; */
}
.footer svg {
	z-index:-1;
}

.abso {
	position: absolute;
	object-fit: contain;
	top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
	width: 100%;
}

.abso.intro {
	top: 2rem;
}

.top.svg {
	position: absolute;
	object-fit: contain;
	top: 0;
	bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	width: 100%;
	height: 100%;
	max-width: 59%;
    max-height: 40%;
    top: -47%;
}



