<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lp__benefits {
  padding-top: 30px;

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

  .description {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
  }

  .description p {
    font-family: 'europa', sans-serif;
    font-size: 18px;
    line-height: normal;
  }

  .lp__benefits-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 46px;
    justify-content: space-around;
  }

  .benefit_block {
    text-align: center;
    max-width: 250px;
  }

  .lp__benefits-items svg {
    height: 55px;
    fill: #111111;
  }

  h5 {
    font-size: 16px;
    margin: 15px 0 0 0;
  }
}

.lp__feature-array {
  padding-top: 42px;

  .feature {
    display: flex;
    padding: 30px 0;
    border-bottom: 2px solid #eee;
  }

  .feature:last-of-type {
    border: 0;
  }

  .feature.right {
    flex-direction: row-reverse;
  }

  .feature__asset {
    flex-basis: 50%;
    margin-right: 15px;
  }

  .feature__content {
    flex-basis: 50%;
    margin-left: 15px;
  }

  .right .feature__asset {
    margin: 0 0 0 15px;
  }

  .right .feature__content {
    margin: 0 15px 0 0;
  }

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

  p {
    font-family: 'europa', sans-serif;
    font-size: 18px;
    line-height: normal;
    color: #788487;
  }

  @media (max-width: 768px) {
    .feature, .feature.right {
      flex-direction: column-reverse;
    }

    .feature__asset, .right .feature__asset,
    .feature__content, .right .feature__content {
        margin-right: 0;
        margin-left: 0;
    }
  }
}


/* LP Additional Features */
.lp__additional-features {
  background-color: #eee;
  padding: 30px 0 40px 0;

  h4 {
    font-size: 24px;
    text-align: center;
  }

  .lp_features {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 20px auto 0 auto;
  }

  .lp_features p {
    flex-basis: 33%;
    position: relative;
    font-family: 'europa', sans-serif;
    font-size: 16px;
    margin: 0 0 10px 0;
    padding-left: 20px;
  }

  .lp_features p::before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 11px;
    height: 8px;
    background: url(../assets/graphics/arrows_check-logo-gray.svg) no-repeat center;
  }

  h5 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #333333;
    margin: 25px 0 28px 0;
  }

  .cta {
    text-align: center;
  }

  @media (max-width: 768px) {
    .lp_features {
      display: block;
    }
  }
}
</pre></body></html>