.standard.header {
	background-image: linear-gradient(to top,#241da4,#0d1433) !important;
}
.header:not(.asleep):before {	
	background-image: url(https://uploads-ssl.webflow.com/5f0583afb9fc03e1c74e77e1/656f758d19b1aa8603e88f2f_astro-beamer.webp) !important;
    background-position: 66vw !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    height:220px !important
}

.embed .header:not(.asleep):before {
	background-image: none !important
}

.feature[role] {
	border-radius: 12px !important
}
a.actionLink {
	border-radius: 20px !important
}

.standalone .header .publicLogo.custom {
	top: 10px !important;
	width: 48px;
}
.header.asleep a.publicLogo.custom {
	top: 0px !important
}

.featureAction a {
	border-radius: 20px !important
}