<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #EFF3F4;
}

header img {
	width: 100%;
	display: block;
	border: 0;
	position: absolute;
	height: 100%;
}

header img.headersliderpri {
	z-index: 1;
	transition: none;
	-webkit-transition: none;
	opacity: 1;
}

header img.headerslidersec {
	z-index: 2;
	transition: none;
	-webkit-transition: none;
	opacity: 0;
}

header img.headerslidersecout {
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	opacity: 1;
}

#headercaption {
	position: absolute;
	z-index: 10;
	width: 100%;
	bottom: 0;
}

#headercaption&gt;h1 {
	color: #ffffff;
	font-size: 64px;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 30px 20px 30px;
	box-sizing: border-box;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

@media screen and (max-width: 767px) {
	#headercaption&gt;h1 {
		font-size: 24px;
	}
}

#eyecatcherwait {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin:-24px 0 0 -24px;
    z-index: 3;
    background: url(./wait.svg) no-repeat center center;
    opacity: 0;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

header.loading #eyecatcherwait {
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
    display: block;
    opacity: 1;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;    
}

#headersliderbullets {
	background-color: #EFF3F4;
	padding-top: 10px;
}
#headersliderbullets&gt;div {
	margin: 0 auto;
}


#headersliderbullets::after {
	content: '';
	clear: both;
	display: block;
}


#headersliderbullets a {
	width: 20px;
	height: 20px;
	background: url(./bullet.svg) no-repeat left top;
	float: left;
}

#headersliderbullets a.active {
	background-position: left bottom;
}

#sqrbreadcrumbs a {
	color: #6889B7;
	text-decoration: none;
}

#sqrbreadcrumbs a:hover {
	color: #0B1B32;
	text-decoration: none;
}

#sqrbreadcrumbs {
	padding: 10px 0 0 0;
	font-size:90%;
}


.sqrcontent {
	margin: 0;
	padding: 10px 0;
	background-color: #EFF3F4;
}
body {
  background-color: #0B1B32;
  margin: 0;
  padding: 0;
}
footer {
  margin: 0;
  padding: 30px 0 0 0;
}
.sqrcommonlinks, .sqrfootertext {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px 30px 30px;
  box-sizing: border-box;
  text-align: center;
}
.sqrfootertext {
  color: #EFF3F4;
}
.sqrcommonlinks a {
  text-decoration: none;
  color: #EFF3F4;
  padding: 0 8px;
  transition: color 0.3s;
}
.sqrcommonlinks a:hover {
  color: #ffffff;
}
.sqrnav {
  display: block;
  margin: 0;
  padding: 0;
  background-color: #0B1B32;
  z-index: 1000;
  -webkit-user-select: none;
  user-select: none;
  line-height: 21px;
}
.sqrnav a {
  display: block;
  margin: 0;
  padding: 12px 22px;
  color: #EFF3F4;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
}
.sqrnav&gt;ul li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.sqrnav .sqrnavsearch form {
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 12px;
  display: block;
  width: 100%;
}
.sqrnav .sqrnavsearch input {
  box-sizing: border-box;
  display: block;
  padding: 0;
  width: 100%;
  border: 0;
  padding: 8px 12px 8px 30px;
  margin: 0;
  color: #ffffff;
  border-color: #0B1B32;
  -webkit-appearance: none;
  border-radius: 0;
  background: rgba(0,0,0,0.5) url(search.svg) 8px 50% no-repeat;
}
#searchajax {
	background-color: rgba(0,0,0,0.5);
}
#searchajax&gt;a {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 8px 12px 8px 30px;
}


.sqrnav li.sqrnavactive&gt;a {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sqrnav a, .sqrnav form {
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  }
  .sqrnav a.sqrnavshow, .sqrnav a.sqrnavhide {
    background: url(menu.svg) right center no-repeat;
  }
  .sqrnav li.sqrnavmore&gt;a {
    background: url(moreright.svg) right center no-repeat;
  }
  .sqrnav li.sqrnavopen&gt;a {
    background-image: url(moredown.svg);
  }
  .sqrnav .sqrnavshow {
    display: block;
  }
  .sqrnav .sqrnavhide {
    display: none;
  }
  .sqrnavopen&gt;a.sqrnavshow {
    display: none;
  }
  .sqrnavopen&gt;a.sqrnavhide {
    display: block;
  }
  .sqrnav li.sqrnavopen&gt;ul {
    display: block;
  }
  .sqrnav ul {
    display: none;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  .sqrnav ul ul {
    display: none;
  }
  .sqrnav ul li li&gt;a {
    padding-left: 44px;
  }
  .sqrnav ul li li li&gt;a {
    padding-left: 66px;
  }
  .sqrnavopen&gt;ul {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sqrnav&gt;a {
    display: none;
  }
  .sqrnav&gt;ul {
    box-sizing: border-box;
    display: block;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .sqrnav&gt;ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .sqrnav&gt;ul&gt;li {
    float: left;
  }
  .sqrnav&gt;ul li&gt;ul {
    position: absolute;
    background-color: #1B447D;
    width: 30vw;
    max-width: 320px;
    display: block;
    left: -9999px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1000;
    transform: translateY(-5px);
    opacity: 0;
    transition: transform 0.2s, opacity 0.2s;
  }
  .sqrnav&gt;ul&gt;li li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  }
  .sqrnav&gt;ul&gt;li.sqrnavmore&gt;a {
    background: transparent url(moredown.svg) right center no-repeat;
    padding-right: 44px;
  }
  .sqrnav&gt;ul&gt;li li.sqrnavmore&gt;a {
    background: transparent url(moreright.svg) right center no-repeat;
    padding-right: 44px;
  }
  .sqrnav&gt;ul&gt;li.sqrnavopen&gt;ul {
    left: 0;
    transform: translate(0);
    opacity: 1;
  }
  .sqrnav&gt;ul&gt;li ul li.sqrnavopen&gt;ul {
    left: 100%;
    top: 0;
    transform: none;
    opacity: 1;
  }
  .sqrnav&gt;ul&gt;li.sqrnavopen {
    background-color: #1B447D;
  }
  .sqrnav&gt;ul&gt;li.sqrnavhome&gt;a&gt;span, .sqrnav&gt;ul&gt;li.sqrnavsearch&gt;a&gt;span, .sqrnav&gt;ul&gt;li.sqrnavshop&gt;a&gt;span {
    display: none;
  }
  .sqrnav&gt;ul&gt;li.sqrnavhome&gt;a {
    background: transparent url(home.svg) no-repeat center center;
    width: 16px;
    height: 22px;
    padding: 12px;
  }
  .sqrnav&gt;ul&gt;li.sqrnavsearch, .sqrnav&gt;ul&gt;li.sqrnavshop {
    float: right;
  }
  .sqrnav&gt;ul&gt;li.sqrnavsearch&gt;a {
    background: transparent url(search.svg) no-repeat center center;
    width: 16px;
    height: 22px;
    padding: 12px;
  }
  .sqrnav&gt;ul&gt;li.sqrnavopen.sqrnavshop&gt;ul, .sqrnav&gt;ul&gt;li.sqrnavopen.sqrnavsearch&gt;ul {
    left: auto;
    right: 0;
    opacity: 1;
  }
  .sqrnav a {
  	transition: background-color 0.2s;
  }
  .sqrnav a:hover, #searchajax a.activelink {
	background-color: rgba(255,255,255,0.1) !important;
  }
}</pre></body></html>