* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
}
html {
	font-size: 17px;
	background: black;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	word-wrap: break-word;
	line-height: 1.6;
	scroll-padding-top: 1em;
}
body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	font-size: 1rem;
	font-style: normal;
	font-family: 'Wix Madefor Text', Helvetica, Arial, sans-serif;
	color: #D6DCDC;
}
#top {
	background: black;
}
#site_wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
header {
	position: relative;
	z-index: 1;
	top: 0;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
	pointer-events: none;
}
header.sticky {
	position: fixed;
	left: 0;
	right: 0;
	transition: transform 0.5s;
	transform: translateY(0);
}
header.sticky.hidden {
	transform: translateY(-100%);
}
header.horizontal-padding {
	padding-left: 4rem;
	padding-right: 4rem;
}
header.vertical-padding {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
#header {
	display: flex;
	width: 100%;
	align-items: center;
}
#header #logo,
#header #call_to_action {
	flex: 1;
}
#header #header_menu_container {
	flex: max-content;
}
#header #call_to_action {
	text-align: right;
	white-space: nowrap;
}
#call_to_action a {
	pointer-events: all;
}
#logo img,
#footer_aora_logo img {
	display: block;
	width: 100%;
	max-width: 7.353rem;
}
#logo a {
	pointer-events: all;
}
#logo a, #footer_logos a {
	display: inline-block;
}
#logo img.white {
	display: none;
}
#header_menu_container {
	text-align: center;
}
#header_menu,
#sidebar_menu ul {
	list-style: none;
	margin: 0;
}
#header_menu {
	font-size: 0.94rem;
	display: inline-block;
	background: rgba(0, 0, 0, 0.7);
	border: 2px solid #3C3C3C;
	border-radius: 2rem;
	pointer-events: all;
}
#header_menu li,
#sidebar_menu li {
	display: inline-block;
}
#header_menu li {
	white-space: nowrap;
	position: relative;
}
#header_menu li a.button {
	display: none;
}
#header_menu li a:not(.button),
#sidebar_menu li a:not(.button) {
	display: block;
	padding: 0.55rem 1rem;
	text-decoration: none;
	color: inherit;
}
#header_menu li {
	color: inherit;
}
#header_menu li.has_sub_menus > a {
	background: url('data:image/svg+xml;utf8,<svg viewBox="0 -1 4 4" xmlns="http://www.w3.org/2000/svg"><path d="M0 0 L1 1 L0 2" stroke="%23D6DCDC" stroke-width="0.3" /></svg>') no-repeat right / 1em;
	padding-right: 2em;
}
#header_menu li.has_sub_menus:hover > a {
	background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 -1 4 4" xmlns="http://www.w3.org/2000/svg"><path d="M0 0 L1 1 L0 2" stroke="%237A64FF" stroke-width="0.3" /></svg>');
}
#header_menu > li.has_sub_menus > a {
	background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 -1.5 4 4" xmlns="http://www.w3.org/2000/svg"><path d="M0 0 L1 1 L2 0" stroke="%23D6DCDC"  stroke-width="0.3" /></svg>');
	padding-right: 1.5em;
}
#header_menu > li.has_sub_menus:hover > a {
	background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 -1.5 4 4" xmlns="http://www.w3.org/2000/svg"><path d="M0 1 L1 0 L2 1" stroke="%237A64FF" stroke-width="0.3" /></svg>');
	padding-right: 1.5em;
}
#header_menu li.selected > a:not(.button),
#header_menu li.selected_parent > a:not(.button),
#header_menu li:hover > a:not(.button) {
	color: #7A64FF;
}
#header_menu li > ul {
	position: absolute;
	background: black;
	border-radius: 0 0 0.75em 0.75em;
	text-align: left;
	margin: 0;
	box-shadow: 0 0 1em rgba(0, 0, 0, 0.125);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s;
	z-index: 1;
}
#header_menu li:hover > ul {
	opacity: 1;
	pointer-events: auto;
}
#header_menu li > ul > li {
	display: block;
}
#header_menu li > ul ul {
	left: 100%;
	top: 0;
}

#sidebar_menu li {
	color: white;
	padding: 0.18em 0;
}
#sidebar_menu,
#hamburger_button {
	display: none;
}
#content_container.vertical-padding,
#wavy_content_container.vertical-padding {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
#content_container.vertical-padding + #wavy_content_container.vertical-padding {
	padding-top: 0;
}
#wavy_content_container {
	background: url('../images/wave-flat-bottom.svg') no-repeat 50% 15em / 100% auto, linear-gradient(white 40em, #ffd1b3 50em, #ffd1b3);
}
#footer {
	line-height: 1.5;
	border-top: 2px solid #3C3C3C;
	background: black;
}
#footer strong {
	font-weight: 500;
}
#footer_columns {
	display: flex;
}
#footer_columns .footer-column {
	flex: 1;
	border-left: 1px solid #3C3C3C;
	border-right: 1px solid #3C3C3C;
	padding-left: 4%;
	padding-right: 4%;
}
#footer_columns .footer-column:first-child {
	border-left: none;
	padding-left: 0;
}
#footer_columns .footer-column:last-child {
	border-right: none;
	padding-right: 0;
}
#footer_logos {
	display: table;
	width: 100%;
}
#footer_logos > div {
	display: table-cell;
	vertical-align: middle;
}
#footer_content {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-weight: 400;
	font-size: 0.824rem;
	width: 100%;
	display: flex;
	align-content: space-between;
}
.footer-content {
	flex: 1;
}
.footer-content a {
	text-decoration: none;
}
#footer_contact {
	line-height: 1.3;
}
#footer_contact a {
	text-decoration: none;
}
#footer_menu_container {
	flex: 4;
}
#footer_menu {
	display: flex;
	list-style: none;
	margin: 0;
	font-style: normal;
	text-decoration: none;
	align-content: space-evenly;
}
#footer_menu li {
	display: block;
	flex: 1;
	font-weight: 500;
	padding-bottom: 1em;
}
#footer_menu li > ul {
	display: block;
	margin: 1em 0 0 0;
}
#footer_menu li > ul > li {
	display: block;
	font-weight: normal;
}
#footer_menu li a {
	display: inline-block;
	color: white;
	text-decoration: none;
}
#footer_legal {
	font-size: 0.7rem;
}
@media screen and (max-width: 810px) {
	#content_container .image_with_wrapped_text img {
		width: 50%;
	}
}
@media screen and (max-width: 950px) {
	#footer_menu_container {
		flex: 2;
	}
	#footer_menu {
		display: grid;
		grid-template-columns: 1fr 1fr
	}
}
@media screen and (max-width: 450px) {
	#footer_menu,
	#footer_menu li {
		display: block;
	}
	#footer_menu li {
		padding-bottom: 0.5em;
	}
	#footer_menu > li + li {
		margin-top: 1em;
	}
	#footer_menu li a {
		display: inline-block;
	}
}
@media screen and (max-width: 700px) {
	#footer_content,
	.footer-content {
		display: block;
		width: auto;
	}
	.footer-content {
		margin-top: 2em;
		text-align: left !important;
	}
}
@media screen and (max-width: 1366px) {
	header.horizontal-padding {
		padding-right: 2rem;
		padding-left: 2rem;
	}
	header.sticky {
		position: sticky;
	}
	header.sticky + #header_spacer {
		display: none;
	}
	#header_menu_container {
		order: 3;
	}
	#header {
		gap: 1.5rem;
	}
	#header #header_menu_container {
		flex: 0;
	}
	#header_menu {
		display: none;
	}
	#sidebar_menu {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		background-color: #243657;
		z-index: 10;
		width: 320px;
		box-sizing: border-box;
		padding: 1.412rem;
		line-height: 1;
		transition: right 0.5s;
		z-index: 1;
		overflow: auto;
	}
	#sidebar_menu li {
		display: block;
	}
	#sidebar_menu li > ul {
		display: none;
		margin-left: 1em;
		background-color: rgba(255, 255, 255, 0.17);
		padding: 0.3em 0;
	}
	#sidebar_menu li.expanded > ul {
		display: block;
	}
	#sidebar_menu li a {
		padding: 0.708rem 0.618rem;
	}
	#sidebar_menu li.has_sub_menus > a {
		background: url('data:image/svg+xml;utf8,<svg viewBox="0 -1 4 4" xmlns="http://www.w3.org/2000/svg"><path d="M0 0 L1 1 L0 2 z" fill="white" /></svg>') no-repeat right / 1em;
		padding-right: 2em;
	}
	#sidebar_menu li.has_sub_menus.expanded > a {
		background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 -1.5 4 4" xmlns="http://www.w3.org/2000/svg"><path d="M0 0 L2 0 L1 1 z" fill="white" /></svg>');
	}
	#site_wrapper {
		background: white;
		position: relative;
		z-index: 2;
		transition: transform 0.2s ease-in-out;
	}
	body.expanded #site_wrapper {
		transform: translateX(-320px);
	}
	
	#hamburger_button {
		pointer-events: all;
		display: inline-block;
		vertical-align: middle;
		width: 2em;
		height: 2em;
		line-height: 0;
		padding: 0;
		cursor: pointer;
		background: transparent url('../images/hamburger.png') no-repeat scroll center center;
		position: relative;
	}
	#hamburger_button,
	#hamburger_button:hover,
	#hamburger_button:active,
	#hamburger_button:focus {
		outline: 0;
		border: none;
	}
	
	@supports (transform: rotate(0)) {
		#hamburger_button {
			background-image: none !important;
		}
		#hamburger_button .animated-hamburger {
			margin-left: 0.3em;
			margin-top: -0.05em;
		}
		#hamburger_button .animated-hamburger,
		#hamburger_button .animated-hamburger::before,
		#hamburger_button .animated-hamburger::after {
			display: block;
			position: absolute;
			width: 1.47em;
			height: 3px;
			background-color: #D6DCDC;
		}
		#hamburger_button .animated-hamburger::before,
		#hamburger_button .animated-hamburger::after {
			content: '';
		}
		#hamburger_button .animated-hamburger {
			top: 50%;
			transition: background-color 0.22s, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
		}
		#hamburger_button .animated-hamburger::before {
			top: -0.41em;
			transition: background-color 0.22s, top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
		}
		#hamburger_button .animated-hamburger::after {
			bottom: -0.41em;
			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);
		}
	
		#hamburger_button.expanded .animated-hamburger {
			transform: rotate(225deg);
		}
		
		#hamburger_button.expanded .animated-hamburger::before {
			top: 0;
			opacity: 0;
			transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
		}
	
		#hamburger_button.expanded .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);
		}
	
		#hamburger_button:hover .animated-hamburger,
		#hamburger_button:hover .animated-hamburger::before,
		#hamburger_button:hover .animated-hamburger::after,
		#hamburger_button.expanded .animated-hamburger,
		#hamburger_button.expanded .animated-hamburger::before,
		#hamburger_button.expanded .animated-hamburger::after {
			background-color: #7A64FF;
		}
	}
}
@media screen and (max-width: 480px) {
	#sidebar_menu {
		width: 260px;
	}
	body.expanded #site_wrapper {
		transform: translateX(-260px);
	}
}
#cookie_permissions_container {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	margin-left: 1rem;
	padding: 1rem;
	z-index: 2;
	background-color: white;
	background-color:rgba(255, 255, 255, 0.9);
	color: #404040;
	max-width: 30rem;
	box-sizing: border-box;
	box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 33rem) {
	#cookie_permissions_container {
		left: 0;
		right: 0;
		bottom: 0;
		margin-left: 0;
	}
}
#cookie_permissions {
	font-size: 0.7rem;
}
.cookie-permissions-caption {
	font-weight: normal;
	font-size: 1rem;
}
.cookie-permissions-buttons button {
	font-size: 0.7rem;
	letter-spacing: 0;
	width: 100%;
}
.cookie-permissions-buttons button + button {
	margin-top: 0.5rem;
}
.cookie-permissions-buttons:not(:last-child) {
	margin-bottom: 1em;
}
.cookie-permissions-buttons + p, .cookie-permissions-buttons + p + p {
	margin: 0.2em 0;
}