.aheader {
	width: 100%;
	height: 105px;
	padding: 10px 25px;
	background: #F5333Fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.abutton {
	width: 317px;
	display: inline-flex;
	padding: 14px 0px 16px 0px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: 2px solid #F5333Fff;
	background: #FFF;
	box-shadow: -1px -1px 1px 0px rgba(0, 0, 0, 0.09);
	color: #F5333Fff;
	text-align: center;
	font-family: Raleway;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.ah1 {
/*	margin-top: 140px;*/
	color: rgba(25, 25, 29, 0.60);
	font-family: Raleway;
	font-size: 64px;
	font-style: normal;
	font-weight: 300;
	line-height: 105%; 
	letter-spacing: 1.408px;
	margin-bottom: 50px;
}
.atext {
	color: var(--Grey, rgba(25, 25, 29, 0.60));
	font-family: Raleway;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 75px;
}
.atitle {
	color: var(--Red, #F5333Fff);
	font-family: Raleway;
	font-size: 31px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.55px;
	margin-bottom: 50px;
}
.aproduct-wrap {
	display: flex;
	justify-content: center;
}
.aproduct {
	width: 346px;
}
.aproduct img {
	/*width: 346px;
	height: 346px;*/
	margin-bottom: 35px;
}
.col-6 img {
	max-width: 100%;
}
.aproduct-title {
	color: #F5333Fff;
	font-family: Raleway;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: block;
	text-align: center;
}
.aproduct-subtitle {
	display: block;
	text-align: center;
	color: #000;
	font-family: Raleway;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.arules {
	margin-top: 50px;
}
.arules-title {
	color: var(--Grey, rgba(25, 25, 29, 0.60));
	font-family: Raleway;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration-line: underline;
	margin-bottom: 30px;
}
.arules-text {
	color: var(--Grey, rgba(25, 25, 29, 0.60));
	font-family: Raleway;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.arules-text ol {
	padding: 0;
	margin: 0;
	list-style: decimal!important;
	padding-left: 30px;
}
.page {
	padding-top: 0;
}
body {
	overflow-x: hidden;
}
/*.container {
	max-width: 100%!important;
	padding: 0!important;
}*/
.p15 {
	padding-left: 15px;
	padding-right: 15px;
}
.arules-button {
	display: flex;
	width: 415px;
	height: 52px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: 2px solid #F5333Fff;
	background: #F5333Fff;
	box-shadow: -1px -1px 1px 0px rgba(0, 0, 0, 0.09);
	margin: 50px auto 75px;
	cursor: pointer;
}
.arules-button span {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-family: Raleway;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px; /* 146.667% */
}
.arules-button:hover {
	opacity: .9;
}
.abig-title {
	color: rgba(25, 25, 29, 0.60);

	/* H1 */
	font-family: Raleway;
	font-size: 64px;
	font-style: normal;
	font-weight: 300;
	line-height: 105%; /* 67.2px */
	letter-spacing: 1.408px;
	margin-top: 140px;
	margin-bottom: 70px;
}
.form {
	margin-bottom: 23px;
}
.form input[type="email"] {
	width: 100%;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.04);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.00) 100%), rgba(0, 0, 0, 0.04);
	padding: 13px 11px;
	margin-bottom: 20px;
}
::placeholder {
	color: #000;
	font-family: Raleway;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px; /* 113.333% */
}
.checkbox-wrap{
	display: flex;
}
.checkbox-wrap input {
	display: none;
}
.checkbox-wrap input+.checkbox {
	border-radius: 2.5px;
	border: 1px solid #F5333Fff;
	min-width: 13px;
	width: 13px;
	height: 13px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
}
.checkbox-wrap input+.checkbox span {
	display: none;
}
.checkbox-wrap input:checked+.checkbox span{
	display: block;
	width: 10px;
	height: 10px;
	background: #F5333Fff;
	border-radius: 2.5px;
}
.checkbox-wrap span {
	color: #000;
	font-family: Raleway;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 11px; /* 100% */
}
.red {
	color: red!important;
}
.form .hint {
	margin-top: 12px;
	color: #000;
	font-family: Raleway;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 11px; /* 100% */
}
.form .hint span {
	margin-right: 10px;
}
.button-red {
	border: none;
	display: flex;
	width: 100%;
	height: 52px;
	padding: 15px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background: #F5333Fff;
	box-shadow: -1px -1px 1px 0px rgba(0, 0, 0, 0.09);
	color: #FFF;
	text-align: center;
	font-family: Raleway;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px; /* 146.667% */
}
@media(max-width: 768px) {
	.aheader {
		flex-direction: column;
	}
	.alogo {
		margin-bottom: 20px;
	}
	.arules-button {
		max-width: 100%;
	}
	.abig-title {
		margin-top: 40px;
	}
	.ah1, .abig-title {
		font-size: 24px;
	}
	.col-md-4 img {
		max-width: 100%;
		margin-bottom: 30px;
	}
	.button-red {
		margin-top: 15px;
	}
	.aproduct-title {
		font-size: 18px;
	}
	.aproduct-subtitle {
		font-size: 16px;
	}
	.atext, .arules-text, .abutton, .atitle {
		font-size: 16px;
	}
	.social-icons img,.social-icons svg{
		width: 40px!important;
		height: 40px!important;
	}

}