/* CSS Document */


.ms-hero {
}
.ms-hero-video {
	position: relative;
	height: 500px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden; 
}
.ms-hero-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	object-fit: cover;
}
.ms-hero-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	z-index: 1;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	/*background: url(polina.jpg) no-repeat;*/
	background-size: cover;
}
.ms-hero-btn > a.button {
	display: block;
	padding: 15px 60px!important;
	text-decoration: none;
}
.ms-section {
	background-color: #fff;
	padding: 60px 15px;
}
.ms-section h1 {
	font-size: 30px;
	color: #000;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.ms-section h2 {
	font-size: 22px;
	line-height: 22px;
	color: #000;
	text-align: center;
}
.ms-gears {
	display: none;
}
.ms-gears .pg-7813x {
	display: block
}
.gears {
	text-align: center;
}
.gears h2 {
	color: #0054a6;
	font-weight: bold;
	margin-top: 40px;
	padding-bottom: 30px;
}
.gear-box {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	position: relative;
	float: left;
}
.gear-box-blurb {
	background-color: #3da069;
	color: #fff;
	padding: 10px 20px;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 13px;
	position: relative;
	display: none;
}
.gear-box .arrow-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	position: absolute;
	bottom: -20px;
	left: 40%;
	border-top: 20px solid #3da069;
	display: none;
}
.gear-box img {
	max-width: 98px;
	display: block;
	margin: auto;
}
.gear-box .mobile img {
	max-width: 100%;
	margin-top: -20px;
	display: none;
	width: 100%;
}
.gear-box h4 {
	text-align: center;
	color: #818285;
	width: 100%;
	margin: auto;
	min-height: 64px;
	padding: 10px;
}
.gear-box:hover {
	cursor: pointer;
}
.gear-box:hover h4 {
	color: #0054a6;
}
.gear-content {
	background-color: #f1f1f1;
	display: none;
	text-align: center;
}
.gear-content.active {
	display: block;
}
.gear-infog {
	display: none;
	margin: auto;
}
