@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@400;500;700;900&display=swap');
:root {
	--color-dark:  #111F40;
	--color-accent: #14A0FE;
	--color-med:  #002F5E;
	--color-white:  #fff;
	--color-shadow:  #13122E;
	--color-main:  #0144A9;
	--color-green: #32ab13;
	--color-red: #ff3030;
}
html, body {
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Unbounded', sans-serif;
	font-size: 16px;
	font-weight: normal !important;
	color: var(--color-white);
}
body {
	overflow-y: scroll;
	min-height: 100%;
}
body.noscroll {
	overflow-y: hidden;
}

* {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	user-select: none;
	position: relative;
}
div {
	margin: 0;
	padding: 0;
	display: block;
}
img {
	display: block;
}
a, a:visited, a:active, a:hover {
	user-select: none;
	color: var(--color-white);
}
input:disabled {
	filter: grayscale(100%);
}
.grecaptcha-badge{
	visibility: collapse !important;  
}
button, input, select, textarea {
	border: 0;
	font-family: 'Unbounded', sans-serif;
	user-select: none;
	cursor: pointer;
	display: inline-block;
	background: none;
	outline: none !important;
	transition: all 0.2 ease-in-out;
}
.sub {
	padding-top: 32px;
	font-weight: 900;
	font-size: 44.0519px;
	line-height: 55px;

	background: linear-gradient(210.24deg, #57BBFF 42.14%, #13122E 97.56%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
h1 {
	color: var(--color-white);
	font-weight: 900;
	font-size: 40px;
	line-height: 50px;
	margin-top: -25px;
	margin-bottom:  0;
}
h1 span {
	font-size: 64.0734px;
	line-height: 77px;
}
.hsub {
	font-style: normal;
	font-weight: 900;
	font-size: 20.9836px;
	line-height: 26px;
	margin-bottom: 167px;
}
.hsub span {
	font-size: 16.432px;
	line-height: 18px;
	margin-top:  0px;
	display: inline-block;
}
.hsub span span {
	width:  100%;
	height:  10px;
	line-height: 10px;
}
.hsub1 {
	font-weight: 900;
	font-size: 16.432px;
	line-height: 20px;
}
.hsub1 span {
	display: inline-block;
	font-size: 12px;
	line-height: 15px;
}
.hsub2 {
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	margin-top:  15px;
	margin-bottom:  19px;
}
h2 {
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	line-height: 50px;
	color: var(--color-white);
	margin:  0
}
h3 {
	font-style: normal;
	font-weight: 900;
	font-size: 25px;
	line-height: 31px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
}
h3 img {
	margin-left:  11px;
}
.btn {
	background: linear-gradient(101.83deg, #14A0FE 23.08%, #0144A9 74.77%);
	box-shadow: 0px 0px 21.4634px rgba(0, 224, 255, 0.55);
	border-radius: 7.80488px;
	padding:  11px 25px;
	color:  #fff;
	text-decoration: none;
	display: inline-block;
	font-weight: 900;
	font-size: 12px;
	line-height: 15px;
	transition: all 0.3s ease;
}
.btn:hover {
	box-shadow: 0px 0px 20px rgba(0, 224, 255, 0.55), inset 0 0 10px rgba(255,255,255,0.5);
	color:  #fff;
	transition: all 0.3s ease;
}
.btn img, a img {
	display: inline-block;
	margin-right:  10px;
	margin-top:  2px;
	line-height: 27px;	
}
.fl {
	display: flex;
}
.row {
	flex-direction: row;
}
.col {
	flex-direction: column;
}
.spb {
	justify-content: space-between;
}
.spe {
	justify-content: space-around;
}
.spc {
	justify-content: center;
}
.ac {
	align-items: center;
}
.as {
	align-items: flex-start;
}
.ae {
	align-items: flex-end;
}
.aj {
	align-items: stretch;
}
.jc {
	justify-content: center;
}
.ml20 {
	margin-left:  20px;
}
.ml40 {
	margin-left:  40px;
}
.mt20 {
	margin-top: 20px;
}
.pt10 {
	padding-top:  10px;
}
.white {
	background: var(--color-white);
	color: var(--color-med);
}
.rounded {
	border-radius: 39px;
}
#wrapper {
	background: var(--color-dark);
	position: relative;
}
#content {
	max-width: 500px;
	margin:  0 auto;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	overflow-x: hidden;
}
.container {
	width:  100%;
	margin:  0 auto;
	position: relative;
	padding:  32px;
}
.reg {
	margin-top: 57px;
	width:  100%;
	text-align: center;
	font-size: 24px;
	line-height: 29px;
}
.main {
	position: relative;
}
.main .container {
	position: relative;
	padding-top: 60px;
	z-index: 2;
}
#bg {
	position: absolute;
	left:  0;
	top:  0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.bg {
	position: absolute;
	left:  0;
	top:  0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	transition: all 0.5s ease;
}
.bg.active {
	opacity:  1;
	z-index: 2;
	transition: all 0.5s ease;
}
.bg1 {
	background: url('/images/mbg1.jpg') 50% 50% /cover no-repeat;
}
.bg2 {
	background: url('/images/mbg2.jpg') 50% 50% /cover no-repeat;
}
.bg3 {
	background: url('/images/mbg3.jpg') 50% 50% /cover no-repeat;
}
#logo {
	margin:  0 auto;
}
.main .container:before {
	content: "";
	position: absolute;
	top:  0;
	left:  0;
	width:  100%;
	height:  400px;
	background: linear-gradient(180deg, #000000 6.46%, rgba(0, 0, 0, 0.669992) 52.79%, rgba(0, 0, 0, 0) 83.59%);
	z-index: -1;
}
.main .container:after {
	content:  "";
	position: absolute;
	bottom:  0;
	left:  0;
	width:  100%;
	height:  250px;
	background: linear-gradient(0deg, #000000 43.49%, rgba(0, 0, 0, 0) 100%);
	z-index: -1;
}
.people {
	background: url('/images/smoke.jpg') 50% 0% /cover no-repeat;
	position: relative;
	padding-top:  5px;
	width:  100%;
	aspect-ratio: 380 / 315;
}
.people:after {
	position: absolute;
	bottom:  0;
	left:  0;
	width:  100%;
	aspect-ratio: 380 / 315;
	content: '';
	background: url('/images/people.svg') 50% 100% / cover no-repeat;
}
.data .container {
	padding-top:  0;
	margin-top:  -10px;
	padding-bottom:  23px;
	background: var(--color-main);
}
.versus {
	margin-top:  26px;
	margin-bottom: 44px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
.f-sep {
	font-size: 25px;
	line-height: 31px;
	margin-top:  -20px;
}
#sld {
	margin-top:  29px;
	margin-bottom:  46px;
	position: relative;
	height:  325px;
}
.sld {
	width:  270px;
	height:  325px;
	border-radius: 21px;
	position: absolute;
	transform: scale(0.7);
	filter: blur(2.28902px);
	z-index: 1;
	transition: all 0.5s ease;
}
.sld.active {
	transform: scale(1.0);
	filter: blur(0);
	z-index: 2;
	transition: all 0.5s ease;
}
.sld-title {
	position: absolute;
	bottom: 29px;
	left:  29px;
	font-weight: 900;
	font-size: 20px;
	line-height: 25px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.sld-title span {
	font-weight: 400;
	font-size: 10.4002px;
	line-height: 13px;
}
.sld-1 {
	left: -40%;
	background: url('/images/ph1.jpg') 50% 50% /cover no-repeat;
}
.sld-2 {
	right: -40%;
	background: url('/images/ph2.jpg') 50% 50% /cover no-repeat;
}
.sld-1.active {
	left: 0;
}
.sld-2.active {
	right: 0;
}
.standup {
	margin:  45px auto 53px;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
}
.standup span {
	display: inline-block;
	transform: rotate(45deg);
	margin:  11px auto;
	font-size: 30px;
}
.giveaway {
	background: linear-gradient(0deg, rgba(21, 59, 114, 0) 0%, rgba(21, 59, 114, 0) 0.01%, #13335E 100%);
	border-radius: 12px;
	margin-left: -16px;
	margin-right: -16px;
	padding:  19px 17px 10px;
}
.giveaway div {
	margin-top: 27px;
	width:  100%;
	text-align: center;
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
}
.remark {
	font-weight: 400;
	font-size: 8px;
	line-height: 10px;
	text-align: center;
	padding-top:  3px;
}
#prizes {
	margin: 36px auto 21px;
	display:  flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
}
.prize {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-weight: 900;
	font-size: 18px;
	line-height: 22px;
}
.prize div {
	position: relative;
	background:  #fff;
	border-radius: 50%;
	width:  80px;
	height:  80px;
}
.prize div img {
	position: absolute;
	left:  50%;
	top:  50%;
	transform: translate(-50%, -50%);
}
.prize span {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	width:  calc(100% - 106px);
}
.prize:nth-child(even) {
	margin:  20px 0;
}
.fast {
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	padding-top:  10px;
}
.fast img {
	margin: 3px auto 10px;
}
#reg-btn {
	position: relative;
	left:  50%;
	transform: translateX(-50%);
	border-radius: 8px;
	z-index: 2;
	
}
#reg-bg {
	position: absolute;
	background: var(--color-main);
	border-radius: 18px;
	transform: translate(-50%, -10%);
	z-index: 1;
	padding: 5px 16px 14px;
}
.info {
	padding-top: 28px;
}
.info ul {
	margin: 7px 0 32px;
	padding-left:  15px;
}
.info ul li {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
}

#register {
	margin: 12px auto 55px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}
.input {
	width:  100%;
	height: 43px;
	background: #FFFFFF;
	border-radius: 7px;
	text-align: center;
	margin-bottom:  7px;
}
::placeholder, .input {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #818181;
}
#register .btn {
	width:  225px;
	margin-top:  25px;
	font-weight: 900;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	position: relative;
	z-index: 10;
}
#tooltip {
	position: relative;
	margin-top: -20px;
	z-index: 9;
	width:  225px;
	height: auto;
	transform-origin: 50% 0;
	padding:  0;
	transform:  scale(1, 0);
	background: #FFFFFF;
	border-radius: 8px;
	font-weight: 900;
	font-size: 12px;
	line-height: 15px;
	color: var(--color-green);
	transition: all 0.3s ease;
}
#tooltip.error {
	color: var(--color-red);
}
#tooltip.active {
	padding: 30px 15px 15px;
	text-align: center;
	transform:  scale(1, 1);
	transition: all 0.3s ease;
}
.addr {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	padding:  10px 0 15px;
}
#addr-link {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-decoration-line: underline;
	color: #14A0FE;
}
#map {
	width:  100%;
	margin: 0 auto 0;
	overflow: hidden;
	position: relative;
	height: 400px;
	overflow-y: hidden;
}
#map iframe {
	height:  400px !important;
	overflow-y: hidden;
	border:  0 !important;
}
#map img {
	position: absolute;
	left:  50%;
	transform: translateX(-50%);
}
.lb2 {
	padding:  45px 20px 69px;
}
.lb2 a {
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	text-decoration-line: underline;
}

#loader {
	background: rgba(0,0,0,0.85);
	border-radius: 15px;
	position: fixed;
	z-index: 999999999;
	left: 0;
	top: 0;
	width:  100vw;
	height:  100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	user-select: none;
	transform: translate(0, -110%);
	transition: all 0.05s ease-in-out;
}
#loader.active {
	transform: translate(0, 0);
	transition: all 0.1s ease-in-out;
}
/********* modal **********/
#modal {
	position: fixed;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.75);
	display: flex;
	opacity: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	color: var(--color-dark);
	transition: all 0.2s ease-in;
}
#modal.active {
	z-index: 999;
	opacity: 1;
	transition: all 0.2s ease-in;
}
.modal {
	position: relative;
	width: 80%;
	height: 80%;
	background: #fff;
	border-radius: 4px;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	z-index: 1;
	overflow: hidden;
	padding: 15px;
}
.modal__content {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	overflow-y: scroll;
	font-size: 12px;
	text-transform: none;
}
.modal__content p {
	margin-bottom:  0;
}
#modal .btn-modal-close {
	position: absolute;
	right: 15px;
	top: 5px;
	z-index: 99;
	color: #fff;
	border: 1px solid var(--color-accent);
	background: var(--color-accent);
	transition: all 0.2s ease-in;
}
#modal .btn-modal-close:hover {
	background: #990000;
	border: 1px solid #990000;
	color: #fff;
	transition: all 0.2s ease-in;
}
.modal__content::-webkit-scrollbar {
    width: 7px;
}
.modal__content::-webkit-scrollbar-track {
    background: #efefef; 
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}
.modal__content::-webkit-scrollbar-thumb {
    background: #c0c0c0; 
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


@media screen and (max-width: 500px) {
	html, body, #wrapper, #content {
		width:  100vw;
	}
	#content {
		border:  none;
	}
}