select option{
    background: white;
}
.card-v8{
    height: 100%;
}
:root {
	--mega-nav-height: 70px;
	--mega-nav-content-max-width: var(--max-width-lg);
}
.slideshow__item--custom-height {
	height: 90vh;
}   
.feature-v8__sub-content {
	margin-top: calc(var(--feature-v8-gap) * -1.5);
}
	
.loop-slideshow__nav-item button {
	height: 2px !important;
}
	
.mega-nav--desktop .mega-nav__control::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--color-contrast-higher);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s;
}
	
.mega-nav {
	height: var(--mega-nav-height);
	width: 100%;
	z-index: var(--z-index-header, 3);
	box-shadow: inset 0px -2px 0px hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 1);
}
	
.mega-nav__logo {
	display: block;
	width: 45px;
	height: 45px;
}
	
.mega-nav__logo.title {
	display: block;
	width: 100%;
	max-width: 200px;
	height: 60px;
}
	
.mega-nav__logo.stars {
	display: block;
	width: 45px;
	height: 55px;
}
#cookie_note{
    display: none;
    position: fixed;
	bottom: 0;
	width: 100%;
    background-color: white;
    border-radius: 4px;
	z-index: 9999;
}

#cookie_note p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
	}
}
@media (max-width: 768px) {
	.slideshow__item--custom-height {
		height: 350px;
	}
}
@media (max-width: 575px){
	.mega-nav__logo.stars {
	    display: none;
	}
	.cookie_accept{
		margin-top: 20px;
	}
    #cookie_note.show{
        display: block;
        text-align: left;
		width: 100%;
		position: fixed;
		bottom: 0;
		max-width: unset;
    }
}
	