<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sw19b-feature-icons {
  background: #eee;
  padding-top: 30px;
  padding-bottom: 20px;

  h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }

  .glider-contain button {
    width: 22px;
    height: 67px;
  }

  .glider-contain button.disabled {
    display: none;
  }

  .glider-contain button:hover,
  .glider-contain button:focus {
    color: inherit;
  }

  .glider-contain {
    margin-top: 40px;
    margin: 0 auto;
    width: calc(100% - 60px);
  }

  .glider::-webkit-scrollbar {
    display: none;
  }

  .glider-track {
    margin: 0 auto;
  }

  .item-wrap {
    text-align: center;
    position: relative;
  }

  .item-wrap::after,
  .item-wrap::before {
    height: 2px;
    width: 27.5px;
    background-color: #ccc;
    position: absolute;
    top: 60px;
    content: "";
    right: 0;
  }

  .item-wrap::before {
    right: unset;
    left: 0;
  }

  .item-wrap:first-child::before,
  .item-wrap:last-child::after,
  .item-wrap:hover::before,
  .item-wrap:hover::after {
    display: none;
  }

  a.item {
    text-decoration: none;
    text-align: center;
    border-bottom: 8px solid #eee;
    padding: 25px 25px;
    width: 190px;
    display: inline-block;
    margin-bottom: 15px;
  }

  a.item svg {
    height: 44px;
  }

  a.item:hover {
    border-bottom-color: #feef00;
    background: #fff;
    box-shadow: 0 2px 12px 0 #ccc;
  }

  .item .fort {
    font-size: 44px;
    display: block;
    color: #111111;
  }

  .item p {
    color: #181818;
    margin: 18px auto 0 auto;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.29;
    font-family: Europa, sans-serif;
  }

  .dots .glider-dot {
    border: 1px solid #FF6200;
    width: 16px;
    height: 16px;
    background: none;
  }

  .dots .glider-dot.active {
    background: #FF6200;
  }

  @media (max-width: 768px) {
    a.item {
      border-bottom-color: #feef00;
      background: #fff;
      box-shadow: 0 2px 12px 0 #ccc;
    }

    .item-wrap::after,
    .item-wrap::before {
      display: none;
    }
  }
}
</pre></body></html>