@font-face {
	font-family: "Budweiser Hero";
	src: url("../fonts/BudweiserHeroVN040326-Bold.woff2") format("woff2"), url("../fonts/BudweiserHeroVN040326-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Helvetica";
	src: url("../fonts/Helvetica-Regular.woff2") format("woff2"), url("../fonts/Helvetica-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Helvetica";
	src: url("../fonts/Helvetica-Bold.woff2") format("woff2"), url("../fonts/Helvetica-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Helvetica";
	src: url("../fonts/HelveticaLight.woff2") format("woff2"), url("../fonts/HelveticaLight.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.5;
	background: url("../images/bg.jpg") center/cover no-repeat;
	position: relative;
}
body .note-footer {
	width: 100%;
	background-color: #d80119;
	padding: 1rem 10% 0.5rem;
	bottom: 0;
	left: 0;
	position: fixed;
	z-index: 2;
}
body .note-footer img {
	width: 20%;
}
body .container {
	position: relative;
	min-height: 100dvh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	padding: 10px 20px 70px;
	width: 85dvw;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}
body .container.winner .decor {
	opacity: 1;
}
body .container .decor {
	position: absolute;
	z-index: 1;
	opacity: 0;
}
body .container .decor.d1 {
	width: 30%;
	top: 0;
	right: -20px;
}
body .container .decor.d2 {
	width: 11%;
	top: 33%;
	left: 0px;
}
body .container .decor.d3 {
	width: 11%;
	top: -16px;
	left: 10%;
}
body .container .block-left {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
body .container .block-left .tagline {
	width: 100%;
	position: relative;
}
body .container .block-left .tagline .img img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
body .container .block-left .gift {
	width: 85%;
	margin: auto;
	margin-top: -20px;
}
body .container .block-left .gift .img {
	padding-left: 15%;
	padding-right: 5%;
}
body .container .block-right {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}
body .container .block-right .block-qr {
	margin: 20px 0;
	padding: 20px;
	background-color: #ffffff;
	border: 2px solid black;
	border-radius: 10px;
	overflow: hidden;
}
body .container .block-right .block-qr .qr .img img {
	width: 200px;
}
body .container .block-right .winner {
	margin: 0 auto 4rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
body .container .block-right .winner:after {
	aspect-ratio: 631/1221;
	display: block;
	content: "";
	position: absolute;
	top: -23%;
	left: -7%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%) rotate(-18deg);
	background: url(../images/e2.png) no-repeat center center;
	background-size: 100%;
	z-index: 1;
	width: 31%;
}
body .container .block-right .winner .avatar {
	width: 20%;
	aspect-ratio: 1;
	position: relative;
	margin: 60px auto 40px;
}
@media (max-width: 1600px) {
	body .container .block-right .winner .avatar {
		margin: 40px auto 20px;
	}
}
body .container .block-right .winner .avatar:before {
	width: 25%;
	aspect-ratio: 1;
	display: block;
	content: "";
	position: absolute;
	top: 5px;
	left: 50%;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
	background: url("../images/3.png") no-repeat center center;
	background-size: 100%;
}
body .container .block-right .winner .avatar:after {
	width: 350%;
	aspect-ratio: 2/1;
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url("../images/5.png") no-repeat center center;
	background-size: contain;
}
body .container .block-right .winner .avatar span {
	display: block;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 100%;
	-webkit-box-shadow: 0 4px 4px 0 rgb(0, 0, 0);
	box-shadow: 0 4px 4px 0 rgb(0, 0, 0);
	border: 2px solid white;
	position: relative;
	z-index: 2;
}
body .container .block-right .winner .meta {
	background: url("../images/6.png") no-repeat center center;
	background-size: 100% 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 1rem;
	width: 40%;
	border: 2px solid white;
	padding: 1.5rem 2rem;
	margin: 0 auto;
}
@media (max-width: 1600px) {
	body .container .block-right .winner .meta {
		width: 50%;
		padding: 1.25rem 1.5rem 1rem;
	}
}
@media (max-width: 1400px) {
	body .container .block-right .winner .meta {
		width: 60%;
	}
}
body .container .block-right .winner .meta .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #00235d;
	font-size: 1.125rem;
	margin-bottom: 6px;
}
body .container .block-right .winner .meta .item:last-child {
	margin-bottom: 0;
}
@media (max-width: 1600px) {
	body .container .block-right .winner .meta .item {
		font-size: 1rem;
	}
}
body .container .block-right .winner .meta .item img {
	width: 30px;
	display: block;
}
@media (max-width: 1600px) {
	body .container .block-right .winner .meta .item img {
		width: 25px;
	}
}
body .container .block-right .winner .meta .item span {
	display: block;
	width: calc(100% - 30px);
	padding-left: 2rem;
	text-align: left;
}
@media (max-width: 1600px) {
	body .container .block-right .winner .meta .item span {
		width: calc(100% - 25px);
	}
}
body .container .block-right .winner .meta .item.code span {
	color: #e41e2b;
}
body .container .block-right.lucky-draw .title {
	padding: 0 5%;
	width: 80%;
	margin: 0 auto 2rem;
	position: relative;
	z-index: 2;
}
@media (max-width: 1600px) {
	body .container .block-right.lucky-draw .title {
		margin: 0 auto 1rem;
	}
}
body .container .block-right.lucky-draw .draw {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
	width: 90%;
	margin: 4rem auto;
}
body .container .block-right.lucky-draw .draw span {
	font-weight: 700;
	color: white;
	aspect-ratio: 221/316;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 2.5rem;
	color: #00235d;
	line-height: 1;
	background: url("../images/4.png") no-repeat center center;
	background-size: 100% 100%;
	font-family: "Budweiser Hero";
}
@media (max-width: 1600px) {
	body .container .block-right.lucky-draw .draw span {
		font-size: 2rem;
	}
}
body .container .block-right.lucky-draw .note {
	font-size: 1.25rem;
	line-height: 1.5;
	color: white;
	font-weight: 500;
	text-align: center;
	margin: 3rem auto 0;
}
@media (max-width: 1600px) {
	body .container .block-right.lucky-draw .note {
		font-size: 1.125rem;
		margin: 2rem auto 0;
	}
}
@media (max-width: 1400px) {
	body .container .block-right.lucky-draw .note {
		font-size: 1rem;
	}
	body .container .block-right.lucky-draw .note br {
		display: none;
	}
}
body .container .block-right.lucky-draw .note strong {
	font-weight: 700;
}
body .container .block-right.lucky-draw .action {
	width: 30%;
	margin: 0 auto;
	cursor: pointer;
}
body .container .block-right.lucky-draw .action:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
body .container .block-right.lucky-draw .action img {
	width: 100%;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
body .container .block-right.login .forgot {
	text-align: center;
	width: 20%;
	cursor: pointer;
}
body .container .block-right.login .forgot img {
	width: 100%;
}
body .container .block-right.login .action1 {
	width: 25%;
	margin: 2rem auto;
	cursor: pointer;
}
body .container .block-right.login .action1:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
body .container .block-right.login .action1 img {
	width: 100%;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
body .container .block-right.login .form {
	width: 60%;
	max-width: 100%;
	margin: 2rem auto 1rem;
}
body .container .block-right.login .form .field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f3f3f3;
	border: 2px solid #112f69;
	border-radius: 15px;
	padding: 0.5rem 0.5rem;
}
body .container .block-right.login .form .field .icon {
	width: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
body .container .block-right.login .form .field .icon img {
	display: block;
	width: 20px;
	height: 20px;
	-o-object-fit: contain;
	object-fit: contain;
}
body .container .block-right.login .form .field input {
	width: calc(100% - 44px);
	border: 0;
	background: transparent;
	outline: none;
	color: #e41e2b;
	font-weight: 500;
	font-size: 1.375rem;
	line-height: 1.1;
	padding-left: 1rem;
	line-height: 1;
	padding-bottom: 4px;
	font-weight: bold;
	height: 46px;
}
body .container .block-right.login .form .field input::-webkit-input-placeholder {
	color: #7f7f7f;
}
body .container .block-right.login .form .field input::-moz-placeholder {
	color: #7f7f7f;
}
body .container .block-right.login .form .field input:-ms-input-placeholder {
	color: #7f7f7f;
}
body .container .block-right.login .form .field input::-ms-input-placeholder {
	color: #7f7f7f;
}
body .container .block-right.login .form .field input::placeholder {
	color: #7f7f7f;
}
body .container .block-right.login .form .error-text {
	color: #ffd400;
	font-size: 0.75rem;
	font-weight: 700;
	text-align: left;
	min-height: 1.5rem;
	margin: 0.5rem 0;
	padding-left: 1rem;
}
body .container .block-right .condition {
	width: 80%;
	margin: 40px auto 0px;
}
body .container .time {
	width: 80%;
	margin: 0 auto 20px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #ffffff;
}
body .container .time span {
	/* font-weight: 700; */
	font-weight: bold;
}

.fire-anim {
	-webkit-animation: fireAnim infinite ease 3s;
	animation: fireAnim infinite ease 3s;
}

.fire-anim:nth-child(1) {
	-webkit-animation: fireAnim infinite ease 6s;
	animation: fireAnim infinite ease 6s;
}

.anim {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-animation: fadeInUp 0.8s ease-out forwards;
	animation: fadeInUp 0.8s ease-out forwards;
}

.anim:nth-child(1) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.anim:nth-child(2) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.anim:nth-child(3) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

@-webkit-keyframes fadeInUp {
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes fireAnim {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}
}
@keyframes fireAnim {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 0;
	}
}
.spin-anim {
	-webkit-animation: spinAnim infinite ease 10s;
	animation: spinAnim infinite ease 10s;
}

@-webkit-keyframes spinAnim {
	0%,
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinAnim {
	0%,
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.img img {
	display: block;
	width: 100%;
}

.md-content {
	position: relative;
	font-weight: bold;
}
.md-content .inner {
	padding: 24px 24px;
	border-radius: 15px;
	border: 1px solid white;
	-webkit-box-shadow: inset 5px 4px 5px 0 rgba(255, 255, 255, 0.7);
	box-shadow: inset 5px 4px 5px 0 rgba(255, 255, 255, 0.7);
	background: -webkit-gradient(linear, left top, left bottom, from(#fffcf6), to(#ffffff));
	background: linear-gradient(#fffcf6, #ffffff);
	position: relative;
	z-index: 2;
}
.md-content p {
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 2px;
	margin-top: -2px;
	color: #333;
}
.md-content p .lg {
	font-size: 0.95rem;
	font-weight: 500;
}
.md-content p .blue {
	color: #00235d;
}
.md-content p :last-child {
	margin: 0;
}
.md-content p strong {
	font-weight: bold;
}

#countdown div {
	text-align: center;
}
#countdown ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
#countdown ul li {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(25% - 10px);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 10px;
	background: -webkit-gradient(linear, left bottom, left top, from(#ff0028), color-stop(50%, #c30725), to(#ff0028));
	background: linear-gradient(0deg, #ff0028 0%, #c30725 50%, #ff0028 100%);
	color: #ffffff;
	border-radius: 10px;
	font-size: 12px;
	margin: 2px;
}
#countdown ul li span {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
	font-family: monospace;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
