<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body .container.work-area{background-color:#fff;}
.rf-intro_inventory {
  background: url(../../img/bg_intro_1.jpg) top center no-repeat;
  background-size: cover;
}
.rf-steps {
  background-color: #f7f7f7;
}

/*===========================
  Types
============================*/
.rf-types {
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 25px;
  background:#fff;
}
.rf-types p {
  margin: 10px 0 10px;
}
.rf-types p:first-of-type {
  margin-top: 0;
}
.rf-types p:last-of-type {
  margin-bottom: 0;
}
.rf-types__item {
  width: 250px;
  margin-top: 80px;
  margin-left: 30px;
  margin-right: 30px;
}
.rf-types__item {
  display: inline-block;
  vertical-align: top;
}
.rf-types__item-image {
  display: inline-block;
  vertical-align: bottom;
  height: 200px;
  margin-bottom: 15px;
  position: relative;
}
.rf-types__item-image:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}
.rf-types__item-title {
  font-weight: 700;
  text-transform: uppercase;
}
.rf-types .rf-container p{font-size:22px;}
@media screen and (max-width: 767px) {
  .rf-types {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .rf-types__item {
    margin-top: 30px;
    font-size: 16px;
  }
}

/*===========================
  Stages
============================*/
.rf-stages {
  padding-top: 40px;
  padding-bottom: 67px;
  background: #f7f7f7;
  font-size: 25px;
}
.rf-stages__items {
  margin-top: 70px;
  position: relative;
}
.rf-stages__items:after {
  content: "";
  display: table;
  clear: both;
}
.rf-stages__items:before {
  content: "";
  display: block;
  width: 289px;
  height: 411px;
  background: url(../../img/terminal.png);
  background-size: cover;
  position: absolute;
  right: -298px;
  top: -135px;
}
.rf-stages__item {
  width: 25%;
  padding-right: 30px;
  float: left;
  line-height:1.5;
  font-size:16px;
}
.rf-stages__item:last-child {
  padding-right: 0;
}
.rf-stages__item-title {
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: 700;
  font-size:20px;
}
@media screen and (max-width: 950px) {
  .rf-stages__item {
    width: 50%;
    float: left;
    margin-bottom: 35px;
  }
  .rf-stages__item:nth-child {
    padding-right: 0;
  }
  .rf-stages__item-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .rf-stages {
    font-size: 16px;
  }
  .rf-stages__items {
    margin-top: 40px;
  }
  .rf-stages__item {
    width: 100%;
    padding-right: 0;
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
  .rf-stages__items:before {
    display: none;
  }
}</pre></body></html>