@font-face {
	font-family: nimbussansnovusdotBolFont;
	src: url("/fonts/NIMBUSSANSNOVUSDOT-BOL.OTF");
}

@font-face {
	font-family: nimbussansnovusdotLigFont;
	src: url("/fonts/NIMBUSSANSNOVUSDOT-LIG.OTF");
}


@font-face {
	font-family: bahnschrift;
	src: url("/fonts/Bahnschrift-1.ttf");
}

body {
	background-color: black !important;
}

.spire-container {
	position: relative;
	font-family: nimbussansnovusdotLigFont;
}

.spire-container h1,
.spire-container h2,
.spire-container h3,
.spire-container h4,
.spire-container h5 {
	font-family: nimbussansnovusdotBolFont;
	font-weight: 100;
}

.spire-container p {
	font-family: nimbussansnovusdotLigFont;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.7);
	letter-spacing: 0.05rem;
}

.section-content-container {
	max-width: 1120px;
	margin: 0 auto;
}

.section-content-container.large-container {
	max-width: 1320px;
	margin: 0 auto;
}

.s1 {
	position: relative;
	height: 100vh;
	z-index: 9;
	transition: 0.3s;
}

.s1.inner-doc {
	position: relative;
}

.s1-background {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.s1-background img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.s1-content {
	position: absolute;
	top: 1.2%;
	left: 14.17%;
	z-index: 10;
}

.s1-content-title {
	font-size: 52px;
}

.s1-content-title__brand {
	color: white;
}

.s1-content-title__series {
	color: white;
}

.s1-content-title__model {
	display: inline-block;
	background-image: linear-gradient(to right, #fe8957, #ff295f 35%, #341269 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: none;
}

.s1-content-description {
	display: flex;
	display: -webkit-flex;
	color: white;
	font-size: 18px;
	line-height: 1;
	margin-top: 20px;
	letter-spacing: 0.05rem;
}

.s1-content-description li:nth-child(odd) {
	border-right: 0.5px solid white;

	padding-right: 16px;
}

.s1-content-description li:nth-child(even) {
	border-left: 0.5px solid white;
	padding-left: 16px;
}

.s1-btn-group {
	margin-top: 50px;
}

.s1-btn-group .btn:first-child {
	margin-right: 1rem;
}

.s1-btn-group .btn {
	border-radius: 50px;
}

.s1-btn-group .btn-secondary {
	background-color: white;
	border-color: white;
	color: black;
}

.s1-btn-group .btn-secondary:after {
	border-right-color: black;
	background-color: rgba(0, 0, 0, 0.5);
}

.s1-btn-group .btn-outline-secondary {
	border-color: white;
	color: white;
}


.s2-sticky-wrapper-container {
	width: 100%;
	height: 500vh;
}

.s2-sticky-container {
	position: sticky;
	position: -webkit-sticky;
	top: 0px;
	z-index: 9;
}

.s2-sticky-container.show {
	z-index: 10;
}


.s2 {
	display: none;
	position: absolute;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	top: 0;
	left: 0;
	z-index: 9;
	overflow: hidden;
}

.s2.active {
	background-color: black;
}

.s2-content-container {
	position: absolute;
	width: 100%;
	top: calc(50% + 40px);
	left: 50%;
	transform: translateX(-50%) translateY(-70px) translateZ(0);
	box-sizing: border-box;
	background-color: black;
	opacity: 0;
}

.s2-content-container.show {
	opacity: 1;
}

.s2-content-container.active {
	transform: translateX(-50%) translateY(-50%) translateZ(0) !important;
}

.s2-title {
	text-align: center;
	font-size: 70px;
	line-height: 1;
	color: white;
	opacity: 0;
}

.s2-title.show {
	opacity: 1;
}

.s2.active {
	background-color: black;
}

p.s2-description {
	font-family: nimbussansnovusdotBolFont;
	text-align: center;
	font-size: 40px;
	color: white;
	opacity: 0;
	transform: translateY(15px);
	transition: opacity 0.6s linear, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

p.s2-description.active {
	opacity: 1;
	transform: translateY(0);
}

.s2-transition-image {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	/* will-change: transform; */
	/* transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d; */
	transform: translateX(-50%) translateY(-50%) matrix(9, 0, 0, 9, 0, 0);
	/* transform: matrix(9, 0, 0, 9, -952.5, -2233); */
	/* z-index: 11; */
	object-fit: cover;
	object-position: center;
}

.s2-transition-image.hide {
	z-index: -1;
}

.s2-advantage-list {
	width: 99.5vw;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 50px;
	margin-left: calc((100vw - 1120px) / 2);
	margin-right: calc((100vw - 1120px) / 2);
	translate: 0 15px 0;
	opacity: 0;
	transition: opacity 0.6s linear, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), translate 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.s2-advantage-list.active {
	opacity: 1;
	translate: 0 0 0;
}

.s2-advantage-item {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-self: stretch;
	width: 16vw;
	height: auto;
	margin: 0 0.7vw;
	overflow: hidden;
	border-radius: 0.7vw;
}

.s2-advantage-item:nth-child(1) {
	background-color: #0a0c10;
}

.s2-advantage-item:nth-child(2) {
	background-color: #0a0c10;
}

.s2-advantage-item:nth-child(3) {
	background-color: #0c0e12;
}

.s2-advantage-item:nth-child(4) {
	background-color: #090b0f;
}

.s2-advantage-item:nth-child(5) {
	background-color: #090a0f;
}

.s2-advantage-item:nth-child(6) {
	background-color: #0e0f11;
}

.s2-advantage-item img {
	width: 16vw;
	max-width: 100%;
	height: 13.125vw;
	object-fit: cover;
	object-position: top;
}

.s2-advantage-item p {
	padding: 1.2vw;
	font-size: 15px;
	margin-bottom: 0;
}

.s2-advantage-item:first-child {
	margin-left: 0;
}

.s2-advantage-item:last-child {
	margin-right: 0;
}

.s2-advantage-title {
	font-size: 36px;
	color: white;
	text-align: center;
	opacity: 0;
	transform: translateY(60px);
	transition: opacity 0.6s linear, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.s3 {
	padding: 80px 0;
	box-sizing: border-box;
	background-color: black;
	z-index: 10;
}

.s3-title {
	font-size: 46px;
	color: white;
	text-align: center;
}

.s3-description {
	font-size: 20px;
	color: white;
	text-align: center;
	font-weight: 300;
}

#machine-display-container {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	cursor: url(/images/spire/360.cur), move;
}

#backbuffer {
	border-radius: 10px;
}

.s4 {
	padding: 80px 0;
	box-sizing: border-box;
	background-color: black;
	z-index: 10;
}

.s4-title {
	font-size: 46px;
	color: white;
	text-align: center;
}

.s4-description {
	font-size: 20px;
	color: white;
	text-align: center;
	font-weight: 300;
}

.s4-content-list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}

.s4-content-item {
	position: relative;
	width: 150px;
	height: 400px;
	border-radius: 7px;
	margin: 0 5px;
	overflow: hidden;
	transition: all 0.6s ease;
	flex-grow: 1;
}

.s4-content-item:first-child {
	margin-left: 0;
}

.s4-content-item:last-child {
	margin-right: 0;
}

.s4-content-item-image {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	transition: all 0.6s ease;
}

.s4-content-item-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 32px 16px;
	transition: all 0.6s ease;
}

.s4-content-item-rank {
	font-family: "bahnschrift";
	font-size: 42px;
	line-height: 1;
	height: 25px;
	vertical-align: top;
	overflow: hidden;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.7);
	transition: all 0.6s ease;
}

.s4-content-item-title {
	color: rgba(255, 255, 255, 0.7);
	font-weight: 400;
	margin-top: 6px;
	font-size: 14px;
}

.s4-content-description {
	opacity: 0;
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	letter-spacing: 0.05rem;
	color: var(--primary);
	text-align: center;
	background-color: rgba(0, 0, 0, 0.8);
	transition: all 0.6s ease;
}

.s4-content-item.open {
	width: 480px;
	flex-shrink: 0;
}

.s4-content-item.open .s4-content-item-cover {
	opacity: 0;
}

.s4-content-item.open .s4-content-description {
	display: block;
	opacity: 1;
}


.s5 {
	/* min-height: 100vh; */
	padding: 80px 0;
	box-sizing: border-box;
	background-color: black;
	z-index: 10;
}

.s5 .section-content-container {
	opacity: 1;
}

.s5.hide .section-content-container {
	opacity: 0;
}

.s5-title {
	font-size: 46px;
	color: white;
	text-align: center;
}

.s5-content-list {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 60px;
}

.s5-content-item:nth-child(1) {
	width: 730px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.s5-content-item:nth-child(2) {
	width: 370px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.s5-content-item:nth-child(3) {
	width: 370px;
	margin-right: 10px;
	margin-top: 10px;
}

.s5-content-item:nth-child(4) {
	width: 730px;
	margin-left: 10px;
	margin-top: 10px;
}

.s5-content-item {
	position: relative;
	height: 370px;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
}

.s5-content-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: 0.3s ease;
}

.s5-content-item-title-container {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 70px;
	top: 0;
	left: 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.0));
}

.s5-content-item-title-container p {
	position: absolute;
	top: 25px;
	left: 25px;
	font-family: nimbussansnovusdotBolFont;
	font-size: 20px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.7);
	transition: 0.3s ease;
}

.s5-content-item::after {
	content: "";
	width: 36px;
	height: 36px;
	right: 20px;
	bottom: 20px;
	position: absolute;
	background-image: url(/images/spire/icon-click.webp);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.s6 {
	box-sizing: border-box;
	background-color: black;
	height: 300vh;
	z-index: 10;
}

/* .s6-sticky-container {
	height: 686px;
	position: sticky;
	position: -webkit-sticky;
	top: calc(80px + (100vh - 686px) / 2);
	z-index: 1;
	overflow: hidden;
} */

.s6-sticky-container {
	height: 704px;
	position: sticky;
	position: -webkit-sticky;
	top: calc(80px + (100vh - 704px) / 2);
	z-index: 1;
	overflow: hidden;
}

.s6-title-container {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.s6-title-1,
.s6-title-2,
.s6-title-3 {
	display: inline-block;
	width: 100%;
	position: absolute;
	top: 50%;
	font-size: 80px;
	text-align: center;
	line-height: 1.1;
	z-index: 1;
	background-image: linear-gradient(to right, #5e6785, #6f7892 50%, #efeff1 70%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transform-style: preserve-3d;
	transform: scale(4);
	opacity: 0;
	/* transition: opacity 0.6s linear, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); */
	margin-bottom: 0;
	/* will-change: transform, margin-top; */
}

.s6-title-1 {
	margin-top: -176px;
}

.s6-title-2 {
	margin-top: -88px;
}

.s6-title-1.show,
.s6-title-2.show,
.s6-title-3.show {
	opacity: 1;
}

.s6-brand-list-container {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 50px;
	transform: translateX(-50%) translateY(10px) translateZ(0);
	transition: opacity 0.6s linear, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	z-index: 0;
}

.s6-brand-list-container.show {
	opacity: 1;
	z-index: 2;
	transform: translateX(-50%) translateY(-50px) translateZ(0);
}

.s6-brand-list {
	width: 100%;
	height: 100%;
	z-index: 0;
}

.s6-brand-list .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

.s6-brand-list .swiper-slide {
	width: 151px;
	height: 151px !important;
	box-sizing: border-box;
	overflow: visible;
}

.s6-brand-list .swiper-slide .brand-item {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	background-image: linear-gradient(to bottom, rgba(21, 26, 30, 1), rgba(21, 26, 30, 0.1) 90%);
	transition: all 0.3s ease-in-out;
}

.s6-brand-list .swiper-slide:nth-child(even):nth-child(-n+7) .brand-item {
	animation-duration: 10s;
	animation-name: wave;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-timing-function: ease-in-out;
}

.s6-brand-list .swiper-slide:nth-child(odd):nth-child(-n+7) .brand-item {
	animation-duration: 10s;
	animation-name: waveReverse;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-timing-function: ease-in-out;
}

.s6-brand-list .swiper-slide:nth-child(odd):nth-child(n+8) .brand-item {
	animation-duration: 10s;
	animation-name: wave;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-timing-function: ease-in-out;
}

.s6-brand-list .swiper-slide:nth-child(even):nth-child(n+8) .brand-item {
	animation-duration: 10s;
	animation-name: waveReverse;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-timing-function: ease-in-out;
}



@keyframes wave {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(15px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes waveReverse {
	0% {
		transform: translateY(15px);
	}

	50% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(15px);
	}
}

.s6-brand-list-image {
	width: 100%;
}

.s6-brand-mask-left {
	display: inline-block;
	position: absolute;
	width: 150px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.s6-brand-mask-right {
	display: inline-block;
	position: absolute;
	width: 150px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1;
	background-image: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.s7 {
	padding: 80px 0;
	box-sizing: border-box;
	background-color: black;
	z-index: 10;
}

.s7-title {
	display: inline-block;
	font-size: 36px;
	background-image: linear-gradient(to right, #5e6785, #edeef2 37%, #5e6785 70%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.s7-description-container p {
	color: white;
}

.s7-spindle-list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 80px;
}

.s7-spindle-item {
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	width: calc(100% / 6);
	position: relative;
	cursor: pointer;
	overflow: visible;
	align-self: stretch;
}

.s7-spindle-item img {
	width: 100%;
	transition: all 0.3s ease-in-out;
	filter: brightness(80%);
}

.s7-spindle-name {
	position: absolute;
	width: 150px;
	padding: 10px;
	box-sizing: content-box;
	background-color: #edeef2;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
	top: calc(100% + 30px);
	left: 50%;
	transform: translateX(-75px);
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.s7-spindle-name::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: -10px;
	left: 50%;
	transform: translateX(-10px);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #edeef2;
}

.s7-spindle-item:hover img {
	transform-style: preserve-3d;
	transform-origin: 50% 50%;
	transform: perspective(500px) translate3D(0, 0, 60px);
	filter: brightness(100%);
}

.s7-spindle-item:hover .s7-spindle-name {
	opacity: 1;
}

.s7-m-modal {
	display: none;
}

.s8 {
	padding: 80px 0;
	box-sizing: border-box;
	background-color: black;
	z-index: 10;
}

.s8-title {
	display: inline-block;
	font-size: 36px;
	background-image: linear-gradient(to right, #f6f6f6, #ebd3bf);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.s8-description-container p {
	color: white;
}

.s8-drive-list {
	margin-top: 30px;
}

.s8-drive-item {
	position: relative;
	align-self: stretch;
	border-radius: 17px;
}

.s8-drive-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	z-index: 1;
}


.s8-drive-item::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30%;
	background: linear-gradient(to top, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0));
	z-index: 1;
}

.s8-drive-background {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
	border-radius: 17px;
}

.s8-drive-logo {
	position: absolute;
	width: 100px;
	max-height: 40px;
	top: 20px;
	left: 30px;
	object-fit: contain;
	object-position: top left;
	z-index: 2;
}

.s8-drive-logo.large-logo {
	width: 160px;
}

.s8-drive-description {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 30px;
	color: white;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.05rem;
	opacity: 0;
	transform: translateY(10px);
	transition: all 0.6s linear, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	z-index: 2;
	backdrop-filter: blur(24px) saturate(120%);
	-webkit-backdrop-filter: blur(24px) saturate(120%);
}

.s8-drive-item:hover .s8-drive-description {
	opacity: 1;
	transform: translateY(0);
}

.s8-function-container {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}

.swiper-pagination {
	position: static;
	text-align: left;
}

.swiper-pagination .swiper-pagination-bullet {
	background: white;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background: white;
}

.swiper-controller {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.swiper-prev,
.swiper-next {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 41px;
	height: 40px;
	border-radius: 40px;
	background: rgba(26, 26, 27, 0.9);
	color: rgba(211, 211, 211);
	transition: all 0.3s ease-in-out;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.swiper-prev i,
.swiper-next i {
	font-size: 22px;
	font-weight: 900;
	transition: all 0.3s ease-in-out;
}

.swiper-prev {
	margin-right: 10px;
}


.swiper-next {
	margin-left: 10px;
}

.swiper-prev:not(.swiper-button-disabled):hover,
.swiper-next:not(.swiper-button-disabled):hover {
	color: black;
	background-color: rgba(255, 255, 255, 0.9);
}

.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled {
	background-color: rgba(20, 20, 20, 0.9);
	color: rgba(90, 90, 90, 0.9);
	box-shadow: none;
	cursor: not-allowed;
}

.s9 {
	height: 400vh;
	padding-bottom: 80px;
	box-sizing: border-box;
	background-color: black;
	z-index: 10;
}

.s9-sticky-container {
	position: sticky;
	position: -webkit-sticky;
	top: 80px;
}

.s9-chip-container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.chip-background-image {
	display: block;
	width: 550px;
	opacity: 0.1;
	transform: translateX(0) translateY(0) translateZ(0);
	will-change: opacity;
	pointer-events: none;
}

.chip-text-container {
	position: absolute;
	top: calc(50% + 80px);
	left: calc(50% + 80px);
	transform: translateX(-50%) translateY(-50%) translateZ(0);
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: rgba(255, 250, 246, 0.8);
	font-family: nimbussansnovusdotBolFont;
	opacity: 0.1;
	will-change: opacity;
	margin: -80px -80px;
	padding: 80px 80px;
	pointer-events: none;
}

.chip-text-container.background-light {
	opacity: 0;
	filter: url(#glow-1);
}

.s9-chip-container.show .chip-text-container {
	opacity: 1;
}


.s9-chip-container.show .chip-background-image {
	opacity: 1;
}

.chip-text-container span:first-child {
	line-height: 1;
	font-size: 64px;
}

.chip-text-container span:last-child {
	line-height: 1;
	font-size: 32px;
}

.s9-title {
	margin: 0 auto;
	max-width: 1000px;
	font-size: 45px;
	text-align: center;
	background-image: linear-gradient(to right, #f6f6f6, #ebd3bf);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0;
	transform: translateY(60px) translateZ(0);
	transition: opacity 0.6s linear, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.s9-title.show {
	opacity: 1;
	transform: translateY(0) translateZ(0);
}

.s9-control-system-list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
	opacity: 0;
	transition: opacity 0.6s linear;
	transform: translateZ(0);
}

.s9-control-system-list.show {
	opacity: 1;
}

.control-system-item {
	width: calc((100% - 100px) / 6);
	margin: 0 10px;
	padding: 15px;
	border-radius: 5px;
	background-color: #1a1b1e;
	height: auto;
	align-self: stretch;
}

.control-system-logo {
	width: 100px;
	max-height: 25px;
	object-fit: contain;
	object-position: top left;
	margin-bottom: 5px;
}

.control-system-item:first-child {
	margin-left: 0;
}

.control-system-item:last-child {
	margin-right: 0;
}

p.control-system-name {
	font-size: 17px;
	color: white;
	margin-top: 5px;
}

.control-system-description {
	font-size: 16px;
	color: white;
	margin-top: 5px;
}

.s10 {
	background-color: black;
	padding: 80px 0;
	transition: background-color 1.2s ease-in-out;
}

.s10-title-container {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.s10-title-container h2 {
	font-size: 46px;
}

.s10-title-container h2:first-child {
	margin-right: 30px;
	color: white;
	transition: color 1.2s ease-in-out;
}

.s10-title-container h2:last-child {
	display: inline-block;
	background-image: linear-gradient(to right, #fe6f58, #f51063 30%, #35126a);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

p.s10-description {
	font-size: 18px;
	color: white;
	text-align: center;
	transition: color 1.2s ease-in-out;
}

.s10-design-list {
	margin-top: 50px;
}

.design-overview {
	width: 100%;
	cursor: pointer;
	overflow: hidden;
	border-radius: 10px;
}

.design-overview img {
	transition: transform 0.3s ease;
}

.design-list {
	margin-top: 20px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}

.design-item {
	margin: 0 10px;
	width: calc((100% - 40px) / 3);
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	border-radius: 17px;
	overflow: hidden;
	cursor: pointer;
}

.design-list img {
	width: 100%;
	transition: transform 0.3s ease;
}

.design-item:first-child {
	margin-left: 0;
}

.design-item:last-child {
	margin-right: 0;
}

.s10.show {
	background-color: white;
}

.s10.show .s10-title-container h2:first-child {
	color: black;
}

.s10.show p.s10-description {
	color: black;
}

.s11 {
	padding: 80px 0;
	background-color: #eeeeee;
}

p.s11-title-optional {
	color: #f68f76;
}

.s11-title {
	display: inline-block;
	font-size: 36px;
	background-image: linear-gradient(to right, #fe5859, #ff8b46 10%, #f41063 40%, #5d226c 70%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0;
}

p.s11-description {
	color: black;
}

.s11-optional-function-list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 30px;
}


.optional-function-item {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: calc((100% - 40px) / 3);
	align-self: stretch;
	margin: 10px;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
}

.optional-function-item:nth-child(-n+3) {
	margin-top: 0;
}

.optional-function-item:nth-child(n+16) {
	margin-bottom: 0;
}

.optional-function-item:first-child,
.optional-function-item:nth-child(3n+1) {
	margin-left: 0;
}


.optional-function-item:nth-child(3n) {
	margin-right: 0;
}

.optional-function-image-container {
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.optional-function-image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.optional-function-info {
	flex-grow: 1;
	padding: 15px;
	background-color: #e6e6e6;
}

p.optional-function-description {
	color: black;
	line-height: 1.2;
}

.s12 {
	padding: 80px 0;
	background-color: #eeeeee;
}

.s12-title {
	font-size: 36px;
}

p.s12-description {
	color: black;
}

.s12-application-table {
	border: none;
	padding: 0;
	margin-top: 30px;
}

.s12-application-table td {
	padding: 5px;
}

.s12-application-table tr:first-child td {
	padding-top: 0;
}

.s12-application-table tr:last-child td {
	padding-bottom: 0;
}

.s12-application-table tr>td:first-child {
	padding-left: 0;
}

.s12-application-table tr>td:last-child {
	padding-right: 0;
}

.s12-application-table .image-wrapper {
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
}

.s12-application-table img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.3s ease;
}

.s12-application-table .image-wrapper:hover img {
	transform: scale(1.2);
}

.s12-application-table .image-square {
	width: 216px;
	height: 216px;
}

.s12-application-table .image-w-2 {
	width: 442px;
	height: 216px;
}

.s12-application-table .image-h-2 {
	width: 216px;
	height: 300px;
}

.s12-application-table .image-w-2-h-2 {
	width: 442px;
	height: 526px;
}

.s13 {
	padding: 80px 0;
	background-color: #eeeeee;
}

.s13-title {
	font-size: 36px;
}

p.s13-description {
	color: black;
}

.s13-specification-list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: flex-start;
	text-align: center;
	margin-top: 30px;
}

.specification-item {
	flex-grow: 1;
	margin: 0 10px;
}

.specification-item:first-child {
	margin-left: 0;
}

.specification-item:last-child {
	margin-right: 0;
}

.specification-machine-image {
	width: 100%;
}

.specification-model {
	color: black;
	font-size: 20px;
	margin-top: 40px;
}

.specification-params-list {
	color: black;
	margin-top: 30px;
}

.specification-param-item {
	margin-bottom: 25px;
}

.specification-param-item:last-child {
	margin-bottom: 0;
}

.specification-param-item .specification-param-value {
	font-family: nimbussansnovusdotBolFont;
	color: black;
}

.specification-param-item .specification-param-name {
	color: black;
	font-size: 14px;
}

.s14 {
	padding: 80px 0;
	background-color: #eeeeee;
}

.s14-contact-container {
	padding: 70px 180px;
	background-color: white;
	border-radius: 10px;
}

.s14-title {
	font-size: 36px;
	color: black;
	text-align: center;
}

p.s14-description {
	color: black;
	text-align: center;
}

.s14-contact-form {
	margin-top: 30px;
}

.s14-contact-form .input-wrapper {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20;
}

.contact-form {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-top: 35px;
}

.contact-form-item {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: flex-start;
	align-content: flex-start;
	width: calc((100% - 20px) / 2);
	margin: 8px 10px;
}

.contact-form-item:nth-child(odd) {
	margin-left: 0;
}

.contact-form-item:nth-child(even) {
	margin-right: 0;
}

.contact-form-item:nth-child(-n+2) {
	margin-top: 0;
}

.contact-form-item:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.contact-form .full-form-item {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.contact-form .input-wrapper {
	width: calc((100% - 40px) / 2);
	margin: 10px;
}

.contact-form-item label {
	margin-bottom: 8px;
	font-family: nimbussansnovusdotBolFont;
	height: 26px;
}

.contact-form-item input,
.contact-form-item textarea {
	padding: 10px 13px;
	font-size: 16px;
	box-sizing: content-box;
	color: #3e3e3e;
	border: 1px solid #d7d6d6;
	background-color: #eeeeee;
	border-radius: 5px;
	transition: all 0.3s ease;
	letter-spacing: 0.05rem;
}

.contact-form-item input::placeholder,
.contact-form-item textarea::placeholder {
	color: #a1a1a1;
}

.contact-form-item input {
	height: 20px;
	line-height: 20px;
}

.contact-form-item input:hover,
.contact-form-item textarea:hover {
	border-color: #3e3e3e;
}

.contact-form-item input:focus,
.contact-form-item textarea:focus {
	border-color: #3e3e3e;
}

.contact-submit-btn {
	max-width: 120px;
	text-align: center;
	padding: 13px 20px;
	border-radius: 5px;
	line-height: 1;
	font-family: nimbussansnovusdotBolFont;
	color: white;
	background-image: linear-gradient(to right, #ff8e44, #fa1462, #37136a);
	margin: 0 auto;
	margin-top: 50px;
	cursor: pointer;
	user-select: none;
}

.form-required {
	color: #fa1462;
	font-size: 14px;
	line-height: 26px;
	margin-right: 3px;
}

.contact-form-item.error input,
.contact-form-item.error textarea {
	border-color: #fa1462;
}

.w-xs {
	display: none;
}

@media (min-width:2100px) {

	.s1-content {
		left: 20.17%;
	}

}

@media (max-width: 1500px) {}

@media (min-width: 1024px) {

	.s5-content-item:hover img {
		transform: scale(1.2);
	}

	.s5-content-item:hover p {
		color: var(--primary);
	}

	.design-overview:hover img {
		transform: scale(1.2);
	}

	.design-item:hover img {
		transform: scale(1.2);
	}

	.optional-function-item:hover .optional-function-image-container img {
		transform: scale(1.2);
	}

	#s8-drive-swiper .swiper-wrapper {
		transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	}

}

@media (max-width: 1400px) {
	.s1-content {
		top: 1%;
		left: 10%;
	}
}

@media (max-width: 1120px) {

	.section-content-container {
		width: 90%;
	}

	.s2-advantage-list {
		margin-left: 10vw;
		margin-right: 10vw;
	}

	.s2-advantage-item {
		width: 25vw;
	}

	.s2-advantage-item img {
		width: 25vw;
		height: 20.508vw;
	}

	.s2-advantage-list {
		width: 173.5vw;
	}

	.s4-content-item {
		height: 50vw;
	}

	.s4-content-item.open {
		width: 30vw;
	}

	.s5-content-item {
		height: auto;
	}

	.s5-content-item:nth-child(1) {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.s5-content-item:nth-child(2) {
		width: calc((100% - 20px) / 2);
		margin: 10px 10px 10px 0;
	}

	.s5-content-item:nth-child(3) {
		width: calc((100% - 20px) / 2);
		margin: 10px 0 10px 10px;
	}

	.s5-content-item:nth-child(4) {
		width: 100%;
		margin-left: 0;
		margin: 10px 0 0 0;
	}

	.s5-content-item-title-container {
		height: 70px;
	}

	.s7-spindle-item:hover img {
		transform: none;
		filter: none;
	}

	.s7-spindle-item .s7-spindle-name {
		display: none;
	}

	.s8-drive-item:hover .s8-drive-description {
		opacity: 1;
		transform: none;
	}

	.s9 {
		height: 500vh;
	}

	.s9-control-system-list {
		flex-wrap: wrap;
	}

	.s9-control-system-list {
		margin-top: 30px;
	}

	.control-system-item {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.control-system-item:last-child {
		margin-bottom: 0;
	}

	p.control-system-name {
		font-family: nimbussansnovusdotBolFont;
	}

	.control-system-description {
		font-size: 14px;
	}

	.s10-title-container {
		display: block;
	}

	.s12-application-table-m {
		display: block;
	}

	.s12-application-table {
		display: none;
	}

	.s12-application-table-m {
		border: none;
		margin-top: 30px;
		width: 100%;
	}

	.s12-application-table-m td {
		padding: 5px;
	}

	.s12-application-table-m tr:first-child td {
		padding-top: 0;
	}

	.s12-application-table-m tr:last-child td {
		padding-bottom: 0;
	}

	.s12-application-table-m tr>td:first-child {
		padding-left: 0;
	}

	.s12-application-table-m tr>td:last-child {
		padding-right: 0;
	}

	.s12-application-table-m img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.s12-application-table-m .image-wrapper {
		width: 90vw;
		height: calc((90vw - 10px) / 2);
		border-radius: 10px;
		overflow: hidden;
	}

	.s12-application-table-m .image-wrapper.image-square {
		width: calc((90vw - 10px) / 2);
	}

	.s12-application-table-m .image-wrapper.image-w-2 {
		width: 90vw;
	}

	.s12-application-table-m .image-wrapper.image-h-2 {
		width: calc((90vw - 10px) / 2);
		height: 90vw;
	}

	.s12-application-table-m .image-w-2-h-2 {
		width: 90vw;
		height: 90vw;
	}

	.s13-specification-list {
		flex-wrap: wrap;
	}

	.specification-item {
		width: 50%;
		margin: 0;
		margin-bottom: 10px;
	}

	.specification-item:last-child {
		margin-bottom: 0;
	}

	.specification-model {
		margin-top: 20px;
	}

	.specification-param-item {
		margin-bottom: 15px;
	}

	.specification-params-list {
		margin-top: 20px;
	}

	.s14-contact-container {
		padding: 20px 30px;
	}
}

@media (max-width: 767px) {

	.s1 {
		height: auto;
	}

	.s1-content {
		width: 90%;
		top: 116px;
		left: 50%;
		transform: translateX(-50%);
	}

	.w-xs {
		display: block;
	}

	.s1-content-title {
		font-size: 36px;
	}

	.s4-content-item.open {
		width: 100%;
	}

	.s1-content-description {
		display: none;
	}

	p.s1-content-description-m {
		font-family: nimbussansnovusdotBolFont;
		color: white;
		font-size: 16px;
	}

	.s1-btn-group {
		margin-top: 30px;
	}

	.s1-btn-group .btn {
		padding: 10px 26px;
	}

	.s2-sticky-container {
		position: static;
	}

	.s2 {
		display: block;
		height: auto;
		position: static;
	}

	.s2-transition-image {
		display: none;
	}

	.s2-content-container {
		position: static;
		padding: 50px 0;
		min-height: 0;
		opacity: 1;
		transform: none;
	}

	.s2-text-container {
		display: none;
	}

	.s2-title-m {
		font-size: 40px;
		color: white;
		text-align: center;
		margin-bottom: 0;
	}

	p.s2-description-m {
		font-size: 22px;
		color: white;
		text-align: center;
	}

	.s2-content-wrapper {
		position: static;
		transform: none;
	}

	.s2-advantage-list {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 50px;
		opacity: 1;
	}

	.s2-advantage-item {
		margin: 0;
		border-radius: 5vw;
		height: auto;
	}

	.s2-sticky-wrapper-container {
		height: auto;
	}

	.s2-advantage-item img {
		width: 100%;
		height: auto;
	}

	.s2-advantage-item p {
		padding: 5vw;
	}

	.s2-function-container {
		width: 90%;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
	}

	.s3 {
		padding: 50px 0;
	}

	.s3-title {
		font-size: 26px;
	}

	#machine-display-container {
		margin-top: 30px;
	}

	.s3-description {
		font-size: 18px;
		line-height: 1.3;
	}

	.s4 {
		padding: 50px 0;
	}

	.s4-title {
		font-size: 26px;
	}

	.s4-description {
		font-size: 18px;
		line-height: 1.3;
	}

	.s4-content-list {
		margin-top: 30px;
	}

	.s4-content-item {
		width: 60vw;
		margin: 0;
		border-radius: 5vw;
		height: auto;
	}

	.s4-content-item:first-child {
		margin-left: 0;
	}

	.s4-content-item:last-child {
		margin-right: 0;
	}

	.s4-content-item-cover {
		background: none;
		padding: 3vw;
	}

	.s4-content-item-rank {
		font-size: 36px;
		height: 21px;
	}

	.s4-content-item-title {
		color: rgba(0, 0, 0, 0.7);
		font-family: nimbussansnovusdotBolFont;
	}

	.s4-content-item-title {
		margin-top: 3px;
	}

	.s4-content-description {
		position: static;
		height: auto;
		opacity: 1;
		color: white;
		text-align: left;
		line-height: 1.3;
		padding: 10px;
	}

	.s4-content-item-image {
		position: static;
	}

	.s4-content-item-rank {
		color: rgba(0, 0, 0, 0.7);
	}

	.s4-function-container {
		width: 100%;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 20px;
	}

	.s5 {
		padding: 50px 0;
	}

	.s5-title {
		font-size: 26px;
	}

	.s5-description {
		font-size: 18px;
		line-height: 1.3;
	}

	.s5-content-list {
		margin-top: 30px;
	}

	.s5-content-item {
		width: calc((90vw - 15px) / 2) !important;
		height: calc((90vw - 15px) / 2) !important;
	}

	.s5-content-item:nth-child(1) {
		margin: 0 7.5px 7.5px 0;
	}

	.s5-content-item:nth-child(2) {
		margin: 0 0 7.5px 7.5px;
	}

	.s5-content-item:nth-child(3) {
		margin: 7.5px 7.5px 0 0;
	}

	.s5-content-item:nth-child(4) {
		margin: 7.5px 0 0 7.5px;
	}

	.s5-content-item-title-container {
		display: inline-block;
		height: 50px;
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	}

	.s5-content-item-title-container p {
		top: 10px;
		left: 10px;
		font-size: 18px;
	}

	.s5-content-item::after {
		width: 25px;
		height: 25px;
		right: 10px;
		bottom: 10px;
	}

	.s6 {
		padding: 50px 0;
		height: auto;
		overflow: hidden;
	}

	.s6-sticky-container {
		height: auto;
		position: static;
		overflow: visible;
	}

	.s6-title-container {
		height: auto;
	}

	.s6-title-1,
	.s6-title-2,
	.s6-title-3 {
		position: static;
		font-size: 38px;
		opacity: 1;
		transform: none;
	}

	.s6-title-1 {
		margin-top: 0;
	}

	.s6-title-2 {
		margin-top: 0;
	}

	.s6-brand-list-container {
		position: static;
		margin-top: 30px;
		transform: none;
		opacity: 1;
	}

	.s6-brand-list-container.show {
		opacity: 1;
		margin-top: 30px;
	}

	.s6-brand-list .swiper-slide {
		height: 120px !important;
	}

	.s6-brand-list .swiper-slide .brand-item {
		border-radius: 8px;
		background-image: linear-gradient(to bottom, rgba(21, 26, 30, 1), rgba(21, 26, 30, 0.1) 90%);
	}

	.s6-brand-list .swiper-slide:nth-child(even):nth-child(-n+7) .brand-item {
		animation: none;
	}

	.s6-brand-list .swiper-slide:nth-child(odd):nth-child(-n+7) .brand-item {
		animation: none;
	}

	.s6-brand-list .swiper-slide:nth-child(odd):nth-child(n+8) .brand-item {
		animation: none;
	}

	.s6-brand-list .swiper-slide:nth-child(even):nth-child(n+8) .brand-item {
		animation: none;
	}

	.s6-brand-mask-left {
		width: 50px;
	}

	.s6-brand-mask-right {
		width: 50px;
	}

	.s7 {
		padding: 50px 0;
	}

	.s7-spindle-list {
		margin-top: 30px;
	}

	.s7-title {
		font-size: 26px;
	}

	.s7-description {
		font-size: 18px;
		line-height: 1.3;
	}

	.s7-spindle-list {
		flex-wrap: wrap;
	}

	.s7-spindle-item {
		width: calc((100% - 40px) / 3);
		margin: 10px;
	}

	.s7-spindle-item:first-child {
		margin-left: 0;
	}

	.s7-spindle-item:nth-child(4) {
		margin-left: 0;
	}

	.s7-spindle-item:nth-child(3n) {
		margin-right: 0;
	}

	.s7-m-modal {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1001;
		backdrop-filter: blur(20px);
	}

	.s7-m-modal.show {
		display: block;
		opacity: 1;
	}

	.s7-m-modal .s7-m-modal-masker {
		position: absolute;
		width: 100%;
		height: 100%;
		filter: blur(20px);
		-webkit-filter: blur(20px);
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		z-index: 1001;
		background-color: rgba(232, 232, 237, 0.48);
		background-attachment: fixed;
	}

	.s7-m-modal .s7-m-modal-content {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: white;
		width: 90vw;
		height: 110vw;
		max-height: 90%;
		border-radius: 5vw;
		z-index: 1001;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 15px;
	}

	.s7-m-modal-close-button {
		position: absolute;
		top: 10px;
		right: 20px;
		font-size: 22px;
	}

	.s7-m-modal-image-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-grow: 1;
		margin: 0 auto;
	}

	.s7-m-modal-image {
		max-width: 85%;
		max-height: 85%;
		display: block;
		object-fit: cover;
		object-position: center;
	}

	.s7-m-modal-title {
		font-size: 20px;
		padding: 20px;
		text-align: center;
		flex-shrink: 0;
	}

	.s8 {
		padding: 50px 0;
	}

	.s8-title {
		font-size: 26px;
	}

	.s8-description {
		font-size: 18px;
		line-height: 1.3;
	}

	.s8-drive-background {
		height: auto;
		border-radius: 8px;
	}

	.s8-drive-logo {
		position: absolute;
		width: 60px;
		max-height: 20px;
		top: 15px;
		left: 15px;
	}

	.s8-drive-logo.large-logo {
		width: 100px;
	}

	.s8-drive-item::after {
		display: none;
	}

	.s8-drive-description {
		position: static;
		transform: none;
		opacity: 1;
		padding: 0 10px 10px 10px;
		font-size: 14px;
		margin-top: 15px;
	}

	.s9 {
		height: auto;
		padding-top: 0;
		padding-bottom: 50px;
	}

	.s9-title {
		font-size: 30px;
	}

	.chip-text-container span:first-child {
		font-size: 40px;
	}

	.chip-text-container span:last-child {
		font-size: 26px;
	}

	.s10 {
		padding: 50px 0;
	}

	.s10-title-container h2 {
		font-size: 32px;
		margin-bottom: 0;
	}

	p.s10-description {
		text-align: left;
	}

	.s10-design-list {
		margin-top: 30px;
	}

	.s11 {
		padding: 50px 0;
	}

	.s11-title {
		font-size: 30px;
	}

	.optional-function-item {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	.optional-function-item:last-child {
		margin-bottom: 0;
	}

	.optional-function-item:nth-child(-n+3) {
		margin-top: 10px;
	}

	.s12 {
		padding: 50px 0;
	}

	.s12-title {
		font-size: 30px;
	}

	.s13 {
		padding: 50px 0;
	}

	.s13-title {
		font-size: 30px;
	}


	.s14 {
		padding: 50px 0;
	}

	.s14-title {
		font-size: 30px;
	}

	.s14-contact-container {
		padding: 20px;
	}

	.contact-form {
		margin-top: 25px;
	}

	.contact-submit-btn {
		margin-top: 30px;
	}

	.contact-form-item {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.contact-form-item:first-child {
		margin-top: 0;
	}

	.contact-form-item:nth-child(-n+2) {
		margin-top: 8px;
	}

}

@media (min-aspect-ratio: 0.69) and (max-width: 1120px) {
	.s1-content {
		top: 200px;
	}

	.optional-function-item {
		width: calc((100% - 20px) / 2);
	}

	.optional-function-item:nth-child(odd) {
		margin-left: 0;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.optional-function-item:nth-child(even) {
		margin-left: 10px;
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.optional-function-item:nth-child(-n+2) {
		margin-top: 0;
	}

	.optional-function-item:nth-child(n+15) {
		margin-bottom: 0;
	}
}

@media (max-aspect-ratio: 0.45) or (max-width: 380px) {
	.s1-content-title {
		font-size: 34px;
	}

	.s1-content {
		top: 96px;
	}

	.s1-btn-group {
		margin-top: 20px;
	}

	.s1-btn-group .btn {
		padding: 8px 20px;
		font-size: 14px;
		line-height: 22px;
	}

	.s2-advantage-item {
		width: 90vw;
	}

	.s5-content-item {
		width: 100% !important;
	}

	.s5-content-item:nth-child(1) {
		margin: 0 0 20px 0;
	}

	.s5-content-item:nth-child(2) {
		margin: 0 0 20px 0;
	}

	.s5-content-item:nth-child(3) {
		margin: 0 0 20px 0;
	}

	.s5-content-item:nth-child(4) {
		margin: 0;
	}

	.s6-title-1,
	.s6-title-2,
	.s6-title-3 {
		font-size: 30px;
	}

}