<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media all and (max-width: 1599px) {

#header {
width: calc(100% - 150px);
}

#navigation {
width: calc(100% - 4px - 150px);
}

#tresc-cal {
width: calc(100% - 150px - 2.4rem);
}


}

@media all and (max-width: 1299px) {

html {
font-size: 18px;
line-height: 18px;
}

#header {
width: calc(100% - 110px);
}

#navigation {
width: calc(100% - 4px - 110px);
}

#tresc-cal {
width: calc(100% - 110px - 2.4rem);
}

}




@media all and (max-width: 999px) {

html {
font-size: 16px;
line-height: 16px;
}

#header {
width: calc(100% - 80px);
}

#navigation {
width: calc(100% - 4px - 80px);
}

#tresc-cal {
width: calc(100% - 80px - 2.4rem);
}



#tresc .kon_lw {
padding: 0 0 0.4rem 0;
float: left;
width: 100%;
}

#tresc .kon_pr {
width: calc(100% - 4px);
float: right; 
}


#t_lw {
font-size: 1.4rem;
}

#t_pw {
font-size: 1.4rem;
}


}



@media all and (min-width: 100px) and (max-width: 799px) {


#header {
width: calc(100% - 60px);
}

#navigation {
width: calc(100% - 4px - 60px);
}

#tresc-cal {
width: calc(100% - 60px - 2.4rem);
}


}



@media all and (min-width: 100px) and (max-width: 766px) {


#tresc {
width: calc(100% - 1.4rem);
padding-left: 0.7rem;
padding-right: 0.7rem;
}

#tresc-cal {
width: calc(100% - 60px - 1.6rem);
padding: 0.8rem;
}

#t_lw, #t_pw {
display: none;
}

#t_logo {
float: none;
margin: auto;
}

#navigation {
overflow: hidden;
}

.menu {
display: none;
}

.menu.active {
transform: scaleY(1);
transition: 0.2s;
}

.hamburgerBox {
display: block;
}

.menu li {
border: none;
border-top: 2px solid rgba(255, 255, 255, 0.2);
/* border-bottom: 2px solid rgba(255, 255, 255, 0.2); */
}

.menu li a {
border-radius: 0 !important;
}

.menu li a.pdm {
color: rgba(255, 255, 255, 0.6);
}

.menu li ul {
border: none;
background: none;
position: static;
transform: none;
visibility: visible;
box-shadow: none;
width: 100%;
}

.menu li ul li {
margin: 0;
border-top: 1px solid rgba(255, 255, 255, 0.2);

border-top: none;
border-bottom: none;
}


#tresc .kon_pr iframe {
height: 380px;
}


}



@media all and (min-width: 100px) and (max-width: 639px) {

html {
font-size: 15px;
line-height: 15px;
}

#header {
width: calc(100% - 40px);
}

#navigation {
width: calc(100% - 4px - 40px);
}

#tresc-cal {
width: calc(100% - 40px - 1.6rem);
}


.unia img {
width: 100%;
}


}




@media all and (min-width: 100px) and (max-width: 499px) {

#header {
width: calc(100% - 32px);
}

#navigation {
width: calc(100% - 4px - 32px);
}

#tresc-cal {
width: calc(100% - 32px - 1.6rem);
}

#tresc .kon_pr iframe {
height: 340px;
}

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