<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section#home {
  width: 1440px;
  margin: 10px auto;
  background: #dad9d9;
  text-align: center; }
  section#home:after {
    content: '';
    display: block;
    clear: both; }
  section#home div.item {
    width: 100%;
    max-width: 480px;
    max-height: 290px;
    /*display: inline-block;*/
    float: left;
    padding: 0 5px 10px;
    overflow: hidden; }
    section#home div.item div.slideshow {
      margin: 0;
      position: relative;
      overflow: hidden; }
      section#home div.item div.slideshow ul.slick-dots {
        position: absolute;
        margin: 0;
        padding: 5px 10px;
        top: 0;
        left: 0;
        z-index: 1000; }
        section#home div.item div.slideshow ul.slick-dots li {
          cursor: pointer;
          display: inline-block;
          height: 10px;
          margin: 0 5px;
          padding: 0;
          position: relative;
          width: 10px; }
          section#home div.item div.slideshow ul.slick-dots li button {
            background: rgba(255, 255, 255, 0.5);
            border: none;
            border-radius: 50%;
            color: transparent;
            cursor: pointer;
            display: block;
            font-size: 0;
            height: 10px;
            line-height: 0;
            outline: medium none;
            padding: 0;
            width: 10px; }
      section#home div.item div.slideshow ul.slick-dots li.slick-active button {
        background: #fff; }
      section#home div.item div.slideshow img {
        margin: 0; }
      section#home div.item div.slideshow img:not(:first-child) {
        display: none; }
    section#home div.item a.btn {
      display: block;
      margin: 0;
      width: 100%;
      background: #fff;
      text-align: center;
      height: 45px;
      line-height: 45px;
      vertical-align: top;
      color: #b39467;
      border-radius: 0; }
    section#home div.item img {
      cursor: pointer !important; }
  section#home div.big {
    font-size: inherit;
    /*height: 449px;*/ }
  section#home div.small {
    font-size: inherit;
    /*height: 290px;*/ }
  @media screen and (max-width: 1439px) {
    section#home {
      width: 960px; } }
  @media screen and (max-width: 959px) {
    section#home {
      width: 480px; } }
  @media screen and (max-width: 479px) {
    section#home {
      width: 100%; }
    section#home div.item {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
section#home div.item.homePP{background:white;font-size:1.5em;text-transform:uppercase;margin-bottom:20px;padding-top:10px;}
section#home div.item.homePP br{margin:10px 0} </pre></body></html>