body {
	font: 16px/1 Arial, sans-serif;
	margin: 0;
	color: #333;
}

a {
	color: #333;
}

a:hover {
	color: #f58658;
}

#header {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 64px;
	justify-content: space-between;
	padding: 8px 16px;
}

.menu {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	list-style: none;
	padding: 0 0 0 16px;
}

.menu li {
	margin: 0 16px;
	text-align: center;
}

.menu a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.splide {
	text-align: center;
}

.splide .splide__arrow {
	background: rgba(255,255,255,0.9);
	height: 48px;
	width: 48px;
}

.splide .splide__arrow svg {
	height: 24px;
	width: 24px;
}

.splide__slide img {
	max-height: calc(100vh - 64px);
}