<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 768px) {
.Footer-wrapper { grid-template-columns: 1fr; }
.Footer-wrapper .Footer-menu&gt;ul { grid-template-columns: 1fr 1fr; }
.Footer-wrapper .Footer-content { border-left: none; }
.Header-menu {
	left: 0;
    background: rgba(0, 0, 0,.3);
    transition: .3s all ease;
}
.Header-menu ul li a {
	text-align: left;
	color:  #fff;
	text-transform: none;
}
.Header-menu&gt;.container {
	height: 100vh;
    background: #0A2445;
    width: 80%;
    margin-left: 0;
}
.Header-menu.openMenu {
	transform: translateX(-80%);
}
body {
	transition: .3s transform ease;
}
body.openMenu {
	transform: translateX(80%);
}
#HeaderMenuClose { color: white; }

.bar_top .cw { display: flex;
    margin: 0;
    flex-direction: row-reverse;
    justify-content: space-between; }
.bar_top .user_menu_out {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.bar_top .top_menu {
	display: flex;
    height: auto;
}
}

.search_box {
	border-color: #0F7ABF;
}

.search_box .button {
	background:  #0F7ABF;
}</pre></body></html>