article.tips_prevention
{
	background: #09172d;
}

article.tips_prevention .tips_header
{
	text-align: left;

	padding-top: 230px;
	padding-bottom: 130px;
}

article.tips_prevention .tips_header *
{
	position: relative;
	 z-index: 2;
}

article.tips_prevention .tips_header h1
{
	padding-right: 50px;
}

article.tips_prevention .tips_header p
{
	color: #b3b3b3;
	font: normal 300 20px/1.6 "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 0.01em;
	text-align: left;

	display: block;
	margin-top: 40px;

	width: 100%;
}

article.tips_prevention .tips_header a.share
{
	top: 230px;
}

article.tips_prevention .tips_header .background
{
	background: transparent url("") calc(100% - ((100% - 970px) / 2) - 260px) calc(100% + 3px) / auto calc(100% - 100px) no-repeat;

	position: absolute;
	 top: 0;
	 left: 0;
	 z-index: 1;

	height: 100%;
	width: 100%;
}

article.tips_prevention .section_header h2
{
	text-align: center;

	width: 100%;
}

article.tips_prevention .section_header p
{
	text-align: center;
}

@media only screen and (max-width: 767px)
{
	article.tips_prevention .tips_header
	{
		padding-top: 150px;
		padding-bottom: 90px;
	}

	article.tips_prevention .tips_header p
	{
		width: 100%;
	}

	article.tips_prevention .tips_header a.share
	{
		top: 150px;
	}

	article.tips_prevention .tips_header .background
	{
		display: none;
	}
}

.tips_menu
{
	background: #162338;
}

.tips_menu .content
{
	margin: 0 auto;
	padding-bottom: 150px;
	position: relative;

	max-width: 976px;
	width: 83%;
}

.tips_menu .blade .blade_details
{
	color: #b3b3b3;

	border-color: #1e293a;
}

.tips_menu .blade .blade_padding
{
	display: flex;
	 justify-content: space-between;
	margin-top: 100px;
	margin-bottom: 100px;
	padding: 0;
}

.tips_menu .blade.open h1,
.tips_menu .blade.open h3
{
	color: #f8be21;
	border-bottom-color: #142339;
}

section.blades.tips_menu h1,
section.blades.tips_menu h3
{
	color: #e5e5e5;
	border-color: #b3b3b3;
}

.tips_menu p
{
	color: #b3b3b3;
	font: normal 300 16px/1.875 "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 0.01em;

	display: block;

	width: 38.5%;
}

.tips_menu .image_wrap
{
	width: 48.7%;
}

.tips_menu .image_wrap img
{
	height: auto;
	width: 100%;
}

@media only screen and (max-width: 767px)
{
	.tips_menu .section_header
	{
		margin-bottom: 75px !important;
	}

	.tips_menu .content
	{
		padding-bottom: 75px;
	}

	.tips_menu .blade:first-child
	{
		border-top: solid 1px #1e293a;
	}

	.tips_menu .blade .blade_padding
	{
		flex-direction: column-reverse;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.tips_menu h1,
	.tips_menu h3
	{
		font: normal 600 22px/1.27 "Barlow Condensed", sans-serif;
		letter-spacing: 0.03em;
	}

	.tips_menu p
	{
		font: normal 300 16px/1.875 "Helvetica Neue", Helvetica, sans-serif;
		letter-spacing: 0.02em;

		margin-top: 35px;

		width: 100%;
	}

	.tips_menu .image_wrap
	{
		width: 100%;
	}
}