<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.brands {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  margin: 0 40px 0 0;
  width: calc(100% - 80px);
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 300ms ease-out;
  transform: translate(0, 0); }
  @media (max-width: 599px) {
    .brands {
      margin: 0; } }
  .brands ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 15px; }
    @media (max-width: 599px) {
      .brands ul {
        padding-bottom: 20px; } }
    .brands ul &gt; * {
      flex: 1; }
    .brands ul li {
      position: relative;
      top: 200px;
      padding: 40px 0;
      width: 11.1%;
      flex: 0 1 auto;
      height: auto;
      display: inline-block;
      opacity: 0;
      transition: all 300ms ease-out;
      transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
      text-align: center; }
      @media (max-width: 599px) {
        .brands ul li {
          width: 22%;
          padding-top: 20px;
          padding-bottom: 0; } }
      @media (min-width: 600px) and (max-width: 959px) {
        .brands ul li {
          width: 22%; } }
      .brands ul li.loaded {
        top: 0;
        opacity: 1; }
      .brands ul li.brand1 {
        transition-delay: 0ms; }
      .brands ul li.brand2 {
        transition-delay: 50ms; }
      .brands ul li.brand3 {
        transition-delay: 100ms; }
      .brands ul li.brand4 {
        transition-delay: 150ms; }
      .brands ul li.brand5 {
        transition-delay: 200ms; }
      .brands ul li.brand6 {
        transition-delay: 250ms; }
      .brands ul li.brand7 {
        transition-delay: 300ms; }
      .brands ul li.brand8 {
        transition-delay: 350ms; }
      .brands ul li a {
        position: relative;
        top: 0;
        margin: 0 auto;
        width: 100%;
        height: auto;
        display: block;
        transition: all 200ms ease-in-out;
        text-align: center; }
        .brands ul li a img {
          display: block;
          margin: 0 auto;
          width: calc(100% - 40px);
          max-width: 128px; }
        .brands ul li a .title {
          margin: 10px auto 0;
          display: block;
          color: #fff;
          text-transform: uppercase;
          letter-spacing: 1.5px;
          text-decoration: none;
          font-size: 12px; }
          @media (max-width: 599px) {
            .brands ul li a .title {
              font-size: 9px; }
              .brands ul li a .title &gt; span {
                display: none; } }
        @media (hover: hover) {
          .brands ul li a:hover {
            top: -5px; } }

.sidebar-open .brands {
  transform: translate(0, 100%); }

@media (max-width: 959px) {
  .container.main {
    transform: translate(0, -50%); } }

html, body,
.sans-serif-font {
  font-family: "Montserrat", sans-serif !important; }

.center-content .lead {
  max-width: 600px; }
</pre></body></html>