.banner-header {
	width: 100%;
	height: 34.375rem;
	overflow:hidden;
}

.banner__header__bg {
	position: absolute;
	height: inherit;
	width: 100%;
	top: 0;
}

.banner__header__bg .bg__main {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.banner__header__bg .bg__footer {
	height: 8.41363rem;
	position: absolute;
	bottom: -4rem;
	left: 0;
	width: 100%;
	object-fit: cover;
}

.banner__header__content {
	position: absolute;
	bottom: 4.5rem;
	left: 5.63rem;
	width: 46.8125rem;
}
.banner__header__content .breadcrumd {
	color: var(--White, #fff);

	/* WEB/Body/16/16 - SM - Upper */
	font-family: 'Poppins';
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 1.5rem */
	letter-spacing: 0.03125rem;
	text-transform: uppercase;
}

.banner__header__content .breadcrumd a {
	opacity: 0.6;
}

.banner__header__content .title {
	
}
.banner__header__content .title h1 {
	font-family: 'Big Shoulders';
	font-size: 8.75rem;
	font-style: normal;
	font-weight: 900;
	line-height: 150%; /* 13.125rem */
	letter-spacing: -0.0875rem;
	background: linear-gradient(0deg, rgba(153, 153, 153, 0) 15%, #fff 64.76%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0;
	text-transform: uppercase;
}

@media screen and (max-width: 639.9px) {
	.banner__header__bg .bg__footer {
		bottom:0
	}
	.banner-header {
		height: 24.75rem;
	}
	.banner__header__bg {
	}
	.banner__header__bg .bg__footer {
		height: 3.96981rem;
	}
	.banner__header__content {
		width: 20.9375rem;
		bottom: 5.66rem;
		left: 1.25rem;
	}
	.banner__header__content .breadcrumd {
		font-size: 0.75rem;
		line-height: 160%; /* 1.2rem */
		letter-spacing: -0.025rem;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.banner__header__content .title {
		padding-left: 0;
	}
	.banner__header__content .title h1 {
		letter-spacing: -0.03rem;
		font-size: 3rem;
	}
}
