.x12-landing {
	overflow: hidden;
	max-width: 2160px;
	margin: auto;
	background-color: #f5f5f5;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #000000;
	line-height: 1.25;
}

.x12-landing section {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: unset;
}

.x12-landing img {
	max-width: 100%;
}


.x12-landing .d-flex {
	display: flex;
	flex-wrap: wrap;
}

.x12-landing .d-flex.row:before,
.x12-landing .d-flex.row:after {
	display: none;
}


.x12-landing .align-items-start {
	align-items: start;
}

.x12-landing .align-items-center {
	align-items: center;
}

.x12-landing .align-self-center {
	align-self: center;
}

.x12-landing .align-self-end {
	align-self: flex-end;
}


.x12-landing .content-wrapper {
	position: relative;
	z-index: 99;
	min-height: 530px;
}

.x12-landing .content-inner {
	padding-top: 35px;
	padding-bottom: 120px;
}

.x12-landing .media {
	overflow: visible;
	text-align: center;
}


.x12-title {
	margin: 30px 0 50px;
	font-size: 36px;
	font-weight: 900;
	color: #292929;
	text-transform: uppercase;
	line-height: 1;
}



.x12-silver {
	overflow: hidden;
	background-position: center;
}

.x12-silver .media {
	height: 100%;
}

.x12-silver .media img {
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
}


.x12-gold {
	overflow: hidden;
} 

.x12-gold .media {
	height: 100%;
}

.x12-gold .media img {
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}


.x12-rose {
	overflow: hidden;
}

.x12-rose .media {
	height: 100%;
}

.x12-rose .media img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}


.x12-design {
	overflow: hidden;
}

.x12-design .media {
	height: 100%;
}

.x12-design .media img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 120%;
    transform: translate(-35%, -53%);
}


.x12-flashlight {
	overflow: hidden;
	color: #fff;
	background-color: #000000;
}

.x12-flashlight .x12-title {
	color: inherit;
}

.x12-flashlight .media {
	height: 100%;
}

.x12-flashlight .media img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 180%;
    max-width: none;
    transform: translate(-57%, -27%);
}


.x12-flashlight .content-inner {
	position: relative;
	z-index: 1;
}


.x12-features,
.x12-equipment {
	background-color: #fff;
}

.x12-features .x12-title,
.x12-equipment .x12-title {
	text-align: center;
}


.x12-features {
	padding-top: 35px;
	padding-bottom: 35px;
}


.x12-features-grid,
.x12-equipment-grid {
	display: flex;
	justify-content: center;
	margin-top: 15px;
	margin-bottom: -40px;
}

.x12-features-grid {
	margin-top: 40px;
	margin-left: -10px;
	margin-right: -10px;
}

.x12-features-grid:before,
.x12-features-grid:after,
.x12-equipment-grid:before,
.x12-equipment-grid:after {
	display: none;
}

.x12-features-grid .x12-feature-item,
.x12-equipment-grid .x12-equipment-item {
	margin-bottom: 40px;
}

.x12-features-grid .x12-feature-item {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
	padding-left: 10px;
	padding-right: 10px;
}

.x12-equipment-grid .x12-equipment-item  {
    flex: 1;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
}


.x12-feature-card {
	font-size: 16px;
	line-height: 1.56;
	text-align: center;
	color: #434343;
}

.x12-feature-media {
	width: 110px;
	height: 110px;
	margin: 0 auto;
}

.x12-feature-title {
	font-size: 16px;
	font-weight: 900;
	color: inherit;
}


.x12-equipment-card {
	display: block;
	font-size: 20px;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

.x12-equipment-card:hover {
	color: #000000;
}

.x12-equipment-media {
	position: relative;
	width: 64px;
	height: 64px;
	margin: 0 auto 15px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	background-color: #ffffff;
}

.x12-equipment-media img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 60%;
	max-height: 60%;
	margin: auto;
}