.home-half-and-half-image {
	width: 100%;
	position: relative;
	height: 208px;
}

.home-half-and-half-image::after {
	content: "";
	position: absolute;
	width: 76px;
	height: 100%;
	right: 0;
	top: 0;
	background: #fff;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.home-half-and-half-image::before {
	content: "";
	position: absolute;
	width: 76px;
	height: 100%;
	right: 0;
	top: 0;
	background: #fff;
	opacity: 0.75;
	clip-path: polygon(0 0, 40% 100%, 100% 100%);
	z-index: 1;
}

.home-half-and-half-text {
	width: 100%;
}

.video-bttn {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
}

.video-bttn svg {
	transition: all 0.3s;
	height: auto;
	width: 84px;
}

.home-half-and-half-text__wrapper {
	padding: 30px 24px 0 22px;
}

.home-half-and-half__cta {
	display: inline-block;
	position: relative;
	padding: 0 30px 0 0;
	color: #d70c0c;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	background: none;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

.home-half-and-half__cta::after {
	content: "\e915";
	font-family: "icomoon";
	position: absolute;
	font-size: 16px;
	line-height: 1em;
	font-weight: normal;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}

.home-half-and-half__cta i {
	font-weight: normal;
	font-size: 25px;
	line-height: 1em;
	vertical-align: middle;
	padding-bottom: 3px;
	padding-right: 3px;
}

.home-half-and-half-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media (max-width: 1024px) {
	.home-half-and-half-text {
		padding: 30px 24px 30px 22px;
	}

	section.home-half-and-half + .text-slider-block + .tab-accordion {
		margin-top: 50px;
	}
}

@media (min-width: 1620px) {
	.home-half-and-half-text {
		display: flex;
	}
	.home-half-and-half-text .half-and-half-text__wrapper-full {
		align-content: center;
	}
}

@media (min-width: 768px) {
	.home-half-and-half-image {
		height: 421px;
	}

	.home-half-and-half-image::after {
		width: 155px;
	}

	.home-half-and-half-image::before {
		width: 155px;
		clip-path: polygon(0 0, 45% 100%, 100% 100%);
	}

	.home-half-and-half-text__wrapper {
		padding: 50px 52px 0;
	}

	.home-half-and-half-text__wrapper p {
		font-size: 16px;
		line-height: 1.75em;
	}
}

@media (min-width: 1200px) {
	.home-half-and-half-image {
		width: calc(50% - 16px);
		height: auto;
	}

	.home-half-and-half-image::after {
		width: 202px;
	}

	.home-half-and-half-image::before {
		width: 202px;
		clip-path: polygon(0 0, 50% 100%, 100% 100%);
	}

	.home-half-and-half-text {
		width: calc(50% + 16px);
		padding-left: 32px;
		padding-right: 63px;
		padding-bottom: 30px;
	}

	.video-bttn:hover {
		background: none;
	}

	.video-bttn svg {
		width: 120px;
	}

	.video-bttn:hover svg {
		transform: scale(1.1);
	}

	.home-half-and-half-text__wrapper {
		padding: 75px 0;
		max-width: 600px;
	}

	.home-half-and-half-text__wrapper .sub-heading {
		margin-bottom: 30px;
	}

	.home-half-and-half__cta:hover {
		background: none;
		color: #860000;
	}
}

@media (min-width: 1600px) {
	.home-half-and-half-image {
		width: calc(50% + 24px);
	}

	.home-half-and-half-image::after {
		width: 246px;
	}

	.home-half-and-half-image::before {
		width: 246px;
	}

	.home-half-and-half-text {
		width: calc(50% - 24px);
		padding-left: 44px;
	}

	.video-bttn:hover {
		background: none;
	}

	.video-bttn svg {
		width: 149px;
	}

	.video-bttn {
		width: calc(100% - 123px);
	}

	.home-half-and-half-text__wrapper {
		padding: 125px 0 151px;
		max-width: 749px;
	}

	.home-half-and-half-text__wrapper h2 {
		max-width: 676px;
	}

	.home-half-and-half-text__wrapper p {
		font-size: 18px;
		line-height: 1.777em;
	}

	.home-half-and-half__cta {
		font-size: 18px;
	}
}
