.visual h1 {
	 font-size: 58px;
	 font-weight: 900;
	 line-height: 70px;
 }

.visual p {
	font-size: 32px;
	line-height: 39px;
	font-weight: normal;
}

.container-offset {
	margin-top: calc(-9vw - -50px);
}

.bg-dark a {
	color: #fff;
}

.bg-dark .checkbox a:hover {
	text-decoration: underline !important;
}

.bg-dark .checkbox-replacement:before{
	color: #fff;
}

/* Mobile */
@media screen and (max-width: 767px) {
	.visual h1 {
		font-size: 32px;
		font-weight: 700;
		line-height: normal;
	}

	.visual p {
		font-size: 20px;
		line-height: normal;
		font-weight: normal;
	}
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {

}

/* Small desktop */
@media screen and (min-width: 992px) and (max-width: 1199px) {
}

/* Desktop */
@media screen and (min-width: 1199px) {
}
