/* ALL */

.b2b_hp_section_popin {
	font-family: Lucas,"Trebuchet MS",Helvetica,Arial,sans-serif;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	background-color: hsla(0,0%,9%,.8);
}

.b2b_hp_section_popin > div {
	position: relative;
	width: 90%;
	max-width: 998px;
	height: 85vh;
	margin: auto;
	padding: 60px 0 40px;
	top: 50%;
	transform: translate(0, -50%);
	box-sizing: border-box;
	overflow: auto;
	background-color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.b2b_hp_section_popin h2 {
	color: #000000;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 6px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 0 30px;
}

.b2b_hp_section_popin > div > p {
	color: #323232;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
}

/* BANNER */

.b2b_hp_section_popin_banner {
	display: table;
	width: 100%;
	margin: 30px 0;
	padding: 0;
}

.b2b_hp_section_popin_banner_column {
	/* height: calc(9em + 9vw); */
	height: 17em;
	background-position: center center;
	background-size: cover;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	border: 0;
}

.b2b_hp_section_popin_banner_column img {
	width: 40px;
	margin-bottom: 20px;
}

.b2b_hp_section_popin_banner_column:nth-child(1) {
	background-image: url("https://www.nespresso.com/shared_res/mos/free_html/b2b/mos/become-customer-popin/images/benefit-1.png");
}

.b2b_hp_section_popin_banner_column:nth-child(2) {
	background-image: url("https://www.nespresso.com/shared_res/mos/free_html/b2b/mos/become-customer-popin/images/benefit-2.png");
}

.b2b_hp_section_popin_banner_column:nth-child(3) {
	background-image: url("https://www.nespresso.com/shared_res/mos/free_html/b2b/mos/become-customer-popin/images/benefit-3.png");
}

.b2b_hp_section_popin_banner_column:nth-child(4) {
	background-image: url("https://www.nespresso.com/shared_res/mos/free_html/b2b/mos/become-customer-popin/images/benefit-4.png");
}

/* SECTION */

.b2b_hp_section_popin_section {
	display: table;
	width: 100%;
}

.b2b_hp_section_popin_section_column {
	margin: 0;
	text-align: center;
}

.b2b_hp_section_popin_section_column h2 {
	color: #000000;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 24px;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.b2b_hp_section_popin_section_column p {
	color: #323232;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 21px;
	padding: 30px 0;
}

.b2b_hp_section_popin_section_column p.b2b_hp_section_popin_section_column_conditions {
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	padding-top: 20px;
	padding-bottom: 0;
}

.b2b_hp_section_popin_close {
	width: 4.57143em;
	height: 4.57143em;
	border-radius: 50%;
	background: #323232;
	color: #fff;
	position: absolute;
	top: 7.5vh;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 0 none;
	cursor: pointer;
}

.b2b_hp_section_popin_close:hover {
	background: #474747;
}

.b2b_hp_section_popin_close:before,
.b2b_hp_section_popin_close:after {
	position: absolute;
	content: ' ';
	top: 50%;
	left: 50%;
	height: 23px;
	width: 1px;
	background-color: white;
}

.b2b_hp_section_popin_close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.b2b_hp_section_popin_close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* MOBILE */

.b2b_hp_section_popin_banner_column {
	display: block;
	width: 100%;
	padding: 0;
}

.b2b_hp_section_popin_banner_column img {
	margin-top: 150px;
}

.b2b_hp_section_popin > div > p {
	padding: 30px;
	margin: 0;
}

.b2b_hp_section_popin_section_column,
.b2b_hp_section_popin_section_column:last-of-type  {
	display: block;
	padding: 20px 30px 40px;
}

.b2b_hp_section_popin_section_column img {
	height: 170px;
	margin-bottom: 30px;
}

.b2b_hp_section_popin_section_column a {
	background: #8F7247;
	color: #fff;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
	margin: 0;
	height: auto;
	font-weight: 600;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-decoration: none;
	padding: 0.75em 2.8em;
	position: relative;
	text-transform: uppercase;
	box-sizing: border-box;
	-webkit-transition: .1s all ease-out;
	-moz-transition: .1s all ease-out;
	transition: .1s all ease-out;
	cursor: pointer;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 0.075em;
	outline: none;
	min-width: 200px;
	box-sizing: border-box;
}

.b2b_hp_section_popin_section_column a:hover {
	box-shadow: 0 3px 3px 0 rgba(0,0,0,.3);
}

.b2b_hp_section_popin_section_column a:active,
.b2b_hp_section_popin_section_column a:focus  {
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
	background: #79613c;
	border-color: #79613c;
}

/* DIVIDER */

.b2b_hp_section_popin_section_column:nth-child(2) {
	display: none;
}

/* DESKTOP */

@media screen and (min-width: 987px) {
	.b2b_hp_section_popin_banner_column {
		 display: table-cell;
		 vertical-align: bottom;
		 width: 25%;
		 padding: 20px 30px;
	}

	.b2b_hp_section_popin_banner_column img {
		margin-top: 0;
	}

	.b2b_hp_section_popin > div > p {
		padding: 30px 90px;
		margin: 0;
	}

	.b2b_hp_section_popin_section_column {
		display: table-cell;
		vertical-align: top;
		width: 49.9%;
		text-align: center;
		padding: 0 60px 40px 90px;
	}

	.b2b_hp_section_popin_section_column:last-of-type {
		padding: 0 90px 40px 60px;
		display: table-cell;
	}

	/* DIVIDER */
	
	.b2b_hp_section_popin_section_column:nth-child(2) {
		display: table-cell;
		width: 0.14%;
		padding: 0;
	}

	.b2b_hp_section_popin_section_column:nth-child(2) div {
		height: 174px;
		opacity: 0.37;
		background-color: #323232;
	}
}