@charset "UTF-8";
/* CSS Document */

	html{height:100%;}
	body{margin:0;height:100%;}
	.swiper-container{height:100%;}
	.swiper-slide div{display:table;width:100%;height:100%;}
	.swiper-slide p{display:table-cell;vertical-align:middle;text-align:center;color:#FFF;font-size:32px;font-family:Roboto;}
	.swiper-slide .slide1{background:#ff7473;}
	.swiper-slide .slide2{background:#ffc952;}
	.swiper-slide .slide3{background:#47b8e0;}
	.swiper-slide .slide4{background:#34314c;}
	:root{--swiper-theme-color:#FFF;}
	.swiper-scrollbar-drag{background:rgba(255, 255, 255, 0.5);}
