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

.sqrheader {
    min-width: 320px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.sqrtogglenav {
    display: none;
}

.sqrheader:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.sqrheader img {
    float: left;
    display: block;
    border: 0;
}

.sqreyecatcher {
    max-height: 200px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #dddbd9;
    border-bottom: 1px solid #dddbd9;
}

.sqreyecatcher img {
    display: block;
    width: 100%;
    height: auto;
}

.sqrsearch {
    float: right;
    border: 0;
    padding: 0;
    margin: 10px 0;
    display: block;
    width: 360px;
    position: relative;
}

#searchajax {
  width: 100%;
  top: 100%;
  background-color: #eae7e5;
  position: absolute;
  z-index: 10;
  border-left: 1px solid #dddbd9;
  border-right: 1px solid #dddbd9;
  display: none;
}

#searchajax&gt;a {
    padding: 12px 16px;
    text-decoration: none;
    color: #35271e;
    border-bottom: 1px solid #dddbd9;
    display: block;
}

#searchajax a.activelink {
	background-color: #f4f1ef;
}


.sqrsearch input {
    margin: 0;
    padding: 8px 8px 8px 36px;
    border: 1px solid #dddbd9;
    box-sizing: border-box;
    line-height: 19px;
    height: 35px;
    background: #eae7e5 url(./sprites.svg) -4px -7px no-repeat;
    width: 100%;
    border-radius: 0;
}

.sqrnav {
    padding: 0;
    line-height: 19px;
    box-sizing: border-box;
    background-color: #eae7e5;
    border-right: 1px solid #dddbd9;
}

.sqrnav ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sqrnav li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

.sqrnav a {
    text-decoration: none;
    color: #7f5f49;
    display: block;
}

.sqrnav a:hover {
  color: #000000;
}

.sqrnav&gt;ul&gt;li {
    border-bottom: 1px solid #dddbd9;
}

.sqrnav&gt;ul&gt;li&gt;ul {
    padding: 0 0 16px 0;
}

.sqrnav&gt;ul&gt;li&gt;a {
    padding: 16px 48px 16px 16px;
    font-weight: bold;
}

.sqrnav&gt;ul&gt;li&gt;ul&gt;li&gt;a {
    padding: 8px 48px 8px 16px;
    font-size: 90%;
}

.sqrnav&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a {
    padding: 8px 48px 8px 36px;
    font-size: 90%;
}

.sqrnav .sqrnavcurrent&gt;a {
    color: #000000;
}

.sqrnav .sqrnavmore ul {
    display: none;
}

.sqrnav .sqrnavopen&gt;ul {
    display: block;
}

.sqrnav .sqrnavmore&gt;div {
    position: absolute;
    top: 0;
    right: 0;
    width: 51px;
    height: 51px;
    background: url(./sprites.svg) 2px -96px no-repeat;
    cursor: pointer;
    transition: transform 0.5s;
    transform: rotate(180deg);
}

.sqrnav .sqrnavopen&gt;div {
    transform: rotate(0deg);
}

.sqrnav ul ul .sqrnavmore&gt;div {
    width: 51px;
    height: 35px;
    background-position: 2px -152px;
    transform: rotate(90deg);
}

.sqrnav ul ul .sqrnavopen&gt;div {
    transform: rotate(180deg);
}

.sqrbreadcrumbs {
	padding: 20px 30px 0 30px;
	font-size: 90%;
}

.sqrbreadcrumbs a {
	color: #7f5f49;
	text-decoration: none;
}

.sqrbreadcrumbs a:hover {
	color: #000000;
}


.sqrcontent {
    margin: 0;
    padding: 0.1px 0;
    box-sizing: border-box;
    background-color: #f4f1ef;
}

.sqrsidebar {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    padding: 0.1px 0;
}

.sqrmainarea {
	background-color: #f4f1ef;
}

.sqrmainbox {
    display: table;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

.sqrfooter {
  margin: 0;
  padding: 20px;
  text-align: center;
}

.sqrfooter a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  padding: 0 10px;
}

.sqrfooter a:hover {
  color: #ffffff;
}


.sqrfooter&gt;div {
  color: rgba(255,255,255,0.5);
  margin: 0 auto;
}

.sqrfooter&gt;div&gt;p {
  text-align: center;
  font-size: 90%;
  padding: 20px 0 0 0;
  margin: 0;
}


@media screen and (min-width: 1200px) {
    .sqrnav {
        display: table-cell;
        width: 25%;
        vertical-align: top;
        margin: 0;
    }
    .sqrcontent {
        display: table-cell;
        width: 75%;
        vertical-align: top;
    }
    .sqrwithsidebar .sqrcontent {
        width: 55%;
    }
    .sqrsidebar {
        display: table-cell;
        width: 20%;
        vertical-align: top;
        border-left: 1px solid #dddbd9;
    }
}

@media screen and (max-width: 1199px) {
    .sqrsidebar {
        border-top: 1px solid #dddbd9;
    }
    .sqrnav {
        display: none;
        border-top: 1px solid #dddbd9;
        border-left: 1px solid #dddbd9;
        margin: 0 10px;
    }
    .sqrtogglenav {
        display: block;
        width: 32px;
        height: 55px;
        float: left;
        background: url(./sprites.svg) -14px -45px no-repeat;
    }
    .sqrnavmode .sqrnav {
        display: block;
    }
    .sqrnavmode .sqreyecatcher {
        display: none;
    }
    .sqrnavmode .sqrshopping {
      display: none;
    }
    .sqrnavmode .sqrtogglenav {
        background-position: -14px -189px;
    }
    .sqrsearch {
        width: 240px;
    }
}

@media screen and (min-width: 1440px) {
    .sqrheader {
      max-width: 1420px;
    }
    .sqrmainbox {
      max-width: 1400px;
    }
    .sqrsidebar {
        border-right: 1px solid #dddbd9;
        border-top: 1px solid #dddbd9;
        border-bottom: 1px solid #dddbd9;
    }
    .sqrnav {
        border-left: 1px solid #dddbd9;
        border-top: 1px solid #dddbd9;
        border-bottom: 1px solid #dddbd9;
    }
    .sqrmainbox {
      padding: 20px 0;
    }
    .sqrfooter&gt;div {
      max-width: 1400px;
    }
    
    .sqrbreadcrumbs {
	  padding-top: 0;
	}
}
    



@media screen and (max-width: 640px) {
    .sqrsearch {
      display: none;
    }
    .sqrnavmode .sqrsearch {
        width: 100%;
        margin-top: 0;
        display: block;
    }
}
</pre></body></html>