.hero-section__variant--zero .col-lg-6:first-child::before {
	content: "";
	background-size: cover;
	background-position: center;
	position: absolute;
	height: 300px;
	z-index: -1;
	width: 100%;
	background-color: var(--secondary-palette-warm-grey-100);
	border-radius: 120px 0 20px 20px;
	top: 0;
	left: 0;
}

.bg-hippa-compliance{
	background-color: #2a3d7d;
}

.hero-section__background-image{
	display: none;
}

.hero-section__video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
}

.hero-section__video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.hero-section__variant--zero::after {
	content: "";
	position: absolute;
	height: 100%;
	z-index: -1;
	width: 60%;
	border-radius: 120px 0 20px 20px;
	top: 0;
	right: 0;
	background-color: white;
	background-repeat: no-repeat;
}

.hero-section__variant--zero .container-lg::after {
	content: "";
	position: absolute;
	height: 50%;
	z-index: 0;
	width: 60%;
	border-radius: 120px 0 20px 20px;
	border-top: 2px solid var(--secondary-palette-cool-grey-200);
	border-left: 2px solid var(--secondary-palette-cool-grey-200);
	top: 0;
	right: 0;
	background-repeat: no-repeat;
}

.hero-section__bottom-curve {
	content: "";
	height: 60px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0 120px 0 0;
	z-index: 0;
	background-color: white;
}

.hero-section::before {
	content: "";
	height: 20%;
	width: 100%;
	position: absolute;
	bottom: 60px;
	left: 0;
	z-index: 0;
}

.hero-section__variant--one::after,
.hero-section__variant--two::after {
	content: "";
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	z-index: 0;
	width: 60%;
	top: 0;
	right: 0;
}

.hero-section__variant--one::before,
.hero-section__variant--two::before {
	content: "";
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	z-index: 0;
	width: 50%;
	bottom: 0;
	left: 0;
}

.hero-section__variant--three::before {
	content: "";
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	z-index: 0;
	width: 80%;
	bottom: 0;
	left: 0;
}

@media (min-width: 992px){
	.hero-section__background-image{
	display: block;
}
}
@media only screen and (width <= 992px) {
	.hero-section__variant--zero .container-lg::after {
		width: 100%;
		border-left: none;
	}


	.hero-section__variant--zero::after {
		width: 100%;
		background-size: contain;
	}

	.hero-section__variant--two::before,
	.hero-section__variant--one::before {
		display: none;
	}

	.hero-section__variant--two::after,
	.hero-section__variant--one::after {
		width: 100%;
	}

	.hero-section__variant--three::before{
		width: 100%;
	}
}

@media only screen and (width <= 768px){
	.hero-section__bottom-curve {
		display: none;
	}
}

@media only screen and (width <= 575px) {
	.hero-section__button {
		width: 100%;
		text-align: center;
	}

	.hero-section::before {
		bottom: 0;
		height: 142px;
	}

	.hero-section.rounded--bottom-end {
		border-bottom-right-radius: 0;
	}

	.hero-section__variant--zero::after, .hero-section__variant--zero .container-lg::after{
		border-radius: 60px 0 20px 20px;
	}

	.hero-section__variant--two::after,
	.hero-section__variant--one::after{
		background-size: auto;
	}
}
