.hnp-site-notice {
	display: flex;
	flex-direction: column;
	text-align: center;
	background-color: white;
}

.hnp-site-notice-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
}

.hnp-site-notice-subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #2B2B2B;
	font-style: normal;
	text-align: center;
}

.hnp-site-notice-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #2B2B2B;
	margin-bottom: 0;
	font-size: 3.75dvw;
}

.hnp-site-notice-buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.hnp-site-notice-button-apply {
	background-color: white;
	color: black;
	text-decoration: none;
	border: 2px solid black;
}

.hnp-site-notice-button-touch {
	background-color: #003893;
	color: white;
	text-decoration: none;
}

.hnp-site-notice-button-more {
	background-color: white;
	color: black;
	text-decoration: none;
	border: 2px solid black;
}

.hero-ad-grant-logo {
	width: 45dvw;
}

@media only screen and (max-width:767px) and (orientation: portrait) {

	.hnp-site-notice {
		width: 95dvw;
		padding: 10dvw 2.5dvw;
	}

	.hnp-site-notice-title {
		font-size: 6.5dvw;
		line-height: 8dvw;
		margin-bottom: 4dvw;
		letter-spacing: 0dvw;
		margin-top: 4dvw;
	}

	.hnp-site-notice-title-shade {
		background-image: linear-gradient(180deg, transparent 0 60%, #f0e60770 0 90%, transparent 0 100%);
	}

	.hnp-site-notice-subtitle {
		font-size: 4.5dvw;
		line-height: 6.75dvw;
		font-weight: 500;
		margin: 2dvw 0dvw 5dvw 0dvw;
		letter-spacing: -0.2dvw;
	}

	.hnp-site-notice-buttons {
		justify-content: space-evenly;
	}

	.hnp-site-notice-button-apply,
	.hnp-site-notice-button-more,
	.hnp-site-notice-button-touch {
		width: 45%;
		padding: 3dvw 0dvw;
		font-size: 4dvw;
		border-radius: 0dvw;
	}

}

@media only screen and (min-width: 1920px) {
	.hnp-site-notice {
		padding: 50px;
		margin: auto;
		margin-top: 20px;
		width: 1050px;
	}

	.hnp-site-notice-title {
		font-size: 3.5em;
		line-height: 1.25em;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.hnp-site-notice-title-shade {
		background-image: linear-gradient(180deg, transparent 0 90%, black 0 95%, transparent 0 100%);
	}

	.hnp-site-notice-subtitle {
		font-size: 1.75em;
		line-height: 1.5em;
		font-weight: 500;
		margin-top: 10px;
		padding: 3% 10%;
	}

	.hnp-site-notice-footer {
		font-size: 16px;
	}

	.hnp-site-notice-buttons {
		font-size: 1em;
		height: 40px;
		justify-content: center;
	}

	.hnp-site-notice-button-apply {
		padding: 12px 20px;
		border-radius: 20px;
		width: 150px;
	}

	.hnp-site-notice-button-touch {
		padding: 12px 20px;
		border-radius: 0px;
		width: 150px;
	}

	.hnp-site-notice-button-more {
		padding: 12px 20px;
		margin-left: 15px;
		border-radius: 20px;
		width: 150px;
	}

	.hero-ad-grant-logo {
		width: 225px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1919px),
(orientation: landscape) and (max-width: 1919px) {
	.hnp-site-notice {
		margin: auto;
		display: flex;
		flex-direction: column;
		padding: 2.5dvw;
		text-align: center;
		width: 55dvw;
		margin-top: 20px;
	}

	.hnp-site-notice-title {
		font-size: 2.75dvw;
		line-height: 1.25em;
		margin-bottom: 0.25dvw;
		margin-top: 0.25dvw;
	}

	.hnp-site-notice-title-shade {
		background-image: linear-gradient(180deg, transparent 0 90%, black 0 95%, transparent 0 100%);
	}

	.hnp-site-notice-subtitle {
		font-size: 1.5dvw;
		line-height: 2.25dvw;
		font-weight: 500;
		margin-top: 2dvw;
		padding: 0% 10%;
	}

	.hnp-site-notice-footer {
		font-size: 1.25dvw;
	}

	.hnp-site-notice-buttons {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: 600;
		font-size: 1dvw;
		height: 3dvw;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.hnp-site-notice-button-apply {
		background-color: white;
		color: black;
		text-decoration: none;
		padding: 0.65dvw 1.15dvw;
		border-radius: 1.25dvw;
		width: 8dvw;
	}

	.hnp-site-notice-button-touch {
		background-color: #0148fe;
		color: white;
		text-decoration: none;
		padding: 0.65dvw 1.15dvw;
		border-radius: 0dvw;
		width: 8dvw;
	}

	.hnp-site-notice-button-more {
		background-color: white;
		color: black;
		text-decoration: none;
		padding: 0.65dvw 1.15dvw;
		border-radius: 1.25dvw;
		margin-left: 1dvw;
		width: 8dvw;
	}

	.hero-ad-grant-logo {
		width: 13dvw;
	}
}