<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.matomo-cookies-consent-container {
	z-index: 10000;
}

.matomo-cookies-banner-container {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;

	display: flex;
	flex-direction: row;
	align-items: end;
	
    pointer-events: none;
	background-color: rgba(0, 0, 0, 0.0);
    
    color: white;
    padding-bottom: 10px;
}
.matomo-cookies-banner-container-open {

    pointer-events: all;
    background-color: rgba(0, 0, 0, 0.75);
}

.matomo-cookies-banner-button {
	height: 2em;
	line-height: 2em;
	padding: 0px 0.5em;
	background-color: #7e7e7e;
	position: relative;
	display: inline-block;
	border-radius: 3px;
	margin: 27px;
	
    pointer-events: all;
}

.matomo-cookies-banner-container .matomo-cookies-banner {
    display: none;
}
.matomo-cookies-banner-container-open .matomo-cookies-banner {
    display: flex;
}

.matomo-cookies-banner {
	flex-grow: 1;
	flex-basis: 0px;
	align-items: start;

	display: flex;
	flex-direction: column;

	position: relative;
}

.matomo-cookies-banner-text-container &gt; span {
	display: inline-block;
	width: 100%;
    margin: 5px;
  
	text-align: left;
    color: white;
}

.matomo-cookies-banner-form {
	display: flex;
	flex-direction: row;
}

.matomo-cookies-checkbox-label {
    padding-left: 0.5em; 
}

.matomo-cookies-banner-text-link {
    color: #00dfff;
    text-decoration: underline;
}
.matomo-cookies-banner-text-link:visited {
    color: #00dfff;
}
.matomo-cookies-banner-text-link:before {
	content: attr(href);
}

.matomo-cookies-banner-button-text:before {
	content: "Cookies and you";
}

.matomo-cookies-banner-container-open .matomo-cookies-banner-button-text:before {
	content: "Close";
}

.matomo-cookies-banner-text:before {
	content: "The Tygron websites use Matomo and its cookies for analytical purposes.";
}

.matomo-cookies-banner-text-warning:before {
	content: "Note that embedded third-party services such as Youtube may place third-party cookies when videos are played or other services are used.";
}

.matomo-cookies-banner-text-moreinfo:before {
	content: "For our full Cookie Policy see ";
}

.matomo-cookies-banner-text-moreinfo:after {
	content: ".";
}

.matomo-cookies-checkbox-label:before {
	content: "I consent to analytical cookies";
}

</pre></body></html>