@import url('/fonts/open_sans/stylesheet.css');

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
}

html, body {
	background: white;
	color: black;
}

html {
	font-size: 19px;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1000px) {
	html { font-size: 17px; }
}
@media screen and (max-width: 600px) {
	html { font-size: 15px; }
}
body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 300;
	line-height: 1.3;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

#header {
	position: relative;
	box-sizing: border-box;
	min-height: 45vw;
	min-height: min(45vw, 45vh);
	display: flex;
	flex-direction: column;
}
#header.full-height {
	min-height: 100vh;
}
#header header {
	position: relative;
}
.header-content-with-logo {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 2rem;
}
.header-content-with-logo > * {
	flex: 1;
}
.header-logo {
	max-width: 8rem;
}
.header-logo img {
	display: block;
	width: 100%;
}
#menu_bar {
	padding-left: 1.15rem;
	padding-right: 1.15rem;
	display: flex;
	justify-content: space-between;
	position: sticky;
	top: 0;
	box-sizing: border-box;
	z-index: 10;
	margin-bottom: -3.76795rem;
}
#menu_bar #logo {
	width: 5.3rem;
}
#menu_bar #logo a,
#menu_bar #logo img {
	display: block;
	width: 100%;
}
body.main-menu-expanded #logo[style] {
	transition: opacity 0.5s;
	opacity: 1 !important;
}
#menu_bar #menu_buttons {
	margin-left: auto;
	align-items: center;
	display: flex;
}
#menu_bar #menu_buttons a {
	color: white;
	text-decoration: none;
	display: inline-block;
	margin: 0.5em 1em;
	border: 2px solid currentColor;
	border-radius: 3rem;
	padding: 0.15em 0.75em;
	cursor: pointer;
	text-align: center;
	font-size: 0.77rem;
	font-weight: 600;
}
#menu_bar #menu_toggle {
	margin-left: auto;
	margin-right: 0.75rem;
	width: 2rem;
	cursor: pointer;
}
#menu_bar #menu_buttons + #menu_toggle {
	margin-left: 2rem;
}

@supports (transform: rotate(0)) {
	#menu_toggle .animated-hamburger,
	#menu_toggle .animated-hamburger::before,
	#menu_toggle .animated-hamburger::after {
		display: block;
		position: absolute;
		width: 2rem;
		height: 4px;
		border-radius: 0;
		background-color: white;
	}
	#menu_toggle .animated-hamburger {
		background-color: transparent;
	}
	#menu_toggle .animated-hamburger::before,
	#menu_toggle .animated-hamburger::after {
		content: '';
	}
	#menu_toggle .animated-hamburger {
		top: 50%;
		margin-top: -2px;
		transition: background-color 0.22s, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	}
	#menu_toggle .animated-hamburger::before {
		top: -0.5rem;
		transition: background-color 0.22s, top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
	}
	#menu_toggle .animated-hamburger::after {
		bottom: -0.5rem;
		transition: background-color 0.22s, bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	body.main-menu-expanded #menu_toggle .animated-hamburger {
	  transform: rotate(225deg);
	}
	  
	body.main-menu-expanded #menu_toggle .animated-hamburger::before {
		top: 0;
		opacity: 0;
		transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
	}

	body.main-menu-expanded #menu_toggle .animated-hamburger::after {
		bottom: 0;
		transform: rotate(-90deg);
		transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	#menu_toggle:hover .animated-hamburger::before,
	#menu_toggle:hover .animated-hamburger::after,
	body.main-menu-expanded #menu_toggle .animated-hamburger,
	body.main-menu-expanded #menu_toggle .animated-hamburger::before,
	body.main-menu-expanded #menu_toggle .animated-hamburger::after {
		background-color: white;
	}
}




body.main-menu-expanded #main_menu,
body.main-menu-expanded #main_menu::before {
	left: 0;
}
#main_menu {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 100%;
	overflow: auto;
	transition: left 0.5s;
	z-index: 6;
	padding-left: 1.15rem;
	padding-right: 1.15rem;
	padding-top: 5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 4rem;
	box-sizing: border-box;
}
#main_menu::before {
	content: '';
	position: fixed;
	background: #c5086f;
	left: 100%;
	transition: left 0.5s;
	top: 0;
	right: 0;
	height: 3.5rem;
}
#main_menu .hand_picked_menu {
	list-style: none;
	margin-left: 0;
	font-weight: bold;
	font-size: 1.23rem;
}
#main_menu .hand_picked_menu a {
	color: inherit;
	text-decoration: inherit;
	display: inline-block;
	margin: 0.5rem 0;
	white-space: nowrap;
}
#main_menu .hand_picked_menu ul {
	list-style: none;
	margin-left: 0;
	font-weight: normal;
}
#main_menu_sidebar {
	flex: 1 1 0;
	padding-top: 0.35rem;
}
#main_menu_content {
	flex: 2 1 0;
}
#main_menu_simple.hand_picked_menu > li > ul > li {
	font-weight: 300;
}
#main_menu_simple.hand_picked_menu > li > ul > li > a {
	margin: 0.25rem 0;
}
#main_menu_detailed {
	display: inline-grid;
	grid-template-columns: auto auto;
	gap: 2rem 4rem;
}
#main_menu_detailed > li {
	display: block;
}
#main_menu_detailed > li > a {
	font-size: 2.31rem;
}
@media screen and (max-width: 960px) {
	#main_menu .hand_picked_menu {
		font-size: 1rem;
	}
	#main_menu_detailed > li > a {
		font-size: 1.5em;
	}
}
@media screen and (max-width: 720px) {
	#main_menu_detailed {
		display: block;
	}
	#main_menu .hand_picked_menu a {
		margin: 0.25em 0;
	}
}

#main_menu_sidebar_search_social {
	margin-top: 1rem;
	display: flex;
	flex-direction: column;
}
#main_menu_sidebar_search_social > * {
	display: block;
}
@media screen and (max-width: 400px) {
	#main_menu .hand_picked_menu {
		position: relative;
	}
	#main_menu_sidebar .social-media-accounts {
		text-align: right;
		margin-top: -3.5rem;
		margin-bottom: 1rem;
	}
	#main_menu_sidebar .social-media-accounts a {
		position: relative;
	}
	#main_menu_sidebar form#search {
		order: 2;
	}
}

#header_background,
#header_background img,
#header_background video,
#header_background::after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
#header_background::after {
	content: '';
	background-color: rgba(0, 0, 0, 0.4);
}
#header_background.tint-0::after { background-color: transparent; }
#header_background.tint-10::after { background-color: rgba(0, 0, 0, 0.1); }
#header_background.tint-20::after { background-color: rgba(0, 0, 0, 0.2); }
#header_background.tint-30::after { background-color: rgba(0, 0, 0, 0.3); }
#header_background.tint-40::after { background-color: rgba(0, 0, 0, 0.4); }
#header_background.tint-50::after { background-color: rgba(0, 0, 0, 0.5); }
#header_background.tint-60::after { background-color: rgba(0, 0, 0, 0.6); }
#header_background.tint-70::after { background-color: rgba(0, 0, 0, 0.7); }
#header_background.tint-80::after { background-color: rgba(0, 0, 0, 0.8); }
#header_background.tint-90::after { background-color: rgba(0, 0, 0, 0.9); }
#header_background.tint-100::after { background-color: black; }

#header_background.tint-magenta::after {
	background-color: rgba(197, 8, 111, 0.4);
}
#header_background.tint-magenta.tint-0::after { background-color: transparent; }
#header_background.tint-magenta.tint-10::after { background-color: rgba(197, 8, 111, 0.1); }
#header_background.tint-magenta.tint-20::after { background-color: rgba(197, 8, 111, 0.2); }
#header_background.tint-magenta.tint-30::after { background-color: rgba(197, 8, 111, 0.3); }
#header_background.tint-magenta.tint-40::after { background-color: rgba(197, 8, 111, 0.4); }
#header_background.tint-magenta.tint-50::after { background-color: rgba(197, 8, 111, 0.5); }
#header_background.tint-magenta.tint-60::after { background-color: rgba(197, 8, 111, 0.6); }
#header_background.tint-magenta.tint-70::after { background-color: rgba(197, 8, 111, 0.7); }
#header_background.tint-magenta.tint-80::after { background-color: rgba(197, 8, 111, 0.8); }
#header_background.tint-magenta.tint-90::after { background-color: rgba(197, 8, 111, 0.9); }
#header_background.tint-magenta.tint-100::after { background-color: #c5086f; }

#header_background.tint-white::after {
	background-color: rgba(255, 255, 255, 0.4);
}
#header_background.tint-white.tint-0::after { background-color: transparent; }
#header_background.tint-white.tint-10::after { background-color: rgba(255, 255, 255, 0.1); }
#header_background.tint-white.tint-20::after { background-color: rgba(255, 255, 255, 0.2); }
#header_background.tint-white.tint-30::after { background-color: rgba(255, 255, 255, 0.3); }
#header_background.tint-white.tint-40::after { background-color: rgba(255, 255, 255, 0.4); }
#header_background.tint-white.tint-50::after { background-color: rgba(255, 255, 255, 0.5); }
#header_background.tint-white.tint-60::after { background-color: rgba(255, 255, 255, 0.6); }
#header_background.tint-white.tint-70::after { background-color: rgba(255, 255, 255, 0.7); }
#header_background.tint-white.tint-80::after { background-color: rgba(255, 255, 255, 0.8); }
#header_background.tint-white.tint-90::after { background-color: rgba(255, 255, 255, 0.9); }
#header_background.tint-white.tint-100::after { background-color: white; }

#header_background img.static_page_element_image_placeholder {
	background: none !important;
}
#header #header_background .static_page_element_image_toolbar {
	bottom: 0;
	display: none;
}
#header:hover #header_background .static_page_element_image_toolbar,
#header:hover #header_background .static_page_element_image_toolbar[style] {
	display: block !important;
	z-index: 10;
}
#header header {
	margin-top: auto;
	padding-top: 6rem;
	padding-bottom: 6rem;
}
#header header .logo img {
	width: 15rem;
}
#header header .logo + h1 {
	margin-top: 2rem;
}
#header header .h2 {
	text-transform: uppercase;
}
#footer {
	margin-top: auto;
}
#footer hr {
	color: #900c54;
	background-color: #900c54;
	margin: 2rem 0;
}
#footer .newsletter-registration-form,
#footer .newsletter-registration-form table.contact tbody {
	display: flex;
	align-items: center;
}
#footer .newsletter-registration-form table.contact,
#footer .newsletter-registration-form table.contact tbody tr.email {
	flex: 1;
}
#footer .newsletter-registration-form table.contact,
#footer .newsletter-registration-form table.contact tbody {
	margin: 0;
}
#footer .newsletter-registration-form table.contact tbody tr {
	padding: 0;
	width: auto;
	display: block;
}
#footer .newsletter-registration-form table.contact tbody tr.email {
	padding: 0 1em;
}
#footer .newsletter-registration-form table.contact tbody tr.email input[type="text"] {
	background: transparent;
	color: inherit;
	border: none;
	border-bottom: 2px solid white;
	padding: 0.5em 0;
	outline: none;
}
#footer .newsletter-registration-form h2 {
	max-width: 10rem;
}
#footer .newsletter-registration-form:not(:first-child) {
	margin-top: 1em;
}
@media screen and (max-width: 700px) {
	#footer .newsletter-registration-form {
		display: block;
	}
	#footer .newsletter-registration-form h2 {
		max-width: none;
	}
	#footer .newsletter-registration-form table.contact {
		margin-top: 1em;
	}
	#footer .newsletter-registration-form table.contact tbody tr.email {
		padding-left: 0;
	}
}
@media screen and (max-width: 400px) {
	#footer .newsletter-registration-form, #footer .newsletter-registration-form table.contact tbody {
		display: initial;
	}
	#footer .newsletter-registration-form table.contact tbody tr.email {
		padding-right: 0;
	}
	#footer .newsletter-registration-form table.contact tbody tr.submit td {
		text-align: right;
	}
}
#footer_columns {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3rem;
	width: 100%;
}
#footer_map .static_page_element.map,
#footer_map .static_page_element.map[style],
#footer_map .static_page_element.map-inner,
#footer_map .static_page_element.map-inner[style] {
	width: 100% !important;
	height: 0 !important;
	padding-bottom: 68%;
}
#footer_links {
	list-style: none;
	margin-left: 0;
}
#footer_links a {
	color: inherit;
	text-decoration: inherit;
}
#footer_copyright {
	padding-top: 7rem;
}
@media screen and (max-width: 900px) {
	#footer_columns {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 500px) {
	#footer_columns,
	#footer_columns .footer-column {
		display: block;
		width: auto;
		padding: 0;
	}
	#footer_columns .footer-column + .footer-column {
		margin-top: 2rem;
	}
	#footer_links {
		display: block;
	}
	#footer_links li {
		display: inline-block;
		margin: 0 1em 0.5em 0;
	}
	#footer_copyright {
		padding-top: 2em;
	}
}
form#search {
	white-space: nowrap;
	border: 2px solid black;
	position: relative;
	height: 2rem;
	border-radius: 5rem;
	overflow: hidden;
}
form#search input[type="text"],
form#search input[type="submit"] {
	position: absolute;
	height: 2rem;
	line-height: 1;
	box-sizing: border-box;
	padding: 0.5em;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	outline: none;
	border: none;
	border-radius: 0;
	appearance: none;
}
form#search input[type="text"] {
	width: 100%;
	padding-left: 2rem;
	background: transparent;
	color: inherit;
}
form#search input[type="submit"] {
	min-width: 0;
	width: 2rem;
	text-indent: 900px;
	background: transparent url('../images/search-black.svg') no-repeat center center / 1.25rem;
}
#main_menu_sidebar form#search {
	border-color: white;
	color-scheme: dark;
}
#main_menu_sidebar form#search input[type="submit"] {
	background-image: url('../images/search-white.svg');
}
.sharing-widget.overlay {
	z-index: 5 !important;
}
.sharing-widget.overlay.left {
	overflow: hidden;
	border-radius: 0 0.25rem 0.25rem 0;
}
.sharing-widget.overlay.right {
	overflow: hidden;
	border-radius: 0.25rem 0 0 0.25rem;
}
.sharing-widget.overlay li a.sharing-widget-button[style] {
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
}
.sharing-widget.overlay li a.sharing-widget-button.sharing[style] {
	background-color: #c5086f !important;
}