<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content h2 {
  font-size: 1.5rem;
}
.btn-yearblue {
	font-size: 15px;
	font-weight: 700;
	padding-left: 21px;
	padding-right: 21px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 2px;
	background-color: #0069F4;
	color: #fff !important;
	text-decoration: none !important;
}

.btn-yeargreen {
	font-size: 15px;
	font-weight: 700;
	padding-left: 21px;
	padding-right: 21px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 2px;
	background-color: #00C490;
	color: #fff !important;
	text-decoration: none !important;
}


.wp-block-button-green {
	font-size: 15px;
	font-weight: 700;
	padding-left: 21px;
	padding-right: 21px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 2px;
	background-color: #0069F4;
	color: #fff !important;
	text-decoration: none !important;
}

.headerad{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 32px 0;
}

.sideads{
	display: none;
	position: absolute;
	top: 0;
	right: -300px;
	height: 100%;
	padding: 32px 0;
}
.sideads .sideads__ad{
	position: sticky;
	top: 20px;
}

.mobilead{
	padding: 0 15px;
	text-align: center;
}
.desktopad{
	padding: 32px 0;
	text-align: center;
}

@media screen and (min-width: 1560px) {
	.sideads{
		display: block;
	}
}
</pre></body></html>