#dellPowerProtect {
	color: #131E29;
}

#dellPowerProtect .button {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 500px;
	padding: 12px;
	min-width: 250px;
	background-color: #28C2FE;
	border: 2px solid #28C2FE;
	color: #FFFFFF;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 500;
	font-size: 16px;
}

#dellPowerProtect .button:HOVER {
	background-color: #FFFFFF;
	color: #28C2FE;
}
/* **************************************** */
/* ********** TOP BANNER MODULE *********** */
/* **************************************** */
#dellPowerProtect #bannerModule {
	width: 100%;
	height: 400px;
	background-color: #183648;
	
}

#dellPowerProtect #bannerModule .banner-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}

#dellPowerProtect #bannerModule .content {
	padding: 40px 40px 40px 6%;
	color: #FFFFFF;
}

#dellPowerProtect #bannerModule .content p {
	font-family:'Barlow Semi Condensed', sans-serif;
	font-style: italic;
	font-weight: 600;
	color: #28C2FE;
	font-size: calc(16px + (24 - 16) * ((100vw - 375px) / (1900 - 375)));
}

#dellPowerProtect #bannerModule .content h1 {
	font-family:'Barlow Semi Condensed', sans-serif;
	font-size: calc(40px + (64 - 40) * ((100vw - 375px) / (1900 - 375)));
	font-weight: 600;
	margin: 10px 0;
}

#dellPowerProtect #bannerModule .content h2 {
	font-family: "Montserrat", sans-serif;
	font-size: calc(24px + (28 - 24) * ((100vw - 375px) / (1900 - 375)));
	font-weight: 500;
}

#dellPowerProtect #bannerModule .button {
	display: none;
}

#dellPowerProtect #bannerModule .img-wrapper {
	background: url(/resources/images/business/dell_cyber_recovery.jpg) no-repeat;
	background-size: cover;
	background-position: 100% 50%;
	border-radius: 500px 0 0 500px;
	height: 100%;
	min-width: 320px;
	width: 40%;
	padding: 0 0 0 50px;
	overflow: hidden;
}

/* **************************************** */
/* *** DETAILS AND PARDOT MODULE WRAPPER ** */
/* **************************************** */
#dellPowerProtect .body-wrapper {
	display: flex;
}

/* **************************************** */
/* *********** DETAILS SECTION ************ */
/* **************************************** */
#dellPowerProtect .body-wrapper #descriptionModule {
	width: 55%;
	padding: 4% 3% 3% 6%;
}

#dellPowerProtect .body-wrapper #descriptionModule h3 {
	font-family: "Montserrat", sans-serif;
	font-size: calc(22px + (28 - 22) * ((100vw - 375px) / (1900 - 375)));
	font-weight: 500;
	margin: 15px 0;
}

#dellPowerProtect .body-wrapper #descriptionModule p {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: calc(14px + (22 - 14) * ((100vw - 375px) / (1900 - 375)));
}

#dellPowerProtect .body-wrapper #descriptionModule .details {
	padding: 0 0 20px 0;
}

#dellPowerProtect .body-wrapper #descriptionModule .details p {
	max-width: 41ch;
}

#dellPowerProtect .body-wrapper #descriptionModule .panelists .panelist {
	padding: 0 0 20px 0;
	font-family: "Barlow Semi Condensed", sans-serif;
}

#dellPowerProtect .body-wrapper #descriptionModule .panelists .panelist .name {
	font-weight: 600;
}

#dellPowerProtect .body-wrapper #descriptionModule .panelists .panelist .title {
	font-style: italic;
}

/* **************************************** */
/* ************ PARDOT FORM *************** */
/* **************************************** */
#dellPowerProtect .body-wrapper #pardotModule {
	flex-grow: 1;
	background: url(/resources/images/wireless-home/background-textured-concrete.jpg) no-repeat;
	background-size: cover;
	padding: 40px;
	padding-right: 80px;
}
#dellPowerProtect .body-wrapper #pardotModule p {
	margin: 0 0 40px 6px;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: calc(16px + (22 - 16) * ((100vw - 375px) / (1900 - 375)));
}

#dellPowerProtect .body-wrapper #pardotModule iframe {
	max-width: 700px;
	min-height: 1500px;
}

@media only screen and (max-width: 700px) {
	/* ************ BANNER MODULE *************** */
	#dellPowerProtect #bannerModule {
		background: url(/resources/images/business/dell_cyber_recovery.jpg) no-repeat;
		background-position: 60% 50%;
		background-size: cover;
		height: 450px;
	}
	
	#dellPowerProtect #bannerModule .banner-wrapper {
		flex-direction: column;
		justify-content: space-between;
		padding: 20px 25px;
		
		background-image: linear-gradient(
		    to bottom,
		    rgba(0, 0, 0, 1) 		0%,
		    rgba(0, 0, 0, 1) 		20%,
		    rgba(30, 30, 30, 0.8) 	30%,
		    rgba(0, 0, 0, 0) 		60%,
		    rgba(0, 0, 0, 0) 		100% 
	    );
	}
	#dellPowerProtect #bannerModule .img-wrapper {
		display: none;
	}
	#dellPowerProtect #bannerModule .content {
		padding: 0;
		margin: 0;
		width: 100%;
		height: 100%;
	}
	
	#dellPowerProtect #bannerModule .content h1 {
		line-height: 1.2em;
	}
	
	#dellPowerProtect #bannerModule .button {
		display: flex;
		width: 100%;
	}
	/* ************ WRAPPER & DETAILS SECTION *************** */
	#dellPowerProtect .body-wrapper {
		flex-direction: column;
	}
	#dellPowerProtect .body-wrapper #descriptionModule {
		width: 100%;
		padding: 40px calc(6% - 6px);
	}
	#dellPowerProtect .body-wrapper #pardotModule {
		padding: 40px calc(6% - 6px);
	}
	#dellPowerProtect .body-wrapper #pardotModule p {
		margin: 0 0 20px 6px;
	}
}