@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto+Condensed&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, button, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

img, object, embed {
	vertical-align: bottom;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

q:before, q:after {
	content: '';
}

a * {
	cursor: pointer;
}

input,
textarea {
	outline: none;
}

html {
	height: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font: 12px/1.2 "Roboto Condensed", sans-serif;
	height: 100%;
	min-width: 320px;
	position: relative;
	color: #000;
	background: #fff;
}

a {
	color: #2600ff;
	text-decoration: none;
}

* {
	outline: none;
}

* {
	box-sizing: border-box;
}

*:before, *:after {
	box-sizing: border-box;
}

* ::-moz-selection {
	background: #2600ff;
	color: #fff;
}

* ::selection {
	background: #2600ff;
	color: #fff;
}

.container {
	max-width: 1440px;
	padding: 0 20px;
	margin: 0 auto;
}

@media screen and (max-width: 1600px) {
	.container {
		max-width: 1024px;
	}
}

.swiper {
	width: 100%;
	height: 100%;
	min-height: 560px;
}

.swiper .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.swiper-vertical .swiper-pagination-bullets {
	font-family: 'Bebas Neue', cursive;
	font-size: 75px;
	right: 0;
	text-align: left;
	width: 420px;
}

@media screen and (max-width: 1600px) {
	.swiper-vertical .swiper-pagination-bullets {
		font-size: 44px;
		width: 300px;
	}
}

@media screen and (max-width: 1025px) {
	.swiper-vertical .swiper-pagination-bullets {
		font-size: 24px;
		width: 175px;
	}
}

@media screen and (max-width: 767px) {
	.swiper-vertical .swiper-pagination-bullets {
		right: 10%;
		top: 70%;
	}
}

@media screen and (max-width: 639px) {
	.swiper-vertical .swiper-pagination-bullets {
		left: 50%;
		transform: translate3d(-15%, -50%, 0);
	}
}

.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	color: #fff;
	margin: 0;
	opacity: 1;
	width: auto;
	height: auto;
	background: none;
	transition: font-size .3s, color .3s, transform .3s;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active {
	color: #b90d1a;
	font-size: 100px;
	transform: translate3d(-30px, 0, 0);
}

@media screen and (max-width: 1600px) {
	.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active {
		font-size: 60px;
	}
}

@media screen and (max-width: 1025px) {
	.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active {
		font-size: 40px;
	}
}

.swiper-button-next {
	top: auto;
	bottom: 0;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	right: auto;
}

.swiper-button-next {
	width: auto;
	height: auto;
	bottom: 10%;
}

@media screen and (max-width: 639px) {
	.swiper-button-next {
		bottom: 15px;
	}
}

.swiper-button-next:before {
	content: "";
	background: url("../images/shadow.png") no-repeat;
	width: 257px;
	height: 257px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	margin: auto;
}

.swiper-button-next:after {
	content: "";
}

.swiper-button-next span {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	width: 94px;
	height: 94px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: url("../images/touch.svg") no-repeat;
	background-position: 50%;
}

@media screen and (max-width: 1600px) {
	.swiper-button-next span {
		width: 60px;
		height: 60px;
		font-size: 10px;
		padding: 10px;
	}
}

.swiper-button-next svg {
	margin-top: 8px;
}

@media screen and (max-width: 1600px) {
	.swiper-button-next svg {
		width: 6px;
		margin-top: 4px;
	}
}

.text_cloud {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate3d(0, -50%, 0);
	width: 830px;
	height: 468px;
	font-size: 22px;
	line-height: 1.6;
	color: #fff;
	text-align: left;
	padding: 100px 70px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1600px) {
	.text_cloud {
		width: 532px;
		height: 300px;
		padding: 60px 30px;
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.text_cloud {
		width: 568px;
		height: 320px;
		top: 45%;
	}
}

@media screen and (max-width: 639px) {
	.text_cloud {
		width: 320px;
		height: auto;
		padding: 40px 20px;
		top: 40%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
	}
}

.text_cloud:before {
	content: "";
	position: absolute;
	background: url("../images/cloud-text.svg") no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.text_cloud > * {
	position: relative;
	z-index: 2;
	max-height: 272px;
	overflow: auto;
}

@media screen and (max-width: 639px) {
	.text_cloud > * {
		max-height: 110px;
	}
}

.map_cloud {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate3d(0, -50%, 0);
	width: 830px;
	height: 468px;
}

@media screen and (max-width: 1600px) {
	.map_cloud {
		width: 532px;
		height: 300px;
	}
}

@media screen and (max-width: 767px) {
	.map_cloud {
		width: 568px;
		height: 320px;
		top: 45%;
	}
}

@media screen and (max-width: 639px) {
	.map_cloud {
		width: 300px;
		height: 180px;
		padding: 25px 20px;
		top: 40%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
	}
}

.map_cloud:before {
	content: "";
	position: absolute;
	background: url("../images/map.png") no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: contain;
}

.sup {
	height: 188px;
	overflow: hidden;
	color: #fff;
	font-size: 22px;
	line-height: 1.6;
	padding: 70px 70px 25px;
	position: relative;
	z-index: 2;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}

@media screen and (max-width: 1600px) {
	.sup {
		padding: 20px 40px;
		height: 120px;
		font-size: 14px;
	}
}

@media screen and (max-width: 639px) {
	.sup {
		padding: 0;
		height: 38px;
		font-size: 12px;
	}
}

.panel {
	margin: 0 -10px;
	display: flex;
}

.panel > * {
	padding: 0 10px;
}

.letter {
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
}

@media screen and (max-width: 1720px) {
	.letter {
		display: none;
	}
}

.letter.first {
	background-image: url("../images/i_letter.png");
	top: 126px;
	left: -235px;
	width: 469px;
	height: 168px;
}

.letter.second {
	background-image: url("../images/v_letter.png");
	top: -300px;
	left: 20%;
	width: 394px;
	height: 498px;
}

.letter.extra {
	background-image: url("../images/c_letter.png");
	top: -415px;
	right: 10%;
	width: 822px;
	height: 830px;
}

.letter.last {
	background-image: url("../images/a_letter.png");
	bottom: 10%;
	right: -320px;
	width: 688px;
	height: 666px;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	color: #fff;
	font-size: 20px;
}

.header .container {
	display: flex;
	padding: 50px 20px;
}

@media screen and (max-width: 1600px) {
	.header .container {
		padding: 40px 20px;
	}
}

.logo {
	flex-shrink: 1;
	flex-grow: 1;
	display: flex;
	padding: 0 10px;
	justify-content: center;
	margin-top: -10px;
}

@media screen and (max-width: 1600px) {
	.logo {
		margin-top: -25px;
	}
}

@media screen and (max-width: 767px) {
	.logo {
		margin-top: -52px;
	}
}

@media screen and (max-width: 1600px) {
	.logo svg {
		width: 150px;
	}
}

@media screen and (max-width: 767px) {
	.logo svg {
		width: 90px;
	}
}

@media screen and (max-width: 1600px) {
	.time {
		font-size: 14px;
	}
}

.st0 {
	fill: #FFFFFF;
}

.st1 {
	fill: #C7394B;
}

.st2 {
	fill: #B8E0EB;
}

.st3 {
	fill: #C83A4B;
}

.st4 {
	fill: #B9181D;
}

@media screen and (max-width: 639px) {
	.panel svg {
		width: 15px;
	}
}
