/* -----------------
  TOS Header
------------------ */

header.tos {
	position: relative;
}

header.tos .cover {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-size: cover;
}

header.tos.privacy .cover {
	background-image: url(/imgs/banners/pp_bg.webp);
}

header.tos.terms .cover {
	background-image: url(/imgs/banners/tos_bg.webp);
}

header.tos .slider {
	padding: 40px 0;
	color: #fff;
	position: relative;
}

header.tos .slider h1 {
	font-size: 20px;
	font-family: 'poppins', Arial, sans-serif;
	font-weight: 600;
}

/* -----------------
	TOS > Layer 1
------------------ */

.tos .layer-1{
	background-color: #f4f6f8;
	padding-bottom: 30px;
}

.tos .layer-1 .wrapper{
	padding: 15px 35px 35px 35px;
	margin-top: 30px;
	box-shadow: 8.485px 8.485px 10px 0px rgba(56, 70, 80, 0.05);
	position: relative;
	background-color: #fff;
	border: 1px solid rgba(56, 70, 80, 0.1);
	border-radius: 12px;
}

.tos .layer-1 h2{
	font-size: 17px;
	font-family: 'poppins', Arial, sans-serif;
	margin: 30px 0 20px 0;
}

.tos .layer-1 h3{
	font-size: 17px;
	font-family: 'poppins', Arial, sans-serif;
	margin: 30px 0 20px 0;
}

.tos .layer-1 p{
	font-size: 14px;
	color: #1f5475;
	opacity: 0.8;
	margin-bottom: 20px;
}

/* Breakpoint 768 */

@media only screen and (min-width : 768px) {

	header.tos .slider h1 {
		font-size: 26px;
	}
	
	.tos .layer-1 h2{
		font-size: 20px;
	}
	
	.tos .layer-1 h3{
		font-size: 20px;
	}
	
	.tos .layer-1 p{
		font-size: 15px;
	}
}

/* Breakpoint 992 */

@media only screen and (min-width : 992px) {

	header.tos {
		height: 580px;
	}
	
	header.tos .slider {
		padding: 100px 0 0 0;
	}
	
	header.tos .slider h1 {
		font-size: 44px;
	}
	
	.tos .layer-1 .wrapper{
		padding: 70px 140px;
		margin-top: -150px;
	}
	
	.tos .layer-1 {
		padding-bottom: 100px;
	}

	.tos .layer-1 h2{
		font-size: 29px;
	}
	
	.tos .layer-1 p{
		font-size: 16px;
	}
}