<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sw19b-hero-media-right {
  position: relative;
  padding: 96px 0;

  .sw19s-std-wrap {
    position: relative;
    display: flex;
    gap: 24px;
  }

  .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;

    &amp;.bigger-1 {
      h1 {
        color: #111111;
        margin: 0;
        font-size: 60px;
        line-height: 68px;
      }

      .sw-subtitle {
        p,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
          color: #444444;
          font-size: 24px;
          line-height: 36px;
          font-weight: normal;
          font-family: "Roboto Slab";
        }
      }
    }
  }

  h1 {
    color: #444;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: bold;

    .indent {
      padding-left: 64px;
    }
  }

  .sw-subtitle {
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin: 0;
      padding: 0;
      color: #111111;
      font-size: 18px;
    }
  }

  .sw-subtitle ul {
    display: inline-block;
  }

  .sw-subtitle li {
    text-align: left;
  }

  .buttons {
    margin-top: 16px;
  }

  .link-and-sub {
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 16px;

    p:empty {
      margin: 0;
    }
  }

  .link-and-sub p {
    font-size: 12px;
    color: #a1a1a1;
  }

  .link-and-sub .sw19s-btn {
    white-space: nowrap;
  }

  .sw19s-btn.second,
  .sw22s-btn.second {
    margin-left: 20px;
  }

  a.text-link {
    margin-left: 8px;
    padding-left: 8px;
    line-height: 40px;
    border-left: 2px dotted #a1a1a1;
    display: inline-block;
    color: #ff6200;
    text-decoration: none;
    font-weight: 700;
  }

  .media {
    flex: 1;
    text-align: right;
    line-height: 0;
    max-width: 600px;
    max-height: 400px;
  }

  .media img {
    max-width: 100%;
    height: auto;
  }

  .media .video img {
    position: relative;
  }

  .left-gidget {
    position: absolute;
    top: 25%;
  }

  .right-graphic {
    position: absolute;
    right: -112px;
    bottom: -104px;
    z-index: -1;
  }

  .right-graphic-mobile {
    display: none;
  }

  @media (max-width: 1340px) {
    .left-gidget {
      display: none;
    }
  }

  @media (max-width: 992px) {
    .sw19s-std-wrap {
      flex-direction: column;
    }

    .text {
      margin-right: 0;
    }

    .media {
      display: none;
    }

    .media.show-on-mobile {
      display: block;
      margin: 0 auto;
    }

    .link-and-sub {
      .second {
        margin-left: 8px;
      }
      a {
        margin-left: 8px;
        margin-right: 8px;
      }
    }

    .right-graphic {
      display: none;
    }
  }

  @media (max-width: 667px) {
    padding: 32px 0 56px 0;

    .right-graphic-mobile {
      display: block;
      position: absolute;
      bottom: -60px;
      right: 0;
      z-index: -1;
    }

    .text {
      gap: 24px;
    }

    h1 {
      font-size: 34px;
      font-weight: bold;
      line-height: 44px;
      margin: 0;
      padding: 0;
      text-align: left;

      .indent {
        padding-left: 32px;
      }
    }

    .sw-subtitle {
      p,
      h1,
      h2,
      h3,
      h4,
      h5,
      h6 {
        color: #444444;
        font-size: 20px;
        line-height: 30px;
        text-align: left;
      }
    }

    .buttons {
      margin-top: 0;
    }

    .sw33-button.default {
      margin: 0;
    }

    .link-and-sub {
      display: flex;
      align-items: start;
    }

    a.text-link {
      border-left: 0px;
      margin-left: 0;
      padding-left: 0;
    }
  }
}
</pre></body></html>