html {
	margin: 0;
	padding: 0;
	min-width: 320px;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #212121;
	background-color: #FFF8EB;
}

br {
	clear: both;
}
a, a:hover {
	color: #AE1423;
	text-decoration: none;
}
body > .content {
	overflow: hidden;
}
img {
	max-width: 100%;
}
.flex-1 {
	flex: 1;
}
.text-primary {
	color: #AE1423 !important;
}

section.heading {
	display: flex;
	height: 80px;
	background-color: #AE1423;
}
section.heading .container {
	display: flex;
	align-items: center;
	justify-content: center;
}
section.heading .logo {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #FFFFFF;
}
section.heading .logo img {
	height: 36px;
}

section.banner {
	display: flex;
	align-items: center;
	padding: 64px 0;
	min-height: calc(100vh - 80px);
}
section.banner img {
	width: 100%;
}
section.banner .title {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}
section.banner .subtitle {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}
section.banner .desc {
	font-weight: 500;
	font-size: 14px;
	text-align: center;
}
section.banner .gap-5 {
	gap: 128px !important;
}
section.banner h1 {
	font-weight: 700;
	font-size: 36px;
	text-align: center;
}
section.banner h2 {
	font-weight: 500;
	font-size: 20px;
	text-align: center;
}
section.banner h3 {
	font-weight: 700;
	font-size: 28px;
	text-align: center;
}
section.banner h4 {
	font-weight: 500;
	font-size: 24px;
	text-align: center;
}
section.banner .custom-banner {
	width: auto;
}
section.banner .custom-original {
	width: 51.2%;
}