<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clear {
  clear: both;
  height: 0; }

  .humech_pic_text_as_background a {
    text-decoration: none;
    color: '#444'; }
    .humech_pic_text_as_background a:focus {
      outline: none; }
  .humech_pic_text_as_background .aha {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding: 135px 0 150px 0;
    -webkit-font-smoothing: antialiased; }
    .humech_pic_text_as_background .aha .title {
      margin-top: 0;
      margin-bottom: 20px;
      font-size: 42px;
      line-height: 1.1; }
      .humech_pic_text_as_background .aha .content {
        letter-spacing: 1px;
        -webkit-font-smoothing: subpixel-antialiased;
        margin: 0 auto;
        line-height: 1.6; }
        .humech_pic_text_as_background .aha .with_bg {
          color: #fff; }
          .humech_pic_text_as_background .aha .with_bg .title {
            text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2); }
            .humech_pic_text_as_background .aha .with_bg .content {
              text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2); }
    .humech_pic_text_as_background .aha .without_bg {
      color: #333; }
  .humech_pic_text_as_background .fixed_bg {
    background-attachment: fixed; }

.humech_pic_text img {
  max-width: 100%; }
  .humech_pic_text .text_part {
    font-size: 14px;
    line-height: 1.8;
    padding: 5px 0;
    width: 70%;
    margin: 0 auto; }
    .humech_pic_text .text_part .links a {
      text-decoration: none;
      font-size: 0.8em;
      padding: 2px 5px;
      border: 1px solid #cccccc;
      border-radius: 2px;
      color: #ffffff;
      background: #000000; }
      .humech_pic_text .text_part .links a:hover {
        color: #000000;
        background: #ffffff; }
.humech_pic_text .text_part_left {
  text-align: right; }
  .humech_pic_text .text_part_right {
    text-align: left; }
    .humech_pic_text .pic_part_container {
      height: 100%;
      position: relative; }
      .humech_pic_text .pic_part {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
        position: relative; }

@media screen and (max-width: 48em) {
  .humech_pic_text .text_part {
    width: 100%;   }
    .humech_pic_text .text_part .text_part_wrap {
      padding: 20px 10px 35px 10px;   }
  .humech_pic_text .text_part_left {
    text-align: left;   }
    .humech_pic_text .pic_part {
      height: 250px;   }
}

@media screen and (min-width: 48em) {
  .humech_pic_text .text_part {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);   }
    .humech_pic_text .pic_part_container.percent_80 .pic_part {
      width: 80%;
      height: 80%;
      margin-top: 10%;
      margin-left: 10%;   }
  .humech_pic_text .pic_part.shape.triangle {
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);   }
    .humech_pic_text .pic_part.shape.rhombus {
      -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
      clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);   }
      .humech_pic_text .pic_part_left.shape.arrow {
        -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);   }
        .humech_pic_text .pic_part_right.shape.arrow {
          -webkit-clip-path: polygon(25% 0%, 100% 0, 100% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 100% 0, 100% 100%, 25% 100%, 0% 50%);   }
}
</pre></body></html>