<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dfd-root .dfd-footer{
    display: none!important;
}

.navigation .level0 .submenu{
    height: unset!important;
    min-height: 100%!important;
}

.navigation .level1 a span.icon-right-open{
    position: static!important;
    display: none!important;
}

.navigation .level0 a span{
    height: unset!important;
}

.navigation .level0 a span{
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}


@media only screen and(max-width: 576px){
    .dfd-fullscreen .dfd-initial-content, .dfd-fullscreen .dfd-fallback-content, .dfd-fullscreen .dfd-content{
        flex-flow: column;
    }

    .dfd-fullscreen .dfd-aside{
        width: 100%;
    }
}



/*** COOKIE POPUP ***/
.popup-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999999999;
}

.popup-dialog-container {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    width: 800px;
    padding: 60px;
    overflow: auto;
    box-sizing: border-box;
    transform: translateY(-50%) translateX(-50%);
    background: #fff;
}

.cookie-accept .cookie-info {
    margin-bottom: 20px;
}

.cookie-accept .cookie-info .description {
    font-size: 14px;
}

.cookie-accept .cookie-info .switcher {
    float: right;
}

.cookie-accept .cookie-info .title h2 {
    margin-bottom: 10px;
    padding: 0;
    line-height: 35px;
    font-size: 20px;
}

.cookie-accept &gt; .accept &gt; p {
    text-align: center;
}

.cookie-accept .see-more a{
	cursor: pointer;
}

.cookie-accept .cookie-info .description table th, .cookie-accept .cookie-info .description table td {
    padding: 10px;
    font-size: 13px;
    vertical-align: top;
}

.cookie-accept .cookie-info .description table th {
    font-weight: bold;
    white-space: nowrap;
}

.cookie-accept .cookie-info .description table th, .cookie-accept .cookie-info .description table td {
    padding: 10px;
    font-size: 13px;
    vertical-align: top;
}

#accept_all_cookies{
	font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    border: unset;
    background-color: #ED1C24;
    color: #fff!important;
    padding: 12px 30px 12px;
    cursor: pointer;
    text-transform: uppercase;
    transition: .3s all;
    display: inline-block;
    text-decoration: none !important;
}

#accept_all_cookies:hover{
	background-color: #000;
	color: white!important;
}

@media only screen and (max-width: 768px){
	.popup-dialog-container{
		padding: 15px;
	}

	.cookie-accept .accept a{
		width: 100%;
		box-sizing: border-box;
	}

	.cookie-accept #accept_selected_cookies{
		margin-top: 10px;
	}

	.footer .block.pme-lider{
		display: none;
	}

	.footer .block{
		display: block;
	}

	.absolute-footer .copyright{
		width: 100%;
    	padding: 0 10px;
	}
}


.page-footer .footer-wrapper .footer-container .footer-links{
    width: 90%;
}

.page-footer .footer-wrapper .footer-container .footer-links li{
    vertical-align: middle!important;
}

.page-footer .footer-wrapper .footer-container .footer-links li a{
    display: block;
}

.page-footer .footer-wrapper .footer-container .footer-links li img{
    vertical-align: middle!important;
    max-width: 100px;
}

@media only screen and (max-width: 1150px){
    .page-footer .footer-wrapper .footer-container .footer-links li{
        margin-top: 20px;
    }
}</pre></body></html>