html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
footer,
header {
	display: block;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
main {
	display: block;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
	outline-width: 0;
}
img {
	border-style: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
}
*,
:after,
:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Arial;
	font-weight: 400;
	line-height: 2;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}
body,
h1 {
	font-family: Ubuntu, sans-serif;
}
.no-bullet {
	margin: 0;
	padding: 0;
	list-style: none;
}
.grid-container {
	padding-right: 1.875rem;
	padding-left: 1.875rem;
	max-width: 78.75rem;
	margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
	.grid-container {
		padding-right: 1.875rem;
		padding-left: 1.875rem;
	}
}
@media print, screen and (min-width: 61.875em) {
	.grid-container {
		padding-right: 1.875rem;
		padding-left: 1.875rem;
	}
}
@media print, screen and (min-width: 64em) {
	.grid-container {
		padding-right: .9375rem;
		padding-left: .9375rem;
	}
}
.alignnone {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	height: auto;
}
.aligncenter {
	display: block;
	height: auto;
	margin: 1.875rem auto;
}
@media print, screen and (min-width: 40em) {
	.aligncenter {
		margin: 1.875rem auto;
	}
}
@media print, screen and (min-width: 61.875em) {
	.aligncenter {
		margin: 1.875rem auto;
	}
}
@media print, screen and (min-width: 64em) {
	.aligncenter {
		margin: .9375rem auto;
	}
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform, -o-transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform, -o-transform;
	transition-property: transform, -webkit-transform;
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: opacity .3s;
	-o-transition: .3s opacity;
	transition: opacity .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10;
}
.header {
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	background: #fff;
	padding: 10px 0;
	position: relative;
	z-index: 9;
}
@media print, screen and (min-width: 40em) {
	.header {
		padding: 1.25rem;
	}
}
@media print, screen and (min-width: 64em) {
	.header {
		padding: 2.1875rem;
	}
}
@media print, screen and (min-width: 40em) {
	.header-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.header .brand {
	text-align: center;
	display: block;
	margin-bottom: .625rem;
}
@media print, screen and (min-width: 40em) {
	.header .brand {
		margin-bottom: 0;
	}
}
.header .brand img {
	max-width: 5rem;
}
@media print, screen and (min-width: 64em) {
	.header .brand img {
		max-width: 126px;
	}
}
.Footer {
	background: #e5007c;
	padding: 3.75rem 0;
	color: #fff;
}
@media print, screen and (min-width: 48em) {
	.Footer-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.Footer-info {
	/*display: -webkit-box;*/
	/*display: -ms-flexbox;*/
	/*display: flex;*/
	/*-webkit-box-pack: justify;*/
	/*-ms-flex-pack: justify;*/
	/*justify-content: space-between;*/
	/*-ms-flex-wrap: wrap;*/
	/*flex-wrap: wrap;*/
	margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 48em) {
	.Footer-info {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}
.page-banner {
	margin-left: -1.875rem;
	margin-right: -1.875rem;
}
@media print, screen and (min-width: 64em) {
	.page-banner {
		margin: 0;
	}
}
.page-banner .swiper-container {
	width: 100%;
	height: 300px;
}
@media print, screen and (min-width: 64em) {
	.page-banner .swiper-container {
		height: 400px;
	}
}
.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;

	font-weight: 300;
	line-height: 2;
	text-align: center;
}

.swiper-slide img:after {
	content: attr(alt);

	font-size: 16px;
	color: rgb(100, 100, 100);

	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.page-header h1 {
	font-size: 1.875rem;
	font-weight: 500;
	margin-top: 1.25rem;
}
@media print, screen and (min-width: 64em) {
	.page-header h1 {
		font-size: 2.5rem;
		padding-left: 10%;
	}
}
@media screen and (min-width: 75em) {
	.page-header h1 {
		padding: 0 15%;
	}
}
.page-content {
	padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 64em) {
	.page-content {
		padding: 0 10% 5rem;
	}
}
@media screen and (min-width: 75em) {
	.page-content {
		padding: 0 15% 5rem;
	}
}
.page-content p {
	font-weight: 300;
	line-height: 1.5;
}
@media print, screen and (min-width: 64em) {
	.page-content p {
		font-size: 1.125rem;
	}
}
.page-content .page-image {
	margin: 2.5rem -1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	height: 160px;
}
@media print, screen and (min-width: 64em) {
	.page-content .page-image {
		height: auto;
		margin: 2.5rem calc(-10% - 20px);
	}
}
@media screen and (min-width: 75em) {
	.page-content .page-image {
		margin: 2.5rem calc(-15% - 55px);
	}
}
.page-content .page-image img {
	height: 100%;
	width: auto;
	max-width: 9999px;
}
@media print, screen and (min-width: 64em) {
	.page-content .page-image img {
		height: auto;
		max-width: 100%;
	}
}
@media print, screen and (min-width: 40em) {
	.page-content .page-image {
		height: 200px;
	}
}
@media print, screen and (min-width: 48em) {
	.page-content .page-image {
		height: 300px;
	}
}
.CateringContact {
	background: #fbfbfb;
	padding: 1.875rem;
	margin: 2.5rem -1.875rem 0;
}
@media print, screen and (min-width: 64em) {
	.CateringContact {
		margin: 2.5rem 0 0;
		padding: 6.25rem 10%;
	}
}
@media screen and (min-width: 75em) {
	.CateringContact {
		padding: 6.25rem 15%;
	}
}
.CateringContact-title {
	font-size: 1rem;
	display: block;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 40em) {
	.CateringContact-title {
		font-size: 1.125rem;
	}
}
.CateringContact-list-item {
	margin-bottom: 2.5rem;
}
.CateringContact .contact-label,
.CateringContact .contact-value {
	display: block;
}
.CateringContact .contact-label {
	font-size: .875rem;
	text-transform: uppercase;
	font-weight: 500;
}
@media print, screen and (min-width: 40em) {
	.CateringContact .contact-label {
		font-size: 1rem;
	}
}
.CateringContact .contact-value {
	font-size: 1rem;
	font-weight: 300;
}
@media print, screen and (min-width: 40em) {
	.CateringContact .contact-value {
		font-size: 1.125rem;
	}
}

.page-banner .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: none;
	border: 1px solid #fff;
	opacity: 1;
	cursor: pointer;
	outline: none;
}

@media print, screen and (min-width: 64em) {
	.page-banner .swiper-pagination .swiper-pagination-bullet {
		width: 16px;
		height: 16px;
	}
}

.page-banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
}
