.keen-slider__slide figure {
	border-radius: 10px;
}

.slide-title {
	font-family: 'TheSerif';
	font-weight: bold;
}

a.button,
input[type="submit"] {
	background-color: #312783;
	color: white;
	border-radius: 100vh;
	padding: 1rem 2rem;
	font-weight: bold;
	transition: all 240ms ease-in-out;
	border:0;
	font-family: 'Inclusive Sans';
	font-size: var(--step--1);
}

a.button:hover
input[type="submit"]:hover {
	transform: scale(1.05);
}

a.button:active,
input[type="submit"]:active {
	background-color: #E94F35;
}

.block.block-container {
	border-radius: 10px;
}

.block-container .container-content .block{
	max-width: 600px;
}

.block-image {
	border-radius: 10px;
	overflow: hidden;
}

.block-carousel {
	overflow: hidden;
	border-radius: 10px;
}