.safety-part > h3 {
	color: #002677;
	font-size: 36px;
	line-height: 41px;
	margin-bottom: 32px;
	font-weight: 700;
}
.safety-part {
	padding-top: 64px;
}
.safety-part ul {
	margin-top: 48px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-around;
}
.safety-features {
	margin-bottom: 16px;
}

.safety-part ul li {
	display: flex;
	flex-wrap: wrap;
	flex-flow: row;
	flex: 0 0 100%;
	max-width: 100%;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 32px !important;
}
.safety-part ul li img {
	max-width: 100%;
	width: 100%;
	border-radius: 12px;
}
.safety-part #welcome_video {
	display: inline !important;
	height: auto !important;
}
.safety-part ul li figure {
	margin: 0 0 18px 0;
	max-width: 150px;
	flex: 0 0 150px;
	margin-right: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.safety-part ul li h4 {
	color: #002677;
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 10px;
}
.safety-part ul li p {
	color: #252c3c;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 0 !important;
}
.safety-score {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 24px;
	border-radius: 12px;
	background-color: rgba(39, 170, 225, 0.15);
	display: -ms-flexbox;
	display: flex;
}
.safety-score-right {
	padding-left: 32px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-pack: center;
	justify-content: center;
	flex: 0 0 calc(70% - 32px);
	max-width: calc(70% - 32px);
}
.safety-score-right h2 {
	color: #002677;
	font-size: 30px;
	letter-spacing: 0;
	line-height: 39px;
	margin: 0 0 20px 0;
	font-weight: 700;
}
.safety-score-right h3 {
	color: #002677;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 27px;
	font-weight: 400;
}
.safety-score-right h3 a {
	color: #002677;
}
.safety-score-left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	max-width: 169px;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
}
.safety-score-left--reviews {
	border-radius: 12px;
	background-color: #ffffff;
	padding: 18px;
	text-align: center;
	width: 100%;
	color: #27aae1;
	font-size: 16px;
	letter-spacing: 0.6px;
	line-height: 19px;
}
.safety-score .rating {
	border-radius: 12px;
	background-color: #ffffff;
	padding: 18px;
	text-align: center;
	margin-bottom: 4px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
}
.safety-score .rating--title {
	color: #27aae1;
	font-size: 80px;
	letter-spacing: 0;
	line-height: 80px;
	font-weight: bold;
	text-align: center;
}
.safety-score .rating--subtitle {
	color: #27aae1;
	font-size: 16px;
	letter-spacing: 0.6px;
	line-height: 19px;
	text-align: center;
}

.safety-part .btn {
	border: 1px solid rgba(45, 59, 78, 0.15);
	color: #002677;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 20px;
	text-align: center;
	padding: 18px 24px;
	margin: 0 8px;
	background: none;
	min-width: 260px;
	transition: background, opacity 0.3s ease-in;
	cursor: pointer;
}
.safety-part .btn:focus,
.safety-part .btn:active {
	outline: none;
}

.safety-part .btn.reverse {
	border: 1px solid rgba(45, 59, 78, 0.15);
	color: #002677;
	border-radius: 4px;
	background: none;
	max-width: 240px;
}
.safety-part .btn:hover {
	background: none;
	border: 1px solid rgba(45, 59, 78, 0.85);
}
.safe-hero--btn {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.safety-part {
	margin-bottom: 64px;
}
.safety-part .btn {
	font-size: 20px;
	font-weight: 500;
	font-family: "PFHandbookProRegular", "Roboto", sans-serif;
}
@media (max-width: 991px) {
	.safety-part ul li figure {
		margin-bottom: 0;
	}
	.safety-part ul li {
		position: relative;
		flex-flow: column;
	}

	.safety-score {
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 32px 20px;
		text-align: center;
	}

	.safety-score-left {
		margin: 0 auto 32px auto;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.safety-score-right {
		padding-left: 0;
		margin: 0 auto;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.safety-score-right h2 {
		font-size: 20px;
		margin-bottom: 16px;
		line-height: 26px;
	}

	.safety-score-right h3 {
		font-size: 20px;
		line-height: 27px;
	}

	.safety-part ul {
		flex-flow: wrap;
		padding: 0 !important;
	}
	.safety-part ul li {
		max-width: 100%;
		padding-left: 0;
		flex: 0 0 100%;
	}
	.safety-part ul li:nth-child(2n) {
		padding-left: 0;
	}
	.safe-hero--btn {
		flex-flow: row wrap;
	}
	.safe-hero--btn .btn {
		max-width: 100% !important;
		width: 100%;
		margin-bottom: 16px;
	}
	.safety-part > h3 {
		font-size: 28px;
		margin-bottom: 38px;
		line-height: 32px;
		text-align: center;
		font-weight: bold;
	}
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
@keyframes spinner {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
