/* Home Hero */

div#home-hero {
	position: relative;
	min-height: 565px;
	background: #050505;
	padding-bottom: 46px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.home-hero-bg {
	position: absolute;
	height: 100%;
	width: 100%;
}

@media (min-width: 601px) {
	div#home-hero {
		min-height: 500px;
		padding-bottom: 102px;
		padding-right: 0px;
	}
	.home-hero-bg {
	}
	.hero-subtitles strong:first-child:before {
		display: none;
	}
}

.home-hero-bg>div {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.hero-container-wrap {
	max-width: 1500px;
	margin: 0 auto;
	padding-top: 26px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}

.hero-title {
	font-family: "le-monde-livre-std",serif;
	font-weight: normal;
	font-size: 50px;
	line-height: 65px;
	text-align: left;
	color: #fff;
	max-width: 11em;
	font-weight: 400;
}

.hero-subtitles,
.content-image-subheading.hero-subtitles {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	text-align: left;
	color: #FFF;
	display: flex;
	align-items: center;
	margin-top: 30;
	margin-bottom: 55px;
}


.content-image-subheading.hero-subtitles {
	display: block;
}

a.hero-btn,
.content .content-image .content-image-button.hero-btn {
	padding: 0 38px;
	height: 65px;
	color: #FFF;
	text-align: center;
	max-width: max-content;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 99rem;
	overflow: hidden;
	transition: color .35s ease;
	text-decoration: none;
	text-transform: uppercase;
	background: linear-gradient(to bottom, #CC3535 0%, #A6192E 100%);
}

@media (min-width:600px){
	.content > a.hero-btn{
		display: none;
	}
}


a.hero-btn span,
.content .content-image .content-image-button.hero-btn span {
	font-size: 17px;
	line-height: 20px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	transition: .35s ease;
	height: 100%;
	width: 100%;
	margin-bottom: 3px;
}

a.hero-btn:hover,
.content .content-image .content-image-button.hero-btn:hover {
	background: #FFF;
}


a.hero-btn:hover span,
.content .content-image .content-image-button.hero-btn:hover span {
	color: #A6192E;
}

.hero-subtitles :where(strong, span):before {
	content: '';
	width: 5px;
	height: 5px;
	background: #FC4040;
	display: inline-block;
	border-radius: 5px;
	margin: 0 1em;
}

.hero-subtitles :where(strong, span) {
	display: inline-flex;
	align-items: center;
}

.content-image-subheading.hero-subtitles :where(strong, span) {
	display: inline;
}

@media all and (max-width: 1700px) {
	.hero-container-wrap {
		width: calc(100% - 100px);
	}
}

@media all and (max-width: 1600px) {
	.hero-subtitles,
	.content-image-subheading.hero-subtitles {
		margin-bottom: 32px;
	}
}

@media all and (max-width: 1300px) {
	.hero-subtitles :where(strong, span):before{
		margin: 0 .5em;
	}
	.home-hero-img.laptop-only-1200 {
		background-position: 86% center;
	}
	.hero-headings {
		top: 185px;
	}
	.hero-subtitles {
		display: block;
		margin-top: .875em;
		margin-bottom: 21px;
	}
	a.hero-btn{
		padding: 0 20px;
		height: 47px;
	}
	a.hero-btn span {
		font-size: 13px;
	}
	.hero-title {
		font-size: 80px;
	}
}

@media all and (max-width: 1180px) {
	.sp-slide-item.slick-slide{
		min-height: 348px;
	}
	.sp-slide-inner{
		padding: 28px 0;
	}
	.home-hero-bg{
		height: 90%;
	}
	div#home-hero{
	min-height: 550px;
	padding-top: 84px;
	padding-bottom: 100px;
	}
	.hero-title {
		text-align: left;
		font-size: 50px;
		line-height: 60px;
		max-width: 350px;
		margin-left: 0;
		margin-right: auto;
	}
	.hero-title br {
		display: none;
	}
	.hero-subtitles {
		text-align: left;
		margin-top: .5em;
		margin-bottom: 27px;
		font-size: 13px;
		line-height: 25px;
		text-transform: uppercase;
		letter-spacing: 1px;
		max-width: 28em;
	}
	.hero-subtitles :where(strong, span):last-child:before{
		display: none;
	}
	a.hero-btn {
		margin: 0;
	}
	.hero-headings {
		top: 263px;
		padding: 0;
		width: 100%;
	}
}

@media all and (max-width: 600px) {
	.hero-container-wrap {
		width: calc(100% - 34px);
	}
	.hero-title {
		font-size: 53px;
		line-height: 50px;
	}
	.hero-subtitles {
		margin-bottom: 19px;
	}
	div#home-hero {
		min-height: 610px;
		margin-top: 0px;
		background-color: #050505;
		padding-top: 70px;
		padding-bottom: 60px;
	}
	div#home-hero .hero-headings {
		top: 210px;
	}
	.hero-subtitles :where(strong, span):before {
		margin-left: 0;
	}
    
	.hero-headings {
		padding: 0;
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}
	.hero-title {
		text-align: center;
		font-size: 28px;
		line-height: 38px;
		margin: 0 auto;
	}
	
	.hero-title:after{
		display: block;
		content: '\2022' '\2022';
		color: #FC4040;
		font-size: 22px;
		letter-spacing: 20px;
		padding-left: 12px;
	}
	.hero-subtitles {
		margin: 0 auto 13px;
		font-size: 14px;
		line-height: 25px;
		text-align: center;
	}
	.hero-subtitles :where(strong, span):before{
		display: none;
	}
	.hero-subtitles br {
		display: none;
	}
	a.hero-btn {
		margin: 0 auto;
	}
	.hero-site-logo.mobile-only {
		position: absolute;
		top: 18px;
		width: 100%;
		text-align: center;
		opacity: 0;
	}
	.hero-site-logo.mobile-only img {
		max-width: 120px;
	}
}


@media(min-width: 400px) and (max-width: 600px){
	.home-hero-bg>div{
		background-position: center 20%;
	}
}

@media(min-width: 1181px) {
	.hero-subtitles,
	.content-image-subheading.hero-subtitles {
		font-size: 13px;
		line-height: 25px;
		letter-spacing: 1.75px;
		text-transform: uppercase;
	}
	div#home-hero {
		background-color: #1A2026;
		min-height: 533px;
		padding-bottom: 141px;
	}
	.home-hero-img.laptop-only-1200 {
		background-position: 65% center !important;
	}
	.hero-container-wrap {
		width: calc(100% - 130px);
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-end;
	}
	.hero-headings {
	}
	.hero-title {
		font-size: 50px;
		line-height: 60px;
	}
}

@media(min-width: 1301px) {
	div#home-hero {
		min-height: 590px;
		padding-bottom: 131px;
	}
	.hero-title {
		font-size: 60px;
		line-height: 70px;
		padding-bottom: 15px;
	}
	.hero-subtitles,
	.content-image-subheading.hero-subtitles{
		font-size: 15px;
		line-height: 25px;
		letter-spacing: 1.5px;
	}
	.home-hero-bg>div {
		background-position: 65% center;
	}
	.hero-container-wrap {
		width: calc(100% - 180px);
	}
}

@media (min-width: 1601px) {
	.hero-subtitles{
		font-size: 17px;
		line-height: 25px;
		letter-spacing: 1.75px;
	}
	div#home-hero {
		min-height: 665px;
		padding-bottom: 110px;
	}
	.hero-title {
		font-size: 70px;
		line-height: 80px;
	}
    
	.home-hero-bg>div {
		background-position: 65% top;
	}
}