﻿
.section-header__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.33;
	padding-left: 1px;
	margin-bottom: 0;
}

.s2.s2--bh.section-list {
    background: radial-gradient(circle at 53% 32%, #9E9E9E, rgba(37, 15, 38, 0)), radial-gradient(circle at 41% 66%, #e8ebef, rgba(37, 15, 38, 0.3)), linear-gradient(to bottom, #346d96, #00BCD4);
}
a.hero-cta {
    background: #000;
    padding: 12px 20px;
    text-transform: capitalize;
}

@media (min-width: 576px) {
	.section-header__title {
		font-size: 32px;
	}
}

@media (min-width: 768px) {
	.section-header__title {
		line-height: 1.18;
		font-size: 44px;
	}
}

.section-header__description {
	margin-top: 1em;
	line-height: 1.75;
	font-size: 16px;
}

@media (min-width: 576px) {
	.section-header__description {
		font-size: 18px;
		line-height: 1.4;
	}
}

@media (min-width: 768px) {
	.section-header__description {
		font-size: 20px;
	}
}

.subhead {
	line-height: 1.75;
	font-weight: 600;
	font-size: 1em;
}

@media (min-width: 576px) {
	.subhead {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 8px;
	}
}


.section-hero {
	position: relative;
	height: 425px;
}

.s2--bk .section-hero {
	color: #323237;
	background: url("../images/kv-mobile@2x.jpg") center/cover no-repeat;
}

.s2--bh .section-hero {
	color: #ffffff;
	background: url("../images/360-mobile.png") center top/cover no-repeat;
}


@media (min-width: 576px) {
	.section-hero {
		min-height: 750px;
		max-height: 900px;
		height: auto;
	}

	.s2--bk .section-hero {
		background: url("../images/kv@2x.jpg") center/cover no-repeat;
	}

	.s2--bh .section-hero {
		background: url("../images/360.png") center/cover no-repeat;
	}
}

@media only screen and (min-width:576px) and (max-width:991px) {
.section-hero {
    min-height: 500px;
}
}

.hero-content {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 30px;
}

.s2--bk .hero-content {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	top: 120px;
	bottom: 80px;
}

@media (min-width: 576px) {
	.s2--bk .hero-content {
		top: 17.3%;
		bottom: auto;
		height: auto;
		display: block;
	}
}

.s2--bh .hero-content {
	bottom: -30px;
}

@media (min-width: 576px) {
	.s2--bh .hero-content {
		bottom: auto;
		top: 73.4%;
	}
}

@media (min-width: 768px) {
	.s2--bh .hero-content {
		top: 76.4%;
	}
}

.hero-title {
	line-height: 1;
	font-weight: 400;
	margin-bottom: 0;
	font-size: 8vw;
	letter-spacing: -0.02em;
	white-space: nowrap;
}

@media (min-width: 768px) {
	.hero-title {
		font-size: 60px;
	}
	
}

.s2--bh .hero-title {
	line-height: 1.1;
	font-size: 24px;
    margin-bottom: 17px;
}

@media (min-width: 576px) {
	.s2--bh .hero-title {
		font-size: 40px;
	}
}

@media (min-width: 768px) {
	.s2--bh .hero-title {
		font-size: 34px;
	}
}

@media (min-width: 992px) {
	.s2--bh .hero-title {
		font-size: 48px;
    margin-top: 30px;
	}
}

.hero-title__model-name {
	font-weight: 700;
	letter-spacing: normal;
}

.hero-tagline {
	line-height: 1.4;
	font-size: 16px;
	margin: 1em 0;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-weight: 400;
}

.hero-tagline:lang(zh-TW) {
	letter-spacing: normal;
}

@media (min-width: 576px) {
	.hero-tagline {
		font-size: 20px;
	}
}

.s2--bh .hero-tagline {
	margin: .4em 0 2em 0;
}

@media (min-width: 576px) {
	.s2--bh .hero-tagline {
		margin: 1em 0 1em 0;
	}
}


.section-build {
	color: #ffffff;
	background-color: #121215;
	overflow: hidden;
}







