/**
 * MITSUBISHI ELECTRIC LANDING
 */

:root {
	--me-main: #1966b3;
	--me-main-light: #e8f0f7;
	--me-red: #f00007;
	--me-red-dark: #c10000;
	--me-red-light: #ffd4de;
	--me-accent: #1966b3;
	--me-text: #111;
	--me-muted: #666;
	--me-border: #e3e3e3;
	--me-bg: #f6f6f6;
}

/**
 * BUTTONS
 */

.me-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 11px;
	line-height: 1.2 !important;
	font-weight: 750;
	transition:
		transform 0.22s ease,
		box-shadow 0.22s ease,
		color 0.22s ease,
		background-color 0.22s ease,
		border-color 0.22s ease;
}

.me-button:hover {
	transform: translateY(-2px);
}

.me-button svg {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
}

.me-button.me-button-light,
.me-button.me-button-light:hover {
	color: var(--me-red-dark) !important;
}

.me-button-outline-light,
.me-button-outline-light:hover {
	color: #fff !important;
}

.me-button-shadow {
	box-shadow: 0 12px 28px rgba(0, 118, 168, 0.25) !important;
}

.me-button-shadow:hover {
	box-shadow: 0 16px 34px rgba(0, 79, 115, 0.3) !important;
}

/**
 * HERO BLOCK
 */

.me-campaign-hero {
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
	min-height: 740px;
	color: #fff;
	background:
		radial-gradient(circle at 76% 20%, rgba(230, 0, 18, 0.48), transparent 29%),
		radial-gradient(circle at 15% 85%, rgba(230, 0, 18, 0.16), transparent 35%),
		linear-gradient(125deg, #080808 0%, #171717 52%, #3b0307 100%);
	overflow: hidden;
}

.me-campaign-hero:before {
	position: absolute;
	inset: 0;
	content: "";
	opacity: 0.22;
	background-image:
		linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
	background-size: 54px 54px;
}

.me-campaign-hero > .upb_row_bg {
	background-position: center calc(50% + 150px) !important;
	opacity: .3;
}

.me-campaign-hero > .vc_column_container > .vc_column-inner {
	padding-top: 0 !important;
}

.me-hero-copy {
	padding-right: 70px;
}

.me-hero-logo img {
	width: 160px;
}

.me-hero-title .uvc-main-heading h1 {
	max-width: 760px;
	margin: 0 0 25px !important;
	color: #fff !important;
	font-size: clamp(30px, 5vw, 60px) !important;
	line-height: .99 !important;
	font-weight: 750 !important;
	text-transform: uppercase;
}

.me-hero-title .uvc-main-heading h1 em {
	color: var(--me-red) !important;
	font-style: normal;
}

.me-hero-title .uvc-sub-heading {
	max-width: 680px;
	margin: 0 0 34px !important;
	color: rgba(255,255,255,.83) !important;
	font-size: clamp(18px, 1.8vw, 22px) !important;
	line-height: 1.65 !important;
}

.me-hero-buttons > .vc_column-inner > .wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.me-hero-product-image {
	position: relative;
	overflow: hidden;
	padding: 50px 30px;
	border-radius: 40px;
	border: 1px solid rgba(255,255,255,.12);
	background:
		linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.02) 28%, rgba(255,255,255,0) 60%),
		linear-gradient(145deg, rgba(48,48,48,.72), rgba(14,14,14,.92));
	backdrop-filter:blur(22px);
	box-shadow: 0 45px 90px rgba(0,0,0,.45), inset 0 1px rgba(255,255,255,.12), inset 0 -30px 40px rgba(0,0,0,.35);
}

.me-hero-product-image:before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 82% 18%, rgba(230,0,18,.35), transparent 42%),
		radial-gradient(circle at 12% 85%, rgba(255,255,255,.05), transparent 35%);
	pointer-events: none;
}

.me-hero-product-image img {
	position: relative;
	z-index: 2;
	max-height: 470px;
	filter: drop-shadow(0 22px 18px rgba(0,0,0,.42)) drop-shadow(0 50px 45px rgba(0,0,0,.18));
}

.me-floating-card {
	position: absolute;
	z-index: 3;
	min-width: 180px;
	padding: 14px 17px;
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(48,48,48,.90), rgba(25,25,25,.94));
	color: #fff;
	border: 1px solid rgba(255,255,255,.08);
	backdrop-filter: blur(18px);
	box-shadow: 0 20px 45px rgba(0,48,70,.22);
}

.me-floating-card .text-icon {
	background: var(--me-red) !important;	
}

.me-floating-card .text-icon * {
	color: #fff !important;
}

.me-floating-card .dt-text-title {
	margin-bottom: 2px !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

.me-floating-card .dt-text-desc {
	color: #fff !important;
	font-size: 12px !important;
	line-height: 1.4 !important;
}

.me-floating-card-top {
	top: 35px;
	right: -20px;
}

.me-floating-card-bottom {
	bottom: 35px;
	left: -25px;
}

/**
 * EVENTS BLOCK
 */

.me-event-section {
	background: var(--me-bg);
	overflow: visible !important; 
	z-index: 3;
}

.me-event-section > .vc_column_container > .vc_column-inner {
	padding-top: 0 !important;
}

.me-event-card {
	top: -34px !important;
	margin: 0;
	padding: 22px 12px;
	border: 1px solid rgba(0,118,168,.12);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 20px 55px rgba(13, 55, 75, 0.11);
	z-index: 5;
}

.me-event-card .text-icon {
	background: linear-gradient(135deg, var(--me-main-light), var(--me-main)) !important;	
}

.me-event-card .text-icon * {
	color: #fff !important;
}

.me-event-card .dt-text-title {
	margin-bottom: 5px !important;
	color: var(--me-text) !important;
	font-size: 18px !important;
	font-weight: 700 !important;
}

.me-event-card .dt-text-desc {
	color: var(--me-muted) !important;
	font-size: 15px !important;
	line-height: 1.55 !important;
}

.me-event-dates ul {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.me-event-dates ul li {
	padding: 8px 12px;
	border-radius: 999px;
	color: var(--me-main);
	background: var(--me-main-light);
	border: 1px solid rgba(25,102,179,.15);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

/**
 * SECTIONS
 */

.me-benefits-section,
.me-products-section {
	padding-top: 95px;
	padding-bottom: 95px;
	background: var(--me-bg);
}

/**
 * BENEFITS
 */

.me-benefits-section {
	padding-top: 60px !important;
	padding-bottom: 30px !important;
}

.me-section-heading {
	margin: 0 auto 54px !important;
	max-width: 760px;
	text-align: center;
}

.me-section-heading .uvc-main-heading h2 {
	margin: 0 auto 18px !important;
	color: var(--me-text) !important;
	font-size: clamp(30px, 4vw, 50px) !important;
	font-weight: 750;
	line-height: 1.08 !important;
}

.me-section-heading .uvc-sub-heading {
	color: var(--me-muted) !important;
	font-size: 18px !important;
	line-height: 1.7 !important;
}

.me-eyebrow .uvc-main-heading > div {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 16px !important;
	color: var(--me-red) !important;
	font-size: 13px !important;
	font-weight: 750;
	line-height: 1.3 !important;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.me-eyebrow .uvc-main-heading > div:before {
	display: inline-block;
	width: 30px;
	height: 2px;
	content: "";
	background: currentColor;
}

.me-benefits-grid > .vc_column_container > .vc_column-inner > .wpb_wrapper {
	display: flex;
	height: 100%;
}

.me-benefit-card {
	width: 100%;
	height: calc(100% - 56px);
	padding: 28px;
	border: 1px solid var(--me-border);
	border-radius: 22px;
	background: #fff;
	transition: .25s ease;
}

.me-benefit-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 38px rgba(13,55,75,.09);
}

.me-benefit-card .text-icon {
	background: var(--me-main-light) !important;
}

.me-benefit-card .text-icon * {
	color: var(--me-main) !important;
}

.me-benefit-card .dt-text-title {
	margin-bottom: 9px !important;
	color: var(--me-text) !important;
	font-size: 19px !important;
	line-height: 1.3 !important;
}

.me-benefit-card .dt-text-desc {
	color: var(--me-muted) !important;
	font-size: 14px !important;
	line-height: 1.65 !important;
}

/**
 * PRODUCTS
 */

.me-product-card {
	overflow: hidden;
	margin-bottom: 35px !important;
	border: 1px solid var(--me-border);
	border-radius: 32px;
	background: #fff;
	box-shadow: 0 15px 45px rgba(13,55,75,.07);
	transition: .25s ease;
}

.me-product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 28px 70px rgba(13,55,75,.16);
}

.me-product-media {
	position: relative;
	min-height: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px;
	background: radial-gradient(circle at 50% 40%, #fff 0, #f5f5f5 46%, #e7e7e7 100%);
	overflow: hidden;
}

.me-product-media:before {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	background:
		linear-gradient(240deg, transparent 0%, transparent 36%, rgba(102, 102, 102, 0.03) 36.2%, rgba(102, 102, 102, 0.05) 36.8%, transparent 46.2%),
		linear-gradient(330deg, transparent 0%, transparent 22%, rgba(90, 100, 110, 0.05) 22.2%, rgba(90, 100, 110, 0.03) 22.8%, transparent 27.2%),
		linear-gradient(130deg, transparent 0%, transparent 50%, rgba(227, 227, 227, 0.3) 50.2%, rgba(227, 227, 227, 0.3) 50.8%, transparent 55.2%);
}

.me-product-image img {
	max-height: 400px;
	object-fit: contain;
	filter: drop-shadow(0 25px 26px rgba(13,55,75,.18));
}

.me-product-logo img {
	width: auto !important;
	max-height: 70px;
}

.me-product-logo-mfs img {
	width: auto !important;
	height: 80px !important;
}

.me-product-logo-ecodan img {
	width: auto !important;
	height: 100px !important;
}

.me-product-badge {
	position: absolute;
	z-index: 2;
	top: 25px;
	left: 25px;
	padding: 9px 13px;
	border-radius: 999px;
	color: var(--me-main);
	background: var(--me-main-light);
	border: 1px solid rgba(25,102,179,.15);
	font-size: 12px;
	font-weight: 750;
	line-height: 1;
	text-transform: uppercase;
	box-shadow: 0 8px 22px rgba(25,102,179,.10);
}

.me-product-badge.me-product-badge-new {
	top: 62px;
	color: #fff;
	background: var(--me-red);
	border: 0;
}

.me-product-content {
	padding: 55px !important;
}

.me-product-type {
	margin-bottom: 12px !important;
	color: var(--me-main) !important;
	font-size: 13px !important;
	font-weight: 750;
	line-height: 1.3 !important;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.me-product-title h3 {
	margin: 0 0 14px !important;
	color: var(--me-text) !important;
	font-size: clamp(29px, 3vw, 41px) !important;
	font-weight: 750;
	line-height: 1.13 !important;
}

.me-product-subtitle {
	margin: 0 0 18px !important;
	color: var(--me-red) !important;
	font-size: 16px !important;
	font-weight: 750;
	line-height: 1.4 !important;
	text-transform: uppercase;
}

.me-product-description {
	margin: 0 0 24px !important;
	color: var(--me-muted) !important;
	font-size: 16px !important;
	line-height: 1.75 !important;
}

.me-feature-list {
	margin: 0 0 29px !important;
}

.me-feature-list ul {
	display: grid;
	gap: 11px;
	margin: 0;
	padding: 0;
	list-style: none !important;
}

.me-feature-list li {
	position: relative;
	min-height: 22px;
	margin: 0 !important;
	padding-left: 31px;
	color: var(--me-text);
	font-size: 14px !important;
	line-height: 1.55 !important;
}

.me-feature-list li:before {
	position: absolute;
	top: 1px;
	left: 0;
	width: 21px;
	height: 21px;
	display: flex;
	content: "\f00c";
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--me-main);
	background: var(--me-main-light);
	font-family: "Font Awesome 6 Free";
	font-size: 12px;
	font-weight: 900;
	line-height: 21px;
}

.me-product-meta {
	margin: 0 0 29px !important;
}

.me-product-meta ul {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 0;
	padding: 0;
}

.me-product-meta ul li {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 11px;
	border: 1px solid var(--me-border);
	border-radius: 999px;
	color: var(--me-text);
	background: #f9fbfc;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
}

.me-product-meta ul li:first-of-type {
	padding: 7px 25px 7px 11px;
	border: 0;
	border-radius: 0;
	color: #fff;
	background: #00a651;
	clip-path: polygon(
		0 0,
		calc(100% - 15px) 0,
		100% 50%,
		calc(100% - 15px) 100%,
		0 100%
	);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0.2px;
}

.me-product-price .uvc-main-heading {
	margin-bottom: 5px !important;
	color: var(--me-muted) !important;
	font-size: 11px !important;
	line-height: 1.3 !important;
	font-weight: 750;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.me-product-price .uvc-sub-heading {
	display: flex;
	align-items: flex-start;
	color: var(--me-red) !important;
	font-size: clamp(38px, 4vw, 51px) !important;
	font-weight: 750 !important;
	line-height: 1;
}

.me-product-price .uvc-sub-heading em {
	display: inline-block;
	margin: -5px 0 0 5px;
	font-size: 19px;
	font-style: normal;
	font-weight: 750;
	line-height: 1;
	vertical-align: super;
}

.me-product-price .me-price-note {
	margin-top: 7px !important;
	color: var(--me-muted) !important;
	font-size: 12px !important;
}

.me-product-buttons > .vc_column-inner > .wpb_wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}

/**
 * CONTACT
 */

.me-contact-section {
	padding-top: 90px;
	padding-bottom: 90px;
	background: #fff;
}

.me-contact-card {
	padding: 52px 58px;
	border-radius: 30px;
	background:
		linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,0) 42%),
		radial-gradient(circle at 82% 18%, rgba(255,91,103,.9), rgba(230,0,18,.56) 22%, transparent 50%),
		radial-gradient(circle at 15% 90%, rgba(255,255,255,.08), transparent 42%),
		linear-gradient(135deg, #2b0205 0%, #74000b 58%, #a10010 100%);
	box-shadow: 0 35px 80px rgba(0,90,49,.22), 0 12px 30px rgba(0,0,0,.18), inset 0 1px rgba(255,255,255,.16), inset 0 -18px 30px rgba(0,0,0,.16);
}

.me-contact-card .uvc-main-heading h2 {
	margin: 0 0 12px !important;
	color: #fff !important;
	font-size: clamp(30px, 4vw, 46px) !important;
	font-weight: 750;
	line-height: 1.13 !important;
}

.me-contact-card .uvc-sub-heading {
	max-width: 700px;
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	line-height: 1.65;
}

.me-contact-button .me-button {
	text-align: left;
}

@media only screen and (max-width: 1100px) {

	.me-event-dates ul {
		flex-direction: column;
		align-items: flex-end;
	}

}

@media only screen and (max-width: 991px) {

	.me-campaign-hero > .upb_row_bg {
		background-size: 100% !important;
		background-position: 80% 12% !important;
	}

	.me-hero-copy {
		padding-right: 0;
		width: 100%;
	}

	.me-hero-visual {
		padding-top: 62px;
		padding-bottom: 50px;
		width: 100%;
	}

	.me-hero-visual img {
		width: auto;
		max-height: 70vh;
	}

	.me-benefits-grid {
		row-gap: 30px;
	}

	.me-product-price {
		width: 100%;
		text-align: center !important;
	}
	
	.me-product-price .uvc-main-heading {
		text-align: center !important;
	}
	
	.me-product-price .uvc-sub-heading {
		justify-content: center !important;
	}

	.me-product-buttons {
		width: 100%;
	}

	.me-product-buttons > .vc_column-inner > .wpb_wrapper {
		justify-content: center;
	}

}

@media (max-width: 900px) {

	.me-campaign-hero {
		padding-top: 70px;
		padding-bottom: 95px;
		min-height: auto;
	}

	.me-product-card-reverse {
		display: flex;
		flex-direction: column-reverse;
	}

	.me-product-media {
		width: 100%;
		min-height: 400px;
	}

	.me-product-content {
		padding: 38px !important;
		width: 100%;
	}

	.me-product-price {
		width: 41.66666667%;
		text-align: left !important;
	}

	.me-product-price .uvc-main-heading {
		text-align: left !important;
	}
	
	.me-product-price .uvc-sub-heading {
		justify-content: flex-start !important;
	}

	.me-product-buttons {
		width: 58.33333333%;
	}

	.me-product-buttons > .vc_column-inner > .wpb_wrapper {
		justify-content: flex-end;
	}

	.me-solar-content {
		margin-bottom: 42px !important;
		padding-right: 0;
		width: 100%;
	}

	.me-solar-image {
		width: 100%;
	}

	.me-solar-image img {
		width: auto;
		max-height: 70vh;
	}

	.me-contact-card {
		background:
			linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,0) 42%),
			radial-gradient(circle at 88% 78%, rgba(255,91,103,.9), rgba(230,0,18,.56) 22%, transparent 50%),
			radial-gradient(circle at 15% 90%, rgba(255,255,255,.08), transparent 42%),
			linear-gradient(135deg, #2b0205 0%, #74000b 58%, #a10010 100%);
	}

	.me-contact-content {
		margin-bottom: 38px !important;
		width: 100%;
	}

	.me-contact-button {
		width: 100%;
	}

}

@media (max-width: 778px) {

	.me-hero-visual > .vc_column-inner > .wpb_wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}

	.me-floating-card {
		flex: 1 1 calc(50% - 40px);
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
	}

}

@media (max-width: 767px) {

	.me-campaign-hero > .upb_row_bg {
		background-size: 150% !important;
		background-position: 80% 5% !important;
		opacity: .4;
	}

	.me-hero-title .uvc-main-heading h1 {
		font-size: 40px !important;
	}

	.me-hero-title .uvc-sub-heading {
		font-size: 17px;
	}

	.me-event-section {
		margin-top: -25px;
	}

	.me-event-card {
		padding: 22px 7px;
	}

	.me-event-dates ul {
		margin-top: 22px;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}

	.me-benefits-section,
	.me-products-section,
	.me-solar-section,
	.me-contact-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.me-product-card {
		border-radius: 24px;
	}

	.me-product-media {
		min-height: 320px;
		padding: 35px 20px;
	}

	.me-product-image img {
		max-height: 270px;
	}

	.me-product-content {
		padding: 30px 23px !important;
	}

	.me-contact-card {
		padding: 35px 25px;
		border-radius: 24px;
	}

}

@media (max-width: 600px) {

	.me-campaign-hero > .upb_row_bg {
		background-size: 200% !important;
		background-position: 80% 8% !important;
	}

}

@media (max-width: 460px) {

	.me-campaign-hero > .upb_row_bg {
		background-size: 200% !important;
		background-position: 80% 12% !important;
	}

	.me-hero-title .uvc-main-heading h1 {
		font-size: 36px !important;
	}

	.me-product-logo img {
		max-height: 40px;
	}


	.me-product-logo-mfs img {
		height: 60px !important;
	}

	.me-product-logo-ecodan img {
		height: 80px !important;
	}

	.me-product-price {
		width: 100%;
		text-align: center !important;
	}
	
	.me-product-price .uvc-main-heading {
		text-align: center !important;
	}
	
	.me-product-price .uvc-sub-heading {
		justify-content: center !important;
	}

	.me-product-buttons {
		width: 100%;
	}

	.me-product-buttons > .vc_column-inner > .wpb_wrapper {
		justify-content: center;
	}

}
