* {
	padding: 0;
	margin: 0;
}
:root {
	font-family: Inter, sans-serif;
	font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}
@supports (font-variation-settings: normal) {
	:root { font-family: InterVariable, sans-serif; }
}
body {
	background: linear-gradient(to bottom,  #240062 0%,#803dfe 100%);
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.page-logo img {
	max-width: 150px;
}
.page-title {
	font-size: 62px;
	color: #FFE892;
	font-weight: 600;
	line-height: 1;
}
.page-desc {
	font-size: 24px;
	color: #fff;
	padding: 10px 0 0;
}
.page-desc span {
	font-weight: 700;
}
.page-bullets {
	font-size: 25px;
	font-weight: 700;
	color: #FFE892;
	line-height: 1;
}
.page-bullets span {
	padding: 0 50px 0 10px;
}
.page-image {
	padding: 10px 0 0;
}
.page-image img {
	width: 90%;
	height: auto;
}
.page-date-wrapper {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 10px;
	background: #FFF;
}
.event-month {
	font-size: 18px;
	font-weight: 600;
	color: #8039FF;
	line-height: 1.2;
	padding-top: 7px;
}
.event-date {
	font-size: 60px;
	font-weight: 600;
	color: #8039FF;
	line-height: 1;
}
.page-right-wrapper {
	float: right;
	width: calc(100% - 120px);
	text-align: left;
}
.event-name {
	font-size: 35px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
}
.event-desc {
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
	padding-top: 10px;
	line-height: 22px;
}
.event-btn {
	padding-top: 10px;
}
.event-btn a, .event-btn a:hover {
	background: #FFE892;
	max-width: 450px;
	margin: 0 auto;
	display: block;
	line-height: 52px;
	text-align: center;
	font-size: 26px;
	color: #8846FF;
	text-decoration: none;
	font-weight: 700;
	border-radius: 20px;
}
.page-sub-desc {
	font-size: 16px;
	color: #fff;
	padding: 10px 0 0;
}
.page-sub-desc span {
	font-weight: 700;
}
@media ( max-width: 768px ) {
	.page-desc {
		font-size: 18px;
		padding: 10px 40px;
	}
	.page-bullets {
		font-size: 20px;
	}
	.page-bullets span {
		padding: 0 20px 0 10px;
	}
	.page-date-wrapper {
		width: 90px;
		height: 90px;
	}
	.page-right-wrapper {
		width: calc(100% - 110px);
	}
	.event-name {
		font-size: 30px;
	}
	.event-desc {
		font-size: 15px;
		line-height: 18px;
	}
	.event-btn a, .event-btn a:hover {
		font-size: 20px;
	}
}